/*
File:			custom.css
Description:	Custom styles for Thesis

/*remove header border - the thin grey line below the header*/
.custom #header {  border:none; }

/* Position the Search Box */
TURNED OFF(REMOVE THIS TO USE).custom #s {font-size:12px; position:relative; float:right; margin-top:17em; background:#EEEEEE; color:#000000; padding:0.2em; width:200px;}
.custom widget thesis_widget_search {background:#fff;}

/* Removes dotted grey line separating content area from sidebar area */
.custom #content_box { background:none; }

.custom #sidebar_1 {background:#fff; width:450px none repeat scroll 0 0;}

/* 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; }

/*BODY Text Fonts*/
body.custom {
font-family:'Lucida Grande',Myriad Apple,Verdana,Arial,Sans-Serif;
}

/*remove all borders ie grey lines in orginal install of Thesis NOT WORKING UNLESS PLACED FIRST IN ALL CODE THEN GETS RID OF HEADER IMAGE*/
.custom header, .custom .post, .custom .teasers_box, .custom #footer, .custom #footer a, .custom #footer a:active, .custom #archive_info, .custom .prev_next, .custom #comment_list, .custom #comment_list dd, .custom #commentform, .custom #sidebar_1, .custom #sidebar_2, .custom #comment_list dt.comment, .custom #comment_list dd.comment, .custom #comment_list dl .bypostauthor .format_text, .custom #trackback_list {
        border-bottom: 0px;
        border-top: 0px;
        border-right: 0px;
        border-left: 0px;

.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

/*Styling for html Header Text*/
}
h1, h2, h3, h4 {
font-family:'century gothic',Lucida Grande,Verdana,Sans-Serif;
}

/*Makes the TEXT on Archive page for browse by month or category align horizontal*/

}
.archive-list {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0px 0 0 0px !important;
padding-left:0 !important;
}
.archive-list li {
display:inline;
float:left;
margin:0 0px 0 0 !important;
padding:0px 0 0px 0px !important;
width:152px;
}

.archive-list li:hover {
background-color:#EDEDED;
}


/* Content Container Affects the Very Top of the Web Page no room or room showing background, Bottom, Sides Borders Colors and Sizes */
.custom #container {
margin-top: -2.2em;
margin-bottom: 1em;
padding: -4.0em;
background: #fff;
border: 0.0em solid #fff;
}

/* Body and Background */
body.custom {
background: #333 none scroll center;
background-image:url(http://thepodcastersstudio.com/wp-content/uploads/2009/10/shadow1085x100.png);
background-repeat:repeat-y;
}

/* Custom Navibar */
.custom ul#tabs {border:none; border-left:none; background: #fff;}
.custom ul#tabs li {margin-bottom:0; border:none; background:none;}
.custom ul#tabs li.current_page_item a {
color: #fff;
background-color: #333;
font-style:bold;
background-image: none;
}
.custom ul#tabs li.page-item-1 a {
background-color: #304860;
color: white;
}
.custom ul#tabs li.page-item-2 a {
background-color: #4890C0;
color: white;
}

.custom ul#tabs li.page-item-3 a {
background-color: #EBF7FF;
color: black;
}

.custom ul#tabs li.page-item-4 a {
background-color: #EBF7FF;
color: black;
}

.custom ul#tabs li.page-item-5 a {
background-color: #EBF7FF;
color: black;
}

.custom ul#tabs li.page-item-6 a {
background-color: #EBF7FF;
color: black;
}

.custom ul#tabs li.page-item-7 a {
background-color: #EBF7FF;
color: black;
}

.custom ul#tabs li.page-item-8 a {
background-color: #4890C0;
color: black;
}

.custom ul#tabs li.page-item-9 a {
background-color: #EBF7FF;
color: black;
}


.custom ul#tabs li.rss a { padding-right: 60px;
background: url(http://thepodcastersstudio.com/wp-content/uploads/2009/10/RSSRound_38x38.jpg) no-repeat 97% 50%;
color: black;
}
.custom #tabs li a {
color: black;
text-decoration: none;
margin: 0;
padding: 14px 15px;
background: #EBF7FF none repeat-x;
}
.custom ul#tabs li a:hover {
background-color: #333;
color: #EBF7FF;
text-decoration: none;
background-image: none;
}
.custom ul#tabs li.page_item a:hover {
background-color: #333333;
background-image: none;
}
.custom ul#tabs li.rss a:hover {
background-color: none;
text-decoration: underline;
color: red;
background: url(http://thepodcastersstudio.com/wp-content/uploads/2009/10/RSS_38x38.jpg) no-repeat 97% 50%;
}

*/