/*
Theme Name: Dark Ritual
Theme URI: http://www.kaushalsheth.com
Version: 1.0
Description:  Tribal-style three column layout.
Author: Kaushal Sheth
Author URI: http://www.kaushalsheth.com
*/



/*#############################################################
Name: Dark Ritual
Date: 2006-11-06
Description: Tribal-style three column layout.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {color: #663333;}

a:hover {color: #774444;}

body {
	background: #333 url(img/bg.jpg); 
	background: #000000;
	color: #212121;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
/*	margin: 3% 0; */
}

p,ul {
	padding-bottom: 1em;
}

ul {margin-left: 1.2em;}

.main_right li {list-style: none;}
/*.main li {list-style-image: url(img/li.gif);}*/

h1 {font-size: 1.2em;}

blockquote {
	background: #212121;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 0px 0px;
}
blockquote p {padding: 3px 0;}

h1,h2,h3 {color: #663333;}

/* misc */
.clearer {clear: both;}
.main_right .padded {padding: 6px 2px 6px 3px;}
/* .main */   .padded {padding: 18px 24px;}
.meta {font-size: 0.8em; color: #666;}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	font-size: 1.2em;
	background: url(img/bgcontainer.jpg) repeat-y;
	margin: 0 auto;
	width: 800px;
	/* border: 12px solid #222; */
	position:absolute;
	left:0px;
	top:0px;
	
}

/* header */
.header {
	float: left;
	width: 600px;
/*	background: url(img/header.jpg) no-repeat; */
	font: normal .1em Verdana,sans-serif;
	line-height: 281px;
	text-align: left;	
/*	background: url(img/ssbgtext.jpg) no-repeat;
	 */
}

/* structure */
.top {
	background: #222;
	color: #DDD;
/*	float: left; */
	font: normal 1.4em Verdana;
	height: 20px;
	text-align: center;
	width: 800;
}
.subnav {
/*	float: left; */
	position:absolute;
	left:1px;
	top:92px;
	width: 800px;
	z-index:2;
}
.main {
/*	float: left; */
	width: 521px;
	position:relative;
	left:21px
/*
position:absolute;
	left:21;
	top:150px;
	z-index:2;
*/
}
.main_right {
/*	float: right; */
	width: 170px;
	color: #999999;
	position:absolute;
	left:560px;
	top:121px;
	z-index:3;
}

.positiontext {
	position:absolute;
	left:336px;
	top:0px;
}

.positiontaglne {
	position:absolute;
	left:336px;
	top:0px;
}

.positiondiv1 {
	position:absolute;
	left:90px;
	top:21px;
}

/* sub-navigation */
.subnav h1 {
	background: none;
	color: #663333;
	font: bold 1em Verdana,sans-serif;
	line-height: 24px;
	padding-left: 8px;
}
.subnav ul {margin: 2; padding: 2;}
.subnav li {
	/*border-bottom: 1px solid #696755;*/
	list-style: none;
	float:left;	
	margin: 2; padding: 2;
}
.subnav li a {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 11pt;
	line-height: 17px;	
	background: none;	
	color: #111;
/* 	display: block; */
	padding: 2px 6px 2px 6px;
	width: 121px;
	text-decoration: none;
	display:inline;	
}
.subnav li a:hover {
	background: none;
	color: #000;
	text-decoration: underline;

}

/* footer */
.footer
{
	/*	background: url(img/bgfooter.gif) repeat-x; */
	color: 212121;
	font-size: 0.9em;
	line-height: 39px;
	width: 800px;
	text-align: center;
	position: relative;
	left: 200;
}



.footer .left,.footer .right {padding: 0 16px;}
.footer a {color: #ccc;}
.footer a:hover {color: #FAFCB0;}

.post{margin:0 0 25px 0;}

.post .info{
padding:2px 3px 3px 8px;
border:1px solid #e3e4e4;
background-color:#f5f5f5;
font-size:0.9em;
color:#505050;
}


/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #000000;
}

#commentform {
margin: 1em 0;
background: none;
width: 450px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #000000;
width: 450px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #000000;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #000000;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #000000;
width: 450px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #000000;
width: 450px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #ffffff;
border: 1px solid #000000;
width: 450px;
}
#commentform input{
margin-bottom: 3px;
}


.post ul li
{
list-style:square;
margin-left:18px;
padding:5px;
}

.entry ol li
{
padding:5px;
list-type:decimal;
margin-left:0px;
}

.main_right a:link, a:visited {
	color: #000000;
}
.main_right a:link,.main_right a:visited{
	color: #000000;
	text-decoration: none;
}

.main_right ul {
	padding: 0;
}
.main_right ul li a:link,.main_right ul li a:visited{
	display: block;
	/*background: #aaaaaa;*/
}
.main_right ul li a:hover{
/*	background: #555555;*/
text-decoration: underline;
}
.main_right ul li {
	padding: 0px 0;
	border-bottom: 1px solid #696755;
}
.main_right ul {
	margin: 0;
}

