/*
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: #003366;}

a:hover {color: #8899AA;}

body {
	/*background: #FFF url('http://10putes.com/bgrotate/rotate.php') no-repeat;
	background-position:left top;*/
	background: #CCC;
	color: #333;
	font-family: 'Verdana', 'Lucida Sans Unicode', 'trebuchet ms', sans-serif;
	font-size: 9px;
	margin: 3% 0;
        margin-top: 20px;

}

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: 13px;}
h2 {
   font-size: 1.5em;
   text-decoration: none;
	padding-bottom: 0.15em;
}

h2 a{
   text-decoration: none;
}
h2 a:hover{
   text-decoration: underline;
   color: #003366;
}
   

blockquote {
	background: #FFF;
	border: thin dashed Silver;
	color: #666;
	display: block;
	font-size: 1.0em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}

h1,h2,h3 {color: #003366;}

/* misc */
.clearer {clear: both;}
.main_right .padded {padding: 6px 2px 6px 6px;}
.main .padded {padding: 18px 24px;}
.paddedSpecial {padding: 18px 0px 0px 24px; font-size: 0.9em;}

.pubCentre {
padding:4px 0;
text-align: center;
}

.pub728 {
padding:0px;
text-align:center;
width: 758px; 
background-repeat: no-repeat;
background-position: center center;
background-image: url('img/pub728.gif');
margin-left: auto; 
margin-right: auto;
}


.meta {
font-size: 0.9em; 
color: #666;
font: normal normal bold 0.9em/normal Verdana, "Bitstream Vera Sans", sans-serif;
text-transform: uppercase;
}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	font-size: 1.2em;
	background: url('http://10putes.com/bgcontainer2.png') repeat-y;
	margin: 0 auto;
	width: 870px;
	border: 12px solid #000;
}

/* header */
.header {
	float: left;
	width: 640px;
	font: normal 2.4em Verdana,sans-serif;
	line-height: 150px;
	text-align: center;	
}

/* structure */
.top {
	background: #222;
	color: #DDD;
	float: left;
	font: normal 1.4em Verdana;
	height: 50px;
	text-align: center;
	width: 640px;
}
.subnav {
	float: left;
	width: 160px;
}
.main {
	float: left;
	width: 480px;
	overflow: hidden;
}
.main_right {
	float: right;
	width: 230px;
	color: #666;
}

/* sub-navigation */
.subnav h1 {
	background: url('http://10putes.com/pixel000-90.png') repeat;
	color: #EEE;
	font: bold 1.1em Verdana,sans-serif;
	line-height: 24px;
	padding-left: 8px;
}
.subnav ul {margin: 0; padding: 0;}
.subnav li {
	border-bottom: 1px solid #333;
	list-style: none;
}
.subnav li a {
	background-image: url('http://10putes.com/pixel000-80.png'); background-repeat: repeat;	
	color: #666;
	display: block;
	padding: 2px 0 2px 12px;
	width: 148px;
	text-decoration: none;
}
.subnav li a:visited {
	background-image: url('http://10putes.com/pixel000-50.png'); background-repeat: repeat;	
	color: #AAA;
}
.subnav li a:hover {
	background-image: url('http://10putes.com/pixelCCC-50.png'); background-repeat: repeat;	
	color: #000;
}


/* footer */
.footer {
	background-image: url('http://10putes.com/pixel000-80.png'); background-repeat: repeat;	
	color: #CCC;
	font-size: 0.9em;
	line-height: 39px;
	width: 100%;
	text-align: center;
}
.footer .left,.footer .right {padding: 0 16px;}
.footer a {color: #EEE;}
.footer a:hover {color: #FAFCB0;}

.post{margin:0 0 25px 0;}

.post .info{
padding:2px 3px 3px 8px;
border:1px solid #C9C9C9;
font-size:0.9em;
color:#505050;
overflow: hidden;
text-align: right;
}

.info {
color: #666;
padding:2px 3px 3px 8px;
border:1px solid #C9C9C9;
font: normal normal bold 0.9em/normal Verdana, sans-serif;
text-transform: lowercase;
text-align: right;
}

.comment-footer
{
   margin: 0 0 20px 0;
   border-top: 1px solid #C9C9C9;
   padding-top: 3px;
   text-align: right;
}

/* Comments Styling */
#commentlist li {
text-indent: 30%;   
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #700000;
}


.commentlist li .avatar { 
   margin-left: 3px;
   margin-bottom : 5px;
   float: right;
	border: 1px solid #CCC;
	background: #fff;
	}

#commentform {
margin: 1em 0;
width: 280px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #FFFFFF;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #ffffff;
border: 1px solid #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}

.twitter_id 
{ 
font-size: 1.1em; 
background: #f8f7f6;
border: 1px solid #d6d3d3;
} 

.post ul li
{
list-style:square;
margin-left:18px;
padding:5px;
}

.entry ol li
{
padding:5px;
list-style-type: decimal;
margin-left:22px;
}

.main_right a:link,.main_right a:visited{
	color: #666666;
}

.main_right ul {
	padding: 0;
}
.main_right ul li a:link,.main_right ul li a:visited{
}
.main_right ul li {
padding: 2px 0;
font-size: 1.0em;
}
.main_right ul {
	margin: 0;
}

.highlighted {
padding-top:8px;
padding-left: 8px;
padding-right: 8px;
border:1px solid #ABC;
background-color:#eef;
overflow: hidden;
}
.nothighlighted {
padding-top:8px;
padding-left: 8px;
padding-right: 8px;
overflow: hidden;
}
.toune{
padding-top:4px;
font-size: 9px;
}

.gravatar {
	float:right;
	padding-left: 3px;
	padding-bottom: 3px;
	border: 0px;
}

.postgrav {
        float: left;
        padding: 3px;
        margin-right: 5px;
        margin-left: 5px;
        border: 1px solid #000;
        background: #fff;
}

input
{
color: #003366;
border: 1px solid #003366
}

#twitters {
	background:url(http://10putes.com/twitterific.png) left center no-repeat;
	height:60px;
	margin:20px 0 20px 0;
	padding:0 0 0 63px;
	font-style:italic;
	font-weight: bold; 
	color:#003366;
	font-size:1.1em;
	line-height:1.1em;
}

