/*
Theme Name: Focoblog v2
Theme URI: http://www.focoblog.com/
Description: Vuelve el FocoBlOG, más awesome que nunca.
Version: 2.0
Author: Manuel Sagra
Author URI: http://www.manuelsagra.com/
Tags: blue, fixed width, two columns, widgets
*/

/* GENERAL */
html, body, div, h1, h2, h3, h4, ul, ol, li, form, fieldset,
input, textarea, dl, dt, dd, hr {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
	background:#73899a top center repeat-y;
	font-family:Verdana, Arial, Tahoma, sans-serif;
	font-size:0.75em;
	color:#222;
	text-align:center;
}
input,textarea {
	font-family:Verdana, Arial, Tahoma, sans-serif;
}
p {
	margin:0 0 1.3em 0;
	line-height:1.5em;
}
ul {
	list-style: none;
	margin:0;
	padding:0;
}
li {
	margin:0;
	padding:0;
}
img, fieldset {
	border: 0;
}
img, a img, :link img, :visited img {
	border:0;
	vertical-align:bottom;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
a {
	outline:none;
}
a:link, a:visited, a:active {
	text-decoration:underline;
	color:#bc0000;
}
a:hover {
	background:#bc0000;
	color:#eee;
}
.romper {
	clear:both;
}
.romper-derecha {
	clear:right;
}
/* CAJAS */
#cabecera {
	margin:0 auto;
	width:960px;
	background:#73899a;
	padding:40px 0;
	text-align:left;
}	
#wrapper {
	margin:0 auto;
	width:880px;
	text-align:left;
	padding:40px 40px 32px 40px;
	background:#222;
}
#contenido {
	width:540px;
	overflow:hidden;
	float:left;
	background:#222;
}
#sidebar {
	width:300px;
	float:right;
	background:#222;
}
/* CABECERA */
#cabecera h1 a {
	display:block;
	text-indent:-9999px;
	height:320px;
	background:#73899a url(img/logo.png) top center no-repeat;
	font-size:2em;
	color:#eee;
}
#cabecera h1 a:hover {
	background-color:#73899a;
}
/* CONTENIDO Y POSTS */
.post {
	width:500px;
	padding:20px;
	background:#fff;
	margin:0 0 40px 0;
}
.post h2.titulopost a {
	font-size:1.8em;
	font-weight:bold;
	color:#bc0000;
	text-decoration:none;
}
.post h2.titulopost a:hover {
	background:#fff;
	text-decoration:underline;
}
.post p.metapost {
	font-size:0.9em;
	color:#666;
}
.post div.postmetadata {
	margin:0;
	font-size:0.9em;
	border-top:1px solid #ccc;
	padding:1.3em 0 0 0;
	color:#666;
	clear:both;
}
.post h3 {
	font-size:1.5em;
	font-weight:bold;
	color:#bc0000;
	margin:0.8em 0 0.8em 0;
}
.post ol {
	margin-left:30px;
}
.post ul {
	list-style:square;
	margin-left:20px;
}
.post ul li {
	margin:0 0 10px 8px;
}
.navigation {
	padding:0 0 40px 0;
}
.navigation a {
	display:block;
	background:#fff;
	padding:10px;
}
.navigation .anterior a {
	float:left;
}
.navigation .siguiente a {
	float:right;
}
.navigation .anterior a:link, .navigation .anterior a:visited, .navigation .anterior a:active, .navigation .siguiente a:link, .navigation .siguiente a:visited, .navigation .siguiente a:active {
	text-decoration:none;
	font-weight:bold;
}
.navigation .anterior a:hover, .navigation .siguiente a:hover {
	background:#bc0000;
	color:#fff;
}
.post .colizquierda {
	width:240px;
	float:left;
}

