/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/
*
{
margin: 0px;
padding: 0px;
}

body {
	background: #000000 url(images/udjat.jpg) repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0px;
	color: #C3C3C3;
}


h1, h2, h3 {
	color: #ffffff;
}

h1, h1 a, h2, h2 a {
	text-decoration: none;
}

h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 18px;
	font-weight: normal;
}

h3 {
	font-size: 14px;
}


ul, ol {
	margin-left: 3em;
}

a {
	color: #d6974a;
}

a:hover {
	text-decoration: none;
}




#header {
 	width: 754px;
	height: 144px;
}


#splash {
 	width: 753px;
 	height: 87px;
 	padding-bottom: 3px;
 	background: url(images/splash.jpg) no-repeat left top;
}

/* Header */

#header {
	width: 754px;
	margin: 0 auto;
}

#menu {
	height: 60px;
	width: 754px;
	padding-left: 60px;
	background: url(images/img02.jpg) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	padding: 20px 20px 15px 18px;
	margin-right: 1px;
	height: 30px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	color: #ffffff;
}

#menu a:hover {
	color: #ffffff;
	background: url(images/menu_bg.gif) repeat-x;
}

#menu .current_page_item a {
	background: url(images/menu_bg.gif) repeat-x;
	color: #ffffff;
}

#wrapper {
	width: 754px;
	margin: 0 auto;
	background: url(images/banner.jpg) no-repeat center top;
}

/* Page */

#page {
	width: 754px;
	margin: 0 auto;
	padding-top: 20px;
}

/* Content */

#content {
	text-align: center;
	width: 754px;
}

.post {
}

.post .title {
	margin: 0;
	padding: 10px 20px 10px 10px;
	border-bottom: 0px dotted #D6C9BF;
}

.post h1.title {
	padding: 5px 0  0 50px;
	height: 40px;
	font-size: 2.4em;
	text-transform: lowercase;
}

.post .title a:hover {
	text-decoration: none;
}

.post .entry {
	margin: 0px;
	padding: 20px 20px;
}

.post .meta {
	height: 25px;
	margin: 15px 0 20px 0;
	padding: 15px 0 0 20px;
	line-height: normal;
	font-size: 10px;
	background: url(images/udjat.jpg) no-repeat left top;
}

.post a {
	color: #d6974a;
}

/* Footer */

#footer {
	clear: both;	
	width: 100%;
	height: 60px;
	margin: 0 auto;
	background: #FFFFFF url(images/udjat.jpg) repeat-x left top;
	text-align: center;
	padding-top: 20px;
}

#footer p {
	margin: 0;
	font-size: 10px;
}

#footer a {
	font-size: 10px;
}

