/*

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: #5c4a1f; }				<--- 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 ul#tabs {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#E3F0F2 none repeat scroll 0 0;
border:0 none;
padding:0 1.1em;
}


.custom ul#tabs li.rss a {
background-color:red;
background-image:none;
color:white;
padding-right:0.818em;
}


.custom #content_box {background-color:#EEEEEE;}
.custom #content {background-color:#fff;} 

.custom .post_ad {
background:#DDF5FC none repeat scroll 0 0;
border-top:0.214em solid #86C0D1;
clear:both;
margin-left:-0.714em;
padding:0.714em;
}
h2 a:hover {
color:#4c537a;
}
.custom #header #logo a, .custom #header #logo a:hover, .custom h2 a, .custom h2 a:hover {
color:none
}

.custom .format_text .to_comments {
display:none;
}

h1, h2, h3, h6 {
font-weight:bold;
line-height:1.2em;
}
.sidebar h3 {



font-family:Georgia,"Times New Roman",Times,serif;



font-size:1.4em;



font-variant:small-caps;



letter-spacing:2px;



line-height:1.3em;



margin-bottom:0.615em;



}



.comments_closed p {

color:#888888;

font-size:0;

letter-spacing:1px;

text-transform:uppercase;

}







/* This line sets up our clickable background image based on the site title's link */



/* DIY: Adjust the height & width attributes to reflect the actual size of your image */



/* DIY: Change the filename of your image to reflect the actual header's file name */



.custom #header #logo a { display: block; height: 120px; width: 755px; background: url('images/header.jpg') no-repeat; outline: 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; }







.custom .format_text a { text-decoration: none; }



.custom .format_text a:hover { text-decoration: underline; }



.custom #nohl .headline_area {  display: none; }





/* 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; }.custom ul#tabs li { background: #EEEEEE; }

/*---:[ Set 1: solid background with slick borders around your "page" area ]:---*/


