/*
Theme Name: JButter TH
Theme URI: http://www.jaredbutterfield.com/jbutter-th/
Description: Wordpress Template built for Tomorrow's Harvest site
Version: 1.0
Author: Jared Butterfield designed by Brett Crockett
Tweaker: Randy Morris 09/2011
Tags: 
*/

/**
	General Layout
**/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	
	background-color:#162654;
	text-align: center;
	color: #ffffff;
}

#pageWrapper {
	/*background: transparent url(images/page_top_bg.png) 0 0 repeat-x;*/
}

#wrapper {
	position: relative;
	width: 90%;
	margin: 0 auto;
	text-align: left;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

.screen-reader-text {
     position: absolute;
     left: -1000em;
}

/**
	Header
**/

#header {
	height: 33px;
	width: 85%;
	background-color:#f7f7f7;
	position: fixed;
	z-index: 10;
	margin:0 auto 0 40;
	border-bottom:4px solid #162654;
}

#header h1 {
	position: absolute;
	left: 25px;
	top: 0;
	width: 234px;
	height: 88px;
	background-image:url(images/logo.png);
	background-repeat:no repeat;
	background-position:right top;
}

#header h1 a {
	
	text-decoration: none;
}

#header h1 a:hover {
	text-decoration: none;
}

#mainMenu{
	position: relative;
	font-size: 13px;
	/*color: #ffffff;*/
	margin-left: 200px;
	text-align:center;
	padding-top: 6px;
	z-index: 1000;
}

#mainMenu li{
	display: block;
	float:right;
	position: relative;
	z-index: 1000;
	padding: 0 5px 0 7px;
	background: transparent url(images/nav_line.png) 0 3px no-repeat;
}

#mainMenu li.first_item{
	background: none;
}

#mainMenu li a{
	text-decoration: none;
	display: block;
	padding: 5px 15px;
	color: #4b87bd;
	font-size: 13px;
	text-transform: uppercase;
	
}

#mainMenu li a:hover, #mainMenu li.sfhover a{
	color: #ffffff;
	background-color: #325A7e;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/* Hidden Sub Menus */
#mainMenu li ul{
  	position: absolute; 
  	top: 0;
  	left: 0;
	z-index: 1001;
	text-align: left;
	width: 175px;
	display: none;
	padding-top: 1px;
}

#mainMenu li li{
	margin: 0 0 0 0;
	padding: 0;
	float: none;
	_display: inline;/*Fix for IE6 putting space between the links*/
	z-index: 1001;
	background: none;
	
}

#mainMenu li li a{
	color: #ffffff;
	display: block;
	padding: 7px 0 5px 15px;
	background: transparent url(images/nav_bg.png) 0 0 repeat;
	border-bottom: 1px solid #4E6C8B;
	border-top: 1px solid #3A5573;
	width: 160px;
	height:100%;
	overflow:display;
}

#mainMenu li li a:hover{
	font-weight: bold;
}

#mainMenu li.sfhover li a, #mainMenu li li a:hover{
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background: transparent url(images/nav_bg.png) 0 0 repeat;
}

#mainMenu li > ul {
	top: auto;
	left: auto;
}

#mainMenu li:hover ul, #mainMenu li.sfhover ul {
	display: block;
}

/**
	Content Format
**/

#content {
	position: relative;
	z-index: 2;
	min-height: 400px;
	/*background: transparent url(images/home_bg_shadow.png) 0 0 repeat-x;*/
	padding-bottom: 25px;
}

#postsWrapper {
	!position: relative;
	padding: 88px 45px 0;
	z-index: 2;
}

body.home #postsWrapper{
	padding: 0;
}

h2.pageTitle{
	padding-top: 0;
}

#homequote {
	float: right;
	border-left: 1px solid #a4c5dc;
	padding: 10px 90px 10px 30px;
	width: 360px;
	font-size: 18px;
	color: #ffffff;
	font-family: Georgia, Arial, Helvetica, sans-serif;
}

#homequote cite{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

#homequote a img{
	position: relative;
	top: 2px;
}

body.home .storycontent {
	padding-top: 15px;
	padding-left: 60px;
	color: #d5e2ff;
}

body.home .storycontent p {
	color: #d5e2ff;
}

#requestLink{
	outline: none;
	display: block;
	width: 245px;
	height: 43px;
	background: transparent url(images/callus.png) 0 0 no-repeat;
}

#requestLink:hover{
	background-image: url(images/callus2.png);
}

.page, .storycontent{
	position: relative;
	z-index: 1;
}

/**
	Content Styles
**/

h2 {
	font-size: 21px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 15px;
	margin-bottom: 5px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 5px;
	margin-bottom: 5px;
}

.storytitle a {
	text-decoration: none;
}

#content p, #content li {
	margin: 5px 0;
}

#content ol, #content ul {
	margin-left: 30px;
}

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
}

acronym, abbr {
	cursor: help;
}

blockquote {
	margin: 0px 0px 0px 25px;
	padding: 5px;
}

cite {
	font-style: normal;
}

