/*
Theme Name: Harmony Farms v.2
Theme URI: http://harmonyfarms.ca/
Description: A Web 2.0-inspired theme custom built for Harmony Farms.
Version: 1.0
Author: Katie Seaborn
Author URI: http://katieseaborn.com/
Tags: brown, purple, gold, texture, web 2.0, photo
*/


	/* START OF BODY CSS */
	body {
		background-color: #ccc3ad;
		color: #544444;
		font: 9.5pt 'Times', serif;
		margin: 0;
		padding: 0;
		}
	/* END OF BODY CSS */
	
	
	
	/* START OF ANCHOR CSS */
	a, a:visited {
		color: #8c665b;
		text-decoration: underline;
		}
	a:hover {
		color: #b38a62;
		text-decoration: none;
		}
	a:active {
		color: #695251;
		text-decoration: none;
		}
	a.post-edit-link {
		background: url('images/post-edit-link.gif') no-repeat;
		float: right;
		margin-top: -35px;
		padding-left: 20px;
		}
	/* END OF ANCHOR CSS */
		

	/* START OF CONTAINER CSS */
	#container {
		background: #ccc3ad url('images/harmony-bg-1.jpg') repeat-x;
		}
	#container-inner {
		background: #ccc3ad url('images/harmony-bg-3.gif') repeat-y;
		margin: 0 auto;
		width: 850px;
		}
	/* END OF CONTAINER CSS */
	
		
	/* START OF HEADER CSS */
	#header {
		background: url('images/harmony-bg-2.jpg') no-repeat top center;
		height: 454px;
		width: 850px;
		}
	#header-top {
		height: 153px;
		}
	#header-top img {
		float: left;
		}
	/* END OF HEADER CSS */
	
		
	/* START OF HEADER MENU CSS */
	#header-menu {
		margin: 0 auto;
		width: 670px;
		height: 46px;
		}
	#header-menu a {
		background: url('images/harmony-menu-sprite.gif') no-repeat;
		display: block;
		float: left;
		overflow: hidden;
		text-indent: -1000px;
		height: 46px;
		}
	a.current-home {
		background-position: 0 -138px !important;
		}
	a#header-menu-home {
		background-position: 0 0;
		width: 90px;
		}
	a:hover#header-menu-home {
		background-position: 0 -46px;
		}
	a:active#header-menu-home {
		background-position: 0 -92px;
		}
	a.current-about {
		background-position: -90px -138px !important;
		}
	a#header-menu-about {
		background-position: -90px 0;
		width: 112px;
		}
	a:hover#header-menu-about {
		background-position: -90px -46px;
		}
	a:active#header-menu-about {
		background-position: -90px -92px;
		}
	a.current-training {
		background-position: -202px -138px !important;
		}
	a#header-menu-training {
		background-position: -202px 0;
		width: 110px;
		}
	a:hover#header-menu-training {
		background-position: -202px -46px;
		}
	a:active#header-menu-training {
		background-position: -202px -92px;
		}
	a.current-events {
		background-position: -312px -138px !important;
		}
	a#header-menu-events {
		background-position: -312px 0;
		width: 92px;
		}
	a:hover#header-menu-events {
		background-position: -312px -46px;
		}
	a:active#header-menu-events {
		background-position: -312px -92px;
		}
	a.current-sales {
		background-position: -404px -138px !important;
		}
	a#header-menu-sales {
		background-position: -404px 0;
		width: 82px;
		}
	a:hover#header-menu-sales {
		background-position: -404px -46px;
		}
	a:active#header-menu-sales {
		background-position: -404px -92px;
		}
	a.current-contact {
		background-position: -486px -138px !important;
		}
	a#header-menu-contact {
		background-position: -486px 0;
		width: 98px;
		}
	a:hover#header-menu-contact {
		background-position: -486px -46px;
		}
	a:active#header-menu-contact {
		background-position: -486px -92px;
		}
	a.current-links {
		background-position: -584px -138px !important;
		}
	a#header-menu-links {
		background-position: -584px 0;
		width: 86px;
		}
	a:hover#header-menu-links {
		background-position: -584px -46px;
		}
	a:active#header-menu-links {
		background-position: -584px -92px;
		}
	/* END OF HEADER MENU CSS */
	
		
	/* START OF HEADER IMAGE CSS */
	#header-image {
		margin-top: 7px;
		margin-left: 40px;
		width: 771px;
		}
	/* END OF HEADER IMAGE CSS */
	
		
	/* START OF SUBNAV CSS */
	#subnav {
		background: url('images/harmony-subnav.gif') repeat-y;
		float: left;
		margin-left: 40px;
		margin-right: 30px;
		width: 169px;
		}
	#subnav ul {
		/*border-bottom: 1px solid #b7ac91;*/
		}
	#subnav ul, #subnav ul li ul {
		list-style: none;
		margin: 0;
		padding: 0;
		width: 169px;
		}
	#subnav ul li {
		background: url('images/harmony-subnav-parent.gif') no-repeat;
		margin: 0;
		padding: 0;
		width: 169px;
		min-height: 32px;
		}
	#subnav ul li a,
	#subnav ul li a:visited {
		color: #ccc3ad;
		display: inline-block;
		margin-top: 6px;
		margin-left: 30px;
		text-decoration: underline;
		font-size: 10pt;
		font-variant: small-caps;
		font-weight: bold;
		}
	#subnav ul li a:active {
		color: #333;
		text-decoration: none;
		}
	#subnav ul li a:hover {
		color: #e9e4d7;
		text-decoration: none;
		}
	#subnav ul li ul {
		border-bottom: 0;
		}
	#subnav ul li ul li {
		background: url('images/harmony-subnav-child.gif') no-repeat;
		border-bottom: 1px solid #b7ac91;
		width: 169px;
		min-height: 31px;
		}
	#subnav ul li ul li a,
	#subnav ul li ul li a:visited {
		color: #8c665b;
		font-variant: normal;
		margin-left: 30px;
		}
	#subnav ul li ul li a:active {
		color: #695251;
		text-decoration: none;
		}
	#subnav ul li ul li a:hover {
		color: #b38a62;
		text-decoration: none;
		}
	#subnav p {
		margin-top: 40px;
		}
	#subnav ul li ul li ul {
		/*background-color: #d4ccb8;*/
		margin-top: 5px;
		}
	#subnav ul li ul li ul li {
		background: url('images/harmony-subnav-child-2.gif') no-repeat;
		border-bottom: 0;
		/*width: 159px;*/
		}
	#subnav ul li ul li ul li a,
	#subnav ul li ul li ul li a:visited {
		margin-left: 37px;
		}
	#subnav ul li ul li ul li a:active {
		color: #695251;
		text-decoration: none;
		}
	#subnav ul li ul li ul li a:hover {
		color: #b38a62;
		text-decoration: none;
		}
	/* END OF SUBNAV CSS */
	
	
	/* START OF BREADCRUMBS CSS */
	#breadcrumbs {
		background: url('images/harmony-bg-4.gif') no-repeat top right;
		margin-left: 100px; /* 240px */
		padding-top: 8px;
		font-size: 8.5pt;
		font-weight: bold;
		width: 646px; /* 506px */
		height: 15px;
		}
	#breadcrumbs a, #breadcrumbs img, #breadcrumbs span {
		float: left;
		}
	a.breadcrumb-home {
		background: url('images/breadcrumb-home.gif') no-repeat 0 0;
		padding-left: 22px;
		}
	.breadcrumb-separator {
		margin: 0 10px;
		margin-top: 3px;
		}
	/* END OF BREADCRUMBS CSS */


	/* START OF CONTENT CSS */
	#content {
		font-size: 1.2em;
		margin-left: 100px; /* 240px */
		margin-right: 100px;
		padding-bottom: 20px;
		/*padding-bottom: 50px;*/
		}
	.entry {
		font-size: 0.9em;
		line-height: 1.5em;
		padding-bottom: 20px;
		}
	/* END OF CONTENT CSS */
	
	
	/* START OF FOOTER CSS */
	#footer {
		background: url('images/harmony-bg-5.gif') repeat-x top;
		color: #b38a62;
		clear: both;
		width: 100%;
		height: 51px;
		}
	#footer-inner {
		background: url('images/harmony-bg-6.gif') no-repeat;
		font-size: 8pt;
		margin: 0 auto;
		padding-top: 17px;
		width: 850px;
		height: 34px;
		}
	#footer-inner p {
		float: left;
		margin: 0;
		margin-left: 80px;
		}
	#footer-inner div {
		float: right;
		margin-right: 80px;
		}
	#footer-inner div a, #footer-inner div a:visited {
		color: #ccc3ad;
		}
	#footer-inner div a:hover {
		color: #b38a62;
		}
	#footer-inner div a:active {
		color: #695251;
		}
	#footer-inner div span {
		margin: 0 5px;
		}
	/* END OF FOOTER CSS */
	
	
	/* START OF HEADER CSS */
	h1, h2, h3 {
		font-family: 'Georgia', 'Times', Serif;
		font-weight: bold;
		}
	h1 {
		font-size: 4em;
		}
	h2 {
		background: url('images/h2-bg.gif') repeat-x bottom;
		font-size: 1.25em;
		margin: 20px 0 8px 0;
		padding-bottom: 8px;
		}
	h3 {
		font-size: 1.15em;
		}
	h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
		text-decoration: none;
		color: white;
		}
	h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
		color: #695251;
		}
	h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
		text-decoration: none;
		}
	/* END OF HEADER CSS */
	
	
	/* START OF FORM CSS */
	.mmf {
		padding-top: 10px !important;
		}
	form {
		text-align: left;
		}
	label {
		font-variant: small-caps;
		}
	input, textarea {
		border: 1px solid #b4af9c;
		font-family: 'Times', Serif;
		font-size: 10.5pt;
		padding: 1px;
		padding-left: 2px;
		}
	textarea {
		width: 400px;
		height: 200px;
		}
	.mmf-validates-as-required {
		border-left: 5px solid #a93835;
		}
	p.submit input {
		background: transparent url('images/button-submit.gif') no-repeat;
		border: none;
		padding: 0;
		text-indent: -1000px;
		width: 123px;
		height: 47px;
		}
	.mmf-not-valid-tip {
		background-color: #b4665d !important;
		border: 1px solid #fff !important;
		color: #fff;
		font-variant: normal;
		padding-left: 10px !important;
		}
	div.mmf-validation-errors {
		border-color: #b4665d !important;
		}
	/* END OF FORM CSS */
	
	
	/* START OF TABLE CSS */
	table.item_list, table#item_list {
		border: 1px solid #8c665b;
		padding: 1px;
		padding-bottom: 0;
		width: 100%;
		}
	table.item_list th, table#item_list th {
		background: #bfa687 url('images/table-item_list-th-bg.gif') repeat-x bottom;
		font-family: 'Georgia', Serif;
		font-variant: small-caps;
		padding: 5px 7px;
		text-align: left;
		}
	table.item_list td, table#item_list td {
		border-top: 1px solid #e2dcce;
		border-bottom: 1px solid #bfa687;
		padding: 3px 5px;
		padding-left: 7px;
		text-align: left;
		}
	/* END OF TABLE CSS */
	
	
	

/* Begin Typography & Colors */

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}



.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

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

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


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */






.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}



.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */




/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

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

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

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

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



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

#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; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

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

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

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

.hidden {
	display: none;
	}

hr {
	display: none;
	}
hr.floatHack {
	display: block;
	clear: both;
	visibility: hidden;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



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

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	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: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

