/*
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/
*/

/*JENNY FENIG*/

/*Background*/
body.custom {
background:#b79a6c;
}


/*HEADER*/
.alt_header a { 
background:transparent url(images/header.jpg) no-repeat scroll 0 0;
display:block;
height:21.9em;
padding-bottom:1em;
width:98.222em;}

/*Zen Jenny Header*/
.zen_jenny a { 
background:transparent url(images/zenjennylogo.jpg) no-repeat scroll 0 0;
display:block;
height:33.4em;
padding-bottom:1em;
width:64.222em;
margin-left: 22em;}


.custom #header {
border-bottom:0 none;
padding-bottom: 0em;
padding-top: 0em;
padding-left: 2em;
}

.custom #page {
padding:0em;
background: #fff;
border-left: .5em solid #af6f0d;
border-right: .5em solid #af6f0d;
}

.custom #content {
	width: 65em;
	background: #dbcbb2;}

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

/* REMOVES DOUBLE LINE BELOW HEADER */

.custom #header { border-bottom: solid .5em #af6f0d; }


/* BACKGROUND COLOR FOR SIDEBAR & Content Box */
	
.custom #content_box {
	background:none;
	width:97%;
	}
	

	
/*Bullets*/
.custom .format_text ul {
line-height:1.767em;
list-style-image:none;
list-style-position:outside;
list-style-type:disc;
margin:0 0 1.467em 3.467em;
margin-left: 3em;
}

/* NAVIGATION MENU */

