@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img01.jpg) repeat-x left top;
	font-family: calibri, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #66665E;
	text-align: justify;
}

h1, h2, h3 {
	margin: 0;
	font-weight: bold;
	color: #4B8749;
}

h1 { font-size: 90px; }

h2 { font-size: 18px; }

h3 { }

p, ul, ol {
	margin-top: 0;
	line-height: 150%;
	text-align: left;
}


ul, ol { }

blockquote { }

a {
	color: #608125;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	font-variant: normal;
	text-transform: none;
}

a:visited {
	text-decoration: none;
	color: #608125;
}
a:hover {
	text-decoration: none;
	color: #608125;
}
a:active {
	text-decoration: none;
	color: #66665E;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

.list1 {
}

.list1 li {
	float: left;
	line-height: normal;
}

.list1 li img {
	margin: 0 30px 30px 0;
}

.list1 li.alt img {
	margin-right: 0;
}

#wrapper {
}

/* Header */

#header-wrapper {
}

#header {
	width: 900px;
	height: 25px;
	background: url(images/img03.jpg) no-repeat left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Menu */

#menu {
	float: left;
	width: 900px;
	height: 25px;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
	height: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

#menu li {
	display: block;
	float: left;
	
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin-right: 3px;
	padding: 5px 47px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
	height: 25px;
}

#menu .current_page_item a {
	height: 16px;
	color: #FFFFFF;
	background-color: #666;
}


/* Page */

#page {
	width: 840px;
	margin: 0 auto;
	padding: 25px 30px 0px 30px;
	background: #FFFFFF;
	border-bottom: 5px #66665E solid;
}

	/* LOGO */

#logo1 {
	width: 850px;
	height: 210px;
	margin: 0 auto;
	padding-left: 50px;
	background: url(images/img06.jpg) no-repeat left top;
}

#logo1 h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #3b3b3b;
}

#logo1 p {
	padding-left: 3px;
	padding-top: 7px;
	text-transform: uppercase;
	font-size: 20px;
}

#logo1 h1 {
	padding: 32px 0px 0px 0px;
	font-size: 34px;
}

#logo1 a {
	text-decoration: none;
	color: #3b3b3b;
}

/* Content */

#content {
	float: left;
	width: 592px;
	height: 365px;
}

/* Post */

.post {

}

.post .title {
	height: 30px;
	color: #42423E;
	text-transform: uppercase;
}

.post .date {
}

.post .meta {
	margin-top: -10px;
	padding: 2px 30px 2px 0px;
	border-bottom: 1px #BDBDBB dotted;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #66665E;
}

.post .meta span {
	display: block;
	margin-top: -10px;
}

.post .meta a { }

.post .entry {
	padding: 10px 0;
}

.post .links {
	margin: 0 250px 0 0;
	padding: 0 0 0 0px;
}

.post .links .comments {
}

.post .links .permalink {
	padding-left: 17px;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	height: 265px;
	border: 1px solid #CCC;
	padding-right: 5px;
	padding-left: 5px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 30px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding-left: 15px;
	background: url(images/img05.jpg) no-repeat left 5px;
}

#sidebar p {
	margin: 0;
}

#sidebar h2 {
	height: 18px;
	border-bottom: 1px #BDBDBB dotted;
	color: #42423E;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
}


#sidebar p {
	line-height: 100%;
}

/* Footer */

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	height: 50px;
	background: url(images/img04.gif) no-repeat left top;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	line-height: normal;
	font-size: 10px;
	color: #66665E;
}

#footer a {
}