/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

/* div {border:1px dotted blue} */

body {
	background: #CCC url(../images/bg.gif) repeat-x;
	font-face:  'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
	color: #605C5C;
	text-align: center;
   font-size:13px;
}



/* links */
a, a:visited {
	color: #749A22;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #73471B;
	background: inherit;
	text-decoration: underline;
	}


#sidebar a,
#sidebar a:link,
#sidebar a:visited {text-decoration:none; border:none}
#sidebar a:hover {text-decoration:underline}


#sBar img {border:none}
#sidebar img {border:none}

/* #sidebar p {background: url('/Images/sidebarBackGround.jpg') no-repeat } */



/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Helvetica, Arial, Sans-serif;
	font-weight: Bold;
	padding: 10px;
	color: #8A171A;
	}

h1 {font-size: 16px;}
h2 {font-size: 14px;}
h3 {font-size: 12px;}

/* Paragraph */
p { font-weight: normal; padding: 12px 10px; color: #605C5C;  }


/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
  font-weight: bold;
  color: #79A62E;
}
dd {
  padding-left: 25px;
}

/* images */

img.p {border:none}

img {border: 1px solid #8A171A;padding: 8px;}

img.float-right {
  	margin: 5px 0px 10px 10px;
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code, pre {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;
  	font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace;
  	/* white-space: pre; */
  	border: 1px solid #EEE8E1;
	background: #FAF7F5;
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 5px 7px 5px 40px;
   font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #80614D;
	border: 1px solid #EEE8E1;
	background: #FAF7F5 url(../images/quote.gif) no-repeat 15px 15px;
}

/* start - table */
table {
	border-collapse: collapse;
	margin: 15px 10px;
}
th {
	height: 38px;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-align: left;
	background: #ADD163;
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #93C138 #93C138 #C4DE8F;
}
tr {
	height: 34px;
	background: #fff;
}
td {
	padding-left: 11px;
	padding-right: 11px;

}
/* end - table */

/* form elements */
form {
	margin: 20px 10px;
	padding: 15px 25px 25px 20px;
	border: 1px solid #EEE8E1;
	background: #FAF7F5;
}
form p {
	border-bottom: 1px solid #ECE5DD;
	padding: 12px 0 5px 0;	margin: 0;
	color: #9D6D37;
}
fieldset {
    border: none;
}
label {
    display: block;
	font-weight: bold;
	color: #A7743B;
}
input, select, textarea {
	margin: 5px 0;
	padding: 5px;
	color: #6A6969;
	border-width: 1px;
	border-style: solid;
  	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4;
}
option { padding-right: 0.5em; }

#name, #email, #message, #website{
	width: 455px;
}
input.button {
	font: bold 12px Arial, Sans-serif;
	height: 30px;
	margin: 0;
	padding: 2px 3px;
	color: #fff;
	background: #A6CD56;
	cursor: pointer;
	border-width: 1px;
  	border-style: solid;
  	border-color: #C4DE8F #8DB836 #8DB836 #C4DE8F;
}


/*-------------------------------------------
   LAYOUT
--------------------------------------------*/
#wrap {
	position: relative;
	width: 952px;
	background: url(../images/wrap.gif) repeat-y center top;
	margin: 20px auto 20px auto;
	text-align: left;
}
#content {
	clear: both;
	float: left;
	width: 100%;
	padding: 10px 0 30px 0;

}
#header {
	position: relative;
	width: 952px;
	height: 245px;
	background: #8AB84B url(../images/header.jpg) no-repeat;
	color: #fff;
	padding: 0;
	margin: 0;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	letter-spacing: -5px;
	text-decoration: none;
	color: #8A171A;

	/* change the values of top and left to adjust the position of the logo*/
	top: 160px; left: 280px;
}
#header p#slogan {
	position: absolute;
	margin: 0; padding: 0;
	color: #322815;
	letter-spacing: -0.5px;

	/* change the values of top and left to adjust the position of the slogan*/
	top: 148px; left: 150px;
}

/* top-menu */
 #top-menu {
 	position: absolute;
	margin: 0;
	padding: 30px 15px 0px 15px;
	background: #74A838 url(../images/top-menu.gif) repeat-x;
	font-family: 'Trebuchet MS', Arial, Sans-serif;
	color: #FFF;

	top: 0;	right: 70px
 }
 #top-menu p {
	margin: 0; padding: 0;
 }
 #top-menu a {
 	font-weight: bold;
	color: #fff;
 }

/* Navigation */
#menu {
	clear: both;
	padding: 0;	margin: 0;
	width: 952px;
	height: 37px;
	background-color: #8A171A;		}

html>body #menu
 {
	clear: both;
	padding: 0;	margin: 0;
	width: 952px;
	height: 37px;
	background-color: #8A171A;
}
#menu ul {
	float: left;
	list-style: none;
	margin: 2px 0 0 0;
	height: 37px;
	padding: 0 0 0 40px;
}
#menu ul li {
	float: left;
	margin: 0; padding: 0 0 0 10px;
}
#menu ul li a {
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	color: #FFF;
	font: 14px/37px    'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;
}

