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



/*Website Content Area*/
#header { height: 194px; background-color: #FFF;}
.custom #container  { width: 970px; margin: 0px auto; }
.custom #container  { padding: 0px; }
.homepage .post_box { margin: 0px; }
.custom .post_box { padding: 0px; margin: 0px; }
div#page { background: transparent; background:  transparent !important; }
.page { background: transparent; background:  transparent !important; }

li.widget h3 {display: none;}
#header_widget_1 div a { color: #000; font-weight: normal; }
#header_widget_1 div a:hover { color: #fff; text-decoration: none; font-weight: normal; }
td.topRight { color: #000; padding-left: 25px; z-index: 9999; position: relative; }


/*Content Area*/
#content { background: #FFF; background: #FFF !important; margin: 0px; padding: 0px; width: 920px; border: 0px; }
#content_box { margin: 0px 0px 0px 0px; padding: 25px; min-height:400px; width: 920px; }
#content_box { background: #FFF; background: #FFF !important; }
#content_box.no_sidebars { width: 920px; }

.custom .post_box {padding: 0px;}
.post_box { padding: 0em; margin-left: 0em; margin-right: 0em; }
.custom #header_area .page { background: #FFF; background: #FFF !important; }
#header_widget_1 { position: absolute; margin: 0px; width: 970px; }
ul.sidebar_list { padding-top: 10em; }
.sidebar ul.sidebar_list { padding-right: 0em; padding-left: 0em;  }
#comments { display: none; }


/* clears the header floats */
#header { overflow: hidden; padding: 0px;}
.headline_area { background: transparent; background-image: url('http://wsgwpw.com/humphris/wp-content/uploads/2014/08/img-titlebg.png'); background-position: top left; background-repeat: no-repeat; background-color: none; padding: 7px 0px 0px 15px; font-size: 0.8em; text-transform: uppercase; margin-bottom: 8px; line-height: 110%; height:38px; }


/*Outer Background*/
body { margin: 0px; padding: 0px; background: #498e00; }


/*Homepage*/
#post-4 div.headline_area { display: none; }
.format_text {margin-top: 0px;}


/*Sidebar Area*/
ul.sidebar_list { width: 140px; padding-top: 4px; }
#sidebars { width: 140px; margin: 0px; margin-bottom: 0px; margin-top: 0px; margin-left: 0px; }
#menu-products li {margin-top: 1px; }
#menu-projects li {margin-top: 1px; }
div#sidebars .sidebar_list ul.menu { width: 140px; background: none; font-size: 1em; border: none; }
div#sidebars .sidebar_list ul.menu li { margin-top: 2px; margin-left: 0px; margin-right: 0px; font-weight: normal; border: none; background: transparent; }
div#sidebars .sidebar_list ul.menu a { background: transparent; background-image: url('http://wsgwpw.com/humphris/wp-content/uploads/2014/07/img-tourtab.png'); background-position: top left; background-repeat: no-repeat; background-color: none; font-weight: normal; padding-left: 0px; padding-right: 0px; letter-spacing: 0px; height: 23px; color: #555; }
div#sidebars .sidebar_list ul.menu a:hover { background: transparent; background-image: url('http://wsgwpw.com/humphris/wp-content/uploads/2014/07/img-tourtab.png'); background-position: top left; background-repeat: no-repeat; background-color: none; color: #ed3b4e; }
div#sidebars .sidebar_list ul.menu li.current-menu-item a { background: transparent; background-image: url('http://wsgwpw.com/humphris/wp-content/uploads/2014/07/img-tourtab.png'); background-position: top left; background-repeat: no-repeat; background-color: none; color: #ed3b4e; }

/*Side Bar Custom Menu*/
.sidebar_list ul.menu li a, .sidebar_list ul { border: none; }
.sidebar_list, .sidebar_list li, .sidebar_list ul.menu, .sidebar_list ul.menu li { margin: 0; padding: 0; }
.sidebar_list ul.menu { margin-left: 1px; }

.sidebar_list ul.menu li { 
background: transparent; 
background-image: url('http://wsgwpw.com/humphris/wp-content/uploads/2014/07/img-tourtab.png'); 
background-position: top left; 
background-repeat: no-repeat; 
background-color: none;
color: #555;
font-size: 1em;
padding-left: 0px;
line-height: 100%;
cursor: pointer;
text-transform: capitalize;
height: 23px;
width: 140px;
margin-left: 0px;
}

.sidebar_list ul.menu li a { 
padding-left: 0px;
font-weight: normal;
text-decoration: none;
text-transform: capitalize;
font-size: 1em;
color: #555;
height: 23px;
}

.sidebar_list ul.menu li a:link, .sidebar_list ul.menu li a:visited, .sidebar_list ul.menu li a:active{ 
font-weight: normal;
text-decoration: none;
text-transform: capitalize;
font-size:1em;
color: #555;
height: 23px;
}

li.widget li ul {
background: transparent;
margin: -40px 0px 0px 140px;
}

div#sidebars .sidebar_list ul.menu li ul.sub-menu a { 
background-image: none; 
background-color: #ddd;
color: #555;
font-size: 1em;
padding-left: 15px;
padding-right: 15px;
line-height: 100%;
cursor: pointer;
text-transform: capitalize;
width: 155px;
margin-left: 0px;
border-bottom: 1px #fff solid;
}

div#sidebars .sidebar_list ul.menu li ul.sub-menu a:hover { 
color: #ed3b4e;
}


