/*
THEME NAME: Vital-Farms Upgrade
THEME URI: http://www.vitalfarms.com
Description: An updated look and feel for Vital Farms, changing simple elements
VERSION: 1.0
AUTHOR: Chris Ledesma
AUTHOR URI: http://www.chrisledesmamakes.com
TAGS: two columns, widgets ready,fixed width,valid XHTML,simple
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* Begin html tags */
* { margin:0; padding:0; }
html {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px; /* Resets 1em to 10px */font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: url(img/backgroundgrass2.jpg) 0 bottom repeat-x fixed #E0F0F6;
	
	color: #333;	
	margin:10px auto;
	height:auto;
	width: auto;
}

a {
	color: #339900;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-type: none;
}

h2 {
	font-size: 16px;
	color:#003300;
}

h3,h4 {
	font-size: 14px;
	font-weight:bold;
}

img {
	border: 0;
}

.clear {clear:both;}

small {font-size: 10px;}

#mainNav {	
	float: left;
	background: #ff9933;
	color: white;
	width: 800px;
	position; relative;
	z-index; 100;
	
}
ul#menu {
	width: 700px;
	font-family: Arial, Verdana;
	font-size: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
	}
ul#menu a:link, 
ul#menu a:visited, 
ul#menu a:active {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}    
ul#menu a:hover {
	color: #973203;
	text-decoration: none;
	} 	
		ul#menu li {
			display: block;
			position: relative;
			float: left;
			}
		ul#menu li ul { 
			display: none; 			
			border-left: solid 1px #973203;
			border-right: solid 1px #973203;
			border-bottom: solid 1px #973203;
			}
		ul#menu li a {
			display: block;
			text-decoration: none;
			padding: 5px 15px 5px 15px;
			white-space: nowrap;
			text-align: left;
			border-top: solid 1px transparent;
			border-left: solid 1px  transparent;
			border-right: solid 1px  transparent;

			}
		ul#menu li a:hover { 
			background: #973203; 
			}
			ul#menu li:hover ul { 
				display: block; 
				position: absolute;
				}
			ul#menu li:hover li { 
				float: none;
				font-size: 12px;
				
				}
			ul#menu li:hover a { 
				background: #fff; 
				border-top: solid 1px #973203;
				border-left: solid 1px #973203;
				border-right: solid 1px #973203;
			color: #973203;
				
				}
				ul#menu li:hover li a { 
				background: #fff; 
				border-top: none;
				border-left: none;
				border-right: none;
				color: #973203;
				z-index; 1000;
			padding: 3px 15px 3px 15px;

				}
				
			ul#menu li:hover li a:hover { 	
				background: #973203; 
				color: #fff;
				}






#subPages {
	font-size: 14px;
}

ul#subPages li.current_page_item a {
	font-weight: bold;
}

/* End html tags */

#maincontent p.storelistlinks {
	padding: 0 15px;
}

#maincontent h1 span#editLink, #maincontent h2 span#editLink  {
	float: right;
	font-size: 12px;
	background: #993300;
	font-weight: normal;
	color: white;
}

.blogBlurb {
	font-size: 14px;
	float: left;
	clear: left;
	width: 500px;
}

#moreTab {
	position: relative;
	z-index: 100;
	left: 550px;
	width: 250px;
	text-align: center;
	background: url(img/learnmoretab.gif) 0 -11px no-repeat;
	color: white;
	height: 30px;
	margin-bottom: -30px;
	font-size: 14px;
}

#moreTab a {
	color: white;
	outline: none;
	background: url(img/whitearrow.png) 0 4px no-repeat;
	padding-left: 10px;
	height: 12px;
}

#maincontent #moreTab a:hover {
	color: #ffc23e;
	background-position: 0px -12px;
	text-decoration: none;
}

#sidebar form {
	margin-top: 20px;
}

#socialMedia {
	float: right;
	width:auto;
	display: none;
}


#socialMedia a#twitter{
	margin-bottom: 0;
	display: none;
}
a#twitter {
	float: left;
	margin-bottom: 10px;
	text-indent: -9999px;
	background: url(img/twitter.png) 0 0 no-repeat;
	width: 89px;
	height: 27px;
	margin-left: 20px;
	outline: none;
	display: none;
}

#socialMedia a#facebook {
	margin-bottom: 0;
	display: none;
}

