/* @override http://www.saugertiesfarmersmarket.com/wp-content/themes/saugertiesfarmersmarket/style.css */

body {
	font: 14px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #5e5e5e;
	text-align: center;
	background: #e2edd3 ;
        padding: 0;
        margin:0;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background: white url(imgs/bg_wrapper.jpg) repeat-y;
}


/* HEADER - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#header {
	width: 100%;
}


/* @group logo - image replacement */

/* LOGO - IMAGE REPLACEMENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#logo {
	position: relative;
	width: 960px;
	height: 223px;
	overflow: hidden;
}

#logo span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("imgs/dblogo.jpg") no-repeat 0 0;
	top: 0;
	left: 0;
}

#logo a {
	text-decoration: none;
}

/* @end */


/* @group nav - tabs */

/* NAV - TABS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */


.navcontainer {
	padding: 10px 10px 0 10px;
	margin: 10px -10px 15px 0;
	height: 23px;
	background: url(imgs/navbar.jpg) no-repeat left top;
}

#navtabs {
	margin: 0;
	padding: 0 0 20px 0;
}

#navtabs li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#content #navtabs a:link,#content #navtabs a:visited {
	float: left;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 16px 9px 16px;
	text-decoration: none;
	color: #2a92ba;
	border-style: none;
	border-color: black;
}

#content #navtabs a:hover,#content #navtabs a:active {
	color: #31b3e6;
	text-decoration: none;
	border-bottom: none;
	background: url(imgs/tab_pyra.gif) no-repeat center 15px;
	
}



/* @end */

/* @group content */

/* CONTENT
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#content {
	float: right;
	display: inline;
	width: 700px;
	margin: 0 20px 0 0;
}

#content a:link, #content a:visited, #content a:active {
	color: #669966;
	text-decoration: none;
	border-bottom: 1px solid #a7ce78;
}

#content a:hover {
	color: #a7ce78;
	border-bottom: 1px solid #669966;
}

#content h1 {
	margin-bottom: .5em;
	color: #669966;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
}



#content h1 a:link, #content h1 a:visited, #content h1 a:active {
	color: #669966;
	text-decoration: none;
	border-bottom: 1px solid #a7ce78;
}

#content h1 a:hover {
	color: #9f010d;
	border-bottom: 1px solid #a7ce78;
}

#content h2 {
	margin-bottom: .5em;
	color: #669966;
	font: bold 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
}

#content h2 a:link, #content h2 a:visited, #content h2 a:active {
	color: #669966;
	text-decoration: none;
	border-bottom: 1px solid #a7ce78;
}

#content h2 a:hover {
	color: #9f010d;
	border-bottom: 1px solid #a7ce78;
}

#content .title {
	padding: 0 0 16px 0;
	background-image: url(imgs/checktile.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#content h3 {
	margin: 2em 0 .5em;
	font-size: 12px;
	font-weight: bold;
	color: #669966;
}

#content h3 a:link, #content h3 a:visited, #content h3 a:active {
	color: #669966;
	text-decoration: none;
	border-bottom: 1px solid #a7ce78;
}

#content h3 a:hover {
	color: #9f010d;
	border-bottom: 1px solid #a7ce78;
}

#content h4 {
	margin: 2em 0 .5em;
	font-size: 11px;
	font-weight: bold;
	color: #333;
}

#content h4 a:link, #content h4 a:visited, #content h4 a:active {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #a7ce78;
}

#content h4 a:hover {
	color: #333;
	border-bottom: 1px solid #a7ce78;
}

#content h5 {
	margin: 2em 0 .5em;
	font-size: 11px;
	font-weight: bold;
	color: #333;
}

#content h5 a:link, #content h5 a:visited, #content h5 a:active {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #a7ce78;
}

#content h5 a:hover {
	color: #333;
	border-bottom: 1px solid #a7ce78;
}

#content h6 {
	margin: 2em 0 .5em;
	font-size: 10px;
	font-weight: bold;
	color: #333;
}

#content h6 a:link, #content h6 a:visited, #content h6 a:active {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #a7ce78;
}

#content h6 a:hover {
	color: #333;
	border-bottom: 1px solid #a7ce78;
}

#content p, #content blockquote {
	margin-bottom: 1em;
	font: 13px/18px  Arial, "Helvetica Neue", sans-serif;
}

#content p a:link, #content p a:visited, #content p a:active, #content li a:link, #content li a:visited, #content li a:active {
	color: #669966;
	text-decoration: none;
	border-bottom: 1px solid #a7ce78;
}

#content p a:hover, #content li a:hover {
	color: #9f010d;
	border-bottom: 1px solid #a7ce78;
}

#content ul {
	margin: 0 0 15px 30px;
}

#content ul li {
	list-style: none;
}

#content ol {
	list-style-type: decimal;
}

#content ol li {
	list-style-type: decimal;
}

#content li {
	margin-bottom: 5px;
	font-size: 12px;
}

#content blockquote {
	padding: 0 15px;
	font-style: italic;
}

#content .floatright {
	float: right;
	padding: 0 0 0 10px;
	background-color: white;
}

#content .floatright img, #content .floatleft img {
	border: 1px solid #879964;
}
	
#content .floatleft {
	float: left;
	padding: 0 10px 0 0;
	background-color: white;
}

#content img.alignleft {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
}

#content img[align $='left'] {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
}

#content img.alignright {
	float: right;
	display: inline;
	margin: 0 0 0 10px;
}

#content img[align $='right'] {
	float: right;
	display: inline;
	margin: 0 0 0 10px;
}

#content #eventbox {
	border-color: #d5e0c6;
	border-width: 1px;
	border-style: solid;
	background-color: #F3F9E6;
	padding: 5px;
	line-height: 14px;
	margin: 0 0 10px 0;
}

#content #eventbox h1 {
	color: #669966;
	font-family: Georgia, Palatino, "Times New Roman", serif;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 0 30px;
	margin: 0;
	background-image: url(imgs/fleuron.gif);
	background-repeat: no-repeat;
	line-height: 20px;
	letter-spacing: 1px;
}

#content #eventbox h2 {
	color: #696;
	font-family: Georgia, Palatino, "Times New Roman", serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

#content #eventbox p {
	font: 13px/18px  Verdana, Helvetica, sans-serif;
	color: #5d6158;
	padding-left: 30px;
}


#content .hentry {
	margin: 0 0 2em 0;
}

/* @group SPECIFIC PAGES */

