/*
Theme Name: Meadows Family Farms	
Theme URI: http://www.eyeconimaging.com
Description: Asheville Webdesign by Eyecon Imaging.
Version: 1.6
Author: Eyecon Imaging
Author URI: http://www.eyeconimaging.com/

*/

 
/*
HTML
 */ 

/* 
Top Elements 
*/


html, body {
	font: 0.96em Verdana,Arial,Geneva,Helvetica,sans-serif;
	
	color: #585858;
	margin: 0;
	padding: 0;
	background:  #90c63c url(images/bg_grass.jpg) top left repeat-x;
	text-align: center;
}

/* Links */
a, a:active, a:link {
     outline: none; 
	text-decoration: none;
	color: #90c63c;
	border: none;
	 border: 0px; /* remove border */	
}
a:visited {
	text-decoration: none;
	outline: none;
	 border: 0px; /* remove border */
}
a:hover {
	outline: none;
	color: #90c63c;
	 border: 0px; /* remove border */
	 /*  border-bottom: 1px dotted #222222; */
}

/* headers */
h1, h2, h3, h4 {
	background: #ffffff;
	font-family: 'Trebuchet MS', Tahoma, Arial, Sans-serif;
	color: #222222;
}
h1 {
	font-size: 1.6em;	
	font-weight: bold;
	padding: 15px 10px 5px 10px;	
}
h2 {
	font-size: 1.2em;
	color: #222222;
	padding: 5px 50px 5px 5px;
}
h3 {
	font-size: 1.2em;
	color: #585858;
	font-weight: lighter;
	letter-spacing: 0px;
	padding: 0px 0px 0px 0px;
	background: transparent;
 
}
h4 {
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: 0px;
	padding: 0px 0px 0px 0px;
	background: transparent;
}
h5 {
	font-size: 2.0em;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	background: transparent;
	color: #ffffff;	
	text-shadow: #000 1px 1px 1px;
}

p, dl {
	padding: 10px;
	margin: 0;
	padding-left: 10px;
	padding-right: 20px;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #222222;
}
dd {
  padding-left: 25px; 
}

/* images */

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

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', Monospace ;
  	/* white-space: pre; */
  	background: #111;  
}
acronym {
  	cursor: help;
  	border-bottom: 1px dotted #5B5B5B;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
   background: #111 url(images/quote.jpg) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;	
	color: #808080;	
}

/* start - table */
table {
	font: 14px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 10px 10px;
	border-collapse: separate;
	font-family: Geneva, Arial, Helvetica, sans-serif;

}
th {
	background: transparent;
	color: #fff;
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;	
	text-align: left;
	
}
tr {
	background: transparent;
	color: #000000;

}
td {
	padding-left: 5px;
	padding-right: 0px;
		
}
/* end - table */

label {
	display: block;
	font-weight: bold;
	margin: 0px 0;
	color: #222222;
}
input, select, textarea {
	padding: 5px 4px;
	font: normal 1em Verdana, Tahoma, sans-serif;
	color: #222222;

}
textarea {
	width: 400px;
	height: 100px;
	display: block;	
}
input.button { 
	font: bold 12px Arial, Sans-serif; 
	height: 30px;
	margin: 0;
	padding: 2px 3px; 
	color: #48780E;
	background: #000;
	
	border-width: 1px;
  	border-style: solid;
  	border-color: #1c1c1c;
}

/* search form */


#search {
text-align:right;
background-color:transparent;
	
}

.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 20px 0 15px 8px;	
	width: 170px;	
}
.searchform p { margin: 0; padding: 0 0 10px 0; }
.searchform input.textbox { 
	width: 185px;
	height: 18px;
	padding: 2px;	
	vertical-align: top;
}
.searchform input.button { 
	width: 60px;
	height: 24px;
	padding: 2px 5px;
	vertical-align: top;
}

/* ------------------------------------------
   LAYOUT
   includes bottom of header SINGLE LINE
------------------------------------------- */ 





#blog-post-contain {
	
	float:left;
	width:300px;
	
}


