/*#############################################################
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: #FF6600;
	font-weight:bold;
	text-decoration: none;
}
body {
	background: #000 url(img/bg.png) repeat-x fixed left bottom;
	color: #999;
	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",serif;
	background: url(img/bgcode.gif);
	color: #888;
	display: block;
	padding: 3px 6px;
	white-space: pre;
	margin-bottom: 12px;
}


/* Misc */
div.quote {
	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: 960px; 
}


/* 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 {
	height:35px;
	background: #000 url(img/bgmenu.png) repeat-x;
	border-top: 1px solid #1A1A1A;
}
.menu a {
	background: #000 url(img/bgmenu.png) repeat-x;
	border-right: 1px solid #444;
	border-top: 0px solid #1A1A1A;
	color: #ccc;
	font-size: 13px; font-weight:bold; font-style:italic;
	float: left;
	padding-top: 4px;
	width: 129px; height: 30px;
}
.menu a span {
	padding-left: 6px;
}
.menu a:hover {
	background-position: left bottom;
	color: #fff;
}
.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;
}

h2,  h3 {color:#FF6600; font-style:italic;}

.content p {
	margin: 0 0 12px;
}
.item, .blogEmelent {
	background: #030303 url(img/bgitem.gif) repeat-x;
	padding: 8px 10px;
}

.item h2 a{color:#FF6600; font-weight:bold; font-size:24px; font-style:italic;}
.item h3 a{color:#FF3300; font-weight:bold; font-size:16px; font-style:italic;}


/* Footer */
.footer {
	padding: 5px;
	background: #0A0A0A;
	color: #666;
} 



#captchaError{border:1px solid #FF0000; background-color:#FFCCCC; font-weight: bold; color:#000000; text-align:center;}
#captchaOK{color:#00FF00; font-weight: bold; height:400px;}



.contact{
	background-image:url(img/contact.jpg); background-repeat:no-repeat;
}





/*  blog  */
.fecha{font-weight:bold; font-size:9px; color:#FFFF00; font-style:italic;}
h2.post, .diaBlog, .mesBlog, .anhoBlog {display:inline;}



/* ocultacion tags */
.hiddentags{width:1px; height:1px; overflow:hidden; display:none; visibility:hidden;}