/* FARMS */
#content .category-farms div.entry p {
	color: #999;
	margin-bottom: 0;
}
#content .category-farms div.entry img {
	margin: -20px 0 0 0;
}

.farminfo {
	font-size: 12px;
	line-height: 1.6;
	color: #666;
}
dl.farminfo dt{
	clear: left;
	float: left;
margin-right: 10px;
}
dl.farminfo dd{
	
}

#content p.farmtags {
margin-top: 1em;
}

/* recipes page */

#content .category-recipes {
	clear: left;
	width: 100%;
	float:  left;
	color: #5e5e5e;
	margin-bottom: 0;
}


.recipe {
	width: 100%;
}


#content .entry .ingredients {
	clear: left;
	float: left;
	width: 198px;
	margin: 5px 15px 0 0 ;
	border: 1px solid #92bc80;
	background-color: #E2ECCE;
}

#content .entry .ingredients ul, #content .entry .ingredients li {
	padding: 0 5px;
	margin: 0;
	list-style: none;
	list-style-type: none;
}

#content .entry .ingredients li{
	background-color: #edf8d9;
	margin: 3px 0;
}

#content .entry .ingredients p {
	margin: 5px 5px 0 10px;
}

#content .entry .instructions {
	margin-left: 5px;
	padding: 0;
}

#content .entry .instructions li {
	list-style-position: inside;
	margin: 0 0 10px 0;
}

#content .entry .instructions li img {
	margin-right: 5px;
}

/* @end */
/* @end */

/* @group sidebar */

/* SIDEBAR
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#sidebar {
	float: left;
	display: inline;
	width: 230px;
	font-size: 12px;
	line-height: 1.4em;
}

#sidebar .inlay {
	margin: 10px 10px 0 20px;
	padding: 10px;
	border: 2px solid #a7ce78;
	background-color: white;
}
#sidebar a:link, #sidebar a:visited, #sidebar a:active {
	color: #669966;
	text-decoration: none;
	font-weight: bold;
}

#sidebar a:hover {
	color: orange;
}

#sidebar h2 {
	color: #f3f0e7;
	padding:  5px 10px;
	font: italic bold 13px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 2px 0;
	background: #7dc1cc url(imgs/bg_s.jpg) no-repeat;
	border-bottom: 1px solid #54b4c2;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
}

#sidebar h2 a:link, #sidebar h2 a:visited, #sidebar h2 a:active {
	text-decoration: none;
	border-bottom: 1px solid #a7ce78;
	font-style: italic;
}

#sidebar h2 a:hover {
	color: orange;
	border-bottom: 1px solid #a7ce78;
}

#sidebar h3 {
	color: #669966;
	font: italic bold 1.1em Georgia, "Times New Roman", Times, serif;
}

#sidebar h3 a:link, #sidebar h3 a:visited, #sidebar h3 a:active {
	color: #669966;
	text-decoration: none;
	border-bottom: 1px solid #a7ce78;
}

#sidebar h3 a:hover {
	color: orange;
	border-bottom: 1px solid #a7ce78;
}

#sidebar p, #sidebar blockquote {
	color:  #666;
	margin-bottom: 1em;
	line-height: 1.4em;
}

#sidebar p a:link, #sidebar p a:visited, #sidebar p a:active, #sidebar li a:link, #sidebar li a:visited, #sidebar li a:active {
	color: #669966;
	text-decoration: none;
	font-weight: bold;
}

#sidebar p a:hover, #sidebar li a:hover {
	color: orange;
	font-weight: bold;
}

#sidebar ul {
	margin: 0 0 10px 0;
}

#sidebar ul li {
	list-style-type: none;
}

#sidebar ol {
	margin: 0 0 15px 30px;
	list-style-type: decimal;
}

#sidebar ol li {
	list-style-type: decimal;
}

#sidebar li {
	margin-bottom: 5px;
}

#sidebar img {
	border: 1px solid #222;
}
/* @end */

