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


/************** footer styles **************/

.custom #footer_area {

}

.custom #footer {

}

.custom #footer_1 {text-align:left;}
	.custom #footer_1 ul.sidebar_list li.widget {width:30%; margin-right:3%; float:left;}
		.custom #footer_1 ul.sidebar_list li.widget p {font-size: 1.0em;}
		.custom #footer_1 ul.sidebar_list li.widget h3 {}
		.custom #footer_1 ul.sidebar_list li.widget a {}
		.custom #footer_1 ul.sidebar_list li.widget a:hover {}

.custom #footer a {

}


/************** drop down **************/

ul#tabs li ul {display:none; position:absolute; list-style:none;}
	.custom ul#tabs li ul li {float:none;}
ul#tabs li:hover ul {display:block;}


fieldset {
border: 0pt none;
}

/************** general  **************/




.custom #page {
background: #FFFFFF;
}

body.custom {
background: #233038 none repeat scroll 0 0;
}

.custom #container {
border: 1px solid #CCCCCC;
margin-top: 2.0em;
margin-bottom: 2.0em;
}

.custom #feature_box {
/* border: 1px #ADDDE6 solid; */
/* background:#E3F0F2 none repeat scroll 0%; */
/* margin: 1.8em;  */
background: #FFFFFF;
border: 0;
padding-top: 1.5em;
padding-bottom: 1.5em;
margin-bottom: 0px;
}

.custom #feature_box .bookimage {
float: left;
width: 140px;
}

.custom #feature_box .testimonial {
float: right;
width: 280px;
font-size: 1.1em;
}

.custom #feature_box .clear {
clear: both;
}

#content.singleside  {
width:74.3em; 
float: left;
}

.custom #tabs li {
background: #E3F0F2;
}

.custom #tabs .rss {
background: #FFFFFF;
}

.custom #tabs .current_page_item, #tabs .current-cat {
background: #FFFFFF;
}

.free-chapter {
border: 1px #ADDDE6 solid;
background:#E3F0F2 none repeat scroll 0%;
margin: 8px;
padding-top: 4px;
}

.custom li.widget {
margin-bottom:1.8em;
}


.custom .workshop_reg_form {
border: 1px #ADDDE6 solid;
background:#E3F0F2 none repeat scroll 0%;
padding: 1.0em;
margin-bottom: 1.2em;

}

.custom .workshop_reg_form h2 {
margin-top: 0;
}

.custom .workshop_reg_form input, textarea {
background: #FFFFFF;
}

.custom .workshop_reg_form .submit_button input {
background: #EEEEEE none repeat scroll 0 0;
border-color: #AAAAAA #DDDDDD #DDDDDD #AAAAAA;
}

