/*  
Theme Name: Deep Red
Theme URI: http://templates.arcsin.se/
Description: A two-column layout with a touch of red. Based on the <a href="http://templates.arcsin.se/">free website template</a> Deep Red.
Version: 1.0
Author: Andrés Nieto
Author URI:  http://www.anieto2k.com
*/

/*#############################################################
Name: Deep Red
Date: 2006-08-28
Description: A two-column layout with a touch of red.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/


/* standard elements */
* {
	margin: 0;
	padding: 0;
}
body {
	background: url('img/bg.gif') top center repeat-x;
	font: normal 0.7em Tahoma,Verdana,sans-serif;
	padding-top: 20px;
}
div a {
	color: #909090;
	cursor: pointer;
	text-decoration: none;
}

h1 {
	color: #444;
	font: normal 2em sans-serif;
	margin: 18px 0 0 0;
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #D91623;
	color: #555;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: #fafafa url(img/quote2.gif) no-repeat;
	color: #565656;
	display: block;
	font: normal 1.2em "Trebuchet MS",serif;
	margin: 6px 0;
	padding-left: 28px;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}

/* structure */
.main {
	width: 804px;
	margin: 0 auto;
	background-color:#ffffff;
}

.flash {
	width: 850px;
	height: 100px;
	padding-top: 10px;
	margin: 0 auto;
	text-align: center;
	background-color:#646464;
}

.main_left {
	float: left;
	padding-top: 6px;
	width: 520px;
}
.main_right {
	border-top: 6px solid #fff;
    background-color:#1a1a1a;
	float: right;
	width: 253px;
}
.footer {clear: both;}

/* misc */
.left {
	float: left;
}
.right {
	float: right;
}
.header,.link_projects,.link_updates a {
	border-bottom: 6px solid #fff;
}

.home-link,.home-link:hover
{
	margin:0;
	padding:0;
	display:block; 
	border:0;
	height: 180px;
}

.lbl {
	border-bottom: 1px solid #303030;
}

div.link_projects a:hover,div.link_updates a:hover, .content a:hover, div.footer div.left a:hover {
	background: #fff;
	text-decoration:underline;
}

/* logo */
.header {
	background: #94a903 url(img/bgheader2.gif);
	height: 180px;
}
.header h1 {
	margin: 0;
	padding: 124px 0 0 24px;
	font: normal 2.2em Verdana,sans-serif;
}

/* main navigation */
.link_menu {
	background: #c46666;
}
.link_menu a {
	border-bottom: 1px solid #FFF;
	display: block;
	font: bold 0.9em Verdana,sans-serif;
	height: 18px;
	padding: 6px 0 0 10px;
	text-decoration: none;
}
.link_menu a:hover {background: #fff;}

#navMenu li {
	list-style-type:none;
}

/* projects */
.lbl {
	background: #222 url(img/bglbl2.gif) repeat-x;
	clear: both;
	color: #c6c6c6;
	font: normal 1.3em "Verdana",sans-serif;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	text-align: center;
}

.link_projects a {
	display: block;
	height: 100px;
	text-align: center;
	color: #ff0;
	padding-top: 24px;
	width: 124px;
	font-size: 0.9em;
	font-family: sans-serif;
}
.link_projects a span {
	font: normal 5em sans-serif;
}
a.g1 {
	background: #fff;
}
a.g2 {
	background: #666;
	border-left: 6px solid #FFF;
}

/* widget */
.widget ul {border-bottom: 0px solid #303030;}
.widget li {list-style: none; border-bottom: 1px solid #272727;}
.widget li a {display: block; width: 100%; text-indent: 12px; padding: 6px 0; font-size: 1.1em; color:#909090}
.widget li a:hover {display: block; width: 100%; text-indent: 12px; padding: 6px 0; font-size: 1.1em; color:#9e9e9e; background-color:#1f1f1f;}
.widget li.recentcomments {padding: 6px 0 6px 12px;}

div.search-div
{
	/*background: url(img/searchdivbg.gif) left repeat-x;*/
	width:100%;
	height:50px;
	text-align:center;
	/*border-top: 1px solid #313131;*/
}

div.tag-baloon
{
	margin-top:5px;
	margin-bottom:20px;
}

.blog-input
{
	margin:0;
	padding:0;
	border:0px;
	width:147px;
	color:#000000;
	line-height:14px;
}

.blog-submit
{
	margin:0;
	padding:0;
	border:0;
	background: url(img/button.gif) left no-repeat;
	width:85px;
	height:20px;
	text-align:center;
	color:#FFFFFF;
}

.search-module-title
{
	margin:0;
	padding:0;
	color: #acacac;
	font: normal 1.3em "Verdana",sans-serif;
	line-height: 30px;
}

/* updates */
.link_updates {
	background: #222 url(img/grdnt_gray.gif) repeat-x;
}
.link_updates .lbl {
	border-top: 6px solid #FFF;
	height: 100px;
	line-height: 100px;
}
.link_updates a {
	clear: right;
	display: block;
	font: normal 1em "Trebuchet MS",sans-serif;
	height: 55px;
	padding: 10px 0;
	text-align: center;
}
.link_updates a span {
	float: left;
	font: bold 1.1em Verdana,sans-serif;
	margin-left: 6px;
	margin-top: 14px;
	padding: 5px;
}

/* content */ 
.content {
	color: #444;
	font-family: Verdana,sans-serif;
	line-height: 1.3em;
	padding: 0 10px 10px; 
	width: 500px;
}

.content h1, .content h1 a
{
	font-size:1.3em;
	color:#696969;
}

.content a {
	color: #94a903;
}
.content p {
	margin: 4px 0 10px 0;
}
.content .descr {
	color: #666;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}


/* footer */
.footer {
	font: normal 1em Tahoma,Verdana,sans-serif;
	color: #666;
	clear: both;
	height: 40px;
}
.footer .right a {
	font: normal 1em Tahoma,Verdana,sans-serif;
	color: #555;
	padding: 1px 3px;
}
.footer .right a:hover {
	background: #383838;
	color: #999;
}
.footer .left a {
	font: normal 1em Tahoma,Verdana,sans-serif;
	color: #777;
}
.footer .left {
	background-color:#ffffff;
	border-top: 1px solid #F0F0F0;
	padding: 9px 0 9px 9px;
	width: 544px;
}
.footer .right {
	background-color:#ffffff;
	border-top: 1px solid #F0F0F0;
	padding-right: 8px;
	padding: 9px 0;
	text-align: right;
	width: 250px;
}

/* COMENTS */
.commentlist li {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #a2b425;
	color: #555;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
}

.commentmetadata a, #commentform a {
	color:#D91623;
}
#comment {
	width:97%;
	height:15em;
}
.insertando {
	text-align:center;
	font-size:1.5em;
}
.gravatar {
float:right;
}

.pp_image {
	border: 0px;
}
