/*
Theme Name: Farmstead
Theme URI: http://www.fathomstudio.com
Description: A theme created by <a href="http://www.fathomstudio.com">Fathom Studio</a> for Farmstead Farmers Market.
Author: Fathom Studio
Author URI: http://www.fathomstudio.com
Version: 1.0
*/

/* =Reset default browser CSS. Based on work by Eric Meyer:http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #ffffff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/*
Title:      Master screen styles
Updated:   	August 2012
Author: 	warren@fathomstudio.com
*/

/* Color Swatch
-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/

White: #ffffff
Deep Red: #780d21
Light grey: #d9d9d9
Almost Black: #222222

*/

/* Layout
-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/*/

html, body {
	height:100%;	
}
body {
	font-size: 100%;
	font-family: Arial, Helvetica, Sans-serif;
	color: #222222;
	height: 100%;
}			
#wrap {
	width: 1120px;
	height: 100%;
	min-height: 180px;
	margin: 0 auto;
	background: transparent url('images/ribbon-ends.png') no-repeat 0 130px;
}
#container {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
}
#ribbon {
	width: 100%;
	height: 50px;
	background: url('images/ribbon.png') no-repeat top left;
	z-index: 100;
	position: relative;
}

/* Headings, paragraphs, lists, and links
-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/*/

h1 {
	margin:  0px 0 20px 0;
	font-size: 20px;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	color: #780d21;
	font-weight: bold;
	padding-bottom:  8px;
	border-bottom: 1px solid #d9d9d9;
}
h2 {
	margin: 15px 0;
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	color: #222222;	
}
h3 {
	margin: 15px 0;
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	color: #780d21;
}
h4 {
	margin: 10px 0;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-serif;
	color: #780d21;
}
h5 {
	margin: 10px 0 0px 0;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-serif;
	color: #780d21;
}
p {
	margin: 10px 0;
	line-height: 22px;
	font-size: 14px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #222222;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
a {
	color: #780d21;
}
a:hover {
	text-decoration: none;
}
#content ul, ol {
	font-size:  14px;
	margin: 15px 0 15px 25px;
}
#content ol {
	list-style: decimal;
}
#content ul {
	list-style: disc;
}
#content ol li,
#content ul li {
	line-height: 24px;
}
				
/* Header
-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/*/

header {
	width: 100%;
	height: 119px;
	background: url('images/header-bg.png') no-repeat top left;
}		
#logo {
	float: left;
	margin: 0 0 0 50px;
}		
#logo a {
	display: block;
	width: 291px;
	height: 107px;
	background: url('images/ffm-logo.png') no-repeat top left;
}
.block {
	display: block;
	width: 255px;
	height: 105px;
}		
.address {
	float: left;
	margin: 7px 0 0 45px;
	background: url('images/header-address.png') no-repeat top left;
}
.market-hours {
	float: right;
	margin: 7px 40px 0 0;
	background: url('images/header-hours.png') no-repeat top left;
}
#logo img, .block img {
	height: 0;
}

/* Navigation
-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/*/

#menu-primary {
	float: left;
	margin: 12px 0 0 67px;
}
#menu-primary li {
	float: left;
}		
#menu-primary li a {
	margin-right: 30px;
	padding-bottom: 1px;
	font-size: 16px;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	text-decoration: none;
	color: #ffffff;
}
#menu-primary li:last-child a {
	margin-right: 0px;
}	
#menu-primary li a:hover,
#menu-primary li.current-menu-item a,
#menu-primary li.current-page-ancestor a {
	border-bottom: 1px solid #ffffff;
}
/* For single post and archive pages */
body.single #menu-primary li#menu-item-23 a,
body.archive #menu-primary li#menu-item-23 a {
	border-bottom: 1px solid #ffffff;
}

/* Main content area
-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/*/

#main {
	width: 920px;
	margin: -10px auto 0;
	padding: 20px;
	overflow: hidden;
	background: #ffffff;
	z-index: 10;
	-webkit-box-shadow: 3px 0 4px rgba(0,0,0,0.2),  -3px 0 4px rgba(0,0,0,0.2);   
	-moz-box-shadow: 3px 0 4px rgba(0,0,0,0.2),  -3px 0 4px rgba(0,0,0,0.2);   
	box-shadow: 3px 0 4px rgba(0,0,0,0.2),  -3px 0 4px rgba(0,0,0,0.2); 
}	
#content {
	float: left;
	width: 500px;
	margin: 0 20px 20px 0;
}	
#content.full {
	width: 920px;
}

