/*
Theme Name: Voluntales
Theme URI: voluntales.com
Description: This is a custom theme for voluntales.com
Version: 1.0
Author: Multiple

*/

body {
	text-align: center;
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

p {
	color: #555;
}

h1 {
	color: #000;
}

h2 {
	color: #000;
	font-size: 12pt;
}

h3 {
	color: #000;
	text-transform: uppercase;
	border-bottom: 0px dashed #555;
	padding-bottom: 10px;
}

.wrapper {
	margin: auto;
	width: 1000px;
	text-align: left;	
	border-bottom: 0px solid #ccc;
	overflow: auto;
	padding-bottom: 20px;
	}

.header {
	overflow: auto;
	position:relative;
	}
#logo {
	display: block;
	text-indent: -1000px;
	height: 73px;
	width: 500px;
	background: url(images/voluntales-logo.png) top left no-repeat;
	float: left;
	margin: 10px;
}

.description {
	position: absolute;
	left: 515px;
	bottom: 15px;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	width: 50px;
}

#searchform{
	float: right;
	font-size: 9px;
	width: 200px;
	text-align: right;
}

#searchform input {
	border: 1px solid #aaa;
	margin: 2px;
}

#addthisform{
	padding: 5px 0px 0px 0px;
	float: right;
	font-size: 9px;
	text-align: right;
}

#content {
	width: 590px;
	margin: 15px 0px 0px 10px;
	padding: 0px;
	float: left;
}


.adtower {
	width: 160px;
	padding: 5px;
	float: left;
}

#leftcol {
	float: left;
	width: 190px;
	padding: 0px;
	margin: 15px 0px 0px 0px;
	text-align: center;
}

#sidebar {
	float: left;
	width: 189px;
	padding: 0px 0px 0px 10px;
	margin: 25px 0px 0px 0px;
	text-align: center;
}

.sidebar_banner {
	border: 1px dashed #ddd;
	padding: 10px;
	margin: 5px 0px 5px 0px;
}

.hpCol {
	float: left;
	width: 190px;
	margin-right: 10px;
	color: #ccc;
}

.hpCol p {
	margin: 5px;
}

.navi {
	padding: 7px 0px 10px 0px;
	font-weight: bold;
	border-bottom: 1px solid white;
}

.navi a {
	//border-bottom: 1px dotted #000;
	border-bottom-color: inherit;
	font-size: 12px;
	margin-left: 5px;
	padding-bottom: 3px;
	color: inherit;
}

.hpColInner {
	margin: 5px;
}

.post {
	padding: 1px 0px 20px 0px;
	font-size: 12px;
	/*clear: both;*/
}

.more-link {
	font-weight: bold;
}

#respond textarea#comment {
	width: 500px;
	border: 1px solid #aaa;
}


/* Category specific colors */

a.community {
	background-color: #0098da;
	color: #fff;
}

a.articles {
	background-color: #71d800;
	color: #fff;
}

a.blogs {
	background-color: #b3b3b3;
	color: #fff;
}

a.faq {
	background-color: #f63f00;
	color: #fff;
}

a.celebrity {
	background-color: #000;
	color: #fff;
}

/* columns */

#colCommunity {
	background-color: #0098da;
	color: #fff;
}

#colArticles {
	background-color: #71d800;
	color: #fff;
}

#colBlogs {
	background-color: #b3b3b3;
	color: #fff;
}

#colFaq {
	background-color: #f63f00;
	color: #fff;
}

#colCeleb {
	background-color: #000;
	color: #fff;
}

/* footer */

#footer {
	border-top: 5px solid #ccc;
	clear: both;
	font-size: 10px;
}


#footer-navigation li {
	float: left;
	list-style: none;
	font-size: 10px;
	padding: 0px;
	margin: 0px 20px 0px 0px;
}

#footer-navigation a {
	color: #777;
}

.authPic img {
	margin: 0 5px 10px 0;
	float: left;
	border: 2px solid #000;
}

.hpCol h2 {
	margin:0;
	padding: 5px;
	border-bottom: 1px solid #fff;
}

.hpCol hr {
	padding: 0px;
	margin: 4px 0px 0px 5px;
	height: 0px;
	width: 180px;
	border-top: 2px dotted #fff;
	border-bottom: none;
	border-right: none;
	border-left: none;
	height: 2px;
	text-align: left;
}

#colCeleb h2 a{
	color: #fff;
}

#naviParent {
	float: left;
}

#naviParent #colBlogs {
	margin-right: 0;
}

.entry {
	width: 590px;
	margin: 0px 0px 10px 0px;
	border: 0px dashed brown;
}

.entryheading hr {
	padding: 0px;
	margin: 2px 0px 0px 0px;
	height: 0px;
	width: 570px;
	border-top: 2px dotted #fff;
	border-bottom: none;
	border-right: none;
	border-left: none;
	height: 2px;
	text-align: left;
}

.entryheading.community h2 {
	padding: 7px 0px 7px 10px;
	background-color: #0098da;
}

.entryheading.faq h2 {
	padding: 7px 0px 7px 10px;
	background-color: #f63f00;
}

.entryheading.articles h2 {
	padding: 7px 0px 7px 10px;
	background-color: #71d800;
}

.entryheading.celebrity h2 {
	padding: 7px 0px 7px 10px;
	background-color: #000;
}

.entryheading.blogs h2 {
	padding: 7px 0px 7px 10px;
	background-color: #B3B3B3;
}

.alignleft {
	float: left;
}

.wp-caption {
	margin: 5px;
}

