/*
Theme Name: amharvest
Description: American Harvest theme.
Version: 1.0
Author: Sarah Mattern
Author URI: http://matternco.com
Tags: minimalistic, white, light, fixed-width, separate blog, vintage
*/

/* A few resets for browser consistency... */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0 auto;
	padding: 0;
	}

ol, ul, li {
	list-style: none;
	}	

fieldset,img {
	border: none;
	}

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	}
	
a img {
	border: none;
	}

hr {
	display: none;
	}

/* Setting up the page... */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	text-align: center;
	background: #FFF;
	}

a {
	color: #6B8B89;/*dark aqua*/
	text-decoration: none;
	}

a:hover {
	color: #4F6867;/*darker aqua*/
	text-decoration: none;
	}

#toileLeft {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/toileLeft.gif) no-repeat top left;
	min-height: 550px;
	}

#toileRight {
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: url(images/toileRight.gif) no-repeat top right;
	min-height: 550px;
	}
	
/* The header... */

#topnav {
	text-align: right;
	padding-top: 20px;
	width: 980px;
	}

#topnav .input {
	margin-right: 5px;
	background: url(images/signupformfooter.png) no-repeat;
	border: none;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px 5px 3px 5px;
	width: 140px; /*+10*/
	height: 16px; /*+6*/
	}

#header {
	width: 980px;
	height: 35px;
	padding: 50px 0 20px 0;
	position: relative;
	z-index: 20;
	}

h1, h1 a, .description { /*hidden*/
	text-indent: -9999px;
	font-size: .02em;
	height: 0px;
	padding: 0;
	margin: 0;
	text-decoration: none;
	}
	
.logo { 
	float: left;
	width: 238px;
	height: 29px;
	margin-left: 10px;
	display: block;
	}

.logo a {
	width: 238px;
	height: 29px;
	background: url(images/logo.gif) no-repeat;
	display: block;
	border: none;
	cursor: pointer;
	}

.logo b {
	display: none;
	}

/* General formatting */
p {
	padding: 5px 0 8px 0;
	}

small, .postmetadata {
	font-size: 13px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
	}

.clear {
	clear: both;
	}

.hide {
	display: none;
	}
	
.input {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px 4px 3px 4px;
	}

.submit {
	border: none;
	background-color: #8EB9B7;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	padding: 3px 4px 3px 4px;
	}
	

/* Menu code, also see superfish.css */

#nav {
	clear: right;
	float: right;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	font-weight: bold;
	font-style: italic;
	line-height: normal;
	}

#nav li {
	padding: 0 0 0 17px;
	background-image: url(images/nav-left.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	}

#nav a {
	color: black; 
	background: none;
	text-decoration: none;
	display: block;
	padding: 8px 13px 10px 0;
	background-image: url(images/nav-right.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	}

#nav li:hover, #nav li:hover a {
  background-position: top left;
  }
  
#nav li:hover a {
  background-position: top right;
  }
 
#nav .current_page_item, #nav .current_page_parent, #nav .current_page_ancestor {
  background-position: top left;
  }

#nav .current_page_item a, #nav .current_page_parent a, #nav .current_page_ancestor a {
  background-position: top right;
  }

#nav li li, #nav li li a {
	background-image: none;
	}
/* (a little finagling to style current/parent menu items) */
#nav li.current_page_item li a, #nav li.current_page_parent li a, #nav li.current_page_ancestor li a, #nav li.current_cat_parent li a {
	color: black;
	background-image: none;
	}

#nav li li.current_page_item a, #nav li li.current_page_item a:hover, #nav li li a:hover {
	}

/*...like so*/

#nav li {
	float: left;
	margin-right: 10px;
	}

#nav li ul {
	position: absolute;
	font-size: 13px;
	margin: 5px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	}

#nav li ul li {
	text-align: left;
	}

#nav li ul li a {
	margin-left: -15px;
	width: 90px;
	padding: 7px 10px 7px 10px;
	display: block;
	white-space: normal;
	background-color: #FFF; 
	}

#nav li ul li a:hover {
	background-color: #EFF5F5;
	}


/* The Headers... */
	
h2 {
	color: black; 
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	padding: 10px 0 5px 0;
	clear: both;
	}

h2 a {
	color: black; 
	text-decoration: none;
	}
	
h2 a:hover {
	color: #4F6867;
	text-decoration: none;
	}

h3 {
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
	margin: 0;
	}

