/*
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 { background: #088413;}
	.custom #container { margin-top: 2em; margin-bottom: 2em; padding: 0; background: #33332f; border: 0 solid #3e3e3a; }
	.custom #page { background: #fff; }

/*remove line between sidebar and content */
.custom #content_box {
background:#EEEEEE url(http://www.plantpatent.com/wp-content/uploads/2009/07/diag_stripe.gif) repeat scroll 0 0;
margin-bottom: none;
}

.custom #leaderboard_ad { float: right; position: absolute; width: 470px; height: 70px; top: 45px; left: 460px; }

.custom #sidebar_1 h3 {background:#088413; color:#FFFFFF;
}
.custom #page {
padding: 0px 10px 0px 10px;
}

.custom .headline_area {
background:#FFFFFF;
margin-bottom:none;
}

.custom #content{
background:#FFFFFF;
width: 60%;
margin-top: 1.2em;
margin-left: 1em;
border-right: none;
}

.custom #sidebars{
background:#FFFFFF;
width: 35%;
margin-top: 1.2em;
margin-left: 1em;
margin-right: 1em;
border-left:none;
}

.custom #header {
padding-bottom:0em;
padding-top:.2em;
margin-bottom:0em;
}

.custom #custom_box {
background:#FFFFFF none repeat scroll 0 0;
border-bottom:1px solid #FFFFFF;
}

#header {
border-bottom:5px solid #088413;
clear:both;
}

.custom .comments_closed p { display: none; }

.custom .to_comments {
  display: none;
}

.custom #header #logo a { display: block; height: 130px; width: 500px; background:url(http://www.plantpatent.com/wp-content/themes/thesis_151/images/plant-patent-logo.gif) center left no-repeat; outline: none; }
.custom #header #logo, .custom #header #tagline { text-indent: -9999px; }

/*remove line before footer*/
#footer {
border-top:3px double #FFFFFF;
clear:both;
color:#888888;
text-align:right;
}


/*custom footer formatting follows */
.custom #footer_1 {text-align:left; color:#000000; background:#EEEEEE url(http://www.plantpatent.com/wp-content/uploads/2009/07/diag_stripe.gif) repeat scroll 0 0; margin-top:-13px; border-top:2px solid #088413;}
	.custom #footer_1 ul.sidebar_list li.widget {width:23%; margin-right:2%; float:left; background:#FFFFFF;}
		.custom #footer_1 ul.sidebar_list li.widget h3 {color:#088413; border-bottom:1px solid #088413;}
		.custom #footer_1 ul.sidebar_list li.widget a {color:#000000; border-bottom:0;}
		.custom #footer_1 ul.sidebar_list li.widget a:hover {color:#FD011B;}


/*ul styles need to fix*/
/*
li.widget ul {
list-style-image:url(http://www.plantpatent.com/wp-content/themes/thesis_151/images/plant-patent-arrow.gif);
list-style-position:outside;
list-style-type:none;
}
*/

#feature_box {
color: #111111;
background:#FFFFFF; 
margin-top:none;
margin-bottom:1em;
border-bottom:none;
}

.custom #feature_box a{font-size:120%; color:#111111;}
.custom #feature_box a:hover{color:#ffffff;}

/* Featured Post Formatting */

.custom #feature1 { border-top:none; color:#111111; font-size:120%; margin-top:none;}
.custom #feature1:hover { background:#088413; color:#ffffff; margin-top:none;}
.custom #feature2 { border-top:none; color:#000000; margin-right:3em;}
.custom #feature2:hover { background:#088413; color:#ffffff; }
.custom #feature3 { border-top:none; color:#000000; margin-right:3em;}
.custom #feature3:hover { background:#088413; color:#ffffff; }
.custom #feature4 { border-top:none; color:#000000; }
.custom #feature4:hover { background:#088413; color:#ffffff; }

/*
.custom #my-feature-box { font-family: Helvetica,Arial,sans-serif; color: #111111; background: #FFFFFF;  }
.custom #my-feature-box h2 { font-size: 2.2em; margin: 0 0 15px 0; }
.custom #my-feature-box h2 a { color: #000000; text-decoration: none; }
.custom #my-feature-box h2 a:hover { color: #000000; background:#088413;}
.custom #my-feature-box p { font-size: 1.4em; line-height:1.571em; text-align: justify;}
.custom #my-feature-box a:hover{background:#088413;}
.custom #my-feature-box .featurereadmore { padding: 22px 0 0 0; }
.custom #my-feature-box .featurereadmore a { font-size: 14px; text-decoration: none; }
*/

/* Sidebar bullet images */
.custom #sidebar_1 ul ul {margin-left: 0; list-style: none;}
.custom #sidebar_1 ul ul li {padding-left: 2em; background:transparent url('http://www.plantpatent.com/wp-content/themes/thesis_151/images/plant-patent-arrow.gif') no-repeat scroll 0 6px; line-height:1.8em; margin:5px; padding-left:20px;  }

.custom #sidebar_2 ul ul {margin-left: 0; list-style: none;}
.custom #sidebar_2 ul ul li {padding-left: 2em; background:transparent url('http://www.plantpatent.com/wp-content/themes/thesis_151/images/plant-patent-arrow.gif') no-repeat scroll 0 6px; line-height:1.8em; margin:5px; padding-left:20px;  }