/* @group comments */

/* COMMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#comments {
	margin: 0 0 20px;
}

#comments .commentlist li.alt {
	background: transparent;
}

#comments .commentlist {
	margin: 0;
	padding: 0;
}

#comments .commentlist li {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	background: 0;
}

#comments .commentlist h3 {
	margin: 0;
}

#comments .commentlist p {
	margin: 0;
	font-size: 12px;
	line-height: 1.4em;
}

#commentform p {
	margin: 0;
}

#commentform p small {
	font-size: 11px;
	color: #b6c2a7;
}

.nocomments {
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0 0 15px;
	display: block;
}

#comments .commentmetadata a:link, #comments .commentmetadata a:visited, #comments .commentmetadata a:active {
	color: #b6c2a7;
}

#comments .commentmetadata a:hover, #comments .comment-author a:hover {
	color: #b6c2a7;
	background: transparent;
}

#comments .avatar {
	float: left;
	display: inline;
	margin: -10px 10px 0 0;
	padding: 3px;
}

#comments .comment-author {
	font-size: 11px;
	text-transform: lowercase;
	color: #b6c2a7;
}

#comments .comment-author cite {
	font-size: 1.4em;
	color: #b6c2a7;
}

#comments .comment-author a:link, #comments .comment-author a:visited, #comments .comment-author a:active, #comments .comment-author a:hover {
	text-transform: none;
}

#commentform {
	margin: 0 20px;
	padding-bottom: 20px;
}

#commentform label {
	font-size: 12px;
	color: #b6c2a7;
}

#commentform label span {
	font-size: 11px;
	color: #b6c2a7;
}

#commentform input, #commentform textarea {
	padding: 5px;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	color: #b6c2a7;
	border: 1px solid #b6c2a7;
}

#commentform input:focus, #commentform textarea:focus {
	color: #b6c2a7;
	border: 1px solid #b6c2a7;
}

#commentform input#author, #commentform input#email, #commentform input#url {
	width: 200px;
	margin-right: 5px;
}

#commentform textarea {
	width: 590px;
	margin-bottom: 5px;
}

#commentform p.subscribe-to-comments {
	float: left;
	display: inline;
	margin-top: -25px;
}

#commentform p.subscribe-to-comments input {
	margin-left: 5px;
}

#commentform #submit {
	float: right;
	display: inline;
	padding: 5px 15px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #b6c2a7;
	background: orange;
	border: 2px solid #b6c2a7;
}

#commentform #submit:hover {
	color: #b6c2a7;
	background: yellow;
	cursor: pointer;
}

/* @end */

/* @group footer */

/* FOOTER
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */

#footer {
	clear: both;
	color: #000;
	text-align: right;
	margin: 40px 0 0 0;
	background-color: #e2edd3;
	border-top: 6px solid black;
}



#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	color: #60350f;
	border-bottom: 1px solid silver;
}


#footer p {
	font-size: 10px;
	line-height: 1.4em;
	margin: 5px ;
}

/* @end */

/* MISCELLANEOUS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
p#breadcrumbs {
	padding: 5px;
	color: #999;
	font: 11px Verdana, sans-serif;
}

p#breadcrumbs a:link {
	border-bottom: none;
}

.hentry:after, .group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
/* self-clear floats */

* html .group,  * html .hentry{ /* IE6 */
	height: 1%;
	}
*:first-child+html .group, *:first-child+html .hentry{ /* IE7 */
	min-height: 1px;
	}   
	
a.more-link {
	float: right;
	text-align: right;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}


.clear {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

#content .note {
	color: #999999;
	font-size: 12px;
	font-style: italic;
}
.feed {
	padding: 1px 0 1px 15px;
	background: url("../images/icon-feed.png") no-repeat 0 50%;
}