body.custom { background: #dad9b2 url(images/bg.png) repeat-x scroll 0 0; }

		.custom #page { background: #FFF; }

	.custom #container { margin-top: 2em; margin-bottom: 2em; padding: 0.1em; background: #4c537a; border: 0.3em solid #5c4a1f; }


/*---:[ end Set 1 ]:---*/

blockquote {

border-left:1px solid #DDDDDD;

color:#4c537a;

}









/*Paypal button*/
.custom .paypal_image { border: none; background: transparent; width: 8em;}


.custom #container { margin-top: 2.2em; margin-bottom: 2.2em; border: 0.1em solid #000; }
	.custom #page { background: #fff; }
		.custom #header { padding-top: 0; border-bottom: 0.1em dotted #ccc; }
		.custom .search_form { float: right; }
			.custom .search_form input { font-size: 1.3em; line-height: 1.3em; width: 15.385em; padding: 0.308em; }
			.custom .search_form input:focus { background: #f2e127; }
		.custom ul#tabs { padding: 0 1.1em; border: 0; }
			.custom ul#tabs li { margin-bottom: 0; background: none; border: 0; }
			.custom ul#tabs li.current_page_item, .custom ul#tabs li.current-cat { padding-bottom: 0; }
				.custom ul#tabs li a { padding-top: 0.909em; padding-bottom: 0.909em; color: #333; font-weight: bold; letter-spacing: 1px; }
				.custom ul#tabs li a:hover { color: #FFFFFF; background: #5c4a1f; text-decoration: none; }
			.custom ul#tabs li.current_page_item a { color: #FFFFFF; background: #5c4a1f; }	
			.custom ul#tabs li.rss a { padding-right: 0.818em; background-image: none; }
		.custom #content_box { background: none; border-top: none; }
				.custom .prev_next, .custom #archive_info { border: none; }
					.custom input.form_submit:hover { color: #FFF; background: #5c4a1f; }
			.custom #multimedia_box, .custom #image_box, .custom #video_box, .custom #custom_box { background: none; border: 0; }
			.custom #sidebars { border: none; }
				.custom #sidebar_1 { border-right: none; }
		.custom #footer { padding-bottom: 0; border-top: 0.1em dotted #ccc; }

.custom a { color: #5C4A1F; }
.custom a:hover { color: 7B4C53; }
.custom #header #logo a, .custom #header #logo a:hover, .custom h2 a, .custom h2 a:hover { color: none; }

#feature_box {
background:#EEEEEE none repeat scroll 0 0;
border-bottom:0px solid #DDDDDD;
}

element.style {
background:#FFFFFF url(images/newsletter.gif) no-repeat scroll right top;
border:1px solid #C0C0C0;
float:left;
margin:0 0 10px;
padding:9px;
width:300px;

.custom #header #logo a, .custom #header #logo a:hover, .custom h2 a, .custom h2 a:hover {
color:#5c4a1f;
}

.sidebar a:hover {
text-decoration:none;
}

.custom a, .custom a:visited { color: #090; }
.custom a:hover { color: #5c4a1f; }

.custom .format_text a:hover {
text-decoration:underline;
}
.custom a:hover {
background:#FFFFFF none repeat scroll 0 0;
color:#4C537A;
}

.custom .format_text a {
color:#5C4A1F;
text-decoration:none;
}


/*EASY CONTACT STYLE SHEET*/

*/



body div.formcontainer{

clear: both;

overflow: hidden;

width: 100%;

}



body div.formcontainer span.required {

color: #FF0000;

}



body div.formcontainer p.error,

body div.formcontainer p.important,

body div.formcontainer p.information,

body div.formcontainer p.success {

border-top: 1px solid #E8E8DE;

color: #442;

line-height: 250%;

padding-left: 36px;

width: 95%;

}



body div.formcontainer p.error {

background: #fbfbee url('error.png') no-repeat 12px 50%;

border-bottom: 2px solid #F0D28B;

}



body div.formcontainer p.important {

background: #fbfbee url('important.png') no-repeat 12px 50%;

border-bottom: 2px solid #FED7CE;

}



body div.formcontainer p.information {

background: #fbfbee url('information.png') no-repeat 12px 50%;

border-bottom: 2px solid #C5DDF2;

}



body div.formcontainer p.success {

background: #fbfbee url('success.png') no-repeat 12px 50%;

border-bottom: 2px solid #C7E9B3;

}



body div.formcontainer form.contact-form {

clear: both;

float: none;

width: 100%;

}



body div.formcontainer form.contact-form fieldset {

background: #F6F6F6;

color: #333333;

margin: 0.5em 0 1.5em 0;

}



body div.formcontainer form.contact-form fieldset legend {

text-transform: uppercase;

}



body div.formcontainer form.contact-form fieldset div.form-label {

display: block;

float:none;

line-height:150%;

margin: 0.5em 0 0 0;

padding:0;

text-align:left;

width:100%;

}



body div.formcontainer form.contact-form fieldset div.form-label label,

body div.formcontainer form.contact-form fieldset div.form-option label {

cursor: pointer;

line-height:100%;

}



body div.formcontainer form.contact-form fieldset div.form-input,

body div.formcontainer form.contact-form fieldset div.form-textarea {

display: block;

float:none;

margin: 0.2em 0 0 0;

width:100%;

}



body div.formcontainer form.contact-form fieldset div.form-input input,

body div.formcontainer form.contact-form fieldset div.form-textarea textarea {

padding: 0.3em;

width: 97%;

}



body div.formcontainer form.contact-form fieldset div.form-textarea textarea {

overflow: auto;

}



body div.formcontainer form.contact-form fieldset div.form-input input.error {

background-color: #FBF4E2;

}



body div.formcontainer form.contact-form fieldset div.form-input input.optional {

margin-bottom: 0.2em;

}



body div.formcontainer form.contact-form fieldset div.form-option,

body div.formcontainer form.contact-form fieldset div.form-submit {

display: block;

float:none;

margin: 1em 0 0 0;

width:100%;

}



body div.formcontainer form.contact-form fieldset div.form-submit input {

cursor:pointer;
}
.custom .format_text input, #commentform input, #commentform textarea {
border-width:0.077em;
padding:0.231em;
width:100%;
}