/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
background:url(images/back4.gif) repeat ;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
}
#container{
	width: 980px;background:url(images/back2.gif) repeat ; ;border:2px solid #316A4E;padding-top:10px;
	
	margin: 0 auto;
}

h1, h2, h3 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #044F27;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 152%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 15px;
	line-height: 1.6em;
}

ul, ol {
	margin-left: 2em;
}

blockquote {
	margin-left: 1em;
	padding-left: 1em;
	background: url(images/img09.gif) repeat-y;
	font-style: italic;
}

a:link {
	color: #006633;
}

a:hover, a:active {
	text-decoration: none;
	color: #6AAC89;
}



img.one {
	border: 1px solid #ccc;
}

img.left {
	float: left;
	margin: 0 10px 0 0;border: 1px solid #ccc;
}

img.right {
	float: right;
	margin: 0 0 0 10px;border: 1px solid #ccc;
}



/* Header */

#header {
	width: 920px;background:#fff;
	height: 160px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 280px;
	height: 160px;margin-bottom:5px;
	background: url(images/img05.jpg) no-repeat;
}

#logo h1, #logo h2 {
	text-align: center;
}

#logo h1 {
	padding-top: 90px;
	
	letter-spacing: 8px;
	font-size: 197%;
}

#logo h2 {
	letter-spacing: 2px;
	font-size: 85%;
}

#logo a {
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
}

/* Banner */

#banner {
	float: right;
	width: 670px;margin-bottom:5px;
	height: 160px;
	background: url(images/img06.jpg) no-repeat;
}


/* Page */

#page {
	width: 950px;
	
	padding-left:15px;
}

/* Content */

#content {
	float: right;
	width: 730px;
}

.post {
	margin-bottom: 5px;
}

.post .title {
	padding: 0 5px;
}

.post .story {
	padding: 0 5px;
}

.post .meta {
	padding: 5px 20px;
	background: url(images/img09.gif) repeat-x;
}

.post .meta p {
	margin: 0;
	font-size: 77%;
}

.boxed .title {
	height: 32px;
	margin: 0;
	padding: 8px 0 0 20px;
	background: url(images/img08.jpg) no-repeat;
	letter-spacing: -1px;
	color: #fff;
}

.boxed .story {
	padding: 20px;background:inherit;
	border: 1px solid #316A4E;
}
.boxed .box{
margin-left:10px;padding:10px;float:right;display:block;width:160px;border:#4D991E 1px dashed;color:#4D991E;background:#fff;}


.boxed .meta {
	padding: 5px 10px;
	background:#176F44;
	color: #FFFFFF;
}

.boxed .meta a {
	color: #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
}

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

#sidebar li {
	margin-bottom: 15px;
}

#sidebar li ul {
	
	border: 1px solid #1F7449;background:url(images/back3.gif) repeat;
	border-top: none;
}

#sidebar li li {
	margin: 0;
	padding: 3px 0 0 3px;
	background: url(images/img09.gif) repeat-x;color:#fff;
}

#sidebar li li.first {
	background: none;
}

#sidebar li h2 {
	height: 30px;
	margin: 0;
	padding: 10px 0 0 15px;
	background: url(images/img10.jpg) no-repeat;
	letter-spacing: -1px;
	color: #fff;
}

#sidebar a:link {
	text-decoration: none; padding:3px;display:block;color:#fff;
}

#sidebar a:hover {
color:#fff;background:url(images/back3.jpg) no-repeat ;display:block;
}

#sidebar li a {
	padding-left: 10px;color:#fff;text-decoration:none;padding:3px;display:block;
	
}

/* Footer */

#footer {
	clear: both;
	height: 100px;width:1024px;
	padding: 15px 0;
	background: #fff;
	border-top: 2px solid #999999;
	text-align: center;
}

#footer p {
	margin: 0;
	color: #999999;
}

#footer a {
	color: #999999;
}

#footer a:hover {
	color: #FFFFFF;
}