/*
Site:  Poplar Springs
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{ height:100%;}
#container{ height:100%; width:982px; text-align:center; padding-top:0px; padding-bottom:8px; border:0px; background:none;}
#header{ display:none;}
#footer { padding:7px 0 0 9px; border:none; background-color:#a1ba53; height:19px; font-size:110%;}
#page{ width:982px; height:100%; text-align:left; margin:0 auto 0; padding:0px; position:relative; z-index:0;}
#content_box{ width:982px; background:none;}
#content{ width:651px; float:right; padding:10px 0 0 0px; margin:0px;}

#sidebars, #sidebar_1, #sidebar_2 { padding:0; width:321px; margin:0px; float:left; font-size:105%; border:0px;}

#sidebars h3{ margin:0 0 5px 0; padding:0px 12px 6px 0px;/* background-color:#e6eada;*/ border-bottom:#FFFFFF 1px solid; font-variant:normal; letter-spacing:1px;}
#sidebars h3 a{width:293px; display:block; color:#a1ba53;}
/*#sidebars .sidebar h3{ line-height:18px; border-bottom:#FFFFFF 1px solid;  margin:0 0 7px 0; padding:0 0 7px 0;}*/

/*-------------Content-box----------------*/
.post_box, .teasers_box, .full_width #content_box .page{ margin:0px; padding:0px;}