/* Fresh News / News & Events */	
h1.fresh-news {
	margin:  17px 0 6px 0;
	font-size: 18px;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-weight: normal;
	color: #780d21;
	text-transform: uppercase;
	padding-bottom:  8px;
	border-bottom: 1px solid #d9d9d9;
}
#fresh-news {
	clear: both;
}
#fresh-news article {
	border-bottom: 1px dotted #d9d9d9;
	padding:  11px 0 7px 0;
	margin:  0 0 6px 0;
}
#fresh-news article:last-child {
	border-bottom: none;
}
#fresh-news h1.entry-title {
	margin: 0 0 8px 0;
	font-size: 16px;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-weight: bold;
	color: #222222;
	text-transform: none;
	padding-bottom: 0;
	border-bottom: none;
}
#fresh-news h1.entry-title a {
	text-decoration: none;
	color: #222222;
}
#fresh-news h1.entry-title a:hover {
	text-decoration: underline;
}
#fresh-news .entry-meta {
	margin-bottom: 12px;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #222222;
}
#fresh-news .entry-meta a {
	text-decoration: none;
	color: #780d21;
}
#fresh-news .entry-meta a:hover {
	text-decoration: underline;
}
#fresh-news .entry-content p {
	margin: 10px 0;
	line-height: 22px;
	font-size: 14px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #222222;
}
#fresh-news .entry-content p a {
	color: #780d21;
	text-decoration: none;
}
#fresh-news .entry-content p a:hover {
	text-decoration: underline;
}
#fresh-news .entry-content p a.moretag {
	font-size: 12px;
	text-decoration: underline;
}
#fresh-news .entry-content p a.moretag:hover {
	text-decoration: none;
}
ul#archives-by-year {
	overflow: hidden;
	font-size:  14px;
	margin: 10px 0 10px 0px;
	list-style: none;
	padding: 0 0 0 2px;
}
ul#archives-by-year li.title {
	font-style: italic;
	font-size: 13px;
}
ul#archives-by-year li {
	float: left;
	margin-right: 10px;
}
ul#archives-by-year li a {
	padding: 4px;
	background: #f2f2f2;
	text-decoration: none;
}
ul#archives-by-year li a:hover,
ul#archives-by-year li a:focus {
	background: #e5e5e5;
}
/* Don't display archives list on category pages */
body.archive.category ul#archives-by-year {
	display: none;
}

/* News & Events / Announcements single post */
#fresh-news.single article {
	padding-top: 0px;
}
#fresh-news.single h1.entry-title {
	margin:  0px 0 20px 0;
	font-size: 20px;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	color: #780d21;
	font-weight: bold;
	line-height: 24px;
	padding-bottom:  8px;
	border-bottom: 1px solid #d9d9d9;
}
#fresh-news.single .entry-meta {
	margin-bottom: 12px;
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #222222;
}

/* Images */
img.alignleft {
	float: left;
	padding: 4px;
	margin: 0 15px 10px 0;
}
.photo {
	border: 2px solid #ffffff;
	-webkit-box-shadow:  0px 0px 2px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:  0px 0px 2px 0px rgba(0, 0, 0, 0.5);
	box-shadow:  0px 0px 2px 0px rgba(0, 0, 0, 0.5);	        
}

/* Our Vendors page */
.table {
	width: 500px;
	height: 100%;
	margin: 20px 0;
	overflow: hidden;
	border: 1px solid #d9d9d9;
	border-bottom: none;
}
.table p {
	margin: 0;
	padding: 0;
	font-size: 13px;
}
.table .row {
	height: 100%;
	overflow: hidden;
	border-bottom: 1px solid #d9d9d9;
}
.table .row.legend {
	background: ##fbfbf5;
	font-weight: bold;
}
.table .row.alt {
	background: #f7f7f7;
}
.table .col-1 {
	float: right;
	width: 73%;
	padding: 4px 1%;
}
.table .col-2 {
	float: left;
	width: 22%;
	padding: 4px 1%;
	border-right: 1px solid #d9d9d9;
}
.table .col-2 p {
	padding-left: 26px;
}
.table .col-2.phone p {
	background: url('images/icons/phone.png') no-repeat 0% 50%;
}
.table .col-2.mobile p {
	background: url('images/icons/mobile.png') no-repeat 0% 50%;
}
.table .col-2.website p {
	background: url('images/icons/mouse.png') no-repeat 0% 50%;
}
.table .col-2.facebook p {
	background: url('images/icons/facebook.png') no-repeat 0% 50%;
}
.table .col-2.email p {
	background: url('images/icons/mail.png') no-repeat 0% 50%;
}

