/*

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: #111111;
	color: #cbcbcb;
	margin: 20px 0;
	text-align: center;
	font: normal 0.8em sans-serif,Arial;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url('img/li.gif');
	margin-left: 18px;
}
code {
	font: normal 1em "Lucida Sans Unicode","Bitstream vera sans","sans serif";
	background: url('img/bgcode.gif');
	color: #888;
	display: block;
	padding: 3px 6px;
	white-space: pre;
	margin-bottom: 12px;
}

small {
	font: normal 0.5em "Lucida Sans Unicode","Bitstream vera sans","sans serif";}




/* 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; 
	margin: 20px auto 4px auto; 
	text-align: center;
	width: 620px; 
}


/* Header */
.gfx {
	background: #222 url('img/dark_pixel.jpg') no-repeat;
	height: 91px;
}
h1 img {
	border:none;
}


/* Menu */
.menu a {
	background: #000 ;
	color: #c0c0c0;
	font-size: 1em;
	padding-top: 4px;
	height: 12px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	color: #ffffff;
	
}
.menu a#last {
	width: 150px;
	border-right: none;
}


/* Content */
.content {
	padding: 20px 2px 2px 2px;
	background: #000000;
	clear: both;
}
.content img {
	text-align: center;
}

.content h1 {
	margin: 10px 16px 6px 0;
	font: bold 1.6em sans-serif,Arial;
	color: #cbcbcb;
	text-align: right;
}
.content p {
	margin: 0 0 12px;
}
.item {
	background: #000000  ;
	padding: 8px 10px;
}

.entry {
	text-align: justify;
}

.entry a {
	text-decoration:underline;
}

.entry a:hover {
	color: #ffffff;
}

.entry img {
padding: 2px;
border:none;
}

.centro  {
	text-align: center;

}

/* Footer */
.footer {
	padding: 5px;
	background: #111111;
	color: #666;
} 

.footer small {	
	color: #414141;
}
	

.idioma {
	text-align: right;
	font: 1em "Lucida Sans Unicode","Bitstream vera sans","sans serif";}
	
	/*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;
}

