/*
Theme Name: Modern Orange
Theme URI: http://www.themelab.com/free-wordpress-themes/
Description: Design by <a href="http://imanto.com">imanto.com</a>.  WordPressed by <a href="http://www.themelab.com">Theme Lab</a>
Version: 1.0
Author: Theme Lab
Author URI: http://www.themelab.com/
*/

* {
	padding: 0;
	margin: 0;
} 
html, body { margin:0; padding:0; width:100%; height:100%; }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#555e76; 
}
#masterWrapper {
	margin:0 auto;
	background-repeat:repeat-y;
	background-position:top center;
}
#shadowBottom {
	margin:0 auto;
	width:816px;
	height:46px;
	background-image:url(images/shadow-b.gif);
	background-position:top center;
	background-repeat:no-repeat;
}
#wrapper {
	margin: 0 26px;
	border:1px solid #2f3441;
	border-top:0;
	background-color:#dad4c6;
	min-width:755px;
}
#header {
	height: 120px;
	margin: 0px 0px 0px 0px;
	background-color:#adbce7;
}
#header h1 {
	font-size: 30px;
	font-weight: normal;
	padding: 30px 0 0 32px;
}
#header h1 a {
	color: #093FB9;
	text-decoration: none;
}
#header .description {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#093FB9;
	font-size:32px;
	position:absolute;
	top:44px;
	text-align:right;
	width:740px;
	margin-right:20px;
}
#headerl {
	background: url(images/opl.jpg) no-repeat top left;
	width: 340px;
	height: 122px;
	display: block;
}
#nav {
	height: 12px;
	padding:13px 10px;
	background: url(images/footer.gif) #adbce7 repeat-x;	
}
#nav ul {
	list-style: none;
}
#nav li {
	display: inline;
}
#nav a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 12px 10px;
}
#nav a:hover, #nav .current_page_item a {
	background-color: #dcd7ca;
	color: #625f5b;
}
#content {
	padding: 5px 0px;
	margin: 0 6px;
	color: #5c5a56;
}
#content .post {
	border: 3px solid #d4cbc4;
	background: #edeae3;
	padding: 4px;
	margin-bottom: 10px;
	margin-left: 180px;
}
#content .post-heading {
	background: url(images/heading.gif) #63615d repeat-x;
	height: 24px;
	padding: 10px 0 0 10px;
}
#content .post-heading h2 {
	font-size: 14px;
}
#content .post-heading h2 {
	color: #fff;
}
#content .post-heading h2 a {
	color: #fff;
	text-decoration: none;
}
#content .post-content {
	padding: 10px;
}
#content p {
	padding-bottom: 10px;
}
#content a {
	color: #CE4521;
}
#content .post-info {
	font-size: 10px;
}
#content .comments {
	background: #5d605a;
	float: left;
	padding: 5px;
}
#content .comments a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#sidebar {
	margin-top: 1px;
	margin-left: 5px;
	float: right;
	min-height: 350px;
	width: 157px;
}
#sidebar .sidebar-item {
	width: 145px;
	border: 3px solid #d4cbc4;
	background: #edeae3;
	padding: 4px;
}
#sidebar .sidebar-heading {
	background: url(images/heading.gif) #63615d repeat-x;
	height: 24px;
	padding: 10px 0 0 10px;
}
#sidebar .sidebar-heading h3 {
	font-size: 14px;
	color: #fff;
}
#sidebar .sidebar-content {
	padding: 10px;
}
#sidebar ul {
	list-style: none;
}
#sidebar li {
	background: #f2f0eb;
	border: 3px solid #e4ded9;
	padding: 7px 9px 7px 9px;
	margin-top: 5px;
}
#sidebar li:hover {
	background: #fff;
}
#sidebar a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
#footerbg {
	background: url(images/footer.gif) #adbce7 repeat-x;
	height: 40px;
	margin-top: 20px;
}
#footer {
	clear: both;
	margin: 0px auto 10px auto;
	padding: 10px;
	color: #fff;
	font-weight: bold;
}
#footer a {
	color: #fff;
}
.clear {
	clear: both;
}
#comments {
	padding: 10px 0 10px 0;
}
#respond {
	padding-top: 10px;
}
#content ul, #content ol {
	padding-left: 0px;
}
.commentlist li {
	padding-bottom: 10px
}
/* WordPress CSS */

img.avatar {
	float: left;
	margin-right: 5px;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.blank {
	clear:both;
	width:auto;
	height:1px;
	overflow:hidden;
}
