/*

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;
	border: 0 none #fff;
}
a {
	color: #fffeff;
	text-decoration: none;
}
body {
	background: #000 url('img/bg.png') repeat-x fixed left bottom;
	color: white;
	margin: 20px 0;
	text-align: center;
	font: normal 1.0em "Lucida Grande", Lucida, Verdana, sans-serif;
}

ul.twitter {
	text-align: left;
	margin: 0;
	color: #fefbfb;
	width: 100%;
	font: 15px/1.5 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background-color: #510708;
	border: 1px none white;
	padding: 5px;
	text-shadow: #000 2px 2px 2px;
}

li.twitter-item {
	list-style-image: none;
	list-style-type: disc;
	font: 15px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	list-style-position: inside;
}
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: #d5d5d5;
	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: none no-repeat;
	padding-left: 28px;
	color: #dedede;
}


/* Main structure */
.main {
	background: #000; 
	border: 3px none #141414 #202020 #222 #202020; 
	margin: 20px auto 4px auto; 
	text-align: left;
	width: 995px; 
}


/* Header */
.gfx {
	background: #050505 url('img/dark_pixel.jpg') no-repeat center;
	text-align: left;
	list-style-type: none;
	height: 112px;
}
.gfx h1 {
	color: #111;
	text-align: center;
	list-style-type: none;
	font: normal 2em "Lucida Grande", Lucida, Verdana, sans-serif;
	text-shadow: #000 4px 4px 4px;
	padding-top: 25px;
}


/* Menu */
.menu a {
	background: #000 url('img/bgmenu.png') repeat-x;
	border-right: 1px none #222;
	border-top: 1px none #1A1A1A;
	color: #fffeff;
	float: none;
	width: auto; height: auto;
	border-style: none;
	font-size: 1em;
}
.menu a span {
	margin: 20px;
	text-align: center;
}

.menu {
	text-align: center;
	padding-bottom: 10px;
	font-weight: bold;
	color: white;
}
.menu a:hover {
	color: #e02326;
	background: inherit left bottom;
}
.menu a#last {
	width: auto;
	border-right: none;
	margin: 20px;
	height: auto;
}


/* Content */
.content {
	border-top: 1px none #1A1A1A;
	background: #030303;
	clear: both;
}
.content h1 {
	margin: 0 0 4px;
	color: white;
	font: bold 1em sans-serif,Arial;
}
.content p {
	margin: 0 0 12px;
}
.item {
	background: #030303 url('img/bgitem.gif') repeat-x;
	padding: 3px 10px;
}


/* Footer */
.footer {
	padding: 5px;
	background: #0A0A0A;
	color: #a5a5a5;
} 


	
	/*post stylng*/
.item{margin: 0;}

.item .info{
padding: 2px 3px 10px 8px;
border: 1px none #c3c3c3;
color:#505050;
	font-size: 1.0em;
	border-bottom: 2px solid #6a6a6a;
}

/* Comments Styling */
#commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px none #700000;
}

#commentform {
margin: 1em 0;
background: #1a1a1a;
width: 280px;
}

#commentform textarea {
background: #f8f7f6;
border: 1px none #d6d3d3;
width: 280px;
}
#commentform textarea:hover {
background: #f8f7f6;
border: 1px none #d6d3d3;
}
#commentform textarea:focus {
background: #f8f7f6;
border: 1px none #939793;
}

#commentform #email, #commentform #author, #commentform #url {
font-size: 1.1em;
background: #f8f7f6;
border: 1px none #d6d3d3;
width: 280px;
}
#commentform #email:hover, #commentform #author:hover, #commentform #url:hover {
font-size: 1.1em;
background: #f8f7f6;
border: 1px none #d6d3d3;
width: 280px;
}
#commentform #email:focus, #commentform #author:focus, #commentform #url:focus {
font-size: 1.1em;
background: #f8f7f6;
border: 1px none #939793;
width: 280px;
}
#commentform input{
margin-bottom: 3px;
}

a {
	color: #ffb2af;
	font-weight: bold;
}

h1 a {
	color: white;
}