
/* @override http://www.grownlocalok.com/wp-content/themes/ihcsb-grownlocal/style.css */


/*
Theme Name: ihcsb-grownlocalok
Theme URI: http://www.internethappens.com/Description: grownlocalok.com
Author: Christopher Steven Bailey
Author URI: http://www.internethappens.com/
Version: 1.0.0
*/

/* =================================
All Rights Reserved.
================================== */

/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend caption{ margin:0; padding:0; border:0; outline:0; font-weight: normal; font-style: normal; font-size:100%; font-family:inherit; vertical-align:baseline;
	text-decoration: none;
}
:focus{outline:0}
ol, ul{list-style:none;
	list-style-type: none;
}

.clear_it {
	clear: both;
}

h1, h2, h3, h4, h5 {
	text-align: left;
}

.line_break {
	height: 1px;
	background-color: #cfcfcf;
	margin-bottom: 4px;
	margin-top: 4px;
}

body {
	font: 72% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

/* Layout Styles Starts */

#wrapper{
	width:900px;
	margin:0 auto;
	position:relative;
	padding:0 0 10px 0;
}
#header-top{
		height: 132px;
		overflow:hidden;
	padding: 0;
}

#header_i {
}
#logo{
			float:left;
	width: 900px;
	height: 165px;
}
#logo h1{
				background:url(images/logo-header.jpg) no-repeat;
			}
#logo h1 a{
					display:block;
	height: 165px;
}
#logo h1 a span{
						display:none;
					}
	#s3slider{
		position:relative;
		height:263px;
		overflow:hidden;
	}
		#s3sliderContent {
		   width: 900px; /* important to be same as image width or wider */
		   position: absolute; /* important */
		   top: 0; /* important */
		   margin-left: 0; /* important */
		}

		.s3sliderImage {
		   float: left; /* important */
		   position: relative; /* important */
		   display: none; /* important */
		}

		.s3sliderImage span {
		   position: absolute; /* important */
		   left: 0;
		   font: 10px/15px Arial, Helvetica, sans-serif;
		   width: 1px;
		   background-color: transparent;
		   filter: alpha(opacity=50); /* here you can set the opacity of box with text */
		   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
		   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
		   opacity: 0.5; /* here you can set the opacity of box with text */
		   color: #fff;
		   display: none; /* important */
		   bottom: 0;
}
	#menu{
		background:url(images/menu-bg.jpg) no-repeat;
		height:62px;
		margin:1px 0 0 0;
		overflow:hidden;
	}
		#menu ul{
			list-style:none;
			text-align:center;
		}
			#menu li, #menu li a, #menu li a.current{
				display:block;
				float:left;
			}
			#menu li{
				line-height:44px;
				text-transform:uppercase;
				border-right:1px solid #444444;
			}
			#menu li.noborder{border:none;}
				#menu li a{
					color:#939393;
					text-decoration:none;
					padding:0 31px;
				}
					#menu li a:hover{
						color:#fff;
						text-decoration:none;
					}
				#menu li a.current{
					text-decoration:none;
					padding:0 31px;
					color:#fff;
					text-decoration:none;
				}

	#container{
		margin:0 0 10px 0;
		padding:15px 10px 0 10px;
		background:transparent url(images/container-divider.jpg) no-repeat 625px top;
	}	
		#mainarea{
			width:605px;
			float:left;
		}
		#sidebar{
			width: 310px;
			float:right;
		}
		.block1{
			width:286px;
			margin:0 10px 10px 0;
			display:block;
			float:left;
		}
			.block1 p{
				text-align:center;
			}
			.block1 img{
				border:1px solid #d9d9d9;
				padding:3px;
				background:#fff;
			}
	#footer{
		background:url(images/footer-bg.jpg) no-repeat;
		height:60px;
		overflow:hidden;
		color:#939393;
		padding:0 20px;
		line-height:44px;
		font-size:10px;
	width: 861px;
	margin-right: auto;
	margin-left: auto;
}
		#footer a{
			color:#939393;
			text-decoration:none;
		}
			#footer a:hover{
				color:#fff;
				text-decoration:underline;
			}
	
