/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration:none;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}



/* =Fonts
-------------------------------------------------------------- */

@font-face {
font-family: YOUR-FONT-HERE;
src: url('fonts/YOUR-FONT-HERE.eot'); 
src: url('fonts/YOUR-FONT-HERE.eot?#iefix') format('embedded-opentype'),
    url('fonts/YOUR-FONT-HERE.svg#svgFontName') format('svg'),
    url('fonts/YOUR-FONT-HERE.woff') format('woff'),
    url('fonts/YOUR-FONT-HERE.ttf')  format('truetype');
}

.sansseriffont { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; }

h1 { font-size:16pt; line-height:16pt; margin-bottom:15px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; }

h2 { font-size:14pt; line-height:14pt; margin-bottom:15px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; }

h3 { font-size:13pt; line-height:13pt; margin-bottom:15px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; }

p { margin-bottom:15px; }

.smaller { font-size:11pt; line-height:13pt; }

a { color:#124d70; }

a:hover { color:#083854; }

.white { color:#ffffff; }

.black { color:#000000; }

.lightblue { color:#50afd5; }

.darkblue { color:#124d70; }

.brown { color:#705226; }
.darkbrown {color:#332510}

.orange { color:#be4c01; }

.green { color:#748b55; }

.red { color:#cc0000; }

.uppercase { text-transform:uppercase; }

.normal a { color:#000 !important; }

.normal a:hover { color:#083854; }


/* =Main Styles
-------------------------------------------------------------- */

body { font-family:Georgia, "Times New Roman", Times, serif; font-size:13pt; line-height:15pt; font-weight:normal; color:#000000; background:#313d17 url(../images/background.jpg) no-repeat top center; }

.container { width:980px; margin:auto; }



.content { background:#c0ae98 /*url(../images/contentbackground.png)*/ top left repeat-x; padding:15px; }

.content-full { max-width:100%; background:#c0ae98 /*url(../images/contentbackground.png)*/ top left repeat-x; padding:15px; }


hr { border-bottom:solid 1px #ffffff; }

ul li { list-style:disc outside; margin-left:20px; margin-bottom:7px; font-size:12pt; line-height:17pt; }

ul li ul li { list-style:none; margin-left:30px; margin-bottom:5px; }

.site-content img{ max-width:100%; }

.one-half { width:48%; float:left; margin-right:2%; }

.one-half.larger { width:50%; float:left; margin-right:2%; }

.one-half.smaller { width:46%; float:left; margin-right:2%; }

.one-third { width:32%; float:left; margin-right:2%; }

.two-thirds { width:66%; float:left; margin-right:2%; }

.one-fourth { width:23.5%; float:left; margin-right:2%; }

.three-fourths { width:74.5%; float:left; margin-right:2%; }

.one-fifth { width:18.4%; float:left; margin-right:2%; }

.four-fifths { width:79.6%; float:left; margin-right:2%; }

.last { margin-right:0px; }

.one-half img{ max-width:100%; }

.one-third img{ max-width:100%; }

.two-thirds img{ max-width:100%; }

.one-fourth img{ max-width:100%; }

.three-fourths img{ max-width:100%; }

.one-fifth img{ max-width:100%; }

.four-fifths img{ max-width:100%; }

.floatleft { float:left; }

.floatright { float:right !important; }

.alignright { text-align:right; }

.aligncenter { text-align:center; }

.alignleft { text-align:left; }

.clear{ clear:both; }

.padding10 { padding:10px; }

.paddingtop5 { padding-top:5px; }

.paddingtop13 { padding-top:13px; }

.paddingbottom0 { padding-bottom:0px !important; }

.paddingbottom10 { padding-bottom:10px; }

.paddingbottom100 { padding-bottom:140px; }

.margintopneg4 { margin-top:-4px; }

.margintop4 { margin-top:4px; }

.margintop9 { margin-top:9px; }

.margintop10 { margin-top:10px; }

.margintop20 { margin-top:20px; }

.marginbottom0 { margin-bottom:0px !important; }

.marginbottom5 { margin-bottom:5px; }

.marginbottom15 { margin-bottom:15px; }

.marginbottom30 { margin-bottom:30px; }

.marginleft10 { margin-left:10px; }

.marginleft15 { margin-left:15px; }

.marginright0 { margin-right:0px !important; }

.marginright5 { margin-right:5px; }

.marginright15 { margin-right:15px; }

.marginright85 { margin-right:85px; }

.width70 { width:70%; }

.width100 { width:100%; }

.height30 { height:30px; }

.headerpic {margin-bottom:15px; border-bottom:#036 2px solid; border-top:#036 2px solid;}

.li-none li {list-style: none;}

/* =Backgrounds and Borders
-------------------------------------------------------------- */

.speechbubble { background:url(../images/icons/speechbubble.png) no-repeat; padding-left:34px; min-height:25px; }

.speechbubble2 { background:url(../images/icons/speechbubble2.png) no-repeat; padding-left:34px; min-height:25px; }

.directions { background:url(../images/icons/directions.png) no-repeat; padding-left:24px; min-height:26px; } 

.directions2 { background:url(../images/icons/directions2.png) no-repeat; padding-left: 24px; padding-bottom: 15px; min-height: 26px; color:#124d70 !important; }

.directions2 a:link {color:#124d70 !important;}

.hours { margin-right:-30px; font-size:14px; font-weight:bold; }

.whitebackground { background:#ffffff; }

.gray3sideborder { border-top:#cccccc 1px solid; border-left:#cccccc 1px solid; border-right:#cccccc 1px solid; }

.comment { background:url(../images/comment.png) no-repeat; padding-left:40px; min-height:24px; }


/* =Header 
-------------------------------------------------------------- */

div.container header { color:#ffffff; font-size:9pt; line-height:9pt; }

div.container header a { color:#ffffff; }

div.container header div.logo { position:absolute; margin-left:-55px; }


/* =Main Navigation 
-------------------------------------------------------------- */

div.container header nav {
background: url(../images/mainmenubackground.png);
min-width: 894px;
min-height: 32px;
padding-left: 15px;
padding-right: 15px;
padding-top: 15px;
text-transform: uppercase;
font-size: 14pt;
line-height: 14pt;
margin-top: 195px;
margin-right: 25px;
float: right;
}

div.container header #showmainmenulist { display:none; float:right; margin-right:10px; }

div.container header nav ul li {  list-style:none; margin-left:6px; float:left; margin-right:27px; }

div.container header nav ul li:last-child { margin-right:0px; }

div.container header nav ul li a { color:#ffffff; text-shadow: 1px 1px 2px #000000; }

div.container header nav ul li a:hover { color:#50afd5; }

div.container header div.contactinfo { background:#d6cdc0; padding:10px; font-size:12pt; line-height:12pt;  -webkit-border-top-left-radius: 15px; -webkit-border-top-right-radius: 15px; -moz-border-radius-topleft: 15px; -moz-border-radius-topright: 15px; border-top-left-radius: 15px; border-top-right-radius: 15px; }



/* =Content Area
-------------------------------------------------------------- */

div.boxshadow { -webkit-box-shadow: 0px 5px 5px rgba(50, 50, 50, 0.75); -moz-box-shadow: 0px 5px 5px rgba(50, 50, 50, 0.75); box-shadow: 0px 5px 5px rgba(50, 50, 50, 0.75); }

div.vendorstands { padding:15px; }

div.vendorstands #showvendorlist { display:none; }

div.vendorstands div.vendorstandbottom { position:absolute; min-height:29; margin-left:-15px; margin-top:10px; max-width:100%; z-index:999; }

div.vendorstands .vendorstandsopen { background: url(../images/plus-ico.png) no-repeat scroll left center transparent; width:17px; height:17px; float:right; }

div.vendorstands .vendorstandsclose { background: url(../images/minus-icon.png) no-repeat scroll left center transparent; width:17px; height:17px; float:right; }

div.vendorstands ul li {  list-style:none; margin-left:0px; padding-bottom:10px; border-bottom:dashed 1px #705226; color:#705226; }

div.vendorstands ul li a {padding-bottom:10px; padding-top:10px; /*color:#705226;*/ color:#332510; text-decoration:none;}

div.vendorstands ul li:last-child { border-bottom:none; }

.vendor-thumb {text-align:center; width:200px; margin:0 10px 10px 0; float:left; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; height:250px;}

.vendor-thumb img {border:#036 2px solid; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px;}

.vendor-thumb a {color:#060;}

.thumb { border:#036 2px solid; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; margin:10px 25px 10px 10px;}

.dumb-thumb { border:#036 2px solid; -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; margin:-30px 25px 5% 10px; float: right; width: 170px;}

.weeklyspeicals { position:absolute; z-index:999999; margin-left:-38px !important; margin-top:60px !important; }

.visitvendorbutton { position:absolute; z-index:99999999999999; padding:5px; text-align:center; right:5px; margin-top:442px !important; width:130px; background: #708752; background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcwODc1MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1YjZjNDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); background: -moz-linear-gradient(top,  #708752 0%, #5b6c43 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#708752), color-stop(100%,#5b6c43)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top,  #708752 0%,#5b6c43 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top,  #708752 0%,#5b6c43 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top,  #708752 0%,#5b6c43 100%); /* IE10+ */ background: linear-gradient(to bottom,  #708752 0%,#5b6c43 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#708752', endColorstr='#5b6c43',GradientType=0 ); /* IE6-8 */ -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; }

.visitvendorbutton h3 { margin-bottom:0px; }

.e-newsletter {background:url(../images/e-newsletter-background.png) no-repeat center top; background-size:100% 100%; width:100%; min-height:71px; text-align:center; padding-bottom:10px; }

.e-newsletter form input[type="email"] { background:none; border:none; background:#e6ded4; border:#d8ccbe solid 1px; color:#775946; font-size:11pt; line-height:11pt; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; width:90%; }

.e-newsletter form input[type="submit"] { background:none; border:none; background:#748b55; border:#6d8250 solid 1px; color:#ffffff; font-size:11pt; line-height:11pt; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; width:90%; }

#seniors {width: 140px; height: 80px; background:#e4e4dc;}

.vendornames {background-color: #313d17;color: #FFF;min-height: 43px; margin-bottom:10px;}
.vendornames h3 {padding-top:5px; vertical-align:middle;}
.specials {margin-right: 1%; margin-left:-1px; border: solid 1px;min-height: 220px;}
.home-callouts {margin-bottom:122px; text-align:center;}
.holiday-order { margin:-10px 45px 10px 15px;}

.min-w250 {min-width: 300px;}
.h1-smaller {font-size:14px;}

.link_btn {
	background: #C33;
    padding: 15px 0px;
    text-align: center;
    font-size: 22px;
}

.link_btn a{
	color: #FFF;
}

.link_btn p{
	margin: 0;
}

/* =Footer
-------------------------------------------------------------- */

div.container footer { padding:30px 15px 15px 15px; background:#705327; font-size:10pt; line-height:10pt; }

div.container footer p { color:#ffffff; margin-bottom:0px; }

div.container footer p a { color:#ffffff; }

div.container .chickens { position:absolute; margin-left:238px; margin-top:-124px; z-index:1; display:block; }

div.container .chickensalt { position:center; width:100%; margin-top:-124px; z-index:1; display:block; }