/*
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: #f0f0f0 url('images/32original.gif') 50% 0 repeat;
}*/

body.custom { background: #ffffff url('images/snl_bgrnd4.gif') repeat scroll 50% 0;}

		.custom #page { padding: 2em 1.9em; background: #fff; border: 0.1em solid #629084; border-top: 0; }


.custom a {color:#ea6700;}
.custom a:hover {color:#7f7f7f;}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
}

.custom #page {
    background: #fff;
}

/* Smaller logo */

.custom #logo a { 
	display:block; height:160px; width:959px; background:url(images/snl_logo5.jpg) center no-repeat; text-indent:-9999px; 
}


/* Larger logo

.custom #logo a { 
	display:block; height:228px; width:959px; background:url(images/snl_logo6.gif) center no-repeat; text-indent:-9999px; 
}
*/


/* Main Navigation - colors */
.custom ul#tabs { width: 100%; border: none; border-width:1px 0; background-color:#f68933; margin:0 -2em; padding:0 2em;}
	.custom ul#tabs li { margin-bottom: 0; border: none;  border-top-width:0px; background: #f68933; }
	.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat { padding-bottom: 0; background: #f68933; }
		.custom ul#tabs li a { color: #FFF; padding: 0.818em 1em; background: none;line-height:2em;}
		.custom ul#tabs li a:hover { color: #FFF; background: #808080; }
		.custom ul#tabs li.current_page_item a:hover, .custom ul#tabs li.current-cat a:hover { background: #f68933;}


/* Custom Quotes with Curly Quote */
.custom blockquote.left {
   width: 220px;
   margin: 15px 10px 15px 0px;
   padding-top: 5px; 
   padding-right: 50px;
   /*border: 3px double #aaa;
   border-width: 3px 0;*/
   background-image:url(images/quotes.gif);
   font-size: 1.4em;
   text-align: left;
   float: left;
}

.custom blockquote.right {
   width: 220px;
   margin: 15px 0px 15px 10px;
   padding-top: 5px; 
   padding-left: 50px;
   /*border: 3px double #aaa;
   border-width: 3px 0;*/
   background-image:url(images/quotes.gif); 
   font-size: 1.4em;
   text-align: left;
   float: right;
}

/* This removes the borders around the header */
.custom #nav_area ul {border-bottom:none; border-left:none;}
	.custom #nav_area ul li {border-width:0; margin-bottom:0; padding-bottom:0; background:none;}
	
/* This moves the logo up by removing extra white spaces around it */
.custom #header {border-bottom:none; padding-bottom:0; padding-top:0;}
.custom #header_area .page {padding-top:0;}

/* Navigation spans accross the page */

.custom ul.categories_list {margin-top:15px;}
.custom ul.categories_list li {height:34px; margin:0 0 2px; overflow:hidden;}
.custom ul.categories_list li a div {height:34px; width:34px; overflow:hidden;float:left; margin:0px 10px 2px 0px; position:relative;}
.custom ul.categories_list li a div img {position:relative;}
.custom ul.categories_list li a:hover div img {left: -35px; display:block;}
.custom ul.categories_list li a span {display:block;padding-top:6px;}
.custom ul.categories_list li a:hover span {text-decoration:underline;}

.custom ul.categories_list li.category_green       a div img {top:   0px;}
.custom ul.categories_list li.category_inspiration a div img {top: -37px;}
.custom ul.categories_list li.category_kids        a div img {top: -74px;}
.custom ul.categories_list li.category_organic     a div img {top:-111px;}
.custom ul.categories_list li.category_personal    a div img {top:-148px;}
.custom ul.categories_list li.category_smart       a div img {top:-185px;}

.custom ul.categories_list li.category_rss         a div img {top:-222px;}
.custom ul.categories_list li.category_rssLinks   {height:auto; display:none;}
.custom ul.categories_list li.category_rssLinks a.xButton  {display:block;float:right; margin:-5px 5px;}
.custom ul.categories_list li.category_rssLinks div#subscribenow  {border:1px dotted #dddddd;padding:5px;}


.custom ul.categories_list li.category_email       a div img {top:-259px;}
.custom ul.categories_list li.category_emailForm   {height:auto; display:none;}

.custom ul.categories_list li.category_emailForm form  {border:1px dotted #dddddd;padding:5px;}
.custom ul.categories_list li.category_emailForm form input#emailText {width:90%;margin-bottom:5px;}

/* Footers 
.custom #footer_area {background:#f68933; padding:0.5em 0; border-top:1px solid #bbd;}
	.custom #footer {border-top:0;}*/
.custom #footer_1 {text-align:left; color:#333;}
	.custom #footer_1 ul.sidebar_list li.widget {width:23%; margin-right:2%; float:left;}
		.custom #footer_1 ul.sidebar_list li.widget h3 {color:#f68933;}
		.custom #footer_1 ul.sidebar_list li.widget a {color: #f68933;  border-bottom:0;}
		.custom #footer_1 ul.sidebar_list li.widget a:hover {color:#f68933;}