/* Contact page */

/* Google map */
#map_canvas {
	width: 500px;
	height: 333px;
	margin: 20px 0;
	border: 1px solid #d9d9d9;
}
#map_canvas #bubble {
}
#map_canvas #bubble h1#firstHeading.firstHeading {
	font-family: Georgia, 'Times New Roman', Times, Serif;
	color: #780d21;
	font-size: 13px;
	margin-top: 15px;
	margin-bottom: 0px;
}
#map_canvas #bubble p {
	padding: 0;
	margin: 5px 0 0px 0;
	font-size: 12px;
}

/* Contact form */
h2.ninja-forms-title {
	margin: 10px 0;
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, Sans-serif;
	color: #780d21;
}
form#ninja_form_1 .span-textbox-label-left label,
form#ninja_form_1 label.label-left {
	width: 100px!important;
	float:  left;
	text-align: left;
	font-size: 14px;
	color: #222222;	
}
form#ninja_form_1 .span-textbox-label-left input {
	width: 200px;
}
form#ninja_form_1 textarea.ninja-textarea  {
	width: 200px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 13px;
}
form#ninja_form_1 .span-desc-label-left.field-group.anti-spam-q-wrap p {
	margin: 0;
	font-size: 12px;
	font-style: italic;
}
p.ninja-form-desc.anti-spam-q-field,
.span-desc-label-left.field-group.anti-spam-q-wrap  p:nth-child(3) {
	display: none;
}
input#ninja_submit {
	width: 68px;
	height: 20px;
	margin: 5px 0;
	color: #ffffff;
	background: #780d21;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	border: none;
	cursor: pointer;
}

/* Customer Survey form */
form#ninja_form_2 .span-textbox-label-left label,
form#ninja_form_2 label.label-left,
form#ninja_form_2 .span-radio-label-above label {
	width: 150px!important;
	float:  left;
	text-align: left;
	font-size: 14px;
	color: #222222;	
}
form#ninja_form_2 .span-radio-label-above input {
	margin-left: 160px;
}
form#ninja_form_2 .span-textbox-label-left input {
	width: 200px;
}
form#ninja_form_2 textarea.ninja-textarea  {
	width: 200px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 13px;
}
form#ninja_form_2 .span-desc-label-left.field-group.anti-spam-q-wrap p {
	margin: 0;
	font-size: 12px;
	font-style: italic;
}

/* Market Map page */

#map-view-container {
	position: relative;
	}
#map-container {
	float: left;
}
#map-view-container img.map {
	position: relative;
	z-index: 100;
}
#map-view-container img.region {
	display: none;
	left: 0px;
	position: absolute;
	top: 0px;
	z-index: 20;
}			
#map-view-container img.regionBg {
	left: 0px;
	position: absolute;
	top: 0px;
	z-index: 19;
}
#practice-container {
	float: none;
}
#practice-container ul {
	display: none;
}
#practice-container ul.selected {
	display: inline;
}
#practice-container ul li {
	list-style-type: none;
}
#practice-container .selected-list ul li {
	list-style-type: none;
}
#practice-container ul li h4 {
	margin-bottom: 0px;
}

/* Sidebar
-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/*/
	
aside {
	float: right;
	width: 400px;
	}	
#announcements {
	width: 100%;
	height:  100%;
	/*height: 298px; max-height: 298px; - removed to accomodate longer announcement excerpts*/
	background: transparent url('images/handmadepaper.png') repeat left top;
	border: 1px solid #dddddd;
}
h1.announcements {
	margin:  10px 0 1px 0;
	font-size: 18px;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-weight: normal;
	color: #780d21;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 0;
	border-bottom: none;
}
#announcements img.underline {
	margin-left: 50px;
	color: #780d21;
}
#announcements article {
	text-align: center;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	padding: 10px 0 10px 0;
	background: transparent url('images/announcement-hr.gif') no-repeat center bottom;
}
#announcements article:last-of-type {
	background: none;
}
#announcements h1.entry-title {
	margin: 0;
	font-size: 14px!important;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
	padding-bottom: 0;
	border-bottom: none;
}
#announcements h1.entry-title a {
	color: #780d21;
}
#announcements h1.entry-title a:hover {
	text-decoration: none;
}
#announcements div.entry-content p {
	font-size: 12px;
	line-height: 18px;
	margin: 5px 0;
	padding: 0 38px 0 38px;
}
#announcements div.entry-content p a {
	color: #222222;
}
#announcements div.entry-content p a:hover {
	text-decoration: none;
}
#announcements div.entry-content p a.moretag {
	font-style: italic;
}

