/*
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/
*/


/* Admin Menu? */
.custom #admin_menu { color: #AFA48E ; }
.custom #admin_menu a { color: #AFA48E; border-bottom: 1px solid #AFA48E }
.custom #admin_menu a:visited { color: #AFA48E; border-bottom: 1px solid #AFA48E }
.custom #admin_menu a:hover { color: #fff4df; border: none; } 

/* --==[ BEGIN footer customization ]==-- */

.custom #footer {	background-color: #463723; color: #AFA48E; }
.custom #footer a { color: #AFA48E; }
.custom #footer a:visited { color: #AFA48E; }
.custom #footer a:hover { color: #fff4df; border: none; } 

#subfooter {
width:950px;
margin-left: -10px;
margin-right:15px;
height:300px;
background-color:#d5d6d7;
clear:both;
}

#subfooter .widget {
width:312px;
height:300px;
float:left;
}

#subfooter .widget .inner {
padding:5px;

}



/* --==[END footer customization ]==-- */


/* --==[ BEGIN home page teaser meta customization ]==-- */

.custom .teaser .teaser_date { color: #7F6F57; }
.teaser .edit_post { color: #3c2403; }
	.teaser .teaser_author a, .teaser a.teaser_comments, .teaser a.teaser_category, .teaser .edit_post a { color: #3c2403; border-bottom: 1px solid #3c2403; }
	.teaser .teaser_author a:hover, .teaser a.teaser_comments:hover, .teaser a.teaser_category:hover, .teaser .edit_post a:hover { color: #fff4df; border-bottom: none; }

/* --==[ END home page teaser meta customization ]==-- */



/* --==[ BEGIN article byline customization ]==-- */

.custom .headline_meta { color: #7F6F57; }
.custom .headline_meta a { color: #3c2403; border-bottom: 1px solid #3c2403; }
.custom .headline_meta a:hover { color: #fff4df; border-bottom: none; }

/* --==[ END article byline customization ]==-- */



/* --==[ BEGIN color of sidebar headings ]==-- */

.custom h3 { color: #AFA48E; background: #463723; padding-left: 4px; }

/* --==[ END color of sidebar headings ]==-- */



/* --==[ BEGIN Nav Menu styles ]==-- */

.custom ul#tabs { list-style: none; margin-bottom: -0.1em; background: #463723; border: solid #7f6f57; border-width: 0 0 1px 1px; border-left: 0; border-top: 0; } /* whole nav menu REMOVED: 1px */
.custom ul#tabs li { margin-bottom: -0.1em; background: #463723; border: 1px solid #463723; float: left; border-left: 0; border-top: 0; } /* each item */
.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat { padding-bottom: 0.1em; background: #AFA48E; border-bottom: 0; border-top: 0; } /* current page or category */
.custom ul#tabs li a { display: block; line-height: 1em; color: #AFA48E; text-transform: uppercase; letter-spacing: 2px; border-top: 0; } /* each item link */
.custom ul#tabs li a:hover { color: #111; text-decoration: underline; background: #fff4df; } /* each item hover link */
.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a {cursor: default; color: #3C2403; } /* current page or category links */
.custom ul#tabs li.current_page_item a:hover, .custom ul#tabs li.current-cat a:hover { text-decoration: none; color: #3C2403; background: #AFA48E; } /* current page or category link hover */
.custom ul#tabs li.rss { padding-right: 0; float: right; } /* rss subscribe link*/
.custom ul#tabs li.rss a { margin-right: -0.1em; padding-right: 16px;  border-left: 1px solid #463723; border-bottom: 1px solid #463723; border-right: 0; background: url('images/icon-rss.gif') 100% 50% no-repeat; } /* rss image  */
.custom ul#tabs li.rss a:hover { text-decoration: underline; background-color: #fff4df; border-left: 1px solid #463723; border-bottom: 1px solid #463723; border-right: 0; } /*added - hover over subscribe */

/* --==[ END Nav Menu Styles ]==-- */



/* --==[ BEGIN - link styles ]==-- */

.custom a { color: #3c2403; }
.custom a:visited { color: #3c2403; }
.custom a:hover { color: #fff4df }

/* --==[ END - link styles ]==-- */



/* --==[ BEGIN - remove the "from the category archives" message ]==-- */

#archive_info {display:none;}

/* --==[ END - remove the "from the category archives" message ]==-- */



/* --==[ BEGIN - changing content/sidebar background colors ]==-- */

.custom #content_box {background-color:#7F6F57;} /* sidebar bg */
.custom #content {background-color:#AFA48E;} /* content bg */

/* --==[ END - changing content/sidebar background colors ]==-- */



/* --==[ BEGIN - Changing Site Background Color ]==-- */

body.custom {
    background: #463723;
}

.custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 0em;
    background: none; 
    border: 2px solid #463723; 
}

.custom #page {
    background: #7F6F57;
}

/* --==[ END - Changing Site Background Color ]==-- */



/* --==[ BEGIN - Adding Header Image ]==-- */

.custom #header #logo a { display: block; height: 249px; width: 949px; background: url(images/head_coffee.jpg) no-repeat; outline: none; }
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }
.custom #header #tagline { height: 0; }
.custom #header { border-bottom: 1px solid #463723; } 
.custom #header { padding: 0; }

/* --==[ END - Adding Header Image ]==-- */