/*  
Theme Name: Brochure Theme - Pink
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: #ffffff url(images/background.jpg) top center no-repeat;
	color: #111;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	text-align: center;
	margin: 0px; padding: 25px 0px 0px 0px;
	height: 100%;

}

#headertop { 

	background: #FFFFFF url(images/header.jpg) top center no-repeat;
	color: #fff;
	width: 800px;
	min-height: 100px;
	height: 100px;
	margin: 0px auto 0px;
        padding: 0px 0px 0px 0px;
	overflow: hidden;

}
#mainarea {background: #800 url(images/contentbg.jpg) top left repeat-x; height: 38px; width: 800px;}


body * {margin: 0px; padding: 0px;}
/*********************************************
		Link Styles
*********************************************/
a {
	color: #0000ff;
	text-decoration: underline;
}
a:hover { color: #800; text-decoration: none; }
/*********************************************
		Text Elements
*********************************************/
p, ul, ol, blockquote {color: #111;}
ol, ul {
	margin: 5px 35px;
}
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: 0px 0px 0px 0px;
	margin: 0px;
	color: #aa0000;
	font-size: 25px;
	font-family:  Georgia, Times New Roman, Arial;
	font-weight: normal;
	text-decoration: none;
	clear: both;
	text-align: left;
}
h1 a {
	color: #aa0000;
	text-decoration: none;
}
h2 { /* This style used as header in the sidebars */
	color: #202020;
	font-size: 25px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	padding: 10px 0px 3px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: double #C0C0C0;
}
h3 { /* This style used as the post titles on homepage/archive */
	color: #aa0000;
	font-size: 24px;
	font-family: Times New Roman, Georgia, Arial;
	font-weight: normal;
	padding: 10px 0px 5px 0px;
	margin: 0px;
	text-decoration: none;
	clear: both;
	text-align: center;
}
h3 a {
	color: #aa0000;
	text-decoration: none;
}
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: #FFF url(images/container-bg.gif) bottom left repeat-x;
	text-align: left;
    margin: 0px auto;
    width: 800px;
    padding: 0px 0px 0px 0px;
	border: 1px solid #000; 
	height:100%;

}
#wrap {
    margin: 0px; padding: 0px;
    width: 800px;
	border: 1px solid #000;
	height: 100%;
	min-height: 800px;

}
#border-top {
    margin: 0px; padding: 0px;
    width: 898px; 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: left;
	margin: 5px;
	padding: 15px 15px 15px 15px;  
	width: 420px;
	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: Arial, Verdana, 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 {
	color: #666;
	display: inline;
	float: left;
	border: 0px solid black;
	width: 150px;
	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: 150px;
	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: #2255AA;
	text-decoration: none;
}
#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;
	
}

/*********************************************
		RIGHT Sidebar (Page Title and Menu)
*********************************************/
#r_sidebar {
	display: inline;
	float: right;
	clear: both;
    top: auto 0px;
	width: 150px;
	border: 0px solid black;
	margin: 0px 0px 0px 0px; padding: 15px 11px 5px 11px;
	display: block; /* floats are handled as block elements, this is to fix 
							   a margin collapsing bug in IE */
}
#r_sidebar #title {
	color: #aa0000;
	font-size: 20px;
	font-family: Times New Roman, Georgia, Arial;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	color: #666;
	text-decoration: none;
	text-align: center;
}
#r_sidebar #title a {
	color: #aa0000;
	text-decoration: none;
}
#r_sidebar #title a:hover {
	color: #333;
	text-decoration: none;
}
#r_sidebar h2 { /* Description - tagline */
	color: #202020;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 5px 0px;
	text-align: center;
	border-bottom: 0px solid #fff;
}