.post .colderecha {
	width:240px;
	float:right;
}
/* COMENTARIOS */
.comentarios {
	width:500px;
	padding:20px;
	background:#fff;
	margin:0 0 40px 0;
}
.comentarios h3 {
	font-size:1.8em;
	font-weight:bold;
	color:#bc0000;
	text-decoration:none;
}
.comentarios ol {
	list-style:none;
}
.comentarios li {
	padding:10px;
}
.comentarios li.alt {
	background:#f0f0f0;
}
.comentarios .comment-avatar {
	float:left;
}
.comentarios .comment-main {
	margin-left:80px;
}
.comentarios .comment-author {
	font-weight:bold;
}
.comentarios .comment-date {
	font-size:0.9em;
	color:#666;
}
.comentarios .comment-metadata {
	margin-bottom:10px;
}
.comentarios form {
	margin-top:20px;
}
.comentarios input.caja {
	width:250px;
	border:1px solid #ccc;
	font-family:Verdana, Arial, Tahoma, sans-serif;
	padding:3px;
}
.comentarios textarea.caja {
	width:490px;
	border:1px solid #ccc;
	font-family:Verdana, Arial, Tahoma, sans-serif;
	padding:3px;
}
.comentarios input#submit {
	padding:3px;
	background:#bc0000;	
	color:#fff;
	font-weight:bold;
	border:0;
	cursor:pointer;
	cursor:hand;
}
/* BARRA LATERAL */
#sidebar {
	color:#ccc;
	background:#222;
}
#sidebar input#s {
	border:1px solid #666;
	width:220px;
	background:#000;
	color:#eee;
	padding:3px;
}
#sidebar input#boton {
	border:1px solid #666;
	width:67px;
	background:#000;
	color:#bc0000;
	padding:2px;
	text-align:center;
	font-weight:bold;
}
#sidebar p {
	margin:0 0 8px 0;
}
#sidebar a {
	color:#eee;
	font-weight:bold;
	text-decoration:none;
}
#sidebar a:hover {
	color:#bc0000;
	text-decoration:none;
	background:#222;
}
#sidebar a.suscribirse {
	display:block;
	text-align:right;
	line-height:16px;
	background:url(img/suscribirse.png) 205px center no-repeat;
}
#sidebar a.margen {
	margin-top:8px;
}
#sidebar h3 {
	color:#bc0000;
	padding:0 0 5px 0;
	border-bottom:3px solid #ccc;
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:8px;
}
#sidebar h3 a {
	color:#bc0000;
	text-decoration:none;
}
#sidebar h3 a:hover {
	text-decoration:underline;
}
#sidebar ul.portlets li {
	margin-bottom:20px;
}
#sidebar ul.portlets ul li {
	margin:0;
}
#sidebar cite {
	font-size:1.4em;
}
#sidebar cite:before {
	content:open-quote;
}
#sidebar cite:after {
	content:close-quote;
}
#sidebar p.autorcita {
	margin-top:10px;
	text-align:right;
	font-weight:bold;
}
#sidebar p.autorcita:before {
	content:"_";
}
#sidebar ul.secciones li a {
	display:block;
	text-indent:-9999px;
	width:300px;
	height:150px;
}
#sidebar ul.secciones li a.seccpanes {
	background:url(img/panes.png) center center;
}
#sidebar ul.secciones li a.seccmemorias {
	background:url(img/memorias.png) center center;
}
#sidebar ul.secciones li a.secchostias {
	background:url(img/hostias.png) center center;
}
#sidebar ul.secciones li a.seccterror {
	background:url(img/terror.png) center center;
}
#sidebar ul.secciones li a.seccpesadillas {
	background:url(img/pesadillas.png) center center;
}
#sidebar ul.secciones li a.seccspotifazo {
	background:url(img/spotifazo.png) center center;
}
#sidebar ul.secciones li a.seccjackiechan {
	background:url(img/jackiechan.png) center center;
}
#sidebar ul.secciones li a.seccamazon {
	background:url(img/amazon.png) center center;
}
#sidebar ul.secciones li a.seccenciclopedismo {
	background:url(img/enciclopedismo.png) center center;
}
#sidebar ul.secciones li a.seccliebre {
	background:url(img/liebre.png) center center;
}
#sidebar ul.flickr li {
	float:left;
}
#sidebar ul.flickr li img {
	width:75px;
	height:75px;
}
#sidebar div.formspring {
	background:#fff url(img/velma.jpg) 175px 10px no-repeat;
}
#sidebar div.formspring iframe {
	width:180px;
	height:260px;
}
#sidebar ul.portlets ul.borde {
	border-top:1px solid #444;
	padding:5px 0 0 0;
}
#sidebar ul.portlets ul.twitter li, #sidebar ul.portlets ul.enlaces li {
	border-bottom:1px solid #444;
	padding:0 0 8px 0;
	margin:0 0 8px 0;
}
#sidebar ul.portlets ul.twitter li span {
	display:block;
}
#sidebar ol.tumblr_posts {
	width:300px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar ol.tumblr_posts li {
	width:300px;
	height:400px;
	overflow:hidden;
	margin:0;
	padding:0;
}
#sidebar ol.tumblr_posts li img, #sidebar ol.tumblr_posts li object, #sidebar ol.tumblr_posts li embed {
	width:300px;
}
#sidebar ol.tumblr_posts li .tumblr_caption, #sidebar ol.tumblr_posts li .tumblr_description {
	display:none;
}
/* PIE */
#pie {
	width:900px;
	overflow:hidden;
	color:#ccc;
	background:#222;
}
#pie p {
	line-height:1.45em;
}
#pie a:link, #pie a:visited,#pie a:active {
	color:#eee;
	font-weight:bold;
	text-decoration:none;
}
#pie a:hover {
	color:#bc0000;
	text-decoration:none;
	background:#222;
}
#pie h3 {
	color:#bc0000;
	padding:0 0 5px 0;
	border-bottom:3px solid #ccc;
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:8px;
}
#pie ul.portlets li {
	width:205px;
	margin:0 20px 0 0;
	float:left;
}
#pie ul.portlets li ul li {
	width:auto;
	margin:0;
	float:none;
	border-bottom:1px solid #444;
	padding:0 0 8px 0;
	margin:0 0 8px 0;	
}
