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

body {
	margin: 0;
	background: #D8902A;
	font-family: Tahoma;
	font-size: 13px;
	color: #454545;
}

h1, h2, h3 {
	margin: 0;
	letter-spacing: normal;
	font-family: Tahoma;
	font-style: normal;
	font-size: 27px;
	font-weight: lighter;
	text-decoration: none;
}

h1 {
	letter-spacing: normal;
	font-size: 197%;
	color: #FFFFFF;
	font-family: Tahoma;
}

h2 {
	font-size: 1.4em;
	font-weight: normal;
	
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: underline;
	color: #494581;
}

a:hover {
	background: none;
}

/* Header */

#header {
	width: 943px;
	height: 272px;
	margin: 0 auto;	
	background: url(images/img09.jpg) no-repeat center top;
	background-color: #D8902A;
	font-family: Tahoma;
}
#header h1 {
	margin: 0;
	padding: 215px 0 0 20px;
	letter-spacing: normal;
	font-size: 197%;
	color: #FFFFFF;
	text-transform: none;
	font-weight: lighter;
}

#header h1 a {
	color: #FFFFFF;
}

#header h2 {
	margin: -10px 0 0 0;
	padding: 0 0 0 200px;
	letter-spacing: normal;
	font-family: Tahoma;
	font-size: 12px;

}


/* Menu */

#menu {
	width: 943px;
	height: 60px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	margin-left: 0px;
	padding: 25px 0 0 10px;
	list-style: none;
	line-height: normal;
	background-color: #D8902A;
}

#menu li {
	float: left;
}

#menu a {
	margin-right: 5px;
	padding: 5px 20px;
	background: #000000;
	text-transform: lowercase;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
		border-top: 2px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 0px solid, #E8E8E8;
	border-bottom: 2px solid #E8E8E8;
}

#menu a:hover, #menu .current_page_item a {
	color: #FFFFFF;
}

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

/* Page */

#page {
	width: 943px;
	margin:auto ;
	padding: 25px; 
}

/* Content */

#content {
	float: left; 
	margin-left: 10px;
	width: 560px;
}

.post {
}

.post .title {
	padding: 5px 0;
	font-weight: lighter;
	color: #FFFFFF;
}

.post .title a {
	background: none;
}

.post .meta {
	padding: 2px 10px;
	background: #0D0D0D;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-transform: uppercase;
	text-align: left;
	font-size: 9px;
}

.post .entry {
	padding: 20px 0;
	text-align: justify;
}

/* Sidebar */

#sidebar {
	float: left; 
	margin-left: 80px;
	width: 258px;
	background: #E8E8E8;
	border: 2px solid #D3D3D3;
}

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

#sidebar li { 
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
}

#sidebar h2 {
	padding: 5px 10px;
	background: #000000;
	font-size: 1.2em;
	color: #C0BFBF;
}

#sidebar p {
	padding: 20px;
}


/* Footer */

#footer {
	width: 940px;
	margin: 0 auto;
	padding: 10px 0;
	background: #000000;
	border-top: 2px solid #E8E8E8;
	border-left: 0px solid #E8E8E8;
	border-right: 0px solid, #E8E8E8;
	border-bottom: 2px solid #E8E8E8;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	color: #C0BFBF;
	text-transform: uppercase;
	text-align: center;
}
