/*   
Theme Name: Jorge Benites 1.0
Theme URI: http://abccomunicacion.com/
Description: Theme desarrollado en WordPress para el blog de Jorge Benites.
Author: ABC Comunicacion
Author URI: http://abccomunicacion.com/
Version: 1.0 
*/
/* ---------------------------------------------------
	Reseteo
------------------------------------------------------ */
html,body,div,span,
applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
dd,dl,dt,li,ol,ul,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
}
html, body {
	height: 100%;
	width: 100%;
	font-family: "Georgia", Times New Roman, Times, serif;
}
ol,ul {
	list-style: none;
}
a img, :link img, :visited img {
	border:none
}
blockquote {
	margin: 7px;
	padding:10px;
	background-color:#472C2C;
	color:#F9F8E5;
	-moz-opacity:.75;
	opacity:.75;
}
blockquote p {
	font-style:italic;
}
blockquote p a {
	font-weight:bold;
}
/* ---------------------------------------------------
	Estilos Generales
------------------------------------------------------ */
html, body {
	background: #000000 url(img/barra-fondo.png) no-repeat 100px 20px;
}
span {	
	display:none;
}
h1 {
	padding-top:40px;
	padding-left:20px;
	}
h1 a {
	outline:0;
}
h2 a {
	font-size: 28px;
	color: #5A2020;
	font-style: italic;
	text-decoration:none;
}
h2.widgettitle{
	color: #5A2020;
	font-size:22px;
	margin-top:10px;
}
h4 a {
	font-size:18px;
	color:#333333;
	text-transform:uppercase;
	text-decoration:none;
}
h4 a:hover {
	color: #5A2020;
}
strong {	
	font-weight:bold;
	}
hr.separador {
	color: #CCCCCC;
	font-size: 1px;
	margin-bottom:10px;
}
/* ------------------------
	Estructura
	----------------------- */
#contenedor {
	width:820px;
	margin:0 auto;
}
#principal {
	width: 575px;
	background: #F9F8E5 url(img/pie_normal.png) no-repeat center bottom;
	float: left;
	padding-bottom: 130px;
	margin-bottom:150px;
	margin-top: -70px;
}
#principal a {
	color: #5A2020;
}
span.link	 {
	height:10px;
	display:block;
	background: url(img/link.png) no-repeat bottom;
	clear:both;	
}
/* --------------
	Menu
	------------*/
ul.menu {
	padding-top:10px;
	margin: 0px 0px 25px 35px;
}
ul.menu li a{
	float:left;
	color:#CCCCCC;
	text-decoration: none;
	margin-right:35px;
	font-size:16px;	
}
ul.menu li a:hover {
	color: #5A2020;
	background:url(img/link_hover.png) no-repeat center bottom;
	height:25px;
}
/*----------------
	Post
	--------------*/
.item {
	margin-top:40px;

}
.post {
	margin: 25px 60px 0px;
}
.item .post p{
	font-size:13px;
	line-height: 16px;
	margin: 10px 0px 15px;
}
.info-post p a{
	color: #5A2020;
}
.paginacion {
	font-size:10px;
}
/* ----------------
	Sidebar
	----------------*/
#barra {
	float: left;
	background: url(img/barra-medio.png) repeat-y;
	width: 223px;
	margin: 20px 0px 20px 20px;
	}
#barra li a {
	color:#333333; 
	font-style:italic;
	text-decoration:none;
}
ul#barra li a:hover {
	color: #5A2020;
}
.arriba {
	background: url(img/barra-arriba.png) no-repeat;
	height:200px;
	padding: 40px 0px 0px 30px;
}
.abajo {
	background: url(img/barra-abajo.png) no-repeat;
	margin-bottom:40px;
	padding: 70px 0px 0px 40px;

}
.abajo p, .abajo p a {
	font-size:10px;
	color:#000000;
	margin-top:4px;
}
.abajo p a:hover {
	color: #5A2020;
}
/* Widgets */
.widget_pages, .widget_categories, .widget_archive, .widget_text, .widget_meta {
	padding-left:20px;
}
.widget_text li {
	list-style: none;
}
.widget_pages, .widget_text {
	margin-top:15px;
}
#barra ul ul li{
	margin-left:15px;
	font-size:11px;
	margin-top:3px;
}
#barra ul li {
	margin-top:3px;
}
.widgettitle {
	margin-bottom:10px;
}
#searchform {
	margin-top:20px;
}
.text-submit{
	margin-left:15px;
	width:120px;
	border:none;
}
.submit {
}
/*--------------
	Pie
   -------------*/
.pie {
	background: url(img/pie.png);
	height: 118px;
}
/*------------
	Comentarios
	-----------*/
#commentform {
	width:150px;
}
#comentario-texto {
}
.comentario-bloque {
	margin-top:10px;
}
.nombre {
	font-size:12px;
}
.comentario-fecha {
	font-size:9px;
}
label small {
	font-size:10px;
	color: #666666;
}
ol.comentaristas {
	border-bottom: 1px solid #999999;
}