/*********************************************
		Left Sidebar (Page Title and Menu)
*********************************************/
#l_sidebar {
	display: inline;
	float: left;
	top: auto;
	border: 0px solid black;
	width: 150px;
	margin: 0px 0px 15px 0px; padding: 15px 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: #aa0000;
	font-size: 18px;
	font-family: Times New Roman, Georgia, Arial;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
	color: #666;
	text-decoration: none;
	text-align: left;
}
#l_sidebar #title a {
	color: #aa0000;
	text-decoration: none;
}
#l_sidebar #title a:hover {
	color: #333;
	text-decoration: none;
}
#l_sidebar h2 { /* Description - tagline */
	color: #000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	padding: 0px 0px 3px 0px;
	margin: 0px 0px 5px 0px;
	text-align: left;
	border-bottom: 0px solid #fff;
}
#menu {
	list-style-type: none;
	text-align: left;
	 /* text-transform: uppercase; */
	font-size: 12px;
	font-weight: normal;
	line-height:16px;
	overflow: hidden;
	margin: 3px 0px 40px 0px; padding: 0px;
}
#menu li {
	margin-left: 6px; padding: 1px 0px;
}
#menu li a {
	color: #00F;
	text-decoration: underline;
	
}
/* if you want to set a "current page item" style, do it here */
#menu li.current_page_item a, #menu li.current_page_item a:visited {
	color: #00f;
	text-decoration: underline;
	
}
#menu li a:hover {
	color: #a00;
	text-decoration: none;
}
/*********************************************
		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: 800px;
	color: #000;
	margin: 0px auto;
	padding: 10px 0px;
	clear: both;
	text-align: center;
	font-size: 11px;
}
#footer a {
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	color: #a00;
	text-decoration: underline;
}



/************************************************

*	Navbar  --All below added by chris    								*

************************************************/

#navbar {

	background: #800000 url('images/navbar.gif') bottom left repeat-x;
	width: 800px;
	height: 56px;
	font-size: 21px;
	font-family: Arial, Tahoma, Verdana;
	color: #000000;
	font-weight: bold;
	margin: 0px auto;
	padding: 0px;
	border-top: 1px solid #200;
	border-bottom: 0px solid #400;

	}

	

#navbar a, #navbar a:visited {

	color: #FFFFFF;

	font-size: 11px;

	text-decoration: none;

	text-transform: uppercase;

	padding: 0px 0px 0px 3px;

	}

	

#navbar a:hover {

	color: #800; 

	text-decoration: underline;

	padding: 0px 0px 0px 3px;

	}

	

#navbar p {

	color: #800; 

	margin: 0px auto 0px;

	padding: 0px 0px 0px 10px;

	font-weight: bold;

	}

	

#navbarleft {

	width: 800px;

	float: left;

	margin: 0px;

	padding: 0px 0px 0px 0px;

	}

	


#nav {

	margin: 0px;

	padding: 0px;

	list-style: none;

	}

	

#nav ul {

	margin: 0px;

	padding: 0px;

	list-style: none;

	}



#nav a, #nav a:visited {

	background: #800 url('images/navbar.gif') bottom left repeat-x;

	color: #FFF;

	display: block;

    font-weight: bold;

    margin: 0px;

	border-right: 1px solid #aaa; 

	border-left: 1px solid #000;  
	padding-left:20px; padding-right:20px; padding-top:7px; padding-bottom:7px

	}

	

#nav a:hover {

    background: #800;

	color: #FFF;

	display: block;

	text-decoration: none;

    margin: 0px 0px 0px 0px;

	padding: 7px 20px 7px 20px;

	}



#nav li {

	float: left;

	margin: 0px;

	padding: 0px;

	}

	

#nav li li {

	float: left;

	margin: 0px;

	padding: 0px;

	width: 150px;

	}

	

#nav li li a, #nav li li a:link, #nav li li a:visited {

	background: #800;

        width: 160px;

	float: none;

	margin: 0px;

	padding: 7px 30px 7px 10px;

	border-bottom: 1px solid #400;

	}

	

