/*

Theme Name: Dark
Theme URI: http://www.kaushalsheth.com/
Description:  A lightweight, simple and pleasant design.
Author: Kaushal Sheth
Author URI: http://www.kaushalsheth.com/
*/


/*#############################################################
Name: Blackbox
Date: 2006-06-01
Author: Viktor Persson
URL: http://arcsin.se

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

/* Standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #999;
	text-decoration: none;
}
body {
	background-color:#000000;
	color: #cccccc;
	margin: 20px 0;
	text-align: center;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;

}
/*ul {
	margin: 12px 0;
}
li {
	list-style: url('img/li.gif');
	margin-left: 18px;
}
*/
code {
	font: normal 1em "Lucida Sans Unicode",serif;
	background: url('img/bgcode.gif');
	color: #888;
	display: block;
	padding: 3px 6px;
	white-space: pre;
	margin-bottom: 12px;
}


/* Misc */
blockquote {
	margin-bottom: 12px;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	background: url('img/quote.gif') no-repeat;
	padding-left: 28px;
	color: #666;
}


/* Main structure */
.main {
	background: #000; 
	/*border: 3px double #EEE; 
	border-color: #141414 #202020 #222 #202020; */
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 780px; 
}


/* Header */
.gfx {
	background: #222 url('img/dark_pixel.jpg') no-repeat;
	height: 240px;
}
.gfx h1 {
	color: #111;
	font: normal 2.6em Tahoma,sans-serif;
	padding: 16px 20px;
}


/* Menu */
.menu a {
	background: #000 url('img/bgmenu.png') repeat-x;
	border-right: 1px solid #222;
	border-top: 1px solid #1A1A1A;
	color: #444;
	font-size: 1.2em;
	float: left;
	padding-top: 4px;
	width: 149px; height: 36px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background-position: left bottom;
	color: #666;
}
.menu a#last {
	width: 150px;
	border-right: none;
}


/* Content */
.content {
	border-top: 1px solid #1A1A1A;
	background: #1A1A1A;
	clear: both;
}
.content h1 {
	margin: 0 0 4px;
	font: bold 1.1em sans-serif,Arial;
	color: #666;
}
.content p {
	margin: 0 0 12px;
}
.item {
	background: #030303 url('img/bgitem.gif') repeat-x;
	padding: 8px 10px;
}


/*HEADER */
#header{
 position:relative; 
 height:70px; 
 background: #000 url("/images/header.gif") no-repeat left top;
 width:100%;
 z-index: 10;
 zoom: 1;
} 
/*float the header image in there */
#headerImg{
 position:relative; 
 padding-top:10px;
 zoom: 1;
}
/* Footer */
#footer{
 height:50px; 
 padding-top:10px;
  background-color:#000000; 
 clear:both;
 text-align:center;
 color:#888888;
 font-size:10px;
 font-family:Arial, Helvetica, sans-serif;
 } 
.foot a:link {color: #888888; outline:none; text-decoration:none;}     /* unvisited link */
.foot a:visited {color: #888888; outline:none; text-decoration:none;}  /* visited link */
.foot a:hover {color: #d0d0d0; outline:none; text-decoration:underline;}   /* mouse over link */
.foot a:active {color: #d0d0d0; outline:none;}
 



	
	/*post stylng*/
.item{margin:0 0 25px 0;}

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

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

#commentform {
margin: 1em 0;
background: #1a1a1a;
width: 280px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #f8f7f6;
border: 1px solid #d6d3d3;
}
#commentform textarea:focus {
background: #f8f7f6;
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;
background: #f8f7f6;
border: 1px solid #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #f8f7f6;
border: 1px solid #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}

#navigation {
    float: right;
    list-style-type: none;
    margin: 0px 25px 0px 0px !important;
    margin: 0px 12px 0px 0px;
    padding: 15px 0px 0px 0px;
    height: 19px;
    overflow: visible;
    position: relative;
    z-index: 10;
}

#navigation li {
    display: block;
    float: left;
    position: relative;
    line-height: 19px;
}

#navigation li a {
    display: block;
    float: left;
    height: 19px;
    line-height: 19px;
    color: #fff;
    text-decoration: none;
    padding: 0px 5px;
}

#navigation li a:hover, #navigation li a.hover, #navigation li.active {
    background: #e30000;
}


#navigation li ul {
    position: absolute;
    left: 0px;
    top: 19px;
    padding: 5px 0px;
    margin: 0px;
    width: 195px;
    background: #e30000;
    display: none;
    font-size: 12px;
    zoom: 1;
}

#navigation li ul li {
    float: none;
    background: url("/images/subnav_separator.gif") no-repeat left bottom;
}

#navigation li ul li a {
    float: none;
    padding: 1px 12px;
}
