/*   
Theme Name: Rel Santana
Theme URI: http://arielsantana.com
Description: Template para Blogazine
Author: Ariel Santana
Author URI: http://arielsantana.com
Version: 1
*/

@media screen {
body{
 margin: 0 0 0 0;
 font-family: georgia;

}  

hr {
color: black;
background-color: black;
height: 2px;

}
a {text-decoration:none;color:#434351;font-weight:800;}
a:hover {text-decoration:none;color:#66667A;}

/* Encabezado */

#page-wrap { width: 700px; margin-left: 220px; 
min-height: 100%;
height: auto !important;
}

#post-wrap { width: 100%;}

#header {
 width: 100%;
 height: 40px;
 background: black;
 color:white;
 padding: 0;
}
#logo{
 margin 0 0 0 0;
display: inline;
float:left 
} 
/* Menú */

.bottomnav {font-size:1em;height:27px;background:#000000;padding-left:9px;margin:0 0 18px;overflow:hidden; font: Georgia;}
.bottomnav li {float:left;height:27px;overflow:hidden;margin:0;}
.bottomnav a {color:#EFEFF1;font-weight:normal;padding:5px 9px;display:block;}
.bottomnav a:hover {color: black; background: #FFFFFE;}
.bottomnav a#iconrss {color: black;  margin: 2px 5px 0 0;}
.bottomnav a#iconrss:hover {color: black; background: black;  }
.bottomnav a#iconfb {color: black;  margin: 0px 0px 0 0;}
.bottomnav a#iconfb:hover {color: black;  background: black; }
.bottomnav a#icontwit {color: black;  margin: 0px 0px 0 0;}
.bottomnav a#icontwit:hover {color: black; background: black; }
.bottomnav .searchbox {float:right;padding:3px 18px;}
.bottomnav img { border: none;  }


.search-text{font-size:10px;}

img.thumb {
 float:left;
 width: 50px;
 height: 50px;
padding: 5px 5px;
	margin: 20px 10px 10px 5px;
	display: inline;
	background:#fff;
	
}

/**--Content--**/
.resumen {
  align: justify;
  margin: 1px 10px;
}
.post {
	width: 700px;
	float: left;
	padding: 0;
	margin: 0px 0 0px 0;
	border-bottom: 1px solid black;
}

.post a {
	text-decoration: none;
	color: #000000;
	
}

.post a:visited {
	text-decoration: none;
	color: #555555;
	border-bottom: 1px solid #dddddd;
}

.post a:hover {
	background: #eeeeee;
	color: #333333;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

.post a:active {
	background: #cccccc;
	color: #1C1D16;
	text-decoration: none;
	border-bottom: 1px solid #f60;
}

.post h2 {
	font-size: 28px;
	font-weight: 500;
	line-height: 32px;
	padding: 5px 0 0px 0;
	margin: 0;
        text-transform: uppercase;
}

.post h2 a {
	background: none;
	border: none;
	text-decoration: none;
	color: #000000;
}

.post h2 a:hover {
	background: none;
	border: none;
	text-decoration: none;
	color: #444444;
}

.post h2 a:visited:hover {
	background: none;
	border: none;
	text-decoration: none;
	color: #555555;
}

.post h2 a:visited {
	background: none;
	border: none;
	text-decoration: none;
	color: #222222;
}

.post img.left { 
	padding: 6px; 
	margin: 10px 10px 10px 0; 
	border: none;
	float: left; 	
	clear: left; 
}
		
.post img.right { 
	padding: 6px; 
	margin: 10px 0 10px 10px; 
	border: none;
	float: right; 
	clear: right; 
}
		
.post img.center { 
	display: block; 
	padding: 8px; 
	margin: 0 auto 10px auto; 
	border: none;
	float: none; 
	clear: both; 
}
	
.post img.frame { 
	padding: 6px; 
	margin: 10px 0 10px 10px; 
	border: 1px solid #CCC;
	background: #EEE;
	float: right; 
	clear: right; 
}
		
.post img.stack { 
	clear: none !important; 
}

.postinfo {
	text-transform: uppercase;
	font-family: verdana, helvetica, arial, sans-serif;
	color: #cccccc;
	font-size: 13px;
	letter-spacing: -1px;
	margin:0;
	padding: 0;
}

.postinfo a, .postinfo a:visited{
	border: none;
	text-decoration: none;
	text-transform: uppercase;
	font-family: verdana, helvetica, arial, sans-serif;
	color: #cccccc;
	font-size: 13px;
	margin:0;
	padding: 0;
}

.postinfo a:hover, .postinfo a:hover{
	text-decoration: none;
	border: none;
	text-transform: uppercase;
	font-family: verdana, helvetica, arial, sans-serif;
	color: #aaaaaa;
	font-size: 13px;
	margin:0;
	padding: 0;
}

.date_cal {
	text-align:center;
	float: left;
	font-family: georgia, serif;
	color: #333333;
	font-size: 16px;
	margin:0;
	padding: 2px 12px 0px 0;
}

.date {
	font-family:georgia, serif;
	font-weight:700;
	color:#333333;
	font-size: 20px;
	margin:0;
	padding:0 0 3px 0;
}

.month {
	font-style: italic;
	font-family:georgia, serif;
	color:#333333;
	font-size: 20px;
	margin:0;
	padding:0;
}
.postnav {
text-align: center;
color: black;
}


/* Comentarios */
.comment-wrap {
width: 100%;
text-align:center;
background: white;
}

.comentarios {
background: white;
color: black;
width: 500px;
margin-left: 300px;
padding-left: 20px;
 text-align: left;

}

/* Pie */

#footer {
background: black;
color: white;
text-align: center;
}

} 


@media print {


} 