
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	outline: 0;
}
body {
	background:#463B27 url(images/body-bg.png) repeat-x fixed left bottom;
	color:#000000;
	font-size:13px;
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	line-height: 140%;
}

#wrapper {
	
}
#header-wrap {
	background: url(images/header.jpg) no-repeat center bottom;
	height: 250px;
}
#top-wrap {
	height: 15px;
	background-color: #BCE47E;
}
#menu-wrap {
	background: #463B27 url(images/nav-bg.jpg) no-repeat center top;
	height: 60px;
}

#footer-wrap {
	background: url(images/footer-bg.jpg) no-repeat center top;
	margin: 0px;
	height: 125px;
	padding: 0px;
}

#maincontent-wrap {
	background:url(images/content-bg.jpg) repeat-y center top;
}

#top,
#header,
#menu,
#maincontent,
#subfooter,
#footer {
	width: 940px;
	margin: 0px auto;
}
.innerpad {
	margin: 0px;
	padding: 0px 30px;
}
#top {
	height:15px;
}
#date {
	float:left;
	padding-top:5px;
	color: #426213;
}
#subscribe {
	color:#FFF;
	float:left;
	width: 13%;
	display: inline;
}
#subscribe a {
	color:#FFF;
	text-decoration:none;
}
#subscribe a:hover {
	text-decoration:underline;
}
#header {
	color:#000;
	height: 250px;
	
}

#tag-line {
	height: 100px;
	display: inline;
	clear: both;
	float: left;
	width: 450px;
	position: relative;
}
p.header-tag {
	font-size: 20px;
	text-transform: uppercase;
	color: #EA2F00;
	margin: 0px;
	padding: 10px 0px 0px;
}

#title {
	
	display: none;
}

#logo {
	display: inline;
	float: left;
	height: 200px;
	width: 500px;
	padding: 40px 0px 0px 30px;
}

h3 {
	font-size: 115%;
	font-weight: bold;
	color: #003300;
	font-family: "Trebuchet MS", Arial;
}

#header h1 {
	margin:0px;
	font-size:30px;
	text-indent:-999em;
	position: absolute;
}
#header h2 {
	margin:0px;
	font-size:14px;
	text-indent:-999em;
	position: absolute;
}

#menu {
	height:30px;
	padding: 10px 0px 0px;
}
ul.menu {
	list-style:none;
	margin:0px;
	padding:0;
	height:30px;
	
}
ul.menu li {
	float:left;
	list-style-type:none;
	margin:0;

}
ul.menu li a {
	float:left;
	color:#FFFFFF;
	padding-left:30px;
	padding-right:10px;
	line-height:30px;
	text-decoration:none;
	background: url(images/menu-bg.gif) no-repeat left center;
	font-weight: bold;
}
ul.menu li a:visited {
	color:#FFFFFF;
	text-decoration:none;
	

}
ul.menu li a:hover {
	background:#1C4B30 url(images/menu-hover.gif) no-repeat left center;
	text-decoration:none;
	color:#ffffff;
	
}
ul.menu li a:visited:hover {
	text-decoration:none;
	color:#ffffff;
}
ul.menu li.current_page_item {
	background:#1C4B30 url(images/menu-hover.gif) no-repeat left center;
	text-decoration:none;
	color: #85C329;
}
#maincontent {
	overflow:hidden;
	color:#000000;
	padding: 15px 0px 0px!important;
	position: relative;
}
#inner-pad {
	padding: 20px;
}
#content {
	float:left;
	width:565px;
	display: inline;
	position: relative;
}
#latestarticle {
	width:565px;
	background:#FFF;
}
.archivearticle {
	width:565px;
	background:#FFF;
	margin-bottom:10px;
}
.archivearticle .posttitle {
	float:left;
}
.archivearticle .postinfo {
	float:right;
	font-size:11px;
	padding-top:1px;
	font-weight:normal;
}
.archivearticle .postinfo a {
	color:#464647;
	text-decoration:none;
}
.archivearticle .postinfo a:hover {
	text-decoration:underline;
}
.archivearticle .postcontent {
	padding: 0px 0px 10px;
}
.postcontent a {
	color:#CA2820;
	text-decoration:none;
	font-weight: bold;
}

.postcontent a:hover {
	color:#1C4B30;
	text-decoration:none;
	font-weight: bold;
}
.postcontent p {
	margin:0;
	padding:10px 0px;
}
#latestarticles {
	float:left;
	width:289px;
	margin-top:10px;
	background:#FFF;
}
#latestarticlescontent {
	padding-left:15px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:15px;
}
#latestarticlescontent h2, #latestcomments h2, .postcontent h2 {
	font-size:14px;
	margin:0;
	color:#1C4B30;
	padding: 5px 0px;
}

.posttitle h2, .posttitle h2 a {
	font-size:18px;
	margin:0;
	color:#CA2820;
	text-decoration:none;
}

.posttitle h2 a:hover {
	font-size:18px;
	margin:0;
	color:#1C4B30;
	text-decoration:none;

}

