/*
File:			custom.css
Description:	Custom styles for Thesis
*/
#archive_info {display:none;}

/* header image */

/* Change the padding of the header image
.custom #header { padding-top: 0em; padding-bottom: 0em; }*/

.custom #header #logo {
height:1px;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
}

/* Custom background and image */
body.custom {
    background: #000 url('images/body-bg.jpg') 50% 0 fixed no-repeat;
}

/* layout boxes */
/*.custom #content { background: #fff;  } */
.custom #content_box { background: #fff; }
.custom #container {background: #F5F5F5;}


/* move top border line */
.custom #header { border: none; }

/* remove bottom footer horizontal line */
.custom #footer { border: none; }

/* This line gets rid of the site title & tagline by casting them out to far left field */
.custom #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 #header { padding: 0; }*/

/* remove verticle line between content and sidebar */
.custom #content_box {background:none;}

/* get rid of the light grey dotted vertical line separating sidebars */
.custom #sidebar_1 { border-style: none; }

/* remove line between posts */
.custom .post_box {border-top: none; }

/* new nav layout */
.custom ul#tabs {color:000; border-bottom:none; border-left:none; background:#F5F5F5; }
.custom ul#tabs li {color:000; margin-bottom:0; border:none; background:none}
.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {color:000; padding-bottom:0; background:#F5F5F5; 
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;}
.custom ul#tabs li.rss {}
.custom ul#tabs li a {}
.custom ul#tabs li a:hover {text-decoration:none; font-weight:bold; background:#F5F5F5; 
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;}
.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a {color:000; background:none}
.custom ul#tabs li.current_page_item a:hover {text-decoration:none; background:#F5F5F5;}, .custom ul#tabs li.current-cat a:hover {text-decoration:none; background:#F5F5F5}

/*change footer font */
.custom #footer p {font-size:1em}

/*change the font color of unselected tabs*/
.custom ul#tabs li a { color: #000; }

/*change the font color of the selected tab*/
.custom ul#tabs li.current_page_item a { color: #000; }

/*change the font color of unselected tab when the cursor hovers over it*/
.custom ul#tabs li a:hover { text-decoration:none; color: #333; font-weight:bold; }

.custom img#wpstats{width:0px;height:0px;padding:0px;border:none;overflow:hidden}

/* remove header from navigation pages */
.custom #post-469 .headline_area { display: none; }

/* remove comments closed tagline */
.custom .comments_closed p { display: none; }