/*  
Theme Name: Brochure Theme - Red
Author URI: http://ithemes.com/
Version: 1.0
Author: Nathan Rice
Description: Brochure Theme is a simple website CMS theme for professionals, like business coaches and consultants
All CSS, XHTML and design is copyrighted. Please don't steal
*/
html, body { margin: 0; padding: 0; }
body { 
	background: #4C81B7  url(images/background.gif) repeat-x;
	color: #666;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	text-align: center;
	margin: 0px; padding: 0px 0px 0px 0px;
}

body * {margin: 0px; padding: 0px;}
/*********************************************
		Link Styles
*********************************************/
a {
	color: #000000;
	text-decoration: underline;
}
a:hover { color: #000000; text-decoration: underline; }
/*********************************************
		Text Elements
*********************************************/
p, ul, ol, blockquote {color: #666;}
ol, ul {
	margin: 5px 5px;
}
blockquote {
	margin: 5px 0px 5px 10px;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #999;
}
img { border: 0px; background: none; padding: 0px 10px 5px 0px; }
p {
	padding: 10px 0px;
	margin: 0px;
	line-height: 20px;
}
.clearfix:after { content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden; }
/*********************************************
		Header Styles
*********************************************/
h1 { /* This style used as title on single posts and pages */
	padding: 5px 0px 0px 10px;
	margin: 0px;
	color: #000000;
	font-size: 20px;
	font-family: Times New Roman, Georgia, Arial;
	font-weight: normal;
	text-decoration: none;
	clear: both;
	text-align: left;
}
h1 a {
	color: #ff6600;
	text-decoration: none;
}
h2 { /* This style used as header in the sidebars */
	color: #000000;
	font-size: 18px;
	font-family: Times New Roman, Arial, Tahoma, Verdana;
	font-weight: bold;
	padding: 10px 0px 3px 0px;
	margin: 0px 0px 5px 0px;
}
h3 { /* This style used as the post titles on homepage/archive */
	color: #000000;
	font-size: 26px;
	font-family: Georgia, Times New Roman, Arial;
	font-weight: normal;
	padding: 10px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	clear: both;
	text-align: left;
}
h3 a {
	color: #ff6600;
	text-decoration: underline;
}
h3 a:hover {
	color: #333;
	text-decoration: none;
}
h4 { /* This style used as title for comments and as the identifying header on archive page  */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	color: #666;
	text-decoration: none;
	clear: both;
}
/*********************************************
		Container Div / Wrap Div
*********************************************/
#container {
	background: #FFFFFF;
	text-align: left;
    margin: 0px auto;
    width: 785px;
    padding: 0px;
	border: 1px solid #000;
}
#wrap {
    margin: 0px; padding: 0px;
    width: 785px;
}
#border-top {
    margin: 0px; padding: 0px;
    width: 785px; height: 1px;
	display: block;
}
/*********************************************
		Header Styles
*********************************************/
#header {
	border: 0px solid black;
	background: #FFF;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
}

/*********************************************
		Content Div
*********************************************/
#content {
	float: right;
	margin: 0px;
	padding: 0px 10px 20px 10px;
	width: 555px;
	display: block;
	border: 0px solid black;
}
.post-more { /* Use this class to style the "more" tag */
}
.post-more a, .post-more a:visited { /* Use this class to style the link within the post-more div */
}
/*********************************************
		Post Meta Styles
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 0px 0px 5px 0px;
	margin: 0px;
}
.meta-top p {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0px; padding: 0px;
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	padding: 5px; margin: 0px;
}
.meta-date {
	margin: 0px 5px;
}
.meta-author {
	margin: 0px 5px;
}
.meta-comments {
	margin: 0px 5px;
}
.meta-category {
	margin: 0px 5px;
}
/*********************************************
		Previous/Next Page Navigation
*********************************************/
.page-nav {
	clear: both; /* To clear any floats */
	margin: 10px 0px;
	padding: 10px 0px;
}
.nav-previous {
	width: 249px; 
	float: left; 
	text-align: left;
}
.nav-next {
	width: 249px; 
	float: right; 
	text-align: right;
}
/*********************************************
		Left Sidebar
*********************************************/
#sidebar {
	background-color: #f3f3f3;
	display: inline;
	float: left;
	border: 0px solid black;
	width: 585px;
	margin: 0px 0px 15px 0px; padding: 10px 0px 5px 0px;
	display: block; /* floats are handled as block elements, this is to fix 
						a margin collapsing bug in IE */
}
#sidebar p {
	padding: 0px 0px 5px 0px;
}
#sidebar img {
	text-align: center;
}
#sidebar form {
	padding: 0px;
	margin: 5px 0px;
}
#sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#sidebar ul li {
	padding: 0px 15px 10px 0px;
}
#sidebar ul li.item {
	padding: 0px 15px 10px 0px;
	display: block;
	width: 181px;
	float: left;
}
#sidebar ul li ul {
	padding: 0px 0px 0px 15px;
	list-style-type: square;
}
#sidebar ul li ul li {
	padding: 0px;
	margin: 6px 0px;
}
#sidebar ul li ul li a {
	color: #000000;
	text-decoration: underline;
}
#sidebar ul li ul li a:hover {
	color: #333;
	text-decoration: underline;
}
#sidebar ul li ul li ul {
	padding: 0px;
	margin: 0px;
}
#sidebar ul li ul li ul li {
	padding: 0px;
	margin: 5px 10px 5px 5px;
}
/*********************************************
		Comment Styles
*********************************************/
#comments {
	padding: 8px;
}
#comments .even {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
	border-bottom: 1px dotted #B7B7B7;
}
#comments .odd {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
	border-bottom: 1px dotted #B7B7B7;
}
/*********************************************
		Footer Styles
*********************************************/
#footer {
	width: 700px;
	color: #FFFFFF;
	margin: 0px auto;
	padding: 10px 0px;
	clear: both;
	text-align: center;
	font-size: 11px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
/*********************************************
		Left Sidebar (Page Title and Menu)
*********************************************/
#l_sidebar {
	background-color: #f3f3f3;
	display: inline;
	float: left;
	border: 0px solid black;
	width: 175px;
	margin: 0px 0px 15px 10px; padding: 5px 11px 5px 11px;
	display: block; /* floats are handled as block elements, this is to fix 
							   a margin collapsing bug in IE */
}
#l_sidebar #title {
	color: #D50100;
	font-size: 14px;
	font-family: Times New Roman, Georgia, Arial;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #666;
	text-decoration: none;
	text-align: center;
}
#l_sidebar #title a {
	color: #D50100;
	text-decoration: none;
}
#l_sidebar #title a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#l_sidebar h2 { /* Description - tagline */
	color: #000000;
	font-size: 10px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: none;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	border-bottom: 0px solid #fff;
}
#menu {
	list-style-type: square;
	text-align: left;
	text-transform: titlecase;
	font-size: 12px;
	font-weight: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}