a#facebook {
	float: left;
	margin-bottom: 5px;
	text-indent: -9999px;
	background: url(img/facebook_new.png) 0 0 no-repeat;
	width: 107px;
	height: 30px;
	margin-left: 20px;
	outline: none;
	display: none;
}

a#youtube {
	float: left; 
	text-indent: -9999px;
	background: url(img/youtube_new.png) 0 0 no-repeat;
	width: 130px;
	height: 30px;
	margin-left: 20px;
	outline: none;
	display: none;
}

#sidebar input {
	margin-bottom: 10px;
}

#sidebar input[type="submit"] {
	width: 80px;
	margin-left: 30px;
	float: right;
	clear: both;
}

#sidebar hr {
	margin: 10px 0;
}

#sidebar ul li {
	margin-bottom: 15px;
}

#sidebar h2.address {
	margin-top: 15px;
}

/* Begin Structure */
#header {
	background: url(img/newbanner.jpg) no-repeat;
	width: 800px;
	height:147px;
	margin:auto;
	color: #F1E7DB;
	position: relative;
}

#contact {
	float: right;
	position: relative;
	z-index: 100;
	margin-right: 20px;
	padding: 5px;
	margin-top: 15px;
	clear: right;
}

#usda {
	position: relative;
	left: 590px;
	top: 65px;
	width: auto;
}

#contact a {
	float: right;
	clear: both;
	background: url(img/contactbutton.png) 0 0 no-repeat;
	width:90px;
	height: 24px;
	text-indent: -9999px;
	outline: none;
}


#content{
	width: 800px;
	background: white;
	float: left;
}

#maincontent {
	float: left;
	width:600px;
}

.home #maincontent {
	width: 800px;
}

#maincontent p {
	padding: 5px 15px;
	line-height: 20px;
}


#maincontent h2 {
	padding: 5px 15px;
}

#topContent {
	background: #fff;
	padding: 10px;
}

#topQuote {
	float: left;
	padding:10px 15px;
	width:770px;
	background: url(img/egg_bg.jpg) 0 0 no-repeat #ffcc66;
	border-bottom: 15px #993300 solid;
}


#topQuote h1 {
	float: left;
	width: auto;
}

#topQuote h1 a {
	font-weight: normal;
	font-size: 18px;
	text-indent: -9999px;
	background: url(img/tagline.png) 0 0 no-repeat;
	height: 77px;
	width: 594px;
	float: left;
}

#topQuote b {
	color: #993300;
}

#topQuote strong {
	color: #009900;
}

#topQuote h1 em {
	font-style: normal;
	font-weight: bold;
}


#sidebar {
	float:right;
	padding:15px 10px;
	width:150px;
}

#footer {
	float: left;
/*	background: #ff9933; */
	width:760px;
	padding: 20px;
	height:35px;
	margin:auto;
	font-size: 11px;
	color: #ff9933;
}

.entry hr {
visibility: hidden;
clear: both;
line-height:0px;
font-size:0;
height:0;
margin:0;
padding:0;
}

#maincontent .entry h3 {
}
/* End Structure */

#sidebar input {
	width: 125px;
}

#sidebar ul.wholeFoods li.current_page_item {
	font-weight: bold;
}

#sidebar ul.blogCategories li.current_page_item {
	font-weight: bold;
}

#sidebar ul.blogCategories li {
	margin-bottom: 20px;
}

/* begin header*/
#header h1{
	font-size: 18px;
	padding:15px 0 0 340px;
}

#header h1 a {
	color:#eee;
}

.description {
	padding:3px 0px 0 3px;
}
/* End header*/


#page {
	margin: 0 auto;
	width: 800px;
	overflow: hidden;
}


/* begin maincontent*/
#maincontent a:hover{color:#339900;}
#maincontent h2 a{color:#003300;}

#maincontent h1 {
	margin: 5px 15px;
	padding: 5px 0;
}

.entry {margin-top:5px;}

.entry h2, .entry h2 a, .postFront h2{
	font-size: 16px;
}

.entry p {margin-bottom:1em;}
.entry ol {padding: 0 0 0 35px;}
.entry ul {padding-left: 20px;}
.entry ul li {margin-left: 20px; margin-bottom: 10px; list-style: url(img/ol.gif); width: 550px;}
.entry img {border:medium none;}

.entry ul.stateList {
	float:left;
	width: 150px;
}

#sidebar ul.wholeFoods li {
	margin-bottom: 2px;
}

