/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }				<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

/*--:[ Thesis Reset ]:--*/
.custom a { outline:none; }
.custom ul#tabs { border:none; }
.custom ul#tabs li { background:none; border:none; }
.custom #header { border-bottom:none; }
.custom #feature_box { border-bottom:none; }
.custom .sidebar h3 { font-variant:normal; letter-spacing:0; }
.custom #column_wrap { background:none; }
.custom #footer { border-top:none; }

/*BACKGROUND*/

body.custom {
	background:#f3f0f0;
	}
	
.custom .page {
	background: transparent url('images/containerbg.jpg') repeat-y;
	}
	
.custom #header_area {
	background: transparent url('images/navbg.png') repeat-x;
	z-index: 3;
	}
	
.custom #header_area .page {
	background: transparent;
	}
	
.custom #content_box { background: transparent url('images/contentbg.jpg') repeat-y 65% 0%; }

.custom #content {
	width: 60.4em;
	}

.custom #image_box, .custom #video_box, .custom #custom_box {
	background: none;
	border: none;
	}
	
/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/*Header*/
#aoblogo {
	position: absolute;
	top: 0em;
	}

#aoblogo a { 
	display: block;
	height: 28.2em; 
	width: 39.7em; 
	background: #fff url('images/logo.jpg') no-repeat; 
	outline: none;
	}
	
#aobtagline {
	background:#FFFFFF url(images/tagline.jpg) no-repeat scroll 0 0;
	display:block;
	height:179px;
	left:65em;
	top:-3.5em;
	width:311px;
	position: relative;
	}
	
#picheader {
	background:#FFFFFF url(images/headerpic.jpg) no-repeat scroll 0 0;
	display:block;
	height:23.5em;
	left:73.5em;
	width:20.7em;
	position: relative;
	left: 44em;
	top: -24.5em;
	}
	
.custom #logo {
	position: relative;
	z-index: 2;
	}
	
.custom #header {
	background: #fff url('images/headerbg.jpg') no-repeat;
	height: 253px;
	width:989px;
	padding: 0em;
	position: relative;
	left: -2.1em;
	z-index: -1;
	}
	
/* NAVIGATION MENU */

ul#primarynav { 
	background: transparent; 
	list-style: none; 
	border:none; 
	width:80em;
	position: relative;
	left: 36.5em;
	top: -.7em;
	}

ul#primarynav li { 
	background: transparent; 
	border: none; 
	border-left: 0;
	float: left;
	}

ul#primarynav li a { 
	display: block;
	color: #335b5d; 
	text-transform: uppercase;
	padding:6px 19px; 
	text-align:center;
	letter-spacing: 1px; 
	font-weight: 600;
	font-size: 1.2em;
	}

ul#primarynav li a:hover { 
	color: #fff; 
	text-decoration: none;
	}
	
ul#primarynav li a.current { 
	cursor: default; 
	color: #fff;
	}
	
/* Second NAVIGATION MENU */

.custom ul#tabs { 
	background: transparent url('images/containerbg.jpg') repeat-y; 
	list-style: none;  
	border:none; 
	width:99em;
	position: relative;
	left: -2.2em;
	padding-bottom: 2em;
	}

.custom ul#tabs li {
	border: none; 
	border-left: 0;
	}

.custom ul#tabs li a { 
	display: block;  
	color: #537546; 
	text-transform: uppercase; 
	font-weight: 600; 
	padding:6px 19px;
	text-align:center;
	letter-spacing: 0px;
	}

.custom ul#tabs li a:hover { 
	color: #424040; 
	text-decoration: none; 
	}
	
.custom ul#tabs li.current_page_item a, ul#tabs li.current-cat a { 
	cursor: default; 
	}
		
.custom ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover { 
	line-height: 1em; 
	text-decoration: none; 
	}
		
.custom ul#tabs li.current_page_item a { 
	color: #000;
	}
	
	
	
/*Comments Closed Text*/

.custom .comments_closed p {
	display: none;
	}
	
/*---:[ Sidebar Formatting ]:---*/
	
.custom .sidebar h3 { 
	text-transform: uppercase; 
	font-size: 1.2em;
	font-weight: 600; 
	color: #537546; 
	width: 300px;
	background: transparent url('images/sidebarbg.jpg') no-repeat;
	height: 2.5em;
	letter-spacing: 1px;
	}
	
.custom .sidebar a, a:visited { 
	color: #00275b; 
	}
	
.custom .sidebar a:hover {
	color: #424040;
	text-decoration: none;
	}
	
.custom li.widget ul li {
	border-bottom:1px solid #e5e5e5;
	padding: .6em 0 .6em 0;
	margin: 0em;
	}

