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

body.custom { 
	color: #806142;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: center top;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

.custom #container { background: #fff; border: 1px dotted #BFB0A1; clear: both; position: relative; }

#sidetabs {
	position: absolute;
	left: 960px;
	top: 44px;
	width: 56px;
}

.custom #headertop { border: 0; margin: 0 auto; width: 960px; padding: 20px 0;}

.custom #headertop #logo { float: left; margin: 10px 20px 20px 0;}

.custom #sign-up { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; color: #806142; font-size:16px; line-height: 22px;  padding: 20px 0 0 0;}

.custom #sign-up h1 { font-family: Georgia, "Times New Roman", Times, serif; color: #F6921E; font-size:28px; font-style: italic; margin-bottom: 10px; font-weight: normal;}

.custom #sign-up .boldorange { font-weight: bold; color: #F6921E; }

.custom #sign-up small { font-size: 10px; margin: 5px 0 5px 0; }

.custom #tabs { list-style: none; border: 0; background: #FDECE3; }
.custom #tabs li { background: #FDECE3; border: 0; float: left; padding: 8px 7px 8px 7px; margin: 0; }
.custom	#tabs a { display: block; line-height: 1em; color: #603913; text-transform: uppercase; letter-spacing: 1px; font-size: 12.5px; font-weight: bold; font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; text-decoration: none; }
.custom	#tabs a:hover { color: #F2748B; text-decoration: none; }
.custom	#tabs .current_page_item, #tabs .current-cat { padding-bottom: 0; background: #F2748B; border-bottom: 0; color: #fff; padding: 8px 12px 8px 12px;}
.custom	#tabs .current_page_item a, #tabs .current-cat a { cursor: text; color: #fff;  }





.custom #header { border: 0; display: none;}

.custom #footer { border: 0; display: none; }
.custom #footerbottom {
	border: 0;
	margin: 0 auto;
	width: 960px;
	padding: 10px 0;
	font-size: 12px;
	vertical-align: middle;
}
.custom #footerbottom a { color: #F2748B; text-decoration: underline; }
.custom #footerbottom a:hover { color: #F2748B; text-decoration: none;}



.custom.home .headline_area {
display: none;
}

.custom a { color: #F2748B; text-decoration: underline; }
.custom a:hover { text-decoration: none; }

.custom #content h1, .custom #content h2, .custom #content h3, .custom #content h4, .custom #content h5, .custom #content h6, .custom #content p, .custom #content ul, .custom .format_text ol, .custom .comment_author, .custom .teaser .teaser_date, .custom .teaser_link { padding-left: 15px; }

.custom h1 { color: #F2748B; font-style: italic; line-height: 32px; }

.custom h2 { font-weight: bold; color: #603913; margin-top: 0;}

.custom .format_text ul {
	list-style-position: inside;
	list-style-type: disc;	
}



.custom .sidebar h3 { font-variant: normal; letter-spacing: 2px; color: #603913; font-weight: bold; text-transform: uppercase;}

.custom input, .custom textarea { font-size: 12px; color: #666; background: #FEF5F2; border: 1px solid #DFD7D0; font-family: Verdana, Arial, Helvetica, sans-serif; padding: 4px; }

.custom .button {padding: 0; border: 0;}

.custom h2.entry-title {font-weight: normal; }

.custom	h2 a:hover { color: #F2748B; }


.custom li.widget {
   border-bottom: 1px dotted #BFB0A1;
   margin: 0 0 20px 0;
   padding: 0 0 15px 0;
}

.custom .headline_meta, .custom .prev_next { color: #603913; font-weight: bold; letter-spacing: 1px; }

.custom .prev_next { border-top: 1px dotted #BFB0A1; }

.custom .format_text .to_comments span.bracket, .custom	.comments_intro span.bracket {color: #BFB0A1;}

.custom .format_text .to_comments { color: #603913; clear: both; }
.custom	.format_text .to_comments a { color: #603913; text-decoration: none; }
.custom	.format_text .to_comments a:hover { color: #603913; text-decoration: underline; }


.custom	#respond_intro p { color: #603913; font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold;}
.custom #commentform { border-top: 0; }
.custom	.post_box, .custom .teasers_box { border-top: 1px dotted #BFB0A1; }


.custom input.form_submit { color: #FDECE3; border: none; background: #F2748B; font-family: Georgia, "Times New Roman", Times, serif; text-transform:uppercase; letter-spacing: 2px; font-weight: normal;}
.custom	input.form_submit:hover { background: #603913; }

.custom	.comments_intro p { color: #603913; }


.custom #archive_info { border-bottom: 1px dotted #BFB0A1; }
.custom #archive_info p { font-weight: bold; color: #603913; letter-spacing: 1px; }
.custom #archive_info h1 { font-style: normal; }

.custom #content2 {width: 705px; padding: 0 15px 0 15px; float: left; }

.custom #sidebar_2 { border-left: 1px dotted #BFB0A1;  }
.custom	#sidebar_1 { border-style: none; }


.custom	#custom_box { background: #FEF5F2; border-left: 1px dotted #BFB0A1; border-bottom:1px dotted #BFB0A1; line-height:18px; font-size:14px;}

.custom .teaser .teaser_date { color: #603913; font-weight: bold;}


.custom .lylibicon {
vertical-align: -5%;
padding-right: 5px;
}