/* Sidebar callout area */
#call-out {
	width: 100%;
	height:  200px; /*Originally 600px*/
	margin: 20px 0px 40px 0;
	background: transparent url('images/call-out-bg.jpg') repeat left top;
	border: 1px dashed #c5c5c5;
	text-align: center;
}

#asidewhitespace {
	width: 100%;
	height: 400px;
}

#call-out .row {
	width: 100%;
	height: 100%; /*33% when height is 600px */
	border-bottom: 1px dashed #c5c5c5;
}
#call-out .row:last-of-type {
	border-bottom: none;
}
#call-out .col-l {
	float: left;
	width: 49%;
	height:  100%;
	border-right: 1px dashed #c5c5c5;
}
#call-out .col-r {
	float: right;
	width: 49%;
	height: 100%;
}
#call-out h1 {
	margin: 5px 0 0 0;
	font-size: 18px;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-weight: normal;
	color: #780d21;
	text-transform: none;
	padding-bottom: 0;
	border-bottom: none;
}
#call-out p {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 13px;
	line-height: 15px;
	margin: 5px 0 0 0;
	padding: 0 8px;
}
#call-out p a {
	color: #780d21;
	text-decoration: none;
}
#call-out p a:hover {
	text-decoration: underline;
}
#call-out img {
	margin-top: 16px;
}
				
/* Footer
-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/*/

footer {
	width: 100%;
	height: 100%;
	border-top: 2px solid #780d21;
	clear: both;
	overflow: hidden;
}	
#footer-inner {
	width: 100%;
	overflow: hidden;
}	
#sub-nav {
	float: left;
	width: 630px;
	padding: 5px 0 0 0;
	overflow: hidden;
}
#sub-nav dl {
	float: left;
	width: 25%;
	line-height: 24px;
	font-size: 13px;
	color: #222222;
	font-family: Arial, Helvetica, Sans-serif;
}		
#sub-nav dl dt {
	font-weight: bold;
	padding-left: 20px;
}
#sub-nav dl dt.location {
	background: transparent url('images/location-icon.png') no-repeat 0 4px;
}
#sub-nav dl dt.contact {
	background: transparent url('images/contact-icon.png') no-repeat 0 4px;
}
#sub-nav dl dt.hours {
	background: transparent url('images/hours-icon.png') no-repeat 0 4px;
}
#sub-nav dl dt.connect {
	background: transparent url('images/connect-icon.png') no-repeat 0 4px;
}	
#sub-nav dd a {
	color: #780d21;
	text-decoration: underline;
}	
#sub-nav dd a:hover {
	text-decoration: none;
}

/* Newsletter Signup Form */	
#newsletter-signup {
	width: 270px;
	float: right;
	padding: 11px 0 10px 20px;
	background: #fbfbf5;
	overflow: hidden;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 13px;
}
#newsletter-signup h1 {
	margin: 0 0 7px 0;
	font-size: 15px;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	color: #780d21;
	text-transform: none;
	padding-bottom: 0;
	border-bottom: none;
}
#newsletter-signup label {
	float: left;
	width: 66px;
	margin-right: 5px;
	padding-top:  4px;
	color: #780d21;
	text-align: right;
}
#newsletter-signup input {
	width: 126px;
	height: 14px;
	padding: 2px 4px;
	float: left;
	border: 1px solid #afafab;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 13px;
}
#newsletter-signup input#submit {
	width: 68px;
	height: 20px;
	margin: 5px 0 0 138px;
	color: #ffffff;
	background: #780d21;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	border: none;
	cursor: pointer;
}
#newsletter-signup div {
	margin-bottom: 6px;
	overflow: hidden;
}
	
/* Misc
-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/-/*/

.hide {
	visibility: hidden;
}	
.bury {
	display: none;
}	
div.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
	visibility: hidden;
	overflow: hidden;
}	
.left {
	float: left;
}
.right {
	float:  right;
}
.clearboth {
	clear: both;
}

li#menu-item-18 {
margin-left: 40px; 
}