.custom .sidebar ul.sidebar_list {
	padding-left:0em;
	}
	

	
/*Coaching Logos in Sidebar*/

#acclogo {
	display: block;
	background: url(images/acccoachlogo.jpg) no-repeat;
	height: 74px;
	width: 130px;
	float: left;
	}

#ipeclogo {
	height: 90px;
	}

#ipeclogo a {
	display: block;
	background:transparent url('images/ipeclogo.jpg') no-repeat;
	height: 97px;
	width: 130px;
	float: left;
	}
	
#prnoter a {
	display: block;
	background:transparent url('images/prnoter.jpg') no-repeat;
	height: 168px;
	width: 300px;
	}
	
#prnoter a:hover {
	background-position: 0 -168px;
	}
	
#twitter a {
	display: block;
	background:transparent url('images/twitter.jpg') no-repeat;
	height: 118px;
	width: 146px;
	position: absolute;
	}
	
#twitter a:hover {
	background-position: 0 -116px;
	}
	
#facebook a {
	display: block;
	background:transparent url('images/facebook.jpg') no-repeat;
	height: 118px;
	width: 147px;
	position: relative;
	left: 12em;
	}
	
#facebook a:hover {
	background-position: 0 -118px;
	}
	
#newsletter {
	display: block;
	background:transparent url('images/newsletterheader.jpg') no-repeat;
	height: 63px;
	width: 300px;
	}
	
.custom h5 {
	font-size: 2em;
	line-height: 1.3em;
	color: #00275B;
	text-transform: none;
	font-weight: normal;
	text-align: center;
	}
	
/*After Click on Post Comments*/

.custom .format_text .to_comments { 
	color: #002557; 
	clear: both; 
	text-transform: uppercase;
	}

.custom .format_text .to_comments span { 
	color: #002557; 
	}

.custom .format_text .to_comments span.bracket { 
	display:none;
	}

.custom .format_text .to_comments a { 
	color: #002557; 
	text-decoration: none; 
	}

.custom .format_text .to_comments a:hover { 
	color: #424040; 
	text-decoration: none; 
	}

/*Intro Comment Styles*/

.custom .comments_intro p { 
	color: #002557; 
	}
		
.custom .comments_intro a { 
	text-decoration: underline; 
	}
		
.custom .comments_intro a:hover { 
	color: #424040;
	text-decoration: none; 
	}

.custom .comments_intro span { 
	color: #002557; 
	}

.custom .comments_intro span.bracket { 
	display: none;
	}
	
/*Post Headlines*/
.custom h2 a {
	color: #002557;
	}
	
.custom h2 a:hover {
	color: #424040;
	text-decoration: none;
	}

/*After click Ñ headline*/
.custom h1 {
	color: #002557;
	}
	
/*Main LINKS*/
	
.custom a { 
	color: #537546; 
	text-decoration: none; 
	}

.custom a:hover { 
	color: #424040; 
	text-decoration: none; 
	}

.custom a:visited { 
	color: #537546; 
	font-weight: normal; 
	}
	
/*Headline Meta*/

.custom .headline_meta {
	padding: .2em 0 .2em 0;
	font-size: 1.3em;
	color: #424040;
	text-align: center;
	}
	
.custom .headline_area {
	background: transparent url(images/postheadline.jpg) no-repeat top center;
	padding: 2.9em 0 .5em 0;
	text-align: center;
	border-bottom: 1px solid #dad8d8;
	}
	
.custom .post_box {
	border-top:none;
	}
	
/*Footer Navigation*/

ul#footernav { 
	background: transparent; 
	list-style: none; 
	border:none; 
	width:65em;
	padding: 5em 0 3em 0;
	margin-bottom: 3em;
	margin-left: auto;
	margin-right: auto;
	}

ul#footernav li { 
	background: transparent; 
	border: none; 
	border-left: 0;
	float: left;
	}

ul#footernav li a { 
	display: block;
	color: #537546; 
	text-transform: uppercase;
	padding:6px 2px 6px 2px; 
	text-align:center;
	width:83px; 
	letter-spacing: 1px; 
	font-weight: 600;
	font-size: 1.2em;
	}

ul#footernav li a:hover { 
	color: #424040; 
	text-decoration: none;
	}
	
ul#footernav li a.current { 
	cursor: default; 
	color: #537546;
	}

.custom #footer p {
	float: left;
	margin-left: 22em;
	}
	
.custom #footer {
	height: 17em;
	background: transparent url(images/footerbg.jpg) no-repeat center top;
	text-align: center;
	}
	
#bottomfooter {
	display: block;
	background: transparent url(images/footerend.jpg) no-repeat center bottom;
	height: 4em;
	width: 13em;
	margin-left: auto;
	margin-right: auto;
	}
	