#nav li li a:hover, #nav li li a:active {

	background: #800 url('images/navbar.gif') bottom left repeat-x;

	padding-left:10px; padding-right:30px; padding-top:7px; padding-bottom:7px

	}



#nav li ul {

	position: absolute;

	width: 10em;

	left: -999em;

	}



#nav li:hover ul {

	left: auto;

	display: block;

	}

	

#nav li:hover ul, #nav li.sfhover ul {

	left: auto;

	}


/************************************************
*	Subnavbar      								*
************************************************/
/*
#subnavbar {
	background: #800 url(images/navbar.gif);
	width: 800px;
	height: 100px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 10px;
	}
	
#subnav {
    width: 80px;
	height: 38px;
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
	
#subnav ul {
	margin: 80px;
	padding: 0px;
	list-style: none;
	}

#subnav a, #subnav a:visited {
	background: #800 url(images/navbar.gif);
	color: #FFFFFF;
	display: block;
    font-weight: bold;
    margin: 0px 20px 0px 0px;
	padding: 6px 10px 6px 10px;
	}
	
#subnav a:hover {
	background: #800;
	color: #800;
	display: block;
	text-decoration: none;
    margin: 0px 20px 0px 0px;
	padding: 6px 10px 6px 10px;
	}

#subnav li {
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
#subnav li li {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 160px;
	}
	
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #FFFFFF;
	color: #800;
	width: 160px;
	float: none;
	margin: 0px;
	padding: 6px 10px 6px 10px;
	border-bottom: 1px solid #800;
	border-left: 1px solid #800;
	border-right: 1px solid #800;
	}
	
#subnav li li a:hover, #subnav li li a:active {
	background: #EAEAEA;
	color: #800;
	}

#subnav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	}

#subnav li:hover ul {
	left: auto;
	display: block;
	}
	
#subnav li:hover ul, #subnav li.sfhover1 ul {
	left: auto;
	}
*/


/************************************************
*	Subnav      								*
************************************************/

#subnav {
	background: #600 url(images/navbar.gif);
	width: 800px;
	height: 22px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #222222;
	}
	
#subnav p {
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
#subnav a, #subnav a:visited {
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 0px 0px 3px;
	}
	
#subnav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#subnav p {
	color: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 10px;
	font-weight: bold;
	}
	
#subnav a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
#subnav ul {
	margin: 0px;
	padding: 0px;
	}
	
#subnav li {
	list-style-type: none;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	display: inline;
	}
	
#subnav ul li a, #subnav ul li a:visited {
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	text-decoration: none;
	}

#subnav ul li a:hover {
	color: #CC0000;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	}
	
#subnavleft {
	width: 780px;
	float: left;
	margin: 0px;
	padding: 5px 0px 0px 10px;
	}
	
#subnavright {
	width: 120px;
	float: right;
	margin: 0px;
	padding: 4px 10px 0px 0px;
	text-align: right;
	}


/************************************************
*	Search Form									*
************************************************/

#searchdiv {
	margin: 0px;
	padding: 0px;
	}
	
#searchform {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
	}
	
#searchform2 {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
	}

#s {
	background: #FFFFFF;
	width: 90px;
	color: #000000;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	padding: 2px;
	margin: 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #800;
	display: inline;
	}

#s2 {
	background: #FFFFFF;
	width: 200px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	padding: 3px;
	margin: 10px 0px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	display: inline;
	}
	
#sbutt {
	background: #376B9D url(images/navbar.gif);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 2px;
	margin: 0px 0px 0px 5px;
	border: 1px solid #234B69;
	font-weight: bold;
	}
	
#sbutt2 {
	background: #376B9D url(images/navbar.gif);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	padding: 2px;
	margin: 0px 0px 0px 8px;
	border: 1px solid #234B69;
	font-weight: bold;
	}
	
#name, #email, #url, #submit {
	background: #FFFFFF;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	}
	
#words {
	background: #FFFFFF;
	width: 460px;
	color: #000000;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px 0px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	}