.entry blockquote {margin:20px 20px;border-left:1px solid #FFCC00;border-right:1px solid #FFCC00;padding:5px;background:#E3E2B7;}
.postmetadata{padding:1px 5px; margin:0.5em 0 25px; /* border-left:15px solid #FFCC00; */}

.ping-track{padding:5px;background:#FFCC00;}
.postnav{margin:1em 0;}

.post_info{
	font-size:10px;
	color:#999999;
}
/* End maincontent */

/* Begin sidebar */
#sidebar h2{
	text-transform:uppercase;
	font-size: 12px;
	color: #993300;
}

/* End sidebar */

/* Begin footer */
#footer a{color:#ccc;text-decoration: underline;}
#footer a:hover{text-decoration: none;}
/* End footer */

/* Begin wp-tags*/
img.centered {display: block;margin-left: auto;margin-right: auto;}
img.alignright {padding: 4px;margin: 0 0 2px 7px;display: inline;}
img.alignleft {padding: 4px;margin: 0 7px 2px 0;display: inline;}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {float: right;}
.alignleft {float: left}

.wp-caption {border: 1px solid #ddd;text-align: center;background-color: #f3f3f3;padding-top: 4px;margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

#maincontent .post_info {
	margin-left: 15px;
}

.datebar {
	background: #ff9933;
	margin: 20px 15px 5px 5px;
	padding: 5px;
	padding-left: 10px;
	color: white;
	font-size: 11px;
	letter-spacing: 2px;
}

#maincontent .postFront h3 {
	font-size: 12px;
	color: #993300;
	padding: 0;
}

.postFront {
	width: 510px;
	float: left;
	border-right: 1px solid #993300;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 0 15px;
}

#newsletterFront {
	float: right;
	width: 255px;
	padding-top: 15px;
}

#newsletterFront table {
	margin-left: 15px;
}

#newsletterFront table td {
	padding-bottom: 5px;
}


#newsletterFront .tweetmeme_button {
	display: none;
}

#maincontent .postFront h2 {
	margin: 0;
	padding: 0;
}

#maincontent .postFront p {
	padding: 5px 0;
}
	
.postFront .datebar {
	background: none;
	color: #333;
	padding: 0;
	margin: 0;
}

#maincontent h3 {
	font-size: 16px;
	color: #993300;
	padding: 0 15px;
}

.wp-caption img {margin: 0;padding: 0;border: 0 none;}

.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0;}

/* End wp-tags */

/* Begin comments*/
.message{width:100%;}
#response{margin-top:2em;}
.message-by{float:left;}
.message-count{float:right;}
.message-content{margin:10px 20px;width:80%;padding-bottom:5px;border-bottom:2px solid #FFCC00;}
.alt{border-bottom:2px solid #FFCC00;}
.author{border-bottom:2px solid #FFCC00;}
.message-entry{}
.inputs input{background:##FFCC00;border:0;padding:2px;background: #A2B180 url(img/input.gif) no-repeat top center;width:166px;height:16px;}
.message textarea{border:0;width:380px;height:180px;overflow:hidden;background: #FFFFFF url(img/textarea.gif) no-repeat top center;padding:10px;}
.submit input{border:0;width:60px;height:30px;background: #A2B180 url(img/submit.gif) no-repeat top left;color:#fff;}
.submit{margin-top:1em;}
.avatar-place{}
/* End comments */

#testimonials {
	margin-top: 30px;
	float: right;
	width: 215px;
	padding: 0 15px;	margin-bottom: 20px;
}

#maincontent #testimonials p {
	padding: 5px 0;
}

#maincontent #testimonials h2 {
	font-size: 16px;
	color: #993300;
	padding: 0;
}

#maincontent h1 span#editLink a, #maincontent h2 span#editLink a  {
	color: white;
}

#meritbadges img {
	clear: left;
}

#meritbadges p {
	margin: 0;
	padding: 0;
}

.meritInfo {
	float: right;
	clear: right;
	width: 370px;
	margin-bottom: 25px;
}

#maincontent .meritInfo h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

#meritbadges .meritInfo p {
	margin-bottom: 10px;
}


#subPages  {
	display: none;
	}


.current_page_item {
	display: none;
	}

#socialMedia2 {
	position: absolute;
	top: 20px;
	right: -22px;
	width: 150px;
	}
#socialMedia2 img {
	padding-right: 5px;
	}