#latestarticlescontent h2 a, #latestcomments h2 a, .postcontent h2 a {
	text-decoration:none;
	color:#1C4B30;
}
#latestarticlescontent h2 a:hover, #latestcomments h2 a:hover, .postcontent h2 a:hover {
	text-decoration:none;
	color:#6A7F58;
}
#latestarticlescontent p {
	margin-top:2px;
}
#latestcomments {
	float:left;
	width:289px;
	margin-top:10px;
	margin-left:10px;
	background:#FFF;
}
#latestcommentscontent {
	padding-left:15px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:15px;
}
#latestcommentscontent h2 {
	font-size:14px;
	margin:0;
}
#latestcommentscontent p {
	margin-top:2px;
}

h3#comments {
	color: #6A7F58;
}
h3#respond {
	color: #6A7F58;
}
ol.commentlist cite {
	text-transform: uppercase;
	color: #1C4B30;

}
.title {
	height:20px;
	font-weight:bold;
	font-size:14px;
	padding: 5px 0px;
	color: #1C4B30;
}
#latestarticle .posttitle {
	float:left;
}
#latestarticle .postinfo {
	float:right;
	font-size:11px;
	padding-top:1px;
	font-weight:normal;
}
#latestarticle .postinfo a {
	color:#464647;
	text-decoration:none;
}
#latestarticle .postinfo a:hover {
	text-decoration:underline;
}
#latestarticle .postcontent {
	padding-left:10px;
	padding-right:10px;
	padding-bottom:4px;
}
#sidebar {
	float:right;
	width:272px;
	display: inline;
	position: relative;
}

.right {
	float:right;
}
.left {
	float:left;
}
.sidebar-item {
	margin-bottom:10px;
	padding: 5px;
}
.sidebar-item h2 {
	font-size:16px;
	margin:0px;
	color:#1C4B30;
	text-decoration:none;
	padding: 0px;
}
.sidebar-item ul {
	margin:0;
	padding:0px;
	list-style-type:none;
}

.sidebar-item li {
	margin:0px;
	padding: 0px;
	list-style-type:none;
}
.sidebar-item a {
	color:#CA2820;
	text-decoration:none;
}
.sidebar-item a:hover {
	color:#1C4B30;
	text-decoration:none;
}

#footer {
	height:20px;
	padding:75px 0px 0px;
}
#copyright {
	float:right;
	color:#FFF;
	width: 75%;
	text-align: right;
	display: inline;
}
#copyright a {
	color:#FFF;
	text-decoration:none;
}
#copyright a:hover {
	text-decoration:underline;
}

.bold {
	font-weight:bold;
	text-transform: uppercase;
	color: #1C4B30;
}
#search {
	float:right;
	padding-top:200px;
	padding-right:10px;
}
#searchform .field {
	float:left;
	background:#AE925C;
	border:0;
	height:17px;
	width:150px;
	border: solid 1px #000000;
	padding-top:3px;
	text-indent:5px;
	color: #FFFFFF;
}

#searchform #searchsubmit {
	color: #FFFFFF;
	font-size: 95%;
	cursor: pointer;
	background: #557C18 url(images/search-button.gif) no-repeat center center;
	height: 23px;
	width: 30px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: none;
}

.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.alignleft a, .alignright a {
	color:#fff;
}
.nocomments {
	text-align:center;
}

img.avatar {
	float:left;
	padding-right:5px;
}

a img {
	border: none;
}

a:focus {
	outline: none;
}

a:focus img {
	outline: none;
}
/* Firefox Scrollbar Hack - Do not remove */

html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}

div#show {
	padding: 0px;
}
div#hide {
	background-color: #EFF2EC;
	padding: 5px;
}
p.nocomments {
	text-align: left;
}

form#commentform input#submit {
	color: #FFFFFF;
	font-size: 95%;
	cursor: pointer;
	background: #557C18;
	height: 25px;
	padding: 5px;
	border: 1px solid #C5A94B;
}

/* Slider */
#slider {
	float: right;
	display: inline;
	padding: 0px;
	text-align: left;
	margin: 30px 25px 0px 0px;
}

#s3slider {
	width: 350px; /* important to be same as image width */
	height: 200px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */

}

#s3sliderContent {
   width: 350px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
	position: absolute; /* important */
	left: 0;
	font: bold 24px Arial, Helvetica, sans-serif;
	padding: 20px 13px 10px;
	width: 300px;
	color: #1c4b30;
	display: none; /* important */
	top: 0;   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}


.clear {
   clear: both;
}

P.addtoany_share_save_container {
	margin: 35px 0px 0px;
}

table.products {
	border-collapse: collapse;
	table-layout: fixed;
	width: 70%;
	margin: 0px 1%;
	}
	
td.products {
	border: 1px solid #B0CD4A;
	padding: 0.5em 1em;
	color: #1F1F1F;

	}
	
th.products {
	border: 1px solid #B0CD4A;
	padding: 0.5em 1em;
	font-size: 105%;
	font-weight: normal;
	color: #004C50;
	letter-spacing: 1px;

	}
/* Roundcorner Box Green */

.sidebox {
	width: 100%; 
	background: url(images/sbbody-r.gif) no-repeat bottom right;

}

.boxhead {
	background: url(images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 15px 30px 0px;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
}
.boxbody {
	background: url(images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 0px 25px 25px;
}