/* Layout Styles Ends */

/* Panel Tab/button */
.tab {
  	background: url(images/tab_b.png) repeat-x 0 0;
	height: 42px;
	position: relative;
    top: 0;
    z-index: 999;
}

.tab ul.login {
	display: block;
	position: relative;
  	float: right;
  	clear: right;
  	height: 42px;
	width: auto;
  	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 50px;
  	color: white;
  	font-size: 80%;
	text-align: center;
}

.tab ul.login li.left {
  	background: url(images/tab_l.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url(images/tab_r.png) no-repeat left 0;
  	height: 42px;
	width: 30px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
 	text-align: left;
  	padding: 0 6px;
	display: block;
	float: left;
	height: 42px;
  	background: url(images/tab_m.png) repeat-x 0 0;
}

.tab ul.login li a {
	color: #bfbfbf;
}

.tab ul.login li a:hover {
	color: white;
}

.tab .sep {color:#414141}

.tab a.open, .tab a.close {
	height: 20px;
	line-height: 20px !important;
	padding-left: 30px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
}

.tab a.open {background: url(images/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(images/bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(images/bt_open.png) no-repeat left -19px;}
.tab a:hover.close {background: url(images/bt_close.png) no-repeat left -19px;}

/* sliding panel */
#toppanel {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#toppanel a{
	color: #96bd45;
	font-size: 10px;
}

#panel {
	width: 100%;
	height: 270px;
	color: #999999;
	background: #272727;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
}

#panel h1 {
	font-size: 1.6em;
	padding: 5px 0 10px;
	margin: 0;
	color: white;
}

#panel h2{
	font-size: 1.2em;
	padding: 10px 0 5px;
	margin: 0;
	color: white;
}

#panel h4 {
	font-size: 17px;
	color: #96bd45;
}

#panel p {
	margin: 5px 0;
	padding: 0;
}

#panel a {
	text-decoration: none;
	color: #bfbfbf;
}

#panel a:hover {
	color:#fff;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	width: 960px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 0.85em;
}

#panel .content .left {
	width: 280px;
	float: left;
	padding: 0 15px;
	border-left: 1px solid #333;
}

#panel .content .right {
	border-right: 1px solid #333;
}

#panel .content form {
	margin: 0 0 10px 0;
}

#panel .content label {
	float: left;
	padding-top: 8px;
	clear: both;
	width: 280px;
	display: block;
}

#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	margin-right: 5px;
	margin-top: 4px;
	width: 200px;
	color: white;
	height: 16px;
}

#panel .content input:focus.field {
	background: #545454;
}

/* BUTTONS */
/* Login and Register buttons */
#panel .content input.bt_login,
#panel .content input.bt_register {
	display: block;
	float: left;
	clear: left;
	height: 24px;
	text-align: center;
	cursor: pointer;
	border: none;
	font-weight: bold;
	margin: 10px 0;
}

#panel .content input.bt_login {
	width: 74px;
	background: transparent url(images/bt_login.png) no-repeat 0 0;
}

#panel .content input.bt_register {
	width: 94px;
	color: white;
	background: transparent url(images/bt_register.png) no-repeat 0 0;
}
#panel .lost-pwd {
	display: block;
	float:left;
	clear: right;
	padding: 15px 5px 0;
	font-size: 0.95em;
	text-decoration: underline;
}

/* Links Styles Starts */

#container p.hr, #sidebar p.hr{
	border:solid #d3d3d3;
	border-width:1px 0 0 0;
	margin:0;
	outline:none;
}
#mainarea a{
	border-bottom:1px dotted;
}
#mainarea a:hover{
	text-decoration:none;
}
/* Links Styles Ends */

/* Form Styles */