.custom ul.menu { background: #0072bb; list-style: none; padding-left:0em; border-bottom: 1em solid #af6f0d; width:107.9em; border-left: none; border-right: none; border-top: none;}
.custom ul.menu li { margin-bottom: -0.1em; background: none !important; border: none !important; }
.custom ul.menu li a { background: none !important; display: block; line-height: 1em; color: #fff; text-transform: uppercase; text-decoration: bold; padding:.8em .3em; text-align:center; width:100px; letter-spacing: 0px; border-left: 1px solid #73a1bf !important; border-right: none !important; border-bottom: none !important; border-top: none !important; outline: none !important; }
.custom ul.menu li a:hover {  color: #fff !important; text-decoration: none; background: #73a1bf !important;}
.custom ul.menu li.current a { color: #0072bb !important; background: #fff !important;}
		
		
/*Removes "Comments are closed at this time" text*/
.custom .comments_closed p {text-indent: -99999em ;}

	/*ALL LINKS*/
	
.custom a { color: #b37311; text-decoration: none; }

.custom a:hover { text-decoration: underline; }

.custom a:visited { color: #b37311; font-weight: normal; }

/*Line under posts*/
.custom .post_box, .teasers_box {
border-top:1px solid #b37311;
clear:both;
}


/*---:[ Sidebar Formatting ]:---*/

.custom .sidebar h3 { text-transform: uppercase; color: #b37311; font-size: 1.3em; }

.custom .sidebar a, a:visited { color: #0072bb ; }

.custom #column_wrap {background: none;}


/*Headlines*/
.custom h2 {color: #b37311; text-transform: uppercase; text-align: center;}
.custom h1, .custom h1 a {color: #0072bb; text-transform: uppercase; text-align: center;}

/*Meta Data*/
.custom .headline_meta span, .headline_meta abbr {
color:#B37311;
font-style:normal;
letter-spacing:1px;
text-transform:uppercase;
}

.custom .headline_meta {
color:#B37311;
font-style:normal;
text-align:center;
}


/*COMMENTS*/
.custom .format_text .to_comments span.bracket {
color: #dbcbb2;
}

.custom .format_text .to_comments a {
color:#0072bb;
text-transform: uppercase;
text-decoration:none;
}

.custom .format_text .to_comments a:hover {
color: #0072bb;
text-decoration: underline;
}

.custom .format_text .to_comments span {
color:#0072bb;
}


/*COMMENTS after post*/
.custom .comments_intro p {
color:#0072bb;
text-transform: uppercase;
text-decoration:none;
}

.custom .comments_intro span.bracket {
color: #dbcbb2;
}

.custom .comments_intro span {
color:#0072bb;
}


/*Testimonials*/
.testimonial_suzanne a {
	display: block;
	height: 42.8em;
	width: 21em;
	background: url('images/Suzanne.jpg') no-repeat;
	left:56em;
}

.testimonial_sabina a {
	display: block;
	height: 66.8em;
	width: 21em;
	background: url('images/Sabina.jpg') no-repeat;
	left:56em;
}

.testimonial_karen a {
	display: block;
	height: 41.8em;
	width: 21em;
	background: url('images/Karen.jpg') no-repeat;
	left:56em;
}

.testimonial_virginia a {
	display: block;
	height: 41.8em;
	width: 21em;
	background: url('images/Virginia.jpg') no-repeat;
	left:56em;
}

.testimonial_alli a {
	display: block;
	height: 49.8em;
	width: 21em;
	background: url('images/Alli.jpg') no-repeat;
	left:56em;
}

.testimonial_kelly a {
	display: block;
	height: 95.8em;
	width: 21em;
	background: url('images/Kelly.jpg') no-repeat;
	left:56em;
}


.testimonial_jenn a {
	display: block;
	height: 56.8em;
	width: 21em;
	background: url('images/Jenn.jpg') no-repeat;
	left:56em;
}

.testimonial_anna a {
	display: block;
	height: 68.8em;
	width: 21em;
	background: url('images/Anna.jpg') no-repeat;
	left:56em;
}

.photo_jenny a {
	display: block;
	height: 23.8em;
	width: 21em;
	background: url('images/frontpagephoto.jpg') no-repeat;
	left:56em;
}

.quotes {
	display: block;
	height: 39.8em;
	width: 21em;
	background: url('images/Q1.jpg') no-repeat;
	left:56em;
}


/*Free Session Button*/
.free_session a {
display: block;
	height: 26.8em;
	width: 17.3em;
	background: #dae1e7 url('images/freesession2.jpg') no-repeat;
	padding-bottom: 3em;
	-moz-border-radius-bottomleft:0.5em;
	-moz-border-radius-bottomright:0.5em;
	-moz-border-radius-topleft:0.5em;
	-moz-border-radius-topright:0.5em;
	border:1px solid #af6f0d;
}

.free_session {
	padding-bottom: 3em;}

/*Sidebar Connect*/

.connect {
	background: none;
	border: 0px solid #0072bb;
	line-height: 1.4em;
	-moz-border-radius: 5px;
	padding: 0.9em;
	-webkit-border-radius: 5px;
	font-size: 10pt;
}


/*Sidebar Connect*/

.connect {
	background: none;
	border: 0px solid #0072bb;
	line-height: 1.4em;
	-moz-border-radius: 5px;
	padding: 0.9em;
	-webkit-border-radius: 5px;
	font-size: 10pt;
}

/*Footer*/
.custom #footer {
border-top:3px solid #B37311;
clear:both;
color:#b79a6c;
text-align:right;
}

.custom #footer a {
color:#b79a6c;
}

/*Subscribe to RSS & Email on Blog Page*/
.subscribe_RSS a {
	display: block;
	height: 5em;
	width: 17em;
	background: url('images/RSS.jpg') no-repeat;
}

.subscribe_email a {
	display: block;
	height: 5em;
	width: 17em;
	background: url('images/Email.jpg') no-repeat;
}

#newsletter {
	display: block;
	height: 23em;
	background: url('images/Newsletter.jpg') no-repeat;
	margin-left: .5em;}
	
.newsletter_box {
-moz-border-radius-bottomleft:0.5em;
-moz-border-radius-bottomright:0.5em;
-moz-border-radius-topleft:0.5em;
-moz-border-radius-topright:0.5em;
border:1px solid #0072BB;
padding-bottom:1em;}

/*Social Icons*/

.facebook a {
	display: block;
	height: 2.8em;
	width: 11em;
	background: url('images/Facebook.jpg') no-repeat;
}

.linkedin a {
	display: block;
	height: 2.8em;
	width: 11em;
	background: url('images/LinkedIn.jpg') no-repeat;
}

.twitter a {
	display: block;
	height: 2.8em;
	width: 11em;
	background: url('images/Twitter.jpg') no-repeat;
}