h3 a, h3 a:hover {
	text-decoration: none;
	}

/* The content... */

#page {
	clear: both;
	background: #FFFFFF url(images/pageBg.gif) no-repeat top center;
	text-align: left;
	width: 980px;
	border-right: 1px solid #EDEDED;
	border-left: 1px solid #EDEDED;
	}

#page.popup {
	width: auto;
	background: none;
	}
	
#content {
	clear: both;
	font-size: 13px;
	line-height: 140%;
	width: 940px;
	padding: 40px 0 40px 0;
	}

#widecol {
	width: 690px;
	float: left
	}

/* Home Page Formatting */

#bigFeatured {
	margin-top: 25px;
	clear: both;
	width: 953px; /*953-922*/
	height: 360px; /*360-300*/
	background: url(images/slideshowbg.png) no-repeat top left;
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 1;
	}

/* SLIDESHOW */

#slideshow, #noShow {
	position: relative;
	height: 300px;
	}
	
#slideshow .featured, #noShow .featured {
	position: absolute;
    top: 30px;
	left: 25px;
    z-index: 8;
    opacity:0.0;
	}

	
#slideshow DIV.active, #noShow DIV.active {
	z-index: 10;
    opacity: 1.0;
	}

#slideshow DIV.last-active {
    z-index: 9;
	}

#slideshow img {
	width: 900px;
	height: 300px;
	border: 2px solid #D6D6D6;
	}

#slideshow .featured .tag {
	width: 453px;
	height: 137px;
	position: absolute;
	z-index: 10;
	background: url(images/tag.png) no-repeat top center;
	margin: -110px -50px 0 480px;
	}

#slideshow .featured .tag .tagcontent {
	width: 177px;
	height: 60px;
	padding: 35px 0 0 200px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	line-height: 140%;
	text-align: left;
	}

/* CONTENT */
.halfContent {
	width: 450px;
	position: relative;
	padding-bottom: 40px;
	}

.halfContent h2 {
	font-size: 14px;
	padding-top: 10px;
	}

.halfContent h3 {
	font-size: 14px;
	padding-top: 0;
	}

#eventList {
	padding-bottom: 20px;
	position: relative;
	}

#eventList ul li {
	list-style: none;
	font-size: 14px;
	padding: 12px 0 12px 0;
	color: #6B8B88;
	border: none;
	background: url(images/dottedline.gif) repeat-x bottom;
	}

#eventList ul li:hover {
	background-color: #EFF5F5;
	}

.eventCal { 
	top: 5px;
	right: 0;
	position: absolute;
	width: 91px;
	height: 35px;
	background: url(images/eventcal.gif) no-repeat;
	}

.eventCal a {
	width: 100%;
	height: 100%;
	display: block;
	border: none;
	}

.eventCal b {
	display: none;
	}

.fromBlog {
	clear: both;
	}

.fromBlog .comment {
	width: 33px;
	height: 26px; /*+2*/
	padding-top: 2px;
	margin-top: 12px;
	text-align: center;
	font-weight: bold;
	float: left;
	background: url(images/commentcount-bg.gif) no-repeat;
	}

.fromBlog .comment a {
	width: 100%;
	height: 100%;
	display: block;
	color: black;
	text-decoration: none;
	}
	
.fromBlog .post {
	width: 400px;
	float: right;
	}

.eventCal a {
	width: 100%;
	height: 100%;
	display: block;
	border: none;
	}

.eventCal b {
	display: none;
	}

#signUp h2 {
	padding-bottom: 10px;
	}

#signUp form {
	padding: 10px 0 20px 0;
	}

.rss { 
	position: absolute;
	top: 5px;
	right: 0;
	width: 31px;
	height: 31px;
	background: url(images/rss.gif) no-repeat top right;
	z-index: 1;
	}

.rss a {
	width: 31px;
	height: 31px;
	display: block;
	border: none;
	}

.rss b {
	display: none;
	}

#signUp .input {
	background: url(images/signupform-bg.gif) no-repeat;
	border: none;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px 5px 3px 5px;
	width: 110px; /*+10*/
	height: 16px; /*+6*/
	float: left;
	margin-right: 7px;
	}

#content .ngg-gallery-thumbnail img {
	padding: 10px;
	border: 2px solid #D6D6D6;
	margin: 0 6px 10px 0;
	float: left;
	}

#content .ngg-gallery-thumbnail img:hover {
	background-color: #FBEEF0;
	}

