/*  
Theme Name: mv
Theme URI: http://marcosvillanueva.net/
Description: 
Author: svcnt
Author URI: http://dunadigital.com/
*/

/* Estructura */

body {
	font-size: 62.5%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
	background-image: url(images/background.gif);
	background-repeat: repeat-x;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	background-color: white;
	margin: 0px auto;
	padding: 0px;
	width: 770px;
	border: 1px solid #959596;
	}

#header {
	position: relative;
	top: 0px;
	background: url('images/header.jpg');
	background-color:#E8E8E8;
 	width: 770px;
 	height: 205px;
	margin: 0px;
	border-bottom: 1px solid #cccccc;
	}
	
#about{
	position:absolute;
	top: 55px;
	margin-left:22px;
	width:232px;
	font-size:1em;
	text-align:justify;
	color:#666666;
}

#sidebar{
	float: left;
	width: 28%;
	margin-left: 20px;
	_margin-left: 10px;
	background-color:#ffffff;
	padding: 0px 10px 10px 10px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

#sidebar_1{}

#content {
	float: right;
	font-size: 1.2em;
	text-align:justify;
	width: 63%;
	_width: 62%;
	margin-right: 15px;
	_margin-right: 10px;
	}

.post{
	background-image: url(images/fondo_post.gif);
	background-repeat:no-repeat;
	background-position: bottom;
	padding-bottom: 50px;
	margin-top: 5px;
	margin-bottom: 10px;
}

#postmetadata{
	font-size: 0.8em;
	text-align:right;
}

#footer {
	clear: both;
	text-align:center;
	}
	
	/* Tipografía */
	
.entry{
	font-size: 1.2em;
	color:#666666;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.entrytext{
	font-size: 1.2em; 
	color:#666666;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p{
	margin-top: 10px;
	margin-bottom: 10px;
}

#content a, a:hover, a:active, a:visited{
	color:#3300CC;
}

#content small{
	font-size: 0.8em;
	color:#999999;
}

blockquote, cite{
	text-align:left;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 10px;
	padding-right: 10px;
	background-color:#FFFFFF;
	border-left: 30px solid #F9F9F7;
	border-right: 20px solid #F9F9F7;
}

#content h2{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	font-weight:100;
	color:#CC0000;
	text-align:right;
	padding: 15px 10px 15px 10px;
	background-image:url(images/fondo_content_h2.gif);
	background-repeat:no-repeat;
	border-bottom: 1px solid #999999;
	margin-top: 0px;
}

#content h2 a, h2 a:visited{
	color:#CC0000;
	text-decoration:none;
}

#content h2 a:hover{
	color:#FF0000;
	text-decoration:none;
}

#content h3{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color:#333399;
	font-weight: 100;
	text-align:right;
	padding: 10px 10px 10px 10px;
	background-color:#F9F9F7;
	border-bottom: 1px dotted #999999;
	margin-top: 0px;
}

#content li{
	list-style-type: square;
	list-style-position: outside;
	margin-bottom: 5px;
}

#comments, #respond{
	font-size: 1em;
	color: #0099FF;
}

#commentform textarea{
	background-color: #F9F9F7;
	font-size: 1.1em;
	color:#666666;
	border: 1px solid #CCCCCC;
	padding: 5px;
}

#commentform input{
	background-color:#cccccc;
	border-color:#6699FF #6666FF #6666FF #6699FF;
	border-width:1px;
	color: #ffffff;
	font-weight: bold;
}

hr{
	border-color: #CC0000;
	border-top-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
}

#sidebar{
	font-size: 1em;	
}

#sidebar h2{
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: solid #cccccc 1px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#sidebar ul, li{
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	text-indent: 0px;
}

#sidebar a, #sidebar a:hover, #sidebar a:active, #sidebar a:visited{
	font-size: 1.2em;
	color: #555555;
	font-weight: normal;
}

#sidebar_1 a, #sidebar_1 a:visited {
display: block;
font-size: 1.2em;
color: #CC0000;
font-weight: bold;
background-image: url('images/fondomenu.gif');
background-repeat: no-repeat;
background-color:#FFFFFF;
width: 100%;
text-indent: 15px;
text-decoration: none;
line-height: 18px;
margin-bottom: 1px
}

#sidebar_1 a:hover {
display: block;
font-size: 1.2em;
color: #ffffff;
font-weight: bold;
background-image: url('images/fondomenu_hover.gif');
background-repeat: no-repeat;
background-color:#663300;
width: 100%;
text-indent: 15px;
text-decoration: none;
line-height: 18px;
margin-bottom: 1px
}

#sidebar_1 a:active {
display: block;
font-size: 1em;
color: #ffffff;
font-weight: bold;
background-image: url('images/fondomenu_hover.gif');
background-repeat: no-repeat;
background-color:#FF9900;
width: 100%;
text-indent: 15px;
text-decoration: none;
line-height: 18px;
margin-bottom: 1px
}

#recientes ul{
	margin-top: 5px;
	margin-bottom: 5px;
}

#recientes li{
	border: 1px solid #cccccc;
	background-color:#F9F9F7;
	padding: 3px;
	margin-bottom: 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

#recientes a, #recientes a:visited{
	background-color:#F9F9F7;
	font-weight: normal;
}

#recientes a:hover{
	color:#CC0000;
	font-weight: normal;
	text-decoration:none;
}

.postmetadata, .postmetadata a, .postmetadata a:hover, .postmetadata a:visited, .postmetadata a:active{
	font-size: 0.8em;
	text-align: right;
}

#linkpage h2{
	background-image:url(images/fondo_post.gif);
	font-size:0px;
	border: 0px;
}

#linkpage li{
	list-style-type: none;	
}

/* imágenes*/

#sidebar img {
	text-align:center;
	margin: auto;
	border: 1px solid #999999;
	background-color:#FFFFFF;
	padding: 2px;
}
	
/*Menú superior*/

#top_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	font-size: 11px;
	padding: 10px;
	margin-left: 20px;
}

#top_menu ul {
list-style: none;
padding: 0;
margin: 0;
}

#top_menu li {
	float: right;
	margin-right: 5px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
}

#top_menu a {
	color:#E3D8C6;
	text-decoration: none;
	background-color:#660000;
}

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

/* Formulario de búsqueda */

#searchform{

}

#s{
	background-color: #F0F0F0;
	border: solid #cccccc 1px;
	color: #CC0000;
	font-size: 10px;
}

#searchsubmit{
	color: #333333;
	font-size: 10px;
	height: 20px;
	border: 1px solid #cc0000;
	background-color: #f5f5f7;
}