body {
	margin: 0px;
	padding: 0;
	/*background: #B6B548 url(images/img01.gif) repeat-x left top;*/
	background-color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	/*color: #549900;*/
	color: #d9c427;
}

h1 { font-size: 44px; }

h2 { font-size: 18px; }

h3 { }

p, ul, ol {
	margin-top: 0;
	line-height: 240%;
	/*text-align: justify;*/
}

ul, ol { }

blockquote { }

a { color: #B06A00; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img {
	float: left;
	margin: 7px 10px 0 0;
}


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 {
	width: 1000px;
	/*height: 180px;*/
	height: 240px;
	margin: 0 auto;
	background: #d9c427 url(images/img03.gif) no-repeat right top;
}

/* Menu */

#menu {
	float: left;
	width: 900px;
	height: 44px;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 34px;
	margin-right: 1px;
	padding: 10px 30px 0px 30px;
	letter-spacing: -1px;
	text-decoration: none;
	text-align: center;
	/*text-transform: lowercase;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

#menu a:hover { 
	background: #e6dcb9;
	text-decoration: none; 
}

#menu .current_page_item a {
	/*background: #F79700;*/
	background: #e6dcb9;
}

#menu .first {
}

/* Page */

#page {
	width: 1000px;
	margin: 0px auto 20px auto;
	padding: 0px;
	background: #FFFFFF;
}

/** LOGO */

#logo {
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	padding: 0px 0px 20px 0px;
	/*text-transform: lowercase;*/
}

#logo h1, #logo h2 {
	margin: 0px;
	line-height: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: red;
}

#logo h2 {
	color: #FFFFFF;
}

#logo h1 a {
	color: #000;
}

#logo h1 {
	padding-top: 80px;
	font-size: 52px;
	font-weight: normal;
	font-style: italic;
	color: #FFFFFF;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

#banner {
	padding-bottom: 20px;
}

/* Content */

#content {
	float: right;
	/*width: 560px;*/
	width: 650px;
	margin: 0px 0px 0px 0px;
	padding: 40px 30px 0px 20px;
}

/* Post */

.post {
	margin-bottom: 45px;
	padding-bottom: 30px;
	border-bottom: 1px solid #E0E0E0;
}

.post .title {
	height: 44px;
}

.post .title a {
	text-decoration: none;
	text-transform: capitalize;
	font-size: 30px;
	/*color: #B44000;*/
	color: #d9c427;
}


.post .entry {
	padding: 10px 0px 20px 0px;
}

.post .links {
	height: 18px;
	margin: 0px 0px 4px 10px; 
	padding: 6px 10px 5px 10px;
	background: #000 ;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}


/* Sidebar */

#sidebar {
	float: left;
	/*width: 320px;*/
	width: 250px;
	padding: 40px 0px 0px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 30px;
	padding: 0 0 10px 0px;
}

#sidebar li ul {
	margin: 0px 0px;
}

#sidebar li li {
	margin: 0px 0px 0px 10px;
	padding: 10px 0px 10px 0px;
	border-bottom: #E0E0E0 solid 1px;
}

#sidebar li li a {
	font-weight: normal;
}

#sidebar li li a:hover {
	color: #666666;
}

#sidebar p {
	margin: 0;
	padding: 0px 14px;
}

#sidebar li h2 {
	height: 30px;
	margin: 0 0 10px 0px;
	padding: 6px 0 2px 0px;
	font-size: 18px;
	font-weight: normal;
	/*color: #B44000;*/
	color: #d9c427;
}


#sidebar p {
	line-height: 200%;
}

#sidebar a {
	text-align: left;
	text-decoration: none;
	color: #464646;
}



/* Footer */

#footer {
	width: 920px;
	height: 60px;
	margin: 0 auto;
	padding: 0;
}

#footer-bgcontent {
	height: 110px;
	/*background: url(images/img02.gif) repeat-x left top;*/
}

#footer p {
	margin: 0;
	padding: 28px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: 12px;
	color: #915700;
}

#footer a {
}