#mainarea form{
	padding:0 5px;
}
#mainarea form p{
	margin:0 0 5px 0;
}
#mainarea form p.floatleft{
	margin-right:15px;
}
.input{
	border:1px solid #a5a5a5;
	background:none;
	cursor:text;
	margin:5px 0;
	padding:2px;
	width:200px;
}
textarea.input{
	width:415px;
	height:100px;
}
.input:focus, .textarea:focus{
	border:1px solid #000;
}
.signin-btn, .button1{
	background: transparent url(images/bt_register_black.png) no-repeat 0 0;
	width:94px;
	height:24px;
	line-height:20px;
	margin:8px 0;
	padding:2px 10px !important;
	padding:2px 0;
	color:#fff;
	font-weight:bold;
	border:none;
	outline:none;
	cursor:pointer;
}

/* Form Styles */


/* Paragraph and list Styles */

#container p{
	margin:0 0 15px 0;
}
#container form p{
	margin:0 0 5px 0;
}
#container p img.floatleft{
	margin:0 20px 0 0;
}
#container p img.floatright{
	margin:0 0 0 20px;
}
#mainarea img.floatleft, #mainarea p img.floatleft{
	margin:10px 10px 10px 0;
}
#mainarea img.floatright, #mainarea p img.floatright{
	margin:10px;
}
#container ul, #container ol{
	margin:0 0 0 20px;
}
#container ol{
	margin:0 0 0 30px;	
}
#container ul#works{list-style:none;margin:0;}
#container dt{
	font-weight:bold;
	margin:5px 0;
}

/* Paragraph Styles */

/* Genric Styles Starts */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
a {
	color:#222;
	text-decoration:none;
	font-weight:bold;
}
a:hover {text-decoration:underline;color:#ea4900;}

img{border:none;}
.clear{clear:both;}
.floatleft{float:left;}
.floatright{float:right;}
.center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.normal, .normal a{font-weight:normal;}
.textbold{font-weight:bold;}
#container .nomargin, .nomargin{margin:0;}
#container.nobg, .nobg{background:none;}

/* Genric Styles Ends */

/* CSB STYLES */
#content {
	float: left;
	width: 541px;
	margin-left: 10px;
	text-align: justify;
	line-height: 16px;
}

#content h1, #content h3, #content h4 {
	font-size: 18px;
	font-weight: bold;
}

#content h2 {
	font-weight: bold;
	color: #606060;
	font-size: 14px;
	background-color: #eaeaea;
	padding: 4px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px; 		
	border: 1px solid #cdcdcd;
}


#content ul {
	width: 290px;
	margin-right: 20px;
	text-align: left;
}

#content ul li{
	list-style-type: none;
	list-style-position: inside;
	padding-left: 15px;
	background: url(images/bullet_1.png) no-repeat 0 1px;
	margin-bottom: 12px;
	text-align: justify;
	margin-top: 12px;
}

#content #article div {
	background-color: #eaeaea;
	padding-right: 9px;
	padding-bottom: 0;
	margin-bottom: 7px;
	padding-top: 4px;
	margin-top: 0;
	line-height: 14px;
}

#content #feed img {
	float: left;
	margin-right: 12px;
	border: 4px solid #eaeaea;
}

#content #feed #article div {
	padding-left: 5px;
}

.img_right, .importance {
	float: left;
}

#news h2 a{
	color: #96bd45;
	font-size: 20px;
}

#news h5 a {
	color: black;
	font-size: 12px;
	font-weight: bold;
}

.gcal_feed{
	margin-bottom: 20px;
	margin-top: 20px;
	background: url(images/calendar.jpg) no-repeat right top;
	padding-top: 8px;
	padding-left: 8px;
	padding-bottom: 50px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.gcal_feed h3 a {
	color: white;
}

.gcal_feed h3 {
	margin-bottom: 19px;
}

.event h4 a {
	color: white;
	padding-left: 8px;
	font-size: 12px;
}

.gcal_feed h4 {
	margin-top: 4px;
	margin-bottom: 4px;
	line-height: 20px;
}

.feed h3 a, .feed h3, h3 a {
	margin-bottom: 4px;
	font-size: 16px;
	margin-top: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 0;
	font-weight: bold;
	color: #96bd45;
}


h3#proj-title a {
	color: #878787;
	margin: 0;
}