html>body #menu ul li a {
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	color: #FFF;
	font: 14px/35px    'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;
}

#menu ul li a:hover,
#menu ul li a:active {
	color: #E7FAA9;
}

#menu ul li.active {
	background: transparent url(../images/left-tab.gif) no-repeat;
}
#menu ul li.active a {
	color: #4B3D2C;
	background: transparent url(..//images/right-tab.gif) no-repeat right top;
}

/* Navigation Original
#menu {
	clear: both;
	padding: 0;	margin: 0;
	width: 952px;
	height: 50px;
	background-color: #8A171A;
}
#menu ul {
	float: left;
	list-style: none;
	margin: 5px 0 0 0;
	height: 45px;
	padding: 0 0 0 40px;
}
#menu ul li {
	float: left;
	margin: 0; padding: 0 0 0 10px;
}
#menu ul li a {
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	color: #FFF;
	font: bold 15px/45px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
	text-decoration: none;
}
#menu ul li a:hover,
#menu ul li a:active {
	color: #E7FAA9;
}
#menu ul li.active {
	background: transparent url(../images/left-tab.gif) no-repeat;
}
#menu ul li.active a {
	color: #4B3D2C;
	background: transparent url(../images/right-tab.gif) no-repeat right top;
}

*/

/* Main Column */
#main {
	float: left;
	width: 855px;
	padding: 0; margin: 0 0 0 40px;
	display: inline;

}

#main h2 {
	font: bold 2.2em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	color: #8A171A;
	padding: 10px 0 5px 5px;
	margin-left: 5px;
	border-bottom: 1px solid #E4F2C8;
}

#main h3 {
   font: bold 1.6em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
   color: #8A171A;
   padding: 10px 0 5px 5px;
   margin-left: 5px;
   }

#main h2 a {
	color: #51432f;
	text-decoration: none;
}
#main ul li {
	list-style-image: url(../images/bullet.gif);
}


#sidebar h2 {
	color: #51432F;
	font: bold 1.6em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	text-transform: none;
	padding: 5px 0 5px 7px;
	margin: 10px 0 5px 10px;
	border-bottom: 1px solid #E4F2C8;
}

#sidebar .list {
   /* background: url(../images/bullet.gif) no-repeat left center; */
   }



/* footer */
#footer {
	clear: both;
	width: 952px;
	margin: 0;
	padding: 30px 0 25px 0;
	background: #CCC url(../images/footer-bottom.gif) no-repeat left top;
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
	font-size: 12px;
	color: #777;
	text-align: center;
	letter-spacing: .2px;
}
#footer p {
	padding:10px 0;
}
#footer a:hover {
	color: #555;
	border-bottom: 1px dotted #555;
	text-decoration: none;
}

/* postmeta */
.post-footer {
	padding: 8px 10px;
	margin: 15px 10px 10px 10px;
	color: #977C57;
	border: 1px solid #EEE8E1;
	background: #FAF7F5;
}
.post-footer .date{
	margin: 0 10px 0 5px;
	padding: 7px;
	background: #FAF7F5 url(../images/clock.gif) no-repeat 0 2px;
	padding-left: 30px;
}
.post-footer a.comments {
	margin: 0 10px 0 5px;
	padding: 7px 5px;
	background: #FAF7F5 url(../images/comments.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}
.post-footer a.readmore {
	margin: 0 10px 0 5px;
	padding: 7px 5px;
	background: #FAF7F5 url(../images/doc.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}
.post-footer a.edit {
	margin: 0 10px 0 5px;
	padding: 7px 5px;
	background: #FAF7F5 url(../images/edit-doc.gif) no-repeat 0 2px;
	padding-left: 30px;
	color: #977C57;
}

.post-info { font-size: 12px; padding: 0 10px; margin-left: 2px; color: #A98D76; }
.post-info a, .post-info a:visited { color: #333; }

/* comments list */
ol.commentlist {
	margin: 12px 10px;
	padding: 0;
	border-style: solid;
	border-color: #EEE8E1;
	border-width: 1px 1px 0 1px;
}
.commentlist li {
	margin: 0;
	padding: 10px;
	list-style: none;
	border-bottom: 1px solid #EEE8E1;
}
.commentlist li cite {
	display: block;
	font-style: normal;
	font-weight: bold;
	padding: 7px;
}
.commentlist li cite img {
	float: left;
	margin-right: 10px;
}
.commentlist li cite .comment-data {
	font-size: 10px;
	font-weight: normal;
}
.commentlist li .comment-text {
	clear: both;
	margin: 0; padding: 0;
}
.commentlist li.alt {
	background: #FAF7F5;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
}

fieldset {border: none;}
address {padding-left: 10px;}
div.buttons {padding-top: 10px;}

