body {
	margin: 0;
	padding: 0;
	background: #000000;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

h1, h2, h3 {
	margin: 0;
}

h1, h2 {
	font-weight: normal;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 14px;
}

p, ol,  dl {
	margin-top: 0;
	text-align: justify;
	line-height: 1.5;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin: 0 auto;
}

/* Wrapper */

#wrapper {
}

.container {
	width: 896px;
	margin: 0 auto;
}

.clearfix {
	clear: both;
}

/* Menu */

ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:896px;
	position:static;
	display:block;
	height:30px;
	font-size:12px;
	font-weight:bold;
	background:transparent url(images/nav_bg.png) repeat-x top left;
	font-family:Georgia, "Times New Roman", Times, serif;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
	left: 261px;
	top: -85px;
	font-style: italic;


}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#CCCCCC;
	text-decoration:none;
	font-weight:bold;
	padding:8px 12px 0;
}
	
ul#menu li a:hover
{	
	color:#FFFFFF;
	height:22px;
	background:transparent url(images/nav_bg.png) 0px -30px no-repeat;		
}
	

ul#menu li a.current
{
	display:inline;
	height:22px;
	background:transparent url(images/nav_bg.png) 0px -30px no-repeat;	
	float:left;
	margin:0;
}



/* Page */

#page {
	background-color: #5A0620;
	width: 896px;


}

/* Content */

#content {
	float: left;
	width: 550px;
	padding: 0 24px 0 25px;
	background: no-repeat left;
}

/* Post */

.post {
}

.post .title, .post .date {
	padding: 0 25px;
}

.post .title {
	margin: 0;
	padding-top: 50px;
	line-height: normal;
	font-size: 32px;
	color: #5A5544;
}

.post .title a {
	text-decoration: none;
	color: #5A5544;
}

.post .title a:hover {
	text-decoration: underline;
}


.post .date {
	line-height: normal;
	color: #ACAAA1;
}

.post .entry {
	margin: 0 25px;
	padding: 20px 0;
	border-top: 1px solid #E5E1D8;
}

.post .meta {
	height: 53px;
	background: #E5ECDB;
	border-bottom: 1px solid #DDE5CE;
}

.post .meta p {
	line-height:  normal;
}

.post .meta .tags {
	float: left;
	padding: 20px 0 0 25px;
}

.post .meta .links {
	float: right;
	padding: 20px 25px 0 0;
}

.post .meta .comments {
	margin-right: 30px;
	padding-left: 22px;
	background: url(images/img04.gif) no-repeat 0 50%;
}

.post .meta .more {
	padding-left: 17px;
	background: url(images/img05.gif) no-repeat 0 50%;
}


	

/* Sidebar */

#sidebar {
	float: right;
	width: 260px;
	padding: 24px 15px 0 0;
	background: #8C0933 100% -335px;
	height: 100%;

}

#sidebar ul {
	margin: 0;
	padding: 0 0 0 25px;
	list-style: none;
	line-height: normal;
	border-left: 0px solid #E5E1D8;
}

#sidebar li {
	font-size: 12px;

}

#sidebar li ul {
	padding: 0;
	line-height: 1.5;
	border: none;
}

#sidebar li li {
}

#sidebar h2 {
	margin: 0 0 5px;
	padding: 20px 0 5px;
	border-bottom: 1px solid #E5E1D8;
}

/* 2 Columns */

.two-cols {
	margin: 0 25px;
	background: #28241E url(images/bg09.jpg) repeat-x;
	color: #736F6A;
	padding-top: 15px;
	padding-right: 35px;
	padding-left: 35px;

}

.two-cols .col1 {
	float: left;
	width: 595px;
}

.two-cols .col2 {
	float: right;
	width: 210px;
	padding: 0 0 0 25px;
	border-left: 1px solid #423C31;
}

.two-cols h2 {
	font-size: 26px;
	color: #FFFFFF;
}

.two-cols a {
	color: #736F6A;
}

/* Footer */

#footer {
	background: url(images/bg10.jpg) no-repeat;
	padding: 10px 0 55px;
}

#footer p {
	text-align: center;
	color: #8F8B83;
}

#footer a {
	color: #8F8B83;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}