.subscribe {
	margin-top: 9px;
	padding-left: 6px;
	padding-top: 4px;
	margin-bottom: 10px;
}
.subscribe a{
	color: #878787;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}

.subscribe img {
	position: relative;
	top: -6px;
}

.feed_sb {
	float: left;
	margin-right: 12px;
	width: 130px;
	margin-left: 12px;
	text-align: left;
}

.feed_sb img {
	width: 100px;
	height: 100px;
}

.feed_sb p {
	padding: 0;
	margin: 1px 0 2px;
}

.feed_sb h5 a {
	color: gray;
}

.banner_sb img {
	border: 5px solid #eaeaea;
	margin-bottom: 14px;
}

.event_time {
	display: none;
}

#searchform {
	background-color: #eaeaea;
	padding: 4px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px; 		
	border: 1px solid #cdcdcd;
	margin-bottom: 12px;
}

.archive-info {
	background-color: #eaeaea;
	margin-bottom: 12px;
	padding: 8px;
}

.archive-info h2 a{
	font-size: 14px;
}

.archive-info img {
	width: 60px;
	height: 60px;
	float: left;
	padding-right: 8px;
}

#content .archive-info h2 {
	list-style-type: none;
	border-style: none;
}

.archive-info small{
	font-size: 11px;
	color: gray;
}

.read_more a{
	font-size: 11px;
	color: green;
	font-weight: normal;
	font-style: normal;
}

#twitter {
	margin-top: 12px;
	margin-bottom: 12px;
}

#sidebar h4 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}

#ft_prod {
	background-color: #eaeaea;
}

#ft_prod img {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 6px 20px 6px 28px;
}

#contact_pg {
	
}

.location {
	margin-top: 21px;
	margin-bottom: 21px;
	font-size: 14px;
	padding-top: 5px;
}

#staff ul li{
	list-style-type: none;
	list-style-image: none;
	background-image: none;
}

#staff {
	float: left;
	width: 142px;
	background-color: #eaeaea;
	padding: 0 6px 6px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px; 		
	border: 1px solid #cdcdcd;
	margin: 12px;
}

.mailbox {
	float: left;
	margin-right: 4px;
	margin-top: 0;
}

address, phone {
	font-weight: bold;
	color: #878787;
	padding-top: 6px;
	padding-left: 0;
}

li.name {
	font-weight: bold;
	font-size: 21px;
	color: #878787;
}

#post-20 h2 {
	display: none;
}

.ft_prod {
	background-color: #eaeaea;
	padding-right: 4px;
}

.ft_prod img {
	float: left;
	margin-right: 5px;
}

.ft_prod h3#proj-title a {
	padding-left: 0;
	font-size: 13px;
	color: #4d380c;
}

.ft_prod .excerpt {
	font-size: 11px;
	color: #6b6b6b;
}

.banners img {
	border: 5px solid #eaeaea;
	float: left;
	margin-right: 40px;
	margin-bottom: 14px;
}
.about_what {
}
.about_what img{
}

.about_what ul {
	float: left;
	line-height: 19px;
}

#constant-contact-signup {
	background-color: #eaeaea;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px; 		
	padding: 12px;
	margin-bottom: 12px;
	margin-top: 0;
}

#constant-contact-signup-errors {
	color: red;
	font-weight: bold;
	line-height: 22px;
}

.alignleft {
	float: left;
	margin-right: 8px;
	margin-top: 3px;
	margin-bottom: 6px;
}

.alignright {
	float: right;
	margin-right: 8px;
	margin-top: 3px;
	margin-bottom: 6px;
}

/* STORE STYLES */
.ecwid-productBrowser{
	width: 642px;
	clear: none;
	float: left;
}

#contentProducts .left {
	float: left;
	width: 652px;
} 

#contentProducts .right {
	float: right;
	width: 216px;
}

#products_minicart {
	margin-bottom: 26px;
}


#products_search {
	
}

div.ecwid-productBrowser-details-thumbnail {
	text-align: left;
}

img.gwt-Image {
	float: left;
}
#contentProducts .ecwid-productBrowser-backgroundedPanel {
	padding: 0;
	margin: 0;
}
/* END STORE STYLES */
