* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

img {
	border: 0;
}

body {
	background-color: #4C862F;
	color: #000000;
	font: 14px/20px Verdana, Helvetica, sans-serif;
}

#container {
	width: 920px;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -70px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	border-top:solid 7px #715B4A;
	border-left: solid 2px #84B662; 
	border-right: solid 2px #84B662; 
	background-color:#ffffff;
}

#home {
	background: #E6D7B5 url(../images/background.gif) repeat-x;
}

#header_home {
	padding-top: 5px;
	margin-bottom: 20px;
}

/* Navigation */

#nav {
	text-align:center;
	color: #aec68e;
	font: bold 12px/28px verdana, sans-serif;
	background-image: url(../images/nav.gif);
}

#nav ul {
	list-style-type: none;
}

#nav li {
	display: inline;
}

#nav li a {
	color: #3F7623;
	text-decoration: none;
	padding: 7px 15px;
}

#nav li a:hover {
	color: #5A300F;
}


/* Home Page ////////////////////////////////////////////////////////// */

#left {
	width: 630px;
	float: left;
	display: inline;
	margin-top: 20px;
	margin-bottom: 5px;
}

#home_paragraph {
	float: left;
	width: 600px;
	margin-left:5px;
}

#home_right {
	float: right;
	width: 290px;
	text-align: center;
	margin-bottom: 5px;
}

#home_blogposts {
	float: left;
	width: 275px;
	margin-left: 15px;
	text-align: left;

}


.feedburnerFeedBlock {
	color: #333333;
	font-size: .9em;
	line-height: 1em;
	margin-bottom: 1.2em;
}

.feedburnerFeedBlock li {
	list-style-type:none;
	margin-left:-20px;
}

.headline {
	color: #edc959;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: bold;
	padding-bottom:5px;
	margin-bottom: 5px;
}

.feedburnerFeedBlock .date { text-align:right; font-style:italic; }

#creditfooter { text-align:right; }

.linx {
	font-size: 0.9em;
	line-height: 1.3em;
	font-weight: bold;

}

#home_blogposts h4 a:hover {
	text-decoration: underline;
}

#home_blogposts p {
	color: #333333;
	font-size: .9em;
	line-height: 1em;
	margin-bottom: 1.2em;
}


/* BASIC FORMATTING  */

p {
	color: #333333;
	font: 0.9em/1.4em Verdana, Helvetica, sans-serif;
	margin-bottom: 1em;
}

a {
	color: #8CBD21;
	text-decoration: underline;
}

a:hover {
	color: #372E24;
}

h1 {
	color: #6F5948;
	font: bold 20px/28px verdana, sans-serif;
	letter-spacing: -1px;
}

h2 {
	color: #aec68e;
	letter-spacing: -1px;
	font: bold 21px/21px "Lucida Grande", Helvetica, sans-serif;
}

h3 {
	font: bold 1.3em/1em verdana, sans-serif;
	color: #8CBD21;
	margin-bottom: 0.5em;
}

h5 {
	color: #8CBD21;
	letter-spacing: -1px;
	font: bold 15px/16px verdana, sans-serif;
	border-bottom: 1px solid #8CBD21;
	margin-bottom: 10px;
	padding-bottom: 3px;
}

ul {
	list-style-type:disc;
	margin-left:1.5em;
	padding:0em;
	background-color:inherit;
}

ul li {
	margin:0em;
	padding:0px 0px 0px 5px;
}

hr { margin:10px; }

.separator {
	padding:5px;
}

table {
	color: #333333;
	font: 0.9em/1.4em Verdana, Helvetica, sans-serif;
	margin-bottom: 1em;
}

.eventimageleft { 
	border: solid 1px #333333; background-color:#ffffff; 
	padding:3px; 
}

.caption { 	
	color: #333333; 
	font: 0.9em/1.4em Verdana, Helvetica, sans-serif; 
	padding-left:5px; 
}

/* Footer */

.clearfooter {
	height: 100px;
	clear: both;
}

#footer {
	height: 95px;
	width: 100%;
	background: #372E23 url(../images/footer.gif) repeat-x 0 top;
	position: relative;
}

#footercontainer {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 8px;
	position: relative;
}

.footercolumn {
	width: 190px;
	margin-left: 10px;
	display: inline;
}

.dashedtable {
	background-color:#F4F1D9;
	border: dashed 1px #715B4A; 
	padding:5px;
}

.maingallery {
	background-color:#F4F1D9;
	border: dashed 1px #715B4A; 
	padding:5px;	
	text-align:center;
}
.maingalleryimg {
	padding-left:70px;
}

/* ADMIN CP */	

.admincpbox { padding:5px; border: solid 1px #8CBD21; }
	
.switcher {
	text-decoration: underline;
	color: #8CBD21;
	font-weight: bold;
	margin-top:-5px;
}
.switchbox { border: solid 1px #ececec; padding:5px; }

.switchbox p { 	
	color: #333333;	
	font: 1em Verdana, Helvetica, sans-serif;	
}
.formlabel { 
	float:left; width:140px; clear:left;

}

.overlay {
height:300px;
position:relative;
}

.thepicture:hover {
background-color:transparent;
}
.thepicture span {
left:-1000px;
padding:3px;
position:absolute;
visibility:hidden;
}
.thepicture:hover span {
left:-3px;
top:5px;
visibility:visible;
z-index:50;
}

.vendorthumb { float:right; padding:3px; }
.vendordata { width:140px; float:left; clear:left; }
table.vendorpreview { background-color:#333333; }
.vendorpreview tr { background-color:#ffffff; }
.vendorpreview td { padding:3px; }
.addvendor label { float:left; padding:0px 3px; width:150px!important; }
