/*



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/



*/



body.custom {



    background: #f5f5f5;



}



.custom #container {



    margin-top: 2em;



    margin-bottom: 2em;



    padding: 0.3em;



    border: 1px solid #v;



    background: #cccb99;



}





.custom #page {



    background: #fff;



	padding-top: 1em;



}



.custom li.widget .callout { padding: 0.846em; line-height: 1.385em; background: #d0e1c8; border: 0.077em solid #6ca251; }



.custom .subscriptions li { padding-left: 0; background-image: none; }



.custom .subscriptions .rss a { padding-left: 20px; background: url('images/icon-rss.gif') 0 50% no-repeat; }



.custom .subscriptions .email a { padding-left: 20px; background: url('images/icon-email.gif') 0 50% no-repeat; }



/* 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 #header { padding: 8px; }





/*RLINE BELOW HEADER*/





.custom #header {border-bottom: 1px solid #ddd; background: url("images/header.jpg") no-repeat; }



.custom #header { height: 251px; }



.custom .sidebar h3 { font-size: 0.846em; font-weight: bold; line-height: 1.455em; margin-bottom: 1em; padding: 0.636em 0.455em 0.545em 0.455em; text-transform: uppercase; font-variant: normal; letter-spacing: 2px; color: #111; border-top: 1px solid #d0e1c8; border-bottom: 1px dotted #d0e1c8; }





.custom #custom_box { background-color: #fff; }



.custom #custom_box h3 { font-size: 1.1em; font-weight: bold; line-height: 1.455em; padding: 0.636em 0.455em 0.545em 0.455em; text-transform: uppercase; font-variant: normal; letter-spacing: 2px; color: #6ca251; border-top: 0px solid #d0e1c8; border-bottom: 0px dotted #d0e1c8; }



.custom #custom_box { font-size: 10pt; }







/*---:[ showcase page styles ]:---*/



.custom .format_text ul.showcase { font-size: 0.714em; line-height: 1em; list-style: none; margin: 0 0 0 -1em; }



	.custom .format_text ul.showcase li { margin: 0 0 1em 1em; float: left; }



		.custom .format_text ul.showcase li a img { width: 8em; height: 8em; padding: 0.4em; background: #f4f0db; }



		.custom .format_text ul.showcase li a:hover img { background: #f6e06e; }



		



		



			/*THIS CHANGES ALL OF THE LINKS*/



	



.custom a { color: #6ca251; text-decoration: none; }



















.custom a:hover { color: #6ca251;text-decoration: underline; }



















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



















	/*---:[ h3 and h4 sizes are calculated relative to the base font size of the content or sidebar ]:---*/



	



	.custom .sidebar h3 { text-transform: uppercase; font-size: 1.0em; color: #6ca251; }



	



	



/*---:[ nav menu styles ]:---*/



















ul#tabs { list-style: none; border: 1px solid #ddd; border-width: 0 0 0px 0px; }



















	ul#tabs li { margin-bottom: -0.1em; background: #fff; border: 0px solid #ddd; border-left: 0; float: left; }



















	ul#tabs li.current_page_item, ul#tabs li.current-cat { padding-bottom: 0.1em; background: #fff; border-bottom: 0; }



	



		ul#tabs li a, ul#tabs li a:visited { display: block; line-height: 1em; color: #ccc99; font-size:10px; text-decoration: none; text-transform: uppercase; letter-spacing: 1px; }



















		ul#tabs li a:hover { color: #6d5d4d; text-decoration: none; background: #cbcb95; }



	



		ul#tabs li.current_page_item a, ul#tabs li.current_page_item a:visited, ul#tabs li.current-cat a, ul#tabs li.current-cat a:visited { cursor: default; }



	



		ul#tabs li.current_page_item a:hover, ul#tabs li.current-cat a:hover { text-decoration: none; }



	



	ul#tabs li.rss { padding-right: 0; padding-bottom: 1.0em; background: none; border: none; float: right; }



		



		ul#tabs li.rss a, ul#tabs li.rss a:visited { padding-right: 16px; background: url('images/icon-rss.gif') 100% 50% no-repeat; }



		



		



/*COMMENT STYLES*/



.custom .odd {



background-color:#e6eee1;



}



















.custom .comment {



font-size: 11px;



}



















.comment .reply {



font-size:11px;



text-align:right;



}



















		/*---:[ after-post elements ]:---*/



















.custom .format_text .to_comments { color: #6ca251; clear: both; }



















	.custom .format_text .to_comments span { color: #6ca251; }



















	.custom .format_text .to_comments span.bracket { color: #000; }



















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



















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



	



	



/* ALERT BOX */



.format_text p.alert {



background:#d0e1c8 none repeat scroll 0 0;



border:1px solid #6ca251;



}



		



































p.emailsub {



background:transparent url(http://www.sugarrae.com/wp-content/themes/thesis/images/icon-rss.gif) no-repeat scroll 100% 50%;



font-size:15px;



letter-spacing:2px;



padding-right:15px;



position:absolute;



right:0;



text-transform:uppercase;



top:8px;



}





































































