/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
* {
	margin: 0 auto;
}

body {
	margin: 0 auto;
	padding: 0;
	background: #FFFFCC url(images/img01_new.jpg) repeat-x left top;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}



h1, h2, h3, h4 {
	font-family: Georgia, Garamond, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #660000;
}

h1 {
	font-size: 1.5em;
	letter-spacing: 2px;
	padding-bottom: 30px;
}

h2 {
	font-size: 1.3em;
	padding-top: 10px;
	padding-bottom: 10px;
}

h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.0em;
}

p {
	padding-bottom: 15px;
}


blockquote {
	font-style: italic;
	border: #D9D785 1px dashed;
	background: #CC9900;
	margin: 0;
	padding: 0px 20px;
	font-size: 16px;
	color: #333333;
}

ul {
}

ol {
}

a {
	color: #4E7301;
}

a:hover {
	text-decoration: none;
}

small {
}


img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
	border: #D9D785 1px dashed;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
	border: #D9D785 1px dashed;
}

/* Header */

#header {
	width: 920px;
	height: 150px;
	margin: 0 auto;
	padding-top: 0;
	font-family: Georgia, Garamond, "Times New Roman", Times, serif;
}


/* Logo */

#logo {
	width: 100%;
	height: 87px;
	padding: 0 auto;
	margin: 0;
	background: url(images/logo_banner.jpg) no-repeat left top;
}

#logo p {
	text-align: right;
	font-family: Garamond, "Times New Roman", Times, serif;
	letter-spacing: 3px;
	font-weight: bold;
	color:#FFFFCC;
	font-size: 1.5em;
	padding-right: 30px;
	padding-top: 30px;
	}


/* Menu */

#menu {
	width: 100%;
	padding-top: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 10px 0px 0px 30px;
	text-align: center;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 1.1em;
	color: #FFFFCC;
}

#menu a:hover {
	color: #666633;
}

#menu .current_page_item a {
	color: #FEEDB9;
}

.indexbtn a {
	font-family: Georgia, Garamond, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #660000;
	font-size: 1.0em;
	text-decoration: none;
}
.indexbtn a:hover {
	color: #4E7301;
}


/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding-top: 20px;
}

/* Main Column */
#latest-post {
	float: left;
	width: 580px;
	padding: 0px 20px 0px 20px;
	line-height: 25px;
	font-size: 16px;
}

/* Right Column */
#recent-posts {
	float: right;
	clear: none;
	width: 250px;
	padding: 0px 20px 20px 20px;
	line-height: 25px;
	font-size: 16px;
}

#recent-posts .entry {
}

#recent-posts .entry a {
}

#recent-posts .more {
	background: url(images/img04.gif) no-repeat left 50%;
	padding-left: 20px;
}

.post {
}

.post .title {
	margin: 0;
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: normal;
	font-size: 13px;
	color: #A2B736;
	
}

.post .meta a {
	color: #660000;
}

.post .entry {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: #D9D785 1px dashed;

}


#clear {
	clear: both;
	}

/* Footer */

#footer {
	width: 920px;
	height: 50px;
	margin: 0 auto;
	padding-top: 20px;
}

#footer p {
	margin: 0;
	padding: 10px;
}

#legal {
	float: left;
}

#links {
	float: right;
}

#wrapper {
	width: 100%;
	background: #5C8400;
}

.myBox
{
    margin: 50px 0 0 0;
    border: 0px solid #ffffff;
    color: #ffffff;
    padding: 20px;
    text-align: left;
    background-color: #A89B38;
    border: 1px solid #ffffff;
	filter:alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity:0.75;
}

.myBox div
{
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
}

.smallertext {
	font-size: 0.8em;
}
.largertext {
	font-size: 1.2em;
	line-height: 2.0em;
}