.feedback {
	font-size: 11px;
	letter-spacing: -1px;
	text-align: right;
	clear: both;
}

.meta {
	font-size: 10px;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

/**
	Comments
**/

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: .2em;
}

#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 1px solid #ddd;
	font-size: 110%;
	list-style-type: none;
}

#commentlist li .avatar {
	float: right;
	margin-right: 10px;
	border: 1px dotted #ccc;
	padding: 2px;
}

/**
	Sidebar
**/
#sidebar {
	border-left: 1px solid #ccc;
	padding: 10px 0 10px 20px;
	width: 120px;
	position: absolute;
	top: 80px;
	right: 10px;
}

#sidebar form {
	margin: 2px 0 0 5px;
}

#sidebar input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #999;
	color: #000;
	margin-bottom: 5px;
}

#sidebar ul {
	color: #000000;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	text-transform: lowercase;
}

#sidebar ul li {
	font-size: 13px;
	margin-top: 10px;
}

#sidebar ul ul {
	font-weight: normal;
	margin-left: 15px;
}

#sidebar ul ul li {
	font-size: 11px;
	margin-top: 5px;
}

#sidebar ul ul li a {
	color: #000;
	text-decoration: none;
}

#sidebar ul ul li a:hover {
	text-decoration: underline;
}

#sidebar ul ul ul.children {
	padding-left: 4px;
}
.sidebar3 {
	padding: 10px 0 10px 20px;
	width: 190px;
	position: relative;
	top: 60px;
	float:left;
	!background: url("images/blog-side.jpg") top left repeat-y;
}
.sidebar3 table {
width:100%;	
}
table #wp-calendar{width:100%;}
.sidebar3 ul {
	color: #FFFFFF;
	font-weight: bold;
	list-style-type: none;
	margin: 0;

}
.sidebar3 ul li {
	font-size: 13px;
	margin-top: 10px;
}

.sidebar3 ul ul {
	font-weight: normal;
	margin-left: 15px;
}

.sidebar3 ul ul li {
	font-size: 11px;
	margin-top: 5px;
}

.sidebar3 ul ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

.sidebar3 ul ul li a:hover {
	text-decoration: underline;
}

.sidebar3 ul ul ul.children {
	padding-left: 4px;
}


/**
	Footer
**/

#footerWrapper {
	height: 204px;
	/*background: transparent url(images/footer_bg.png)*/
	background-color:#f7f7f7;
}

#footer {
	position: relative;
	height: 179px;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	color: #162654;
}

#footer h3 {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e3f3ff;
	width: 180px;
}

ul#footerCols {
	margin-left: 45px;
}

ul#footerCols li {
	float: left;
	width: 210px;
	margin-right: 20px;
	list-style-type: none;
}

ul#footerCols li.lastitem{
	margin-right: 0;
}

ul#footerCols ul{
	padding-left: 15px;
}

ul#footerCols ul li{
	list-style-image: url(images/footer_bullet.png);
	margin: 2px 0;
}



#footerCopy span{
	display: block;
	padding-right: 90px;
	color: #ffffff;
	font-size: 11px;
}
#footerCopy{
	position: absolute;
	top: 120px;
	right: 45px;
	background: transparent url(http://tomorrowsharvest.com/wp-content/uploads/tharvestboxicon.png) right top no-repeat;
	background-color:#162654;
	color:#ffffff;
	height: 45px;
	width: 200px;
	padding-top: 5px;
	text-align: right;
}

#footer .facebook a{
	color: #162654;
}

#footer .facebook img{
	position: relative;
	top: 2px;
}
#footer a {
	color: #23408e;
	text-decoration: none;
}

#footer a img {
	border: none;
}

#footer a:visited {
	color: #0000ff;
}

#footer a:hover {
	color: #0000FF;
	text-decoration: underline;
}

/**
	Links
**/

a {
	color: #E3F3FF;
	text-decoration: underline;
}

a img {
	border: none;
}

a:visited {
	color: #E3F3FF;
	text-decoration: underline;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

/**
	Caption
**/

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/**
	Slider
**/

#sliderWrapper{
	position: relative;
	width: 960px;
	height: 350px;
	margin:0 auto;
	padding: 48px 0 20px 0;
}

#slider {
	margin: 0 auto;

}

.slidercarousel{
	margin: 0 auto;
	position: relative; /*leave this value alone*/
	overflow: hidden; /*leave this value alone*/
	width: 873px; /*Width of Carousel Viewer itself*/
	height: 350px; /*Height should enough to fit largest content's height*/
}

.slidercarousel .sliderbelt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.slidercarousel .textwidget{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0px; /*margin around each panel*/
	width: 873px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

#slideLeftBtn{
	outline: none;
	display: block;
	width: 42px;
	height: 34px;
	background: transparent url(images/slide_left.png) 0 0 no-repeat;
	position: absolute;
	left: 0;
	top: 230px;
}

#slideRightBtn{
	outline: none;
	display: block;
	width: 42px;
	height: 34px;
	background: transparent url(images/slide_right.png) 0 0 no-repeat;
	position: absolute;
	right: 0;
	top: 230px;
}