#HomePageLeft {
	position: relative;
	background: transparent;
	width: 500px;
	height:auto;
	float:left;
	margin: 0px auto;
	margin-left: 70px;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	
}

#MenuPageTypeHolder {
	position: relative;
	width: 770px;
	height:auto;
	background: transparent;	
	
}

#MenuPageTypeLeft {
	position: relative;
	background: transparent;
	width: 242px;
	height:auto;
	float:left;
	margin: 0px auto;
	margin-left: 70px;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	
}

#MenuPageTypeRight {
	position: relative;
	background: transparent;
	width: 242px;
	height:auto;
	float:left;
	margin: 0px auto;
	margin-left: 155px;
	text-align: right;
	padding-right: 10px;
	margin-bottom: 50px;
	font-weight: bold;
}

#MenuPageDiv {
	position: relative;
	width: 770px;
	height:auto;
	background: transparent;
	margin-top: 20px;	

    border: 0px; /* remove border */	
}



#shadowleft {
	background: url(images/MidColumn.png)  center;
	background-repeat: repeat;
	width: 868px;
	margin: 0 auto;
	text-align: center;
}

#wrap {
	width: 800px;
	position: relative;
	margin-left:18px;
	text-align: left;} 
	
html>body #wrap {position: relative;
	width: 800px;
	margin-left:34px;
	text-align: left;} 





#DarkSep {
	position: relative;
	background-repeat: no-repeat;
	width: 800px;
	height:5px;

}



#content-wrap {
	position: relative;
	clear: both;
	width: 1000px;			
	background: transparent; 	
	display: inline;	
	}
	/* line above the content  border-top: 1px solid #333333;	*/




#headerimage {
    width:800px;	
	padding-top:16px;
	/* background-image: url(/data/wp-content/themes/eyecon09/images/Headertopimage.jpg) ;
	background-repeat: no-repeat; */ 
	
}





#header {
	z-index: 9999;
	
}


/* header search */



#header form#quick-search {
	position: absolute;
	top: 38px; right: 0;
	padding: 0; margin: 0;
	border: none;
	width: 262px; height: 30px;
	background: url(images/header-search.jpg) no-repeat;	
	z-index: 999999;
}
#header form#quick-search p {
	margin: 0; padding: 0;		
}
#header form#quick-search .tbox {
	margin: 2px 0 0 5px; 
	width: 210px;
	background: none;
	border: none;
}
#header form#quick-search label,
#header form#quick-search .btn {
	display: none;	
}

/*  Navigation INCLUDING TOP OF HEADER SINGLE GREY LINE 
#nav {
	position: absolute;
	margin: 0;
	padding: 0;
	height: 40px;
	/*  width: 800px;  
	left: 0px;
	top: -6px; */
	/* border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background: transparent; */
	/* background: url(images/navimage.jpg) repeat;  
}  */
#nav ul {
	float: left;
	list-style: none;
	width: 880px;		
	height: 40px;
	margin: -1px 0 0 50px; padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	float: left;
	margin: 0;	padding: 0 8px;
	font: bold 15px/35px 'Trebuchet MS', Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;	
	color: #ffffff;	
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #ffffff;
	background: none;
	border: none;
}
#nav ul li.current_page_item a {	
	color: #000000;	
}

#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 72px Georgia, 'Times New Roman', Times, serif;
	letter-spacing: -1.5px;
	color: #222222;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 140px; left: 10px;	
}
#header h1#logo-text a:hover {
	background: none;	border: none;
}
#header p#intro {
	position: absolute;
	margin: 0; padding: 0;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	font-style: italic;
	text-transform: none;
	color: #cd9857;
	width: 400px;
	
	/* change the values of top and left to adjust the position */
	top: 245px; left: 15px;		
}