/*---:[ nav styles ]:---*/
.wrapper{ width:100%; margin:8px 0 0; height:26px; background-color:#fff; position:relative; z-index:1;}
.menu { background-color:#a1ba53;border:none; margin:0 auto; padding:0 0 0 29px; width:953px; height:26px; font-size:11px;}
.menu ul, .menu ul li { width: 15em; border:none; }
.menu ul ul, .menu :hover ul :hover ul { left: 14.9em; border:none; }
.menu li:hover ul, .menu a:hover ul { left: -0.1em; border:none; }
.menu ul.submenu li a, .menu ul.submenu li a:hover{ background-image:none;}


/*---:[ nav colors ]:---*/
.menu li ul { border:none; margin:0px;}
.menu li{ padding:0px; margin-bottom:0px;}
.menu li a { border:none; margin:0px; padding:0px 14px; vertical-align:middle; display:block; font-weight:bold; background-image: url(images/menuseperator.gif); background-position: right 8px; background-repeat:no-repeat; line-height:26px;}
.menu .current a, .menu .current-cat a { border:none; }
.menu ul .current a, .menu ul .current-cat a, .menu .current ul a, .menu .current-cat ul a {  border:none;}
.menu a, .menu .current ul a, .menu .current-cat ul a { border:none; }
.menu a:hover, .menu .current ul a:hover, .menu .current-cat ul a:hover, .menu .current-parent a:hover { border:none;  background-image: url(images/menuseperator.gif); background-position: right 8px; background-repeat:no-repeat;}
.menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover { border:none;  background-image: url(images/menuseperator.gif); background-position: right 8px; background-repeat:no-repeat; }
.menu .current-parent > a, .menu .current-cat-parent > a {  border:none; }

/* For last menu background hide*/
.menu li.tab-9 a, .menu li.tab-9 a:hover{ background-image:none;}

/*------RSS----------*/
.custom .rss{display:none;}

/*---:[ multimedia box elements ]:---*/
#multimedia_box { padding:0 12px 0 16px; width:293px; background:#e6eada; margin-bottom:0px; border-bottom:none;}
	#image_box img { display: block; padding: 0; border-width: 0; width:100%;}
	#image_box img.square { width:295px; background:#e6eada;}	
	#image_box img.four_by_three { width:100%; height:100%; }
	#image_box img.three_by_four { width:100%; height:100%; }
	#image_box img.three_by_two { width:100%; height:100%; }
	#image_box img.two_by_three { width:100%; height:100%; }
	#image_box img.five_by_four {width:100%; height:100%; }
	#image_box img.four_by_five { width:100%; height:100%; }
	#image_box img.sixteen_by_nine { width:100%; height:100%; margin: 0 auto; }
	#image_box img.nine_by_sixteen { width:100%; height:100%; margin: 0 auto; }
	#image_box img.two_by_one { width:100%; height:100%; }
	#image_box img.one_by_two { width:100%; height:100%; }
	

#sidebars li.widget_links, li.widget_links{padding:0px 12px 15px 16px; width:293px; margin:0px; background:#e6eada;}
#sidebars li.widget_text, li.widget_text{padding:0px 12px 15px 16px; width:293px; margin:0px;}
#sidebars li.widget,  li.widget{ padding:0px 12px 15px 16px; width:293px; margin:0px; background:#FFF;}

#sidebar_1 li.widget,  li.widget{ background:#e6eada; }

#sidebars li.widget{ overflow:hidden; clear:both; }

#sidebars li.widget ul{ margin:0; padding:0;}
#sidebars li.widget ul li{margin:0 28px 8px; padding:0px;}
#sidebars li.widget a{ text-decoration:none; letter-spacing:0px;}
#sidebars li.widget a:hover{ text-decoration:none;}
#sidebars li#search h3{ border-bottom:0px; background:none;}
#sidebars li#search, li#search{ margin-top:15px;}

#sidebars .sidebar ul.sidebar_list, .sidebar ul.sidebar_list{ padding:0px; margin:0px;}
#sidebars div.logo, div.logo{padding:14px 12px 10px 14px; width:295px; margin:10px 0 0 0; background:#e6eada;}
*html #sidebars div.logo, div.logo{padding-left:14px; position:relative; top:0px;}
#sidebars #sidebars div.logo a.logolink,  #sidebars div.logo a.logolink{ background:url(images/logo.gif) 0 0 no-repeat; display:block; width:293px; height:137px; margin:0px; padding:0px; }

#sidebars div.hrline{border-bottom:#FFFFFF 1px solid; margin:0px; padding:0 12px 0 16px; height:1px; background:#e6eada; }
/*#sidebars ul{background:#fff;}*/
#sidebars ul.howwehelp{padding:0px 12px 15px 16px; width:293px; margin:0px; background:#e6eada; list-style-type:none;}
#sidebars ul li, #sidebars ul.howwehelp li{ margin:0 28px 8px; padding:0px;}
/*#sidebars ul li a, #sidebars ul.howwehelp li a{ text-decoration:none;}
#sidebars ul li a:hover, #sidebars ul.howwehelp li a:hover{ text-decoration:none;}
*/
ul.quicklink_ul{ margin:0px; padding:0px;}
ul.quicklink_ul li{ margin-left:28px;}
ul.quicklink_ul li a{ text-decoration:none;}
ul.quicklink_ul li a:hover{text-decoration:none;}

li#search{ margin:0px; padding:0px;}
li#search input#searchsubmit{ height:25px; border:#ccc 1px solid; margin:0 0 0 5px; padding:0; background:url(images/inputbg.gif) 0 -25px repeat-x; cursor:pointer; padding:0 3px;}

li#search h3{ margin-bottom:0px;}
li#search input#s, .white-form .gfield{ height:20px; background:url(images/inputbg.gif) 0 0 repeat-x; border:#ccc 1px solid; margin:0px; padding:3px 8px 0 8px; width:225px; float:left; color:#ccc;}
.format_text{}
.format_text p{ margin:10px 0 0 6px;}
div#content div.homebanner{ background:#6f8627; width:651px; height:244px; position:relative;}
div#content div.homebanner img{ width:651px; height:202px;}
div#content div.homebanner span{ color:#ffffff; font:30px/35px Georgia, "Times New Roman", Times, serif; position:absolute; bottom:5px; left:6px;}

div.homeblocks{ width:645px; height:auto; margin:0 0 0 6px; clear:right; font-size:130%;}
div.homeblocks ul{list-style-type:none; margin:0px; padding:0px; width:645px;}
div.homeblocks ul li{ list-style-type:none; margin:20px 30px 0 0; padding:12px 0;  width:280px; float:left;}
div.homeblocks ul li p{ border-top:#e6eada 1px solid; height:85px; margin:5px 0 0; padding:8px 0 0 8px; width:95%; line-height:22px; overflow:hidden; float:left;}
div.homeblocks div.headline_area{margin:0px; padding:0px;}
div.homeblocks div.headline_area h1{ font-size:110%; font-weight:bold; margin-bottom:0px;}
div.homeblocks div.headline_area h1 span{ background-color:#e6eada; padding:8px 8px 5px 7px; margin:0px;}
div.homeblocks div.headline_area h1 span{  padding:8px 8px 7px\9 7px;}


/*---:[ footer styles ]:---*/
#footer p { font-weight:bold; line-height:12px;}
#footer .bottommenu{ margin:-2px 0 0; padding:0px; list-style-type:none; text-align:left; float:left;}
#footer .bottommenu li{ width:auto; float:left;}
#footer a { font-weight:bold; line-height:12px; padding:0 15px 0 0; text-decoration:none; border:none;}
#footer a:hover { text-decoration:none; border:none; }
#footer .copyrightul{ float:right; margin:0px; padding:0 10px 0 0; list-style-type:none;}
#footer .copyrightul li{ margin:0px; padding:0px; font-weight:bold; line-height:12px; float:left;}


/*#footer p {float:left; font-weight:bold; line-height:12px;}
#footer .bottommenu{ margin:0px; padding:0px; background:none; list-style-type:none; text-align:left; width:850px; float:left; font-size:12px;}
#footer .bottommenu li{ width:auto; background:none; float:left;}
#footer a {padding:0 15px 0 0; text-decoration:none; border:none; font-weight:bold; line-height:12px;}
#footer a:hover { text-decoration:none; border:none; }
#footer .copyrightul{ float:right; width:101px; margin:0px; padding:0px; list-style-type:none; font-weight:bold;}
#footer .copyrightul li{ margin:0px; padding:0px; float:left; line-height:12px;}*/

/*---------Address Block------------*/
div.addressblock{ clear:both; height:auto; position:relative; text-align:center; padding:20px 6px 20px 6px; color:#6f8627;}
div.addressblock hr{ background-color:#e6eada; height:1px; width:641px; border:0px; position:absolute; top:60px; left:0px; z-index:0;}
*html div.addressblock hr{ left:-322px; color:#e6eada;}
div.addressblock div.address{ background:#FFFFFF; width:220px; height:auto; margin:0 auto; position:relative; z-index:1;font:18px/22px Georgia, "Times New Roman", Times, serif; }
div.address span.addrtitle{ font:30px/30px Georgia, "Times New Roman", Times, serif;}

/*---------sidebar bottom image-------*/
li#text-5{ background:#fff;}
div.sidebotimage{ background:#fff url(images/sidebotimage.jpg) 0 0 no-repeat; height:75px;}



/*--------------------Content Box------------------------*/
div#archive_info{ margin:0px; padding:18px 0 10px; border-bottom:#6f8627 1px solid;}
div#archive_info h1{font:25px Georgia, "Times New Roman", Times, serif; margin:0px; padding:0px;}

div#home_banner{ margin:0px; padding:0px;}
div.post, div.post_box{ margin:0; border:0px; padding:0px;}
div.post h2.entry-title{ padding:0;}
div.post div.headline_area{ border:0px;}
div.post_box div.headline_area{ padding:8px 0 0; border-bottom:#e6eada 1px solid; margin:0px;}
div.post_box div.headline_area h1{ background:#fff; padding:4px 9px 2px 7px; display:inline; margin:0px;}
div.post h2.entry-title a{ background:#e6eada; padding:4px 9px 3px 7px;}
div.post h2.entry-title a{padding:4px 9px 1px\9 7px;}
div.post div.entry-content p, div.post_box div.format_text p{ margin:padding:12px 9px 8px 7px; padding:0px;}



/*---------------------------Breadcrumb------------------------------*/
div.breadcrumb{ width:651px; background:#6f8627; font-size:14px; height:28px; text-align:right;}
ul.breadcrumbs{ list-style-type:none; width:auto; float:right; margin-right:10px; margin-top:2px;}
ul.breadcrumbs li,ul.breadcrumbs li a{ float:left; color:#FFFFFF; line-height:24px; font-size:14px; }


#search{
	background:#FFF !important;
}

/*li #gravityformswidget-4 .widget gravityformswidget

div #gform_wrapper_1 .gform_wrapper*/

#gform_1{
	overflow:hidden;
}

#gform_1 .gfield, .gform_body{
	display:inline;
	background:transparent;
	margin:0 !important;
	padding:0 !important;
	overflow:hidden;
	border:0 !important;
}

#gform1 .gfield_label{
	display:none;
}

#gform_fields input{
	float:left;
	padding:0;
	margin:0;
	background:white;
	border:1px solid #999;
}
