/*  
Theme Name: Blogo9
Theme URI: http://blogotematico.info/
Description: Versi�n 2009 del podcast
Version: 1.0
Author: Jorge Montoya
Author URI: http://fabricadecosas.com/

*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}
body{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 18px;
	text-align: center;
	vertical-align: top;
	background: #fff;
	color: #000;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Courier New", Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 24px;
	font-weight: bold;
}
a{
	text-decoration: none;
	color: #E5742F;
}
a:hover{ text-decoration: underline; }
a img{ border: 0; }
abbr, acronym{ border: 0; }
address, dl, p{ padding: 15px 0 0; }
blockquote{
	margin: 15px 0 0;
	background: #fff;
}
blockquote p{ padding: 15px; }
blockquote blockquote{
	margin: 15px;
	background: #ddd;
}
code{
	background: #f9f9f9;
}
dt{ font-weight: bold; }
dd{ padding: 0 0 0 15px; }
hr{
	clear: both;
	margin: 15px 15px 5px 15px;
	border: 0;
	height: 1px;
	text-align: left;
	background: #9b9b9b;
	color: #9b9b9b;
}
small{
	font-size: 12px;
}
pre{
	width: 90%;
}
input, textarea{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px;
	padding: 2px;
}
input#s, input#author, input#email, input#url, textarea#comment{
	padding: 3px;
}
input#author, input#email, input#url{
	margin: 0 5px 0 0;
}
#container{
	margin: 20px auto;
	width: 880px;
	text-align: left;
}
#header .logo {
	float: left;
	width: 440px;
	text-align: left;
}
#header .topmenu{
	float:right;
	width: 400px;
}
#header .topmenu ul{
	list-style: none;
	margin: 0;
	padding: 0px 10px 10px 0;
	border-bottom: 1px solid #ff3333;
	font-family: Verdana, Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
}
#header .topmenu ul li{
	padding: 0 0 0 20px;
	display: inline;
}

.clear{
        clear:both;
    }

.br {

	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	
}

.post{
	padding: 10px 0 0;
	
	width: 620px;
	
	float: left;
	clear: both;
	
}
.post h2.highlight{
	padding: 10px;
	font-size: 20px;
	text-transform: uppercase;
	background: #000;
	color: #fff;
	
	margin-bottom:20px;
}
.post .title-item, .post .title-item-alt{
	padding: 10px;
	background: #eeeeee;
	
	font-size: 14px;
	
	font-weight: bold;
}
.post .title-item-alt{
	background: #fff;
	
	font-size: 14px;
	
	font-weight: bold;	
}
.entry{
	font-size: 14px;
	padding: 0 20px;
	line-height: 20px;
}.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	border: 0;
	padding: 15px 0 0;
	font-weight: bold;
}
.entry h1{
	font-size: 24px;
	font-weight: normal;
	line-height: 36px;
}
.entry h2{
	font-size: 16px;
}
.entry h3{
	font-size: 14px;
}
.entry h4{ font-size: 14px; }
.entry h5{ font-size: 12px; }
.entry h6{ font-size: 11px; }
.entry img{
	border: 1px solid #E5742F;
	padding: 4px;
	background-color: #fff;
}
.entry img.wp-smiley{
	padding: 0;
	border: 0;
	background-color: transparent;
}
.entry img.alignleft{
	float: left;
	margin: 5px 10px 0 0;
}
.entry img.alignright{
	float: right;
	margin: 5px 0 0 10px;
}
.entry p.postinfo{
	margin: 15px 0 0;
	border-top: 1px solid #ff3333;
}
.lateral{

	width: 220px;

	margin-top: 10px;
	
	float: right;
	
	padding: 10px;	
	
	background: #EEEEEE;

}

/* comments template */
.comments-template{
	margin: 15px 0 0;
	border-top: 2px solid #E5742F;
	padding: 15px 20px;
	font-size: 16px;
}
.comments-template ol{
	margin: 0;
	padding: 0 0 20px;
	list-style: none;
}
.comments-template ol li{
	margin: 15px 0 0;
	line-height: 24px;
	padding: 0 0 20px;
	border-bottom: 1px solid #E5742F;
}
.comments-template p.nocomments{
	padding: 0;
}
/* end comments template */
#footer{
	float: left;
	text-align: center;
	width: 840px;
	
	padding: 10px;
	
	margin-top:10px;
	font-family: Verdana, Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px;
}
#footer p{
	padding: 15px 20px;
	line-height: 18px;
}
#content_start {position: absolute;left: -10000px;};