/* Main Column */
#main {
	width: 800px;
	display: inline;
	
	
}
/* SIZE OF POST FONT and the white bar by the name of the post color*/
#main h2 {
	font: normal 1.5em 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;
	color: #222222;
	letter-spacing: 0px;
	text-transform: none;
	background: transparent;
	
}
/* NAME OF POST */
#main h2 a {
	color: #222222;
	text-decoration: none;
	border: none;
	
}
#main ul li {
	
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 290px;
	padding: 0; margin: 25px 0 0 0;		
	display: inline;	
}	
#sidebar h3 {
	margin-top: 10px;
	padding: 15px 5px 10px 5px; 
	font: normal 1.8em 'Trebuchet MS', Tahoma, Helvetica, Arial, sans-serif;				
	color: #fefefe;
}
#sidebar ul {
	text-align: left;
	margin: 7px 5px 8px 0px; padding: 0;				
}
#sidebar ul li {
	list-style: none;
	padding: 8px 10px;
	margin: 0;		
	border-bottom: 1px solid #111;
}
* html body #sidebar ul li {
	height: 1%;
}
#sidebar ul li a {
	text-decoration: none;	
	border: none;
	color: #5d5d5d; 	
		
	font-weight: bold;		
	font-family: 'Trebuchet MS', Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 14px;	
	/* letter-spacing: .5px;  */
}
#sidebar ul li a span {
	color: #444;	
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-style: italic;
	font-weight: normal;	
	font-size: 11px;
}
#sidebar ul li a:hover,
#sidebar ul li a:hover span {	
	color: #fff;	
}
#sidebar ul ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul ul li { border: none; }


#contentspacer {
height:10px;
}

/* products styling  */

#farm_products {
	height: 200px;
}
#top-seperator {
	height: 12px;
	width: 805px;
	background-image: url(images/top-seperator.jpg);
	margin-bottom: 31px;
}
#top-seperator2 {
	height: 12px;
	width: 805px;
	background-image: url(images/top-seperator.jpg);
	margin-bottom: 31px;
	margin-top:225px;
}
#bottom-seperator {
	height: 12px;
	width: 805px;
	background-image: url(images/bottom-seperator.jpg);
	margin-bottom: 31px;
}
#products-holder {
	height: 177px;
	margin-left: 20px;
}
#maincat {
	height: 177px;
	width: 190px;
	text-align:center;
	margin-right:650px;
	float:left;
}
#productsleft {

    margin-top:20px;
	height: auto;
	width: 800px;
	float:left;
}

#productsleftlabel {
font-family:'Arial', Helvetica, sans-serif;
font-size:18px;
color:#000000;
margin-bottom:10px;
text-align:left;


}

#productsleftdesc{
font-family:'Arial', Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#6E6E6E;
text-align:left;
margin:0px;
margin-bottom:10px;


}


#cat1 {
	
	height: 177px;
	width: 165px;
	margin-right:37px;
	float:left;
}
#cat2 {
    
	height: 177px;
	width: 165px;
	margin-right:37px;
	float:left;
}
#cat3 {
   
 	height: 177px;
	width: 165px;
	margin-right:37px;
	float:left;
}

#cat4 {
    
	height: 177px;
	width: 165px;
	float:left;
}







/* footer */



/*#footeriefriendly {
	background: transparent;
	position: relative;
	display: inline;
	float: left;
	width: 290px;
	margin-top: 10px;
	margin-left: 10px;

}*/



#bsiecenter {
width: 832px;
margin-left:auto;
margin-right:auto;
text-align:center;
position:
	
	}
	
	
	#footershadow {
	background: url(images/footershadow.jpg) left top no-repeat;
	margin-left:auto;
margin-right:auto;
text-align:center;
    width: 832px;
	height: 12px;
	
}	
	
	#footer_livestock {
	background: #000000 url(images/footercows.jpg) left top;
    width: 832px;
	height: 93px;
	
}



	