#content .ngg-navigation a {
	border: none;
	text-decoration: none;
	padding: 3px;
	margin: 0 5px 0 5px;
	}

#content .ngg-navigation a:hover {
	background-color: #D82773;
	}

#content .piclenselink {
	display: none;
	}

#content .ngg-navigation {
	margin-bottom: 20px;
	}


/* Blog content... */

#content .post {
	padding: 15px 0 15px 0;
	background: url(images/dottedline.gif) repeat-x bottom;
	}

#content .entry {
	padding-bottom: 10px;
	}

#sidebar .post {
	padding: 5px 0 15px 0;
	}
	
.post ul, .post ol {
	padding: 0 0 0 20px;
	margin-bottom: 10px;
	}

.post ul li {
	margin: 10px 0 5px 12px;
	list-style: disc;
	}

.post ul li li {
	list-style: circle;
	}

.post ol li {
	margin: 10px 0 5px 12px;
	list-style: decimal;
	}

.postmetadata {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	background-color: #EFEBDE;
	padding: 5px;
	}

/* Page content...*/

#content.wideCol {
	width: 680px;
	float: left;
	font-size: 14px;
	line-height: 140%;
	}

#content.wideCol h2.pagetitle {
	font-size: 18px;
	}

#content.news img {
	padding: 10px;
	border: 2px solid #D6D6D6;
	}

#content.news .postmetadata {
	padding-bottom: 10px;
	}

#content.news .page {
	padding: 15px 0 15px 0;
	background: url(images/dottedline.gif) repeat-x bottom;
	}
	
.hr {
	clear: both;
	width: 100%;
	height: 10px;
	display: block;
	background: url(images/dottedline.gif) repeat-x;
	}

/* The sidebar(s)... */

#sidebar {
	width: 230px;
	float: right;
	font-size: 13px;
	position: relative;
	z-index: 10;
	padding-bottom: 40px;
	}

#sidebar h2 {
	padding-top: 20px;
	}

#sidebar a {
	text-decoration: none;
	}

#sidebar .lilFeatured {
	float: none;
	margin: 15px 0 0 0;
	}

#sidebar .lilFeatured h2 {
	padding: 3px 0 3px 3px;
	}

#sidebar .lilFeatured p {
	padding-left: 3px;
	}

#sidebar #signUp .input, #sidebar #signUp .submit {
	float: none;
	display: block;
	margin: 0 0 10px 0;
	}
	
#sidebar #signUp form {
	padding: 5px 0 0 0;
	}
	
#sidebar .rssSequins { 
	top: 40px;
	right: -30px;
	}

/* Lists inside the sidebar... */

#sidebar li li, #sidebar-vertical li li {
	width: auto;
	float: none;
	clear: both;
	padding: 8px 0 8px 0;
	margin: 0;
	background: url(images/dottedline.gif) repeat-x bottom;
	}

#sidebar li li li, #sidebar-vertical li li li {
	width: auto;
	float: none;
	background-image: none;
	}

#sidebar ul ol, #sidebar-vertical ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol, #sidebar-vertical ul ul ul, #sidebar-vertical ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ol li, #sidebar-vertical ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul ul li, #sidebar ul ol li, #sidebar-vertical ul ul ul li, #sidebar-vertical ul ol li {
	margin: 3px 0 0 0;
	}

/*tell a friend popup*/

#wp-email-popup {
	width: auto;
	font-size: 13px;
	line-height: 140%;
	text-align: left;
	}

#wp-email-popup .Button {
	color: white;
	border: none;
	background-color: #8EB9B7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	padding: 3px 6px 3px 6px;
	width: auto;
	}

#wp-email-popup input, #wp-email-popup textarea {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 3px 4px 3px 4px;
	width: 192px;
	border-right: 2px solid #D6D6D6;
	border-bottom: 2px solid #D6D6D6;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	}

#wp-email-popup textarea {
	width: 392px;
	}
	
	
/* This is for the footer... **/

#footer {
	clear: both;
	font-size: 12px;
	padding-top: 20px;
	line-height: 140%;
	width: 980px;
	background: #AFCECC url(images/toileBot.gif) no-repeat top;
	}

#footer h2 {
	font-size: 13px;
	}

#footer a {
	color: black;
	}

#footer a:hover {
	color: black;
	text-decoration: underline;
	}

#footer .footercontent {
	padding: 20px 20px 50px 20px;
	}

