/*  
Theme Name: Version 2 blog prakanstudios
Theme URI: http://www.prakanstudios.com/
Description: Adaptación para Wordpress de <a href="http://www.anieto2k.com">Deep Red Theme</a>
Version: 1.0
Author: prakanstudios
Author URI:  http://www.prakanstudios.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/bgbody.gif) repeat-y center top;
	font: normal 0.7em Tahoma,Verdana,sans-serif;
}
div a {
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}
h1 {
	color: #444;
	font: bold 1.5em sans-serif;
	margin: 18px 0 0 0;
}

h2 {
	color: #444;
	font: bold 1.0em sans-serif;
	margin: 18px 0 0 0;
}


code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #A2D31F;
	color: #555;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #555;
	display: block;
	font: bold 1.2em "Trebuchet MS",serif;
	margin: 6px 0;
	padding-left: 28px;
}

/* structure */
.main {
	width: 760px;
	margin: 0 auto;
}
.main_left {
	float: left;
	padding-top: 6px;
	width: 500px;
}
.main_right {
	border-top: 0px solid #FFF;
	float: right;
	width: 254px;
}
.footer {clear: both;}

/* misc */
.left {
	float: left;
}
.right {
	float: right;
}
.header,.link_projects,.lbl {
	border-bottom: 6px solid #FFF;
}
div.link_projects a:hover,div.link_updates a:hover, .content a:hover, div.footer div.left a:hover {
	background: #A2D31F;
	color: #FFF;
}

/* logo */
.header {
	background: #ffffff url(img/bgheader.gif) repeat-y;
	height: 90px;
}

.header a {
	padding: 0px 250px 40px 0px;
	text-decoration: none;
}

.header a i {
	visibility: hidden;
}

/* main navigation */

#menuh {
	font: bold 0.9em Verdana,sans-serif;
	margin: 0px 0px 0px 13px;
	padding-top:50px;

}

#menuh ul, li {
	list-style-type: none;
}

#menuh ul {
	margin: 0;
	padding: 0;
}

#menuh li {
	float: left;
}

#menuh a {
	text-decoration: none;
/*	background: #A2D31F url(img/grdnt_red.png) repeat-x;*/
    background-color: #a2d31f;
	display: block;
	padding: 3px 10px;
	text-align: center;
	height: 18px;
	width: 100px;
	border-right: 1px solid #FFF;
padding: 3px 3px 0px 3px;
}

#menuh a:hover {
	background: #444;
}

.alignright {
	float:right;
	padding:5px;
}

.alignleft {
	float:left;
	padding:5px;
}

/* projects */
.lbl {
	background: #222 url(img/bglbl.gif) repeat;
	clear: both;
	color: #FFF;
	font: normal 4em "Lucida Sans Unicode",sans-serif;
	height: 70px;
	overflow: hidden;
	text-align: center;
	border-top: 6px solid #FFF;
	padding-top: 5px;
}

.lbl strong {
	margin-right: 100px;

}

.lbl li {
	list-style-type:none;
	font: normal 1.5em "Lucida Sans Unicode",sans-serif;

}
.link_projects a {
	display: block;
	height: 100px;
	text-align: center;
	color: #FFF;
	padding-top: 24px;
	width: 124px;
	font-size: 0.9em;
	font-family: sans-serif;
}
.link_projects a span {
	font: normal 3em sans-serif;
}
a.g1 {
	background: #888;
}
a.g2 {
	background: #666;
	border-left: 6px solid #FFF;
}

/* updates */
.link_updates {
	background: #222 url(img/grdnt_gray.gif) repeat-x;
}
.link_updates .lbl {
	font: normal 1em "Trebuchet MS",sans-serif;
        height: 120px;
}


/* content */ 
.content {
	color: #444;
	font-family: Verdana,sans-serif;
	line-height: 1.3em;

}
.content a {
    color: #81b717;
    text-decoration: underline;
/* Original
	color: #666666;
	text-decoration: underline;
*/
}

.content a:hover {
    color: #656565;
    background: #fff;
}

.content p {
	margin: 4px 0 20px 0;
}
.content .descr {
	border-bottom:1px dashed #A2D31F;
	border-top:1px dashed #A2D31F;
	color: #666;
	padding:3px 0;
	margin: 10px 0px 3px 0px;
}

.content .post {
    margin-bottom: 10px;
	padding: 5px 10px 10px 10px;
/*	background-color: #EDEDED;  */
}

.content .post h1 {
	font-weight: bold;
	font-size: 1.5em;
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: .25em;
	line-height: 22px;

}

.content .post h1 a {
	/* color: black; */
	/* color: #84b508; */
	color: #656565;
	text-decoration:none;
	padding: 4px 0;
    line-height: 2em;

}

.content .post h1 a:hover {
	text-decoration:none;
/*	background-color: #EDEDED; */
    border-bottom: 5px solid #b2d56b;
    background-color: #fff;
/*	color: #6AB21A; */
}

.content .post h1 i {
	color: #A2D31F;
	margin: 0px 4px 0px 4px;
	font: bolder;
}

.content .post p img {
/*    display: block; */
    margin: 0 auto;
}

.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

.comentarios {
	width: 460px;
	margin-left:10px;
	margin-top:10px;
	padding: 5px;
	background-color: #CCFF99;  
}

.comentarios a {
	color: black;
	font: bold;
	text-decoration: underline;
}

.comentarios a:hover {
	color: #A2D31F;
  	font: bold;
	text-decoration: none;
}

.dejarcomentario {
	width: 440px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 40px;
	padding: 5px 5px 15px 25px;
	background-color: #E3E3E3; 
}

img.ico {
	margin: 0px 3px 0px 3px;
	padding-top: 10px;
	border: 0px;
}

/* footer */
.footer {
	color: #666;
	clear: both;
	margin-bottom:10px;
}

.footer .right a {
	background: #2A2A2A;
	color: #555;
}
.footer .right a:hover {
	background: #383838;
	color: #999;
}
.footer .left a {
	color: #777;
}
