/* default elements */
* 
{
	margin: 0;
	padding: 0;
}

.left .content img
{
       padding: 0 0 10px 10px;
}

body 
{
	background-color: #4f4f4f;
	background-image: url(img/background.jpg);
	background-repeat: repeat-y;
	background-position: 50% 0px;
	color: #222;
	font: normal 62.5% verdana, arial, helvetica, sans-serif;
	padding: 0;
}

h1 
{
	color: #322929; 
	padding: 8px 0 2px;
	font: normal 2.0em serif,sans-serif;
}

h1 a 
{
	text-decoration: none; 
	color: #322929;
}

h1 a:hover 
{
	color: #322929;
}

h2
{
	color: #898989; 
	padding: 8px 0 2px;
	font: normal 1.6em serif,sans-serif;
}

h3 
{
	color: #898989; 
	padding: 8px 0 2px;
	font: bold 1.2em serif,sans-serif;
}

blockquote 
{
	background: url('img/quote.gif') no-repeat;
	display: block;
	color: #6b6b6b;
	font: normal 90% verdana, arial, helvetica, sans-serif;
	padding-left: 26px
	line-height: 1.6em;
	font-style: italic;
}

blockquote p
{
	padding-left: 26px;
	line-height: 1.6em;
	font-style: italic;
}

img 
{
	border: none;
}

li 
{
	line-height: 1.5em;
}

p 
{
	padding: 2px 0 10px;
	line-height: 1.6em;
}

ul,ol 
{
	padding: 0 2em 1.2em;
}

a 
{
	color: #b60900;
	text-decoration: none;
}

a:hover 
{
	color: #322929;
	text-decoration: underline;
}

big 
{
	font-size: 1.1em;
}

small,.small 
{
	font: normal 0.9em sans-serif;
}



/* structure */
#wrapper 
{
	background-color: #212121;
	margin: 0 auto;
	width: 962px;
}

#container 
{
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto; 
	background: #FBF9F4;
	width: 948px;
}



/* header */
.title 
{
	background: #212121 url(img/title.jpg) no-repeat;
	height: 38px;
}

.header 
{
	background: #212121 url(img/header.jpg) no-repeat;
	height: 200px;
	border-bottom: 1px solid #212121;
}



/* navigation */
.navigation 
{
	background: #4f4f4f url(img/nav.gif) repeat-x; 
	height: 41px;
	border-top: 1px solid #212121;
}

.navigation ul 
{
	padding: 0; 
	margin: 0;
}

.navigation li 
{
	float: left; 
	list-style: none;
	color: #fff;
	display: block;
	font: bold 1em verdana,sans-serif;
	line-height: 41px;
	padding: 0 14px;
	border-right: 1px solid #212121;	
}

.navigation li a 
{
	background: #FFF url(img/nav.gif) repeat-x;
	line-height: 41px;
	padding: 0 14px;
	color: #fff;
	display: block;
	font: bold 1em verdana,sans-serif;
	text-align: center;
	text-decoration: none;
	
}

.navigation a:hover 
{
	background-position: left bottom;
	color: #fff;
}

.navigation .current_page_item a 
{
	color: #331;
}



/* main */
.main 
{
	background: #ebebeb url(img/main.gif) repeat-y;
}



/* posts */
.post .info
{
	border-top: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	background-color: #ebebeb;
	color: #212121;
	font-size: 0.8em;
	margin: 0 0 40px;
	padding: 8px;
}

.post img 
{
	margin: 4px 0;
}



/* footer */
.footer 
{
	background: #212121;
	color: #EED;
	padding: 10px;
}

.footer .left 
{
	width: 66%;
}

.footer .right 
{
	width: 33%;
	text-align: right;
}

.footer a 
{
	color: #FFF;
	text-decoration: none;
}

.footer a:hover 
{
	color: #FFF;
	text-decoration: underline;
}


/* misc */
.content 
{
	padding: 18px 0px 18px 20px;
}


.right .content 
{
	padding: 12px 5px;
}

.left 
{
	float: left;
}

.right 
{
	float: right;
}

.clear,.clearer 
{
	clear: both;
} 

.clearer 
{
	font-size: 0;
}

.col2 .left 
{
	width: 64%;
}

.col2 .right 
{
	width: 33%;
}



/* block list */
ul.block, .block ul 
{
	border-top: 1px solid #898989;
	margin: 4px 0;
	padding: 0;
}

.block li 
{
	list-style: none;
}

.block li a,.block li em 
{
	color: #b60900;
	display: block;
}

.block li em 
{
	font-size: 0.9em;
	font-style: normal;
}

.block li a 
{
	padding: 5px;
	text-decoration: none;
}

.block li a span {font-weight: bold;}

.block li a:hover 
{
	color: #898989;
	background: #dfdfdf;
}

.right .block li a:hover {background-color: #dfdfdf; color: #b60900; }

/* comments */
#commentlist li {
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	border-bottom: 1px solid #700000;
}
#commentform {
	margin: 1em 0;
}

textarea.styled {width: 590px;}

.styled {
	font-size: 1.1em;
	background: #FCFCFC;
	border: 1px solid #C6C3C3;
	padding: 2px;
}
.styled:hover {
	background: #FFF;
	border: 1px solid #C6C3C3;
}
.styled:focus {
	background: #FFF;
	border: 1px solid #939793;
}
#commentform input {margin-bottom: 3px;}
.commentmetadata a {font-size: 1em; color: #666;}

#searchform {padding:10px;}

#sidebar .block
{
	margin-bottom: 20px;
}

#ratings td
{
       padding: 4px;
}
