/*
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/
*/
.custom #respond_intro p {color: white;}

.custom a {color: #94B403;}
.custom a: hover {color: #57650D;}


.custom #header { border-bottom:none;
height:355px;
padding-top:0;
padding-bottom:0;
background:#475112 url(http://cuckoo4coconuts.com/wordpress/wp-content/uploads/2009/11/cuckoo4.png)
center left no-repeat; 
border-top: 1px solid #576316;

}

.custom #header #logo { display:none; }

.custom #header #tagline { display:none; }

    /* This line adds your custom background graphic */
    body.custom {
    background: #94B403; margin: 0 auto;
color: black;
    }

    .custom #container {
    margin-top: 2em;
    margin-bottom: 2em;
border: 16px double #57650D;


    }

.custom #content_box {
background: #ffffff;
color: #475112;


}

.custom #content {margin-top: -20px;}

    .custom #page {
    background: #57650d;

    }

   /* This line changes the menu bar */
.custom ul#tabs { background:#475112; color: white; text-transform: lowercase;border-top: 1px solid #576316; border-left: 1px solid #576316; border-right: 1px solid #576316; border-bottom: none;}
.custom ul#tabs li {margin-bottom:0; border:none; background:none; font-weight: bold; color: white;}
.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {padding-bottom:0; background:#576316; color: white;}
.custom ul#tabs li.rss { color: white; text-transform: lowercase;}
.custom ul#tabs li a {color: white; text-transform: lowercase;}
.custom ul#tabs li a:hover {text-decoration:none; background:#576316; color: white;}
.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a {text-transform: lowercase; color: white;}
.custom ul#tabs li.current_page_item a:hover {text-decoration:none; background:#576316; color: white;}, .custom ul#tabs li.current-cat a:hover {text-decoration:none; background:#576316; color: white;}


   /* This line changes the side bar */
.custom #sidebars
{
background: white;
border-left: none;
margin-left: -5px;
}

.post_box, .teasers_box { border-top: 1px dotted #576316; clear: both; }


#image_box, #video_box, #custom_box {background: #525e16;}


.headline_meta {color: #abca1c;}
.headline_meta a {color: #57650D; font-weight: Bold;}

.custom #sidebars li a {color: #94B403}
.custom #sidebars li.widget .widget_box { padding: 0.692em; border-width: 0.077em;}
.custom ul.sidebar_list {}
.custom li.widget { font-size: 1.3em; line-height: 1.385em; margin-bottom: 1.2em; border: 2px solid #94B403;padding: 5px; margin-left: -10px;}


.custom #sidebars h3 {font-weight: bold; color: #fff; background: #94B403; padding: 2px 2px 2px 2px;}
.custom #sidebars h3 a {font-weight: bold; color: #fff; background: #94B403; padding: 2px 2px 2px 2px;}
.custom h2 a {color: #475112;}
.custom h2 a:hover{color: #94b403;}

/* This line changes comments*/
.custom #bracket {
color:#94B403;}

.comments_intro p { color: #57650D;}
		.comments_intro a { text-decoration: underline; }
		.comments_intro a:hover { text-decoration: none; }
		.comments_intro span { color: #57650D; line-height: 1em; }
		.comments_intro span.bracket { color: #475112; }


/*---:[ home page teasers ]:---*/
.teaser a.teaser_link:hover { text-decoration: underline; }
.teaser .teaser_author { font-style: italic; color: #9e4d4b; }
	.teaser .teaser_author .author { font-style: normal; text-transform: uppercase; letter-spacing: 1px; }
.teaser .teaser_date { color: #9e4d4b; }
.teaser .edit_post { letter-spacing: 1px; color: #9e4d4b; }
	.teaser .teaser_author a, .teaser a.teaser_comments, .teaser a.teaser_category, .teaser .edit_post a { text-transform: uppercase; letter-spacing: 1px; color: #9e4d4b; border-bottom: 1px solid #576316; }
	.teaser .teaser_author a:hover, .teaser a.teaser_comments:hover, .teaser a.teaser_category:hover, .teaser .edit_post a:hover { color: #9e4d4b; }
	.teaser .teaser_author a { font-style: normal; }
	.teaser .format_teaser a { text-decoration: underline; }
	.teaser .format_teaser a:hover { text-decoration: none; }


#footer { color: white; border-top: 3px double #576316; text-align: right; clear: both; }
#footer a { color: white; border-bottom: 1px solid #576316; }
	dl#comment_list .bypostauthor { background: #576316; }







/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/**{padding: 0; margin: 0;}*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#SVTB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#SVTB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#SVTB_window a:link {color: #666666;}
#SVTB_window a:visited {color: #666666;}
#SVTB_window a:hover {color: #000;}
#SVTB_window a:active {color: #666666;}
#SVTB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#SVTB_overlay {
  position: fixed;
  z-index:10000;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.SVTB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
.SVTB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #SVTB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#SVTB_window {
  position: fixed;
  background: #ffffff;
  z-index: 10002;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #SVTB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#SVTB_window img#SVTB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#SVTB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#SVTB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#SVTB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#SVTB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#SVTB_title{
  background-color:#e8e8e8;
  height:27px;
}
#SVTB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#SVTB_ajaxContent.SVTB_modal{
  padding:15px;
}
#SVTB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#SVTB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:10003;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #SVTB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#SVTB_HideSelect{
  z-index:9999;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #SVTB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#SVTB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}

#SVTB_closeWindowButton {
	text-decoration:none;
}