/*
File:			custom.css
Description:	Custom styles for Thesis
More Info:		http://diythemes.com/thesis/rtfm/custom-css/
*/

/* This establishes the site background art or color */

body.custom { background: #d9dbd1 url('images/banner.png') 50% 0 no-repeat; }
	
/* This line sets up our clickable header background image based on the site title's link */

/* DIY: Adjust the height & width attributes to reflect the actual size of your image */

/* DIY: Change the filename of your image to reflect the actual header's file name */

.custom #header { height: 219px;
	padding: 0; }

.custom #header #logo a { display: block; height: 192px; width: 1000px; background: url('http://annistonyoga.com/wp-content/uploads/2012/01/banner8.png') no-repeat; outline: none; margin-left: -60px; }

/* This line gets rid of the site title & tagline by casting them out to far left field */

#header #logo, .custom #header #tagline { text-indent: -9999px; }

/* This line collapses the vertical space of the tagline so that there isn't unnecessary white space after the header image */

/* This is a bit of a kludge, but it seems to work. */

.custom #header #tagline { height: 0; }

/* This line removes the padding from the header so that the background image sits close to the nav menu, the bottom border of the header, and the sides of the content */

.custom ul.menu {margin-top: -32px;}

.custom ul.menu a:link {background-color: #d9dbd1; } 

.custom ul.menu a:visited {background-color: #d9dbd1; }

.custom ul.menu a:hover {background-color: #c7cac0; }

.custom ul.menu a:active {background-color: #c7cac0; }

.custom .rss {display: none;}

.custom #content p{
	padding: 0px;}

.logo {padding: 20px 240px 10px 240px;}

.custom #content h2 {
	margin: -20px 0 0 0;}

.custom .quote {font-style: italic; line-height: 30px;}

.custom .page {width: 900px; }	

.custom p {font-size: 0.9em; }

.custom #sidebar_1, #sidebar_2 {width: 430px; height: 204px; background:#c7cac0 none repeat scroll 0 0; border: none; }

.custom table.calendar-table tr {background-color: #EBF2EA;}

.custom td.current-day {background-color: #e0e8e2; }

.custom td.weekend-heading {color: #888888; }

.custom span.weekend {color: #888888; }

.custom .kjo-link p {color: #888888; }

.custom .event-content-break {background-color: #e0e8e2; }

.men {margin-left: 20px;}

.custom .sidebar_1 {font-size: 3em; }

.quote2 {font-size: 16px; font-style: italic; text-align: center; line-height: 28px; margin-top: -12px;}

.custom #post-31 .post_box .format_text a {margin-top: -616px;}

.custom #archives_intro h1 {margin-left: -1000px;}

#we {margin: 0 59px 0 10px; }

#Ayur {font-size: .9em; line-height: 21px; }

.custom .special {margin-top: 10px;}

.custom li#search.widget {margin-top: -32px;}

/* Let's remove that WordPress Stats Smiley Face ! */
img#wpstats {
     display: none;
}
