/*
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/
*/

/* FONTS*/

body.custom { font-family: 'droid serif', Georgia, "Times New Roman", Times, serif; }
.custom .headline_area h1, .custom .headline_area h2 { font-family: 'droid sans', Verdana, sans-serif; }
.custom .teaser h2 { font-family: 'droid sans', Verdana, sans-serif; }
.custom .sidebar h3 { font-family: 'droid sans', Verdana, sans-serif; font-variant: normal; text-transform: capitalize; }
.custom input, textarea { font-family: 'droid sans', Verdana, sans-serif; }
.custom .sidebar .text_input, .custom .sidebar .form_submit {font-family: 'droid sans', Verdana, sans-serif; }
.custom .sidebar input[type="text"], .custom .sidebar input[type="submit"] {font-family: 'droid sans', Verdana, sans-serif; }
.custom .teaser .teaser_author, .custom .teaser .teaser_category, .custom .teaser .teaser_date, .custom .teaser .teaser_comments, .custom .teaser .edit_post { font-family: 'droid serif', Georgia, "Times New Roman", Times, serif; }


.custom .format_text blockquote { font-family: 'OFL Sorts Mill Goudy TT', 'droid serif', Georgia, "Times New Roman", Times, serif; font-size: 17px; font-style:italic; margin: 0 0 20px 40px; padding-left: 10px; color: #555; }
		/*---:[ pullquotes ]:---*/
		.custom .format_text blockquote.right, .custom.format_text blockquote.left { width: 45%; line-height: 1.222em; }
		.custom .format_text blockquote.right { margin: 0 0 1.222em 1.222em; }
		.custom .format_text blockquote.left { margin: 0 1.222em 1.222em 0; }

/*HEADLINES*/
.custom h1, .custom h2, .custom h1 a, .custom h2 a {
text-transform: uppercase;
color: #444;
}

/*LINK COLOR*/
.custom a {
color:#587A6E;
}


/*BACKGROUNDS*/
body.custom {
    background: #fff;
}
.custom #page {
    background: #EDEDEB;
	width: 960px;
	padding: 0px;
	margin-: 0px;
}


/*HEADER*/
.custom #header { border-bottom:none;
margin: none;
height:160px;
width: 960px;
padding: 0px;
background:url(http://test.davidbill.org/DB.gif)
center left no-repeat; }

.custom #header #logo { display:none; }

.custom #header #tagline { display:none; }

.custom #container {
    background: #33332f;
	margin-top: 20px;
	width: 960px;
}


/*NAV BAR*/
.custom ul#tabs {margin-left: 30px; padding: 10px; background: #EDEDEB; border: none; }

.custom ul#tabs li {padding: 0px; margin-top: 0px; margin-bottom:0px; margin-left:0px; margin-right: 3px;background: #848484; border: none;}

.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat {padding: 0px; background: #000; border: none; margin-right: 3px; }

.custom ul#tabs li.rss {}

.custom ul#tabs li a {padding-left: 30px; padding-right: 30px; font-family: 'droid sans', verdana, sans-serif; color: #fff; border: none; }

.custom ul#tabs li a:hover {text-decoration:none; background: #44443f; border: none;}

.custom ul#tabs li.current_page_item a, .custom ul#tabs li.current-cat a {}

.custom ul#tabs li.rss { padding-right: 0; background: none; border: none; float: right; }

.custom ul#tabs li.rss a { padding-right: 17px; background: url('images/icon-rss.gif') 100% 50% no-repeat; boder: none; color: #333; }


/*SIDE BAR*/
.custom #sidebars { 
	width: 190px; 
	border: 0; 
	padding: 40px 0px 0px 0px;
	margin: 0px;
	float: right;
}
.custom li.thesis_widget_google_cse form input[type="text"] { width: 110px; }
.custom li.thesis_widget_google_cse form input[type="submit"] { width: 45px; height: 23px; font-size: 10px; font-weight: normal; text-transform: uppercase; color: #fff; background: #333; border: none; cursor: pointer; }



/*CONTENT BOX*/
.custom #content { width: 620px; float: left; padding-left: 0px; padding-right: 40px; margin: 0px;}
.custom #content_box, .custom #column_wrap {
        width: 880px;
		background: none;
		padding: 0px 40px 0px 40px;
}
.custom .post_box {
	margin: 0px;
	padding: 0px 40px 0px 0px;
	width: 620px; 
}
.custom #post {
	width: 660px;
}

.custom .headline_area {
	padding: 40px 0px 0px 0px;
}

/*TEASERS*/

.custom .teasers_box { 
	width: 660px; 
	padding: 20px 0px 20px 0px;
	margin: 0px;
}
.custom .teaser { width: 260px; height: 360px; background: #FFF; padding: 30px; border: #D6D6D4 solid 1px !important; }


/*REMOVE LINES*/
.custom #header, .custom .post, .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;
}









/*REMOVE FOOTER*/
.custom #footer { display:none }