/*Side Nav Font when mouseover*/
.sidebar_list ul.menu li a:hover { 
color: #ed3b4e;
font-weight: normal;
text-decoration: none;
text-transform: capitalize;
height: 23px;
}


/*Top Horz Menu*/
.menu-public-access-container {
background : url('http://wsgwpw.com/pickneat/wp-content/uploads/2015/05/menubar.png') top left no-repeat;
background-color: #FFF;
background-position-x: 25px;
height: 41px;
padding-top: 6px;
}

ul#menu-public-access.menu {
padding-left: 35px;
font-family: verdana;
font-size: 11px;
}

.menu a, .menu .current ul a, .menu .current-cat ul a, .menu .current-menu-item ul a {
background: transparent;
color: #FFF;
font-weight: bold;
text-transform: capitalize;
}

.menu .current a, .menu .current a:hover, .menu .current-cat a, .menu .current-cat a:hover, .menu .current-menu-item a, .menu .current-menu-item a:hover {
background: transparent;
color: #FFF;
font-weight: bold;
text-transform: capitalize;
border-color: transparent;
}

.menu, .menu a, .menu li ul {
border-color: transparent;
}

ul.sub-menu {
background-color: #b1dd54;
}

/*Content*/
#comments { display: none; }
div.headline_area h1 { font-weight: normal; line-height: 110%; padding-top: 2px; }
hr { background-color: #fff; height: 1px; margin: 20px 0px; border-bottom: 1px #ccc solid; border-top: none; border-left: none; border: right: none; }

.format_text { margin: 0px 0px 10px 0px; padding: 0px; }
.format_text h2 { font-size: 1.25em; margin-top: 6px; padding-bottom: 10px; color: #028a4a; text-transform: uppercase; }
.format_text h3 { font-size: 1.15em; margin-top: 6px; padding-bottom: 10px; font-weight: bold; color: #ee3c52; }
.format_text h4 { font-size: 0.9em; margin-top: 6px; margin-bottom: 0px; padding-bottom: 0px; font-weight: bold; }
.format_text p { font-size: 1em; line-height: 130%; margin-bottom: 15px; vertical-align: top;}
.format_text a, .format_text a:link, .format_text a:visited { text-decoration: none; }
.format_text a:hover { text-decoration: underline; }
.format_text ul { margin-left: 0px; margin-top: 8px; }

.format_text img.block, .format_text img.alignnone, .wp-caption.alignnone { margin-bottom: 0px; }

.format_text ul li{
font-size: 1em; 
line-height: 130%;
background: url('http://wsgwpw.com/cnslinings/wp-content/uploads/2014/07/bullet1.png') top left no-repeat;
background-position: 0px 5px;
padding-left: 15px;
padding-top: 0px;
list-style: none outside;
text-decoration: none;
vertical-align: top;
text-align: left;
margin-bottom: 6px;
}

/*Footer*/
#footer { padding: 20px 0px 40px 0px; background-color: transparent; }
#footer p { font-size: 1.1em; line-height: 100%; padding: 0px; }
#footer a { border: none; }
#footer, #footer a { color: #FFFFFF; }
#footer a:hover { color: #ed3b4e; text-decoration: underline; }



/*Local Council*/
#lCouncil { border: 1px #ccc solid; margin-bottom: 10px; }
.lCouncil { background-color: #eee; width: 50%; padding: 10px 15px; }
.lCouncilFull { background-color: #eee; width: 100%; padding: 10px 15px; }
#lCouncil2 { border: 1px #ccc solid; margin-bottom: 10px; }
.lCouncil2 { background-color: #eee; padding: 10px 15px; }


/*Advanced Growers*/
#aGrowers { border: 1px #ccc solid; margin-bottom: 10px; }
.aGrowersL { background-color: #fff; width: 45%; padding: 10px 15px; }
.aGrowersR { background-color: #eee; width: 55%; padding: 10px 15px; }


/*Contact Us*/
.contact { border: 1px #ccc solid; background-color: #eee; width: 45%; padding: 10px 15px; }


/*Contact Form*/
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required { width: 400px; }
.wpcf7-form-control.wpcf7-text { width: 400px; }
.wpcf7-form-control.wpcf7-textarea { width: 400px; }
.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required { width: 400px; }
.wpcf7-form-control.wpcf7-submit { background-color: #008c4a; color: #fff; height: 40px; cursor: pointer; }


/*Homepage*/
.featureText p { line-height: 150%; }
.ucp { color: #008c4a; font-weight: bold; font-size: 1.25em; text-align: center; padding-top: 17px;}
.ucp img { margin-top: 10px; }


/*Retailers*/
#bgmp_map-canvas { margin-bottom: 20px; }
h3.bgmp_list-placemark-title { font-size: 1.1em; margin-top: 0px; margin-bottom: 4px; padding-bottom: 0px; font-weight: bold; color: #ee3c52; }
bgmp_list-description p { margin-bottom: 0px; }
p.bgmp_list-link { margin-top: -10px; margin-bottom: 20px; }

/*Recipes*/
.recipebox { background-color: #d1d773; padding: 15px; height: 122px; vertical-align: top; background: url('http://wsgwpw.com/pickneat/wp-content/uploads/2015/06/recipe-bg.png') top left no-repeat;}
.recipebox2 { background-color: #f1f4c0; padding: 15px; height: 122px; vertical-align: top; background: url('http://wsgwpw.com/pickneat/wp-content/uploads/2015/06/recipe-bg.png') top left no-repeat;}
.recipebox img { float: left; }
.recipebox2 img {float: left; }