#footer-wrap {
	font: 11px/165% 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #90c63c;
	clear: both;
	font: normal 1em 'Trebuchet MS', Tahoma, sans-serif;
	background: #000000;
	width: 832px;
	height:100px;
	/* margin-left:24px; */
	padding-bottom: 40px;
	font-size: 12px;
	
	
	
}
#footer-wrap h3 {
	font: normal 1.6em/1.6em 'Trebuchet MS', Tahoma, sans-serif;

}
#footer-content {	
	margin: 0 auto;		
	width: 832px;
	text-align: left;		
}
#footer-content ul.col-list {
	border-top: 1px solid #111;
	list-style: none;
	margin: 5px 0 0 5px; padding: 0;	
	width: 100%;
}
#footer-content ul.col-list li {
	border-bottom: 30px solid #111;
}
#footer-content ul.col-list li a {
	display: block;
	line-height: 2em;
	font-weight: bold;
	padding: 4px 0 4px 8px;
	width: 98%;	

	border: none;
}
#footer-content ul.col-list li a span {

	font-style: italic;
	font-weight: normal;
	font-family: Georgia, 'Times New Roman', Times, serif;
}
#footer-content ul.col-list li a:hover,
#footer-content ul.col-list li a:hover span {

	text-decoration: none;
}

#footer-content .col {
	width: 222px;
	padding: 0px 0px 0px 0px;
	display: inline;
}
#footer-content .col2 {
	width: 225px;
	padding: 10px 10px 0px 0;
	display: inline;
}
#footer-content .space-sep {
	float: left;
	width: 290px;
	margin-top: 10px;
	margin-left: 10px;
}

/* postmeta */
.postmeta {	
	padding: 7px 5px; margin: 20px 10px 15px 10px;	
	font-size: 1em;	
	color: #ffffff;
	border: 1px solid #222222;
	background: #111;
}
.post-content img {
padding: 0px;
border: none;
}
.postmeta .date{ margin: 0 10px 0 5px;	}
.postmeta a.comments { margin: 0 10px 0 5px;	}
.postmeta a.readmore { margin: 0 10px 0 5px;	}

.post-info { font-size: .95em; padding-top: 3px; margin-left: 0px; color: #222222;	}
.post-info a { color: #BD4200; }

/* alignment classes */
.float-left  { float: left; }
.float-right {
	float: right;
	width: 225px;
}
.float-right2 {
	float: right;

}
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clearer { clear: both; }

.clear {
	display:inline-block;
}
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}


#meadowsrightcart {
float:right;
font-size:14px;
font-weight:bold;
padding-right:6px;
padding-top:60px;
text-align:center;
width:220px;
   
}

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_2 {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}



/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	outline: none;
	 border: 0px; /* remove border */
}
.grid_3 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
	outline: none;
	 border: 0px; /* remove border */
}
.grid_4 {
	display:inline;
	float: right;
	width:550px;
	position: relative;
	margin-left: 0px;
	margin-right: 15px;
	outline: none;
	 border: 0px; /* remove border */
}
.grid_5 {
	display:inline;
	float: left;
	width:500px;
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
	outline: none;
	 border: 0px; /* remove border */
}
.grid_6 {
	display:inline;
	float: left;
	width:300px;
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
	outline: none;
	 border: 0px; /* remove border */
}
.grid_6b {
	display:inline;
	float: right;
	width:300px;
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
	outline: none;
	 border: 0px; /* remove border */
}



.grid_poultry {
	display:inline;
	background: url(images/cartpoultry.jpg) left top;
	float: left;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	outline: none;
	border: 0px; /* remove border */
	width:99%;
	height: 225px;
}


/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 2 Columns
----------------------------------------------------------------------------------------------------*/

.container_2_flash .grid_3 {
	width:560px;
	outline: none;
	 border: 0px; /* remove border */
}
.container_2 .grid_4 {
	width:219px;
	outline: none;
	 border: 0px; /* remove border */
}
.container_2 .grid_1 {
	width:560px;
	 height:70px;
	 outline: none;
	 border: 0px; /* remove border */
	
}

.container_2 .grid_2 {
	width:220px;
	 height:70px;
	outline: none;
	 border: 0px; /* remove border */
}



/* Prefix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/

.container_2 .prefix_1 {
	padding-left:400px;
}



/* Suffix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/

.container_2 .suffix_1 {
	padding-right:400px;
}



/* Push Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/

.container_2 .push_1 {
	left:400px;
}



/* Pull Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/

.container_2 .pull_1 {
	left:-400px;
}




/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
