/*  
Theme Name: Pitch Black
Theme URI: http://ataja.es/miguelherrero
Description: WP Dark theme with a "web 2.0" twist
Version: 1.0
Author: Miguel Herrero
Author URI: http://ataja.es/miguelherrero

	This theme was designed and built by Miguel Herrero.

	The CSS, XHTML and design is released under Creative Commons Attribution 2.5:
	http://creativecommons.org/licenses/by/2.5/

*/

/* ATRIBUTOS ESTANDAR */
acronym
{
	border: 0;
	color: FF9999;
}

body
{
	background-color: #959f8c;
	color: #DDDDDD;
	font-family: "Trebuchet MS", Tahoma, Arial;
	margin: 0px;
	margin-bottom: 30px;
	font-size: 0.9em;
	text-align:center;
}

img
{
	border: 0;
	vertical-align: middle;	
}

blockquote
{
	margin-left: 10px;
	padding-left: 10px;
	border-left: 3px solid #fbbb10;
}

code
{
	font-family: "Consolas", "Courier New", Courier, monospace;
	font-size: 0.85em;
}

a
{
	color: #fbbb10;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
	color: #ffffff;
}

/* BARRA SUPERIOR */

div.topbar
{
	padding: 6px;
	padding-left: 0px;
	background-color: black;
	text-align:left;
}

a.topbar
{
	color: #AAAAAA;
	padding: 6px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
	font-size: 0.8em;
}

a.topbar:hover
{
	color: black;
	background-color: #959f8c;
}

a.topadmin
{
	color: #BB0000;
	background-color: #330000;
	padding: 6px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
	font-size: 0.8em;
}

a.topadmin:hover
{
	color: black;
	background-color: #BB0000;
}

div.body
{
	display: block;
	background-color: black;
	width: 1015;
	margin: 20 auto 20 auto;
	text-align:left;
}

div.body_tl {background: url(images/body_tl.gif) no-repeat top left;}
div.body_tr {background: url(images/body_tr.gif) no-repeat top right;}
div.body_br {background: url(images/body_br.gif) no-repeat bottom right;}
div.body_bl {background: url(images/body_bl.gif) no-repeat bottom left;}
	
.tr, .tl, .bl, .br {zoom:1;position:relative;}

/* TITULO */

div.header
{
	display: block;
	clear: both;
}

img.logo
{
	margin-right: 10px;
	vertical-align: middle;
}

div.title
{
	padding: 20px;
	font-weight: bold;
	font-size: 2.0em;
	float:left;
	color: white;
}

div.searchbox
{
	float: right;
	margin-top: 30px;
	margin-right: 15px;
}

div.clear
{
	clear: both;
}

/* CONTENIDO */

div.content
{
	display: block;
	width: 600;
	float:left;
	text-align: center;
}

div.leftsidebar
{
	display: block;
	width: 190px;
	float:left;
	margin-left:10px;
}

div.rightsidebar
{
	display: block;
	width: 190px;
	margin-right:10px;
	float:right;
}

div.navigation
{	
	margin: 10 auto 10 auto;
	width: 350px;
	display: block;
	clear: both;
	text-align: center;
	background-color: #0d3e7f;
}

div.navigation_tl {background: url(images/navigation_tl.gif) no-repeat top left;}
div.navigation_tr {background: url(images/navigation_tr.gif) no-repeat top right;}
div.navigation_br {background: url(images/navigation_br.gif) no-repeat bottom right;}
div.navigation_bl {background: url(images/navigation_bl.gif) no-repeat bottom left;}

div.navigation_inside
{
	padding: 7px;
}

/* CAJAS DE LAS SIDEBARS */

div.sidebox
{
	background-color: #2c2c2c;
	background-image: url('images/strips2.gif');
	font-size: 0.85em;
	margin-top: 10px;
	display: block;
}

div.sidebar_tl {background: url(images/sidebar_tl.gif) no-repeat top left;}
div.sidebar_tr {background: url(images/sidebar_tr.gif) no-repeat top right;}
div.sidebar_br {background: url(images/sidebar_br.gif) no-repeat bottom right;}
div.sidebar_bl {background: url(images/sidebar_bl.gif) no-repeat bottom left; }

div.sideboxtitle
{		
	font-weight: bold;	
	border-bottom: 2px solid #1f80ff;
	color: white;
	margin: 6px 8px 6px 8px;
	padding-top: 6px;
}

div.sidebox ul
{
	list-style: none;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

div.sidebox ol
{	
	margin: 0px;
	padding-left: 35px;
	padding-right: 10px;
}

/* POST*/

div.post
{
	margin: 10px;
	margin-left: 25px;	
	background-color: #404040;
	background-image: url('images/strips.gif');
	text-align: left;
}

div.post_tl {background: url(images/post_tl.gif) no-repeat top left;}
div.post_tr {background: url(images/post_tr.gif) no-repeat top right;}
div.post_br {background: url(images/post_br.gif) no-repeat bottom right;}
div.post_bl {background: url(images/post_bl.gif) no-repeat bottom left;}

div.postinside
{	
	margin-left: 15px;
	margin-right: 15px;
}

span.posttitle
{
	font-size: 1.7em;
	display:block;
}
span.postdate
{
	font-size: 0.7em;
	display: block;
	color: #999999;
	text-align: right;
}

span.postinfo
{
	font-size: 0.85em;
	display: block;
	color: #999999;
}

div.postcontent
{	
	display: block;
	margin-top: 10px;
	text-align: justify;
}

div.postbox
{
	display: block;
	background-color: #535e6c;
	border: 1px solid #657890;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 10px;
}

.commentlist
{
	list-style: none;
	margin: 10px;
	padding: 10px;
}

span.postsubtitle
{
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	color: white;
}

div.commentinfo
{
	font-size: 0.7em;
	display: block;
	text-align: right;
}

input{
	width: 150px;
	background:#2c2c2c;
	border: 1px solid #777777;
	padding: 3px;
	margin-top: 3px;
	color: #dddddd;
}
textarea{
	width: 520px;
	height: 115px;
	background:#2c2c2c;
	border: 1px solid #777777;
	padding: 2px;
	margin-top: 3px;
	color: #dddddd;
}
textarea:focus, #commentform input[type="text"]:focus {
	background: #2c2c2c;
	color: #dddddd;
}
#commentform #submit{
	color: #fbbb10;
	border: 1px solid #777777;
	background-color: #555555;
}

/* PIE DE PAGINA */

div.footer
{
	clear: both;
	display: block;
	width: 1000px;
}

div.footertext
{
	font-size: 0.8em;
	text-align: center;
	padding: 15px;
	color: gray;
}

img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.foto
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 20px solid black;
}

.spoiler {
	background: #DDDDDD;
}

.spoiler_hover {
	background: inherit;
}

#twitter_div {
	padding-left: 10px;
}

.twitter-title {
	font-size: 0.7em;
	font-weight: bold;
	margin-left: 5px;
}

ul#twitter_update_list {
	padding-left: 0px;
}

ul#twitter_update_list li {
	display: block;
	background-color: #535e6c;
	border: 1px solid #657890;
	padding: 2px;
	margin-top: 5px;
}

ul#twitter_update_list li a.twitter_permalink {
	display: block;
	background-color: #3d4958;
	padding-left: 2px;
}
