/*
Theme Name: Centric Theme
Author: ChiQ
Author URI: http://www.wpthemedesigner.com/
*/

* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 11px Verdana;
	color: #373737;
	background: #F0F0F0 url(images/body.gif) repeat-x 0 0;
}
a {
	text-decoration: none;
	color: #821b2c;
}
img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.hidden {
	display: none;
}

#wrapper {
	width: 968px;
	margin: auto auto;
	text-align: left;
}

/** BEGIN header **/
#header {
	height:190px;
	background: url(images/headerBg.png) no-repeat 0 top;
	padding:0px;
}
	#header h1 {
		padding: 20px 0 0px;
	}
		#header h1 a {
			display: block;
			width: 357px; 
			height: 114px;
			text-indent: -9999px;
			margin-left: 200px;
			background: url(images/patricia-reno.png) no-repeat 0 0;
			outline: none;
		}
	#header ul {
		height: 40px;
		background: url(images/navigation.gif) repeat-x 0 0;
		list-style-type: none;
		margin: 0 4px 0 196px;
		margin-top:17px;
		padding-left: 10px;
	}
		#header ul li {
			float: left;
			text-transform: uppercase;
			font-size: 0.9em;
			font-weight: bold;
			font-family: Verdana;
			padding-left: 2px;
			background: url(images/divider.gif) no-repeat 0 center;
		}
		#header ul li.f {
			padding-left: 0;
			background: none;
		}
		#header ul li a {
			color: #000000;
			padding: 13px 20px;
			display: block;
		}
		#header ul li a:hover {
			color: #D0522C;
		}
/** END header **/

/** BEGIN body **/
#body {
	background: url(images/wrapper.png) repeat-y 0 0;
	width: 960px;
	padding: 0 4px 50px;
}
	#sidebar {
		width: 180px;
		float: left;
		font-size: 1.2em;
		color: #7E7E7E;
		padding: 15px 0 0 5px;
		background:url(images/catBottom.png) no-repeat top;
	}
		#sidebar h2 {
			font-size: 1em;
			text-transform: uppercase;
			padding: 10px 0 0 5px;
		}
		#sidebar ul {
			list-style-type: none;
			border-bottom: 1px dotted #979797;
			padding: 5px 0 10px;
		}
			#sidebar ul li {
				padding: 5px 0 5px 15px;
			}
			#sidebar ul li a {
				color: #7E7E7E;
			}
			#sidebar ul li a:hover {
				
			}
	#content {
		float: right;
		width: 684px;
		padding: 10px 32px 10px 52px;
	}
		#content #latest {
			
		}
			#content #latest h2 {
				font-size: 1.6em;
				margin-bottom: 15px;
			}
			#content #latest img {
				float: left;
			}
			#content #latest div {
				width: 270px;
				float: left;
				padding: 10px 10px 10px 10px;
				background-color: #F1F2F4;
			}
				#content #latest div p {
					margin-bottom: 15px;
				}
				#content #latest .readmore {
					float: right;
					font-weight: bold;
					margin: 20px 20px 0 0;
				}
		#content .box {
			width: 210px;
			float: left;
			margin: 20px 20px 0 0;
			border-top: 2px solid #DB4A2F;
			padding: 10px 0;
		}
		#content .end {
			margin-right: 0 !important;
		}
			#content .box h2 {
				font-size: 1em;
				text-transform: uppercase;
				color: #DB4A2F;
				margin-bottom: 10px;
			}
			#content .box img {
				border: 1px solid #E6E6E6;
				padding: 2px;
			}
			#content .box p {
				margin: 10px 0;
			}
			#content .box .readmore {
				float: right;
				font-weight: bold;
				margin-bottom: 20px;
			}
			#content .box ul {
				list-style-type: none;
				clear: both;
			}
				#content .box ul li {
					border-bottom: 1px dotted #959595;
					padding: 5px 0;
				}
				#content .box ul li a {
					color: #2498BF;
				}
				#content .box ul li a:hover {
					
				}
/** END body **/

/** BEGIN footer **/
#footer {
	background: url(images/footer.gif) no-repeat 0 0;
	padding: 40px 0 20px;
}
	#footer p {
		color: #7E7E7E;
		line-height: 1.6em;
	}
	#footer a {
		color: #821b2c;
	}
/** END footer **/

/** BEGIN misc **/
.single {
	padding-top: 25px !important;
}
.post {
	padding: 0 20px 20px 0;
}
	.post p {
		margin-bottom: 10px;
		line-height: 1.5em;
		text-align:justify;
	}
	.post img {
		float: left;
		margin: 0 10px 5px 0;
		padding: 3px;
		border: 1px solid #e1e1e1;
	}
	.post h3 {
		font-size: 1.4em !important;
		padding-bottom: 10px;
	}
	.post .details {
		clear: both;
		padding: 5px 0;
		border-width: 1px 0;
		border-style: dotted;
		border-color: #e0e0e0;
		margin-top: 10px;
	}
	.post .details p {
		margin-bottom: 0;
	}
	.post .l {
		float: left;
	}
	.post .r {
		float: right;
	}
	.post ol {
		padding: 0 0 10px 20px;
	}
	.post ul {
		padding: 0 0 10px 15px;
	}
	.post li {
		margin: 2px 0;
	}
	.post blockquote {
		font-style: italic;
		padding: 10px;
		background-color: #EEEEEE;
		border-width: 1px 0;
		border-style: solid;
		border-color: #E3E3E3;
		margin-bottom: 10px;
	}
	.post h3 {
		margin-bottom: 5px;
		font-size: 1.3em;
	}
#comments {
	
}
	#comments h2 {
		margin: 10px 0;
		font-size: 1.5em;
		font-weight: normal;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.5em;
	}
	#comments form {
		padding-top: 20px;
	}
	#comments form p {
		margin-bottom: 5px;
	}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
	#respond {
		padding-top: 20px;
	}
/** END misc **/