/**
	Table Column Template
**/

.table-col-template .storycontent{
	position: relative;
}

.table-col-template .leftCol {
	width: 260px;
}

.table-col-template div.supply{
	float: right;
	width: 470px;
	padding: 20px 50px 80px 40px;
	color: #231F20;
	font-size: 12px;
	background-color: #ffffff;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

div.supply .entryHeader{
	float: right;
	background-color: #8AABD7;
	color: #ffffff;
	font-size: 17px;
	text-transform: uppercase;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-left: 5px;
	width: 100px;
	text-align: center;
	font-weight: normal;
	padding: 5px 5px 5px 5px;
}

div.supply .entryHeader .sub{
	font-size: 12px;
	display: block;
}

div.supply table{
	clear: both;
	width: 100%;
	margin: 5px 0;
}

div.supply th{
	font-weight: bold;
	padding-bottom: 3px;
	text-align: left;
}

div.supply tr{
	
}

div.supply tr.evenRow{
	background-color: #EAEBEC;
}

div.supply tr.total{
	background-color: #8AABD7 !important;
	color: #ffffff;
}

div.supply .labelCol{
	padding: 1px 0;
}

div.supply tr.total .labelCol{
	padding-left: 33px;
}

div.supply .entryCol{
	width: 110px;
	text-align: center;
}

div.supply .note{
	font-size: 10px;
}

/**
	Testimonial Template
**/

.test-temp .col{
	width: 260px;
}

.test-temp #rightCol{
	float: right;
}

.test-temp #leftCol{
	float: left;
}

.test-temp #midCol{
	float: right;
	margin-right: 30px;
}

.test-temp p {
	font-size: 18px;
	color: #ffffff;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	padding-bottom: 30px;
}

.test-temp cite {
	display: block;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

/** 
	Form Template
**/

.form-temp .leftCol{
	width: 260px;
}

/**
	FAQ
**/
div.question{
	padding-bottom: 10px;
	font-weight: bold;
	cursor: pointer;
}

div.question span{
	padding-right: 20px;
	background: transparent url(images/faq_on.png) right center no-repeat;
}

div.question.hover{
	text-decoration: underline;
}

div.question.open span{
	background-image: url(images/faq_off.png);
}

div.answer{
	display: none;
	padding-bottom: 20px;
	padding-left: 15px;
}
#postsnew {
width: 650px;
float: left;	
!border-left: 1px solid #CCCCCC;
padding: 5px;
position: relative;
left: 120px;

}
.entry {
background: url(images/blog-bg.jpg) left top repeat-x;
border: 1px solid #e3f3ff;
padding: 5px;
margin-bottom: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
}
#rightside {
!border-left: 2px solid #ccc;
	padding: 10px 0 10px 20px;
	width: 150px;
	position: absolute;
	top: 80px;
	right: 10px;	
}
#leftside {

padding: 10px 0 10px 20px;
width: 120px;
float: left;
top: 80px;
right: 10px;	
}
p.postmetadata{
border-top: 1px solid #e3f3ff;
margin: 10px 0 0 0;
}

#form123 {
color: $CCCCCC;
border: 1px solid #CCCCCC;
width: 580px;
padding: 10px;
background-color: #E4EEFF;
}
#form123 td {
color: #7D607D;
font-family: Arial;
padding-top: 5px;
padding-bottom: 5px;
} 

#salesforceform input, #salesforceform textarea {
	font-size: 12pt;
	font-family: Arial;
	border: 1px solid #777777;
	height: 30px;
	margin-bottom: 5px;
}

#salesforceform label {
	font-family: Arial;
	font-size: 12pt;
}


#contactusform input, #contactusform textarea {
	font-size: 12pt;
	font-family: Arial;
	border: 1px solid #777777;
	height: 30px;
	margin-bottom: 5px;
}

#contactusform label {
	font-family: Arial;
	font-size: 12pt;
}


/*  JIM SUMPTER PAGE  */
#jimcontainer {
width: 950px;
background-color: #5B88BB;
color: #000000;
}
#jimcontainer p { font-family:arial; font-size: 10pt; }

#leftcol {
width: 660px;
float:left;
padding: 0 12px 10px 10px;
margin-right:4px;
margin-bottom: 7px;
height: 720px;
background-color: #FFFFFF;
}

#rightcol {
width: 230px;
float:left;
padding: 10px 15px 0 15px;
margin-left:3px;
background-color: #FFFFFF;
margin-bottom: 7px;
height: 720px;
}

#jimfooter {
height: 75px;
clear:both;
width: 950px;
background-color: #FFFFFF;
}
.imgleft { float:left; margin: 10px 10px 10px 0; }
.imgright { float:right; margin: -50px 40px 0 0; }
#jimcontainer h2,#jimcontainer h3,#jimcontainer h4 { color:#5B88BB; display:inline; font-family:arial;  }
.alignright {text-align:right}
#jimcontainer a:link, #jimcontainer a:visited { color:#5B88BB; text-decoration:none;}
#jimcontainer a:hover { color:#000000; }
