/* CSS Document */

/*

enter 2B5E1F into tool

2A5B1E


2A5B1E
435B3D
4F5B4C
273D21
131E10
32442D
454F42
511A33
513642
51434A
361E29
1B0F14
3D2831
463B40
*/

body {
	background-color:#273D21;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#1B0F14;
	line-height:18px;
/*
	cursor:default;
*/
	margin:0;
	background-image: url("images/backgrounds/main.jpg");
	background-position:center;
	background-repeat:repeat-y;
}

#container {
	width:700px;
	padding:10px;
	background-color:#FFFFFF;
	margin:0 auto 0 auto;
}
#header {
	width:700px;
	background-color:#1B0F14;
	height:210px;
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:150%;
	font-weight:bold;
	line-height:20px;
	position: relative;
}
#header p {
	padding:5px;
	margin:0;
	margin-left:340px;
	margin-right:10px;
	text-indent:5px;
}
#header h1 {
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:26px;
	font-weight:bold;
	padding:0;
	padding-top:75px;
	padding-left:340px;
	padding-bottom:25px;
	margin:0;
	border-bottom:2px solid #ffffff;
	background-image:none;
}
.headerImg {
	border-bottom:2px solid #ffffff;
	margin: 0px;
/*
	float:left;
*/
}

#pageTitle {
	position: absolute;
	color: #FFF;
	width:100%;
	padding: 10px 8px;
	margin-top: 0px;
	padding-top: 8px;
	font-size:28px;
	font-weight:bold;
	text-align: left;
}
.smallTitle {
	position: absolute;
	padding: 10px 0px;
	font-size:12px;
	font-weight:normal;
	text-align: right;
	width:692px;
	margin-top: 4px;
}

#main_menu {
	width:700px;
	padding-top:2px;
	padding-bottom:1px;
	background-color:#ccc;
	text-align:right;
	color:#FFFFFF;
	background-image: url("images/backgrounds/menubg.jpg");
	margin-bottom:10px;
	
	position: relative;
}
.main_menu {
	height: 23px;
}




#menu_container {
	position: relative;
}




#menu_container a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}

#main_menu a {
	color:#131E10;
	padding-left:3px;
	padding-right:3px;
	padding-top:5px !important;
	padding-top:13px;
	padding-bottom:9px;
	margin-left:0px;
	margin-right:1px;

	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#main_menu a:hover {
	color: #CCC;
	background-color:#1B0F14;
/*
	background-image: url("images/backgrounds/link.jpg");
*/
}
#main_menu .aactive {
	color:#FFFFFF;
	background-color:#1B0F14;
	border-left: 1px solid white;
	border-right: 1px solid white;
/*
	background-image: url("images/backgrounds/link.jpg");
*/
}

div.submenu {
	position: absolute;
	top: 26px;
	left: 0px;
	background-color:#ccc;
	border-left: 1px solid #1B0F14;
	border-right: 1px solid #1B0F14;
	border-bottom: 1px solid #1B0F14;
	padding: 0px;
	margin: 0px;
/*
	margin-left: -5px important;
*/
}
a.submenu {
	color: #1B0F14;

	padding-left:5px;
	padding-right:5px;
	padding-top:4px;
	padding-bottom:4px;
}
a.submenu:hover {
	color: #fff;
}

.inner-submenu {
	background-color: yellow;
}



.leaves {
	border-right:2px solid #ffffff;
	float:left;
}
#sidebar {
	width:150px;
	border:1px solid #cccccc;
	padding: 10px 5px;
/*
	padding-bottom:20px;
*/
	float:left;
	clear:left;
	background-image: url("images/backgrounds/article.jpg");
	background-position:bottom right;
	background-repeat:repeat-x;
}
#sidebar h1,h2,h3 {
	font-size:20px;
	font-weight:bold;
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	color:#000000;
	border:none;
	background-image:none;
}

#sidebar p {
	font-size:10px;
}

.article {
	margin-left:170px;
	padding:10px;
	border: 1px solid #cccccc;
	background-image: url("images/backgrounds/articlenormal-right.jpg");
	background-position:top right;
	background-repeat:no-repeat;
	margin-bottom:10px;
}
.oneColumn {
/*	margin-left:170px;
*/
	padding:10px;
	border: 1px solid #cccccc;
	background-image: url("images/backgrounds/articlenormal-right.jpg");
	background-position:top right;
	background-repeat:no-repeat;
	margin-bottom:10px;
}
/*
.article:hover {
	background-image: url("images/backgrounds/article.jpg");
	background-position:bottom right;
	background-repeat:repeat-x;
	margin-bottom:10px;
}
*/
.article p {
	margin:10px;
}
.article_info {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	letter-spacing:2px;
	font-variant:small-caps;
	text-transform:lowercase;
}
.article_info a {
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
h1,h2,h3 {	
	font-family:Arial Narrow, Arial, Helvetica, sans-serif;
	color:#000000;
	border-bottom:2px solid #cccccc;
	background-position:top right;
	background-repeat:no-repeat;
	padding-bottom:5px;
	padding-top:5px;
}
.comment {
	margin-left:0px;
	padding:10px 0px;
	margin-top:40px;
	font-size: 9px;
	text-align: center;
/*
	background-image:url(images/backgrounds/article.jpg);
*/
	border-top: 1px dotted #E6E6E6;
}
a {
	color:#2A5B1E;
	text-decoration:underline;
}
a:hover {
	color:#4F1A31;
}

#formContainer {
	margin-top: 4px;
	padding: 0px;
}
label.joinLabel {
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:10px;
	color:#1B0F14;
	font-weight: bold;
}
.joinInput {
	width: 90px;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:9px;
	background-color:#D1DDCE;
	color:#1B0F14;
}

.joinSubmit {
	width: 40px;
	font-family:"Trebuchet MS", Arial, Verdana;
	font-size:9px;
	background-color:#131D10;
	color:#fff;
}



.error {
	color:#C00;
	font-size:12px;
	font-weight:bold;
}


.farm_photo {
	border: 1px solid black;
}
a.archive_highlighted {
	color: #4BA335;
}
a.archive_highlighted:hover {
	color:#4F1A31;
}
div.archive {
	padding: 6px 0px;
	margin: 0px;
	border-top: 1px dotted #CCC;
}


/* market products */

.market_form_intro {
	padding: 12px;
}
.market_form_end {
	padding: 12px;
}
.market_form_label {
	font-weight: bold;
}
.market_product {
	padding: 12px;
	clear: right;
	color: #263B20;
}
.market_product_title {
	font-size:18px;
	font-weight: bold;
	margin-bottom: 6px;
	background-color: #263B20;
	padding: 4px;
	color: #fff;
	letter-spacing:1px;
}
div.market_product_order {
}
span.market_product_order {
	background-color: #DCFFD3;
	padding: 4px;
}
div.market_product_quantity {
	margin-bottom: 6px;
	margin-right: 4px;
	border-bottom: 1px solid #5a6c56;
}
span.market_product_quantity {
	padding: 2px 4px 6px 4px;
}
span.market_product_quantity_amt {
	font-weight: bold;
}

span.soldOut {
	padding: 2px 4px 6px 4px;
	color: #600;
	font-weight: bold;
}


.market_product_description {

}
.market_product_image {
	border-left: 12px solid white;
	margin-left: 12px;
	float: right;
	width: 150px;
	font-size: 12px;
	line-height: 12px;
	text-align: right;
}

.market_product_description {
	margin-right: 12px;
}


.missing {
	color:#C00;
	font-size:16px;
	font-weight:bold;
}