#footer .links {
	height: 30px;
	padding-bottom: 20px;
	}

#footer .links a {
	font-weight: bold;
	}

#footer .pagelinks {
	width: 450px;
	float: left;
	}
	
#footer .links a {
	padding: 0 5px 0 5px;
	}

#footer .socialBtns {
	width: 450px;
	float: right;
	text-align: right;
	}

#footer .socialBtns a {
	padding: 0 10px 0 5px;
	}
	
#footer .info {
	width: 460px;
	float: left;
	}

#footer .info a {
	text-decoration: underline;
	}

#footer .guide {
	width: 200px;
	float: left;
	margin-left: 30px;
	}

#footer .guide li {
	font-weight: bold;
	padding: 5px 0 5px 0;
	}

#footer .guide li li {
	font-weight: normal;
	padding: 0 0 0 10px;
	}
	
#footer .contact {
	float: right;
	width: 200px;
	}

#footer .contact .clear {
	height: 10px;
	}

#footer form {
	text-align: left;
	}

#footer .input {
	background: url(images/signupformfooter.png) no-repeat;
	border: none;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px 5px 3px 5px;
	width: 140px; /*+10*/
	height: 16px; /*+6*/
	display: block;
	float: left;
	clear: both;
	}

#footer .submit {
	margin: 10px 0 0 0;
	clear: both;
	}

#footer .credits {
	font-size: 9px;
	line-height: 120%;
	letter-spacing: .03em;
	text-transform: lowercase;
	padding: 10px 0 40px 0;
	color: #333;
	}

#footer .credits a {
	color: #333;
	}

#footer p {
	padding: 5px 0 8px 0;
	margin: 0;
	}
	
/* Style for images... */
p img {
	padding: 0;
	max-width: 100%;
	}

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;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

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

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #EFF5F5; /*lightblue*/
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

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

.wp-caption p.wp-caption-text {
	font-size: 13px;
	line-height: 17px;
	padding: 5px;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	}
	
/* Style for comments...*/

h3#comments, #respond h3 {
	padding-top: 20px;
	}

#commentform {
	padding: 10px 0 40px 0;
	}

.comment-body {
	padding: 8px 10px 8px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	}

li.comment {
	background: #EFF5F5 url(images/dottedline.gif) repeat-x top;
	}


li.comment.alt {
	background: #FFF url(images/dottedline.gif) repeat-x top;
	}

#commentform input, #commentform textarea {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px 4px 3px 4px;
	width: 192px;
	border-right: 2px solid #D6D6D6;
	border-bottom: 2px solid #D6D6D6;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	}

#commentform textarea {
	width: 612px;
	}

#commentform #submit {
	color: white;
	border: none;
	background-color: #8EB9B7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	padding: 3px 6px 3px 6px;
	width: auto;
	}

#commentform p {
	padding: 3px 0 4px 0;
	}
	
#commentform {
	margin: 0 0 0 0;
	}

#respond h3 {
	padding-bottom: 0;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}

.commentlist li .avatar { 
	display: none;
	}

.commentlist cite, .commentlist cite a {
	font-style: normal;
	}

.commentlist li {
	padding-top: 10px;
	}

.children { padding: 0; }

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

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

ol.commentlist {
	margin: 3px 0 0px 0;
	padding: 0;
	}

/* Contact Form */

.wpcf7-form input, .wpcf7-form textarea {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px 4px 3px 4px;
	width: 192px;
	border-right: 2px solid #D6D6D6;
	border-bottom: 2px solid #D6D6D6;
	border-left: 1px solid #999;
	border-top: 1px solid #999;
	}

.wpcf7-form textarea {
	width: 612px;
	}

.wpcf7-form .submit {
	color: white;
	border: none;
	background-color: #8EB9B7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	padding: 3px 6px 3px 6px;
	width: auto;
	}

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
	
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

/* Misc. blog stuff... */

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 0 100px 0 20px;
	font-style: italic;
	padding: 10px 0 10px 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	}

blockquote p {
	padding: 5px 0 5px 0;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	width: 100%;
	margin-top: 20px;
	text-align: center;
	padding-bottom: 40px;
	}

.navigation a {
	font-size: 13px;
	padding: 3px 4px 3px 4px;
	text-decoration: none;
	background-color: #6B8B89;/*dark aqua*/
	color: white;
	}

.navigation a:hover {
	color: white;
	background-color: #4F6867;/*darker aqua*/
	text-decoration: none;
	}