/*
Theme Name: Picando Código 4.0
Theme URI: http://picandocodigo.net
Description:  Theme para Picando Código
Version: 4.0
Author: Fernandobt
Author URI: http://fernandobriano.com
*/
/**
 * Normalize
 */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight:normal;
}
ol, ul {
	list-style: none;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
abbr {
	border:0;
}


/**
 * Main design
 */

body {
	line-height:normal;
	font-family: "Lucida Grande", Sans, sans-serif;
	font-size: 12px;
	color: #333; 
	background: #000 url(/wp-content/themes/picandocodigo-4.0/images/bg.png) fixed;
	position: relative;
	height: 100%;
}

/* Links */
a {color:#84c225; text-decoration: none}
a:hover {color:#84c225;}
a:visited {color:#4A662F;}
a:visited:hover {color:#AABF56;}

p{
	margin-bottom: 10px;
}

h3{
	font-size: 18px;
	font-weight: bold;
}

.clear {
	display:block;
	clear:both;
}

#page{
	text-align:left;
	width:980px;
	margin:0 auto;
	position:relative;
	z-index:1;
	background: #222;
	height: 100%;
}

#header{
	width: 980px;
	position: relative;
}

#header .logo{
	width: 235px;
	height: 78px;
	background: url(/wp-content/themes/picandocodigo-4.0/images/css-sprite.png) no-repeat;
	margin: 20px;
	float: left;
}

#header .logo span{display:none}

#header .banner{
	float: left;
	height: 60px;
	margin-top: 20px;
}

#header .der{
	width: 260px;
	float:right;
	margin: 0;
	padding:0;
}

#header .der .menu{
	height: 20px;
	margin: 0;
	text-align: right;
}
#header .der .menu li{
	display: inline;
	list-style: none;
	padding-left: 6px;
	padding-right: 6px;
	font-size: 11px;
}

#header .der .menu li a{color:#fff;}
#header .der .menu li a:visited{color:#aaa;}
#header .der .menu li a:hover{color:#AABF56;}


#header .der .social{
	height: 40px;
	margin-bottom: 0;
	padding: 4px;	
	text-align:right;
	float: right;
}

.invisible{
  display:none;
}

#header .der .social li{
	display: inline;
	list-style: none;
	margin-right: 10px;
	float: left;
}

#header .der .social li #ptw{
  background: url(/wp-content/themes/picandocodigo-4.0/images/css-sprite.png) no-repeat;
  background-position: -276px 0px; width: 32px; height: 32px;
}

#header .der .social li #pid{
  background: url(/wp-content/themes/picandocodigo-4.0/images/css-sprite.png) no-repeat;
  background-position: -308px 0px; width: 32px; height: 32px;
}

#header .der .social li #pgh{
  background: url(/wp-content/themes/picandocodigo-4.0/images/css-sprite.png) no-repeat;
  background-position: -340px 0px; width: 32px; height: 32px;
}
#header .der .social li #pyt{
  background: url(/wp-content/themes/picandocodigo-4.0/images/css-sprite.png) no-repeat;
  background-position: -276px -32px; width: 32px; height: 32px;
}
#header .der .social li #pfs{
  background: url(/wp-content/themes/picandocodigo-4.0/images/css-sprite.png) no-repeat;
  background-position: -308px -32px; width: 32px; height: 32px;
}
#header .der .social li #pct{
  background: url(/wp-content/themes/picandocodigo-4.0/images/css-sprite.png) no-repeat;
  background-position: -340px -32px; width: 32px; height: 32px;
}

#menu-nav{
	height: 30px;
	width: 100%;
	background: #333;
}

#menu-nav li{
	float: left;
	display: inline;
	list-style: none;
	font-weight: bold;
}

#menu-nav li a{
	color:#fff;
	text-decoration:none;
	font-size:12px;
	display:block;
	padding: 8px 8px 7px 8px;
}

#menu-nav li a.activa, #menu-nav li a:hover{background:#EFF0E8; color:#395216}

#buscar{
	width: 296px;
	height: 26px;
	float: right;
	padding: 2px;
}

#buscar form fieldset{
	border:0;
}

#buscar input.text{
	height: 20px;
	width:200px;
	background-color: #000;
	/*border:1px solid #75A553;*/
	border: 0;
	color: #fff;
	float: right;
	font-size: 14px;
	padding: 4px 0 0 4px;
	margin-left: 8px;
	margin-right: 2px;
}

#buscar #search-button{
	float: right;
}

#buscar input .submit{
	cursor:pointer;
}


#content{
	width: 672px;
	background: #222;
	float:left;
}

#pagina{
	/*background:#f5faef;*/
}
.post{
	margin-top: 10px;
	margin-bottom:0px;
	padding: 15px;
	position: relative;
	background:#f5faef;
  border-radius: 20px;
	text-align: left;
	font-size: 14px;
}

.post p{
  line-height: 1.5;
  margin-bottom: 1.5em;
}

.post h2{
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 0.8em;
}

.post h3{
	font-size: 15px;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
.post h4{
	font-size: 14px;
	font-weight: bold;
	margin: 4px;
}
.post ul{
	margin: 15px 4px 15px 10px;
}
.post ul li{
	list-style: disc;
	margin: 4px;
}
.post ul li li{
	list-style: circle;
}
.post ul li li li{
	list-style: square;
}
.post ol li{
	list-style: decimal;
	margin-left: 30px;
}
.post .comment-cloud{
  background: url(/wp-content/themes/picandocodigo-4.0/images/css-sprite.png) no-repeat;
  background-position: -236px -40px;
	font-weight: bold;
	font-size: 14px;
	width: 34px;
	height: 40px;
	padding-top: 6px;
	padding-right: 6px;
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;
}

.post .comments-cloud{
  background: url(/wp-content/themes/picandocodigo-4.0/images/comentarios.png) no-repeat;
	font-weight: bold;
	font-size: 14px;
	width: 34px;
	height: 40px;
	padding-top: 6px;
	padding-right: 6px;
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;
}

.post .comment-cloud a{color: #000;text-decoration: none;}
.post .comment-cloud a:hover{color:#ffff00;}
.post .comment-cloud a:visited{color:#444;}

.post .fecha{
	width: 40px;
	height: 36px;
	background: url(/wp-content/themes/picandocodigo-4.0/images/css-sprite.png) no-repeat;
  background-position: -236px 0px;
	position: absolute;
	top: 25px;
	left:-40px;
	margin: 0;
	text-align:center;
	z-index: 100;
	padding-top: 4px;
	line-height: 12px;
	display:block;
	color: #fff;
}

.post .fecha p{
	margin: 0;
	padding: 0;
}

.post .fecha .dia{
	font-size:12px;
	font-weight: bold;
}
.post .fecha .mes{
	
}

.post .fecha .ano{
	text-align:center;
	font-size: 8px;
	line-height: 10px;
	color: #000;
}

.post h1 a{
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	display: block;
	margin-bottom: 4px;
	width: 600px;
}

.post .contenido{
	padding: 10px 4px 4px 4px;
}

.post .contenido a{color:#42562A; text-decoration: none; font-weight: bold}
.post .contenido a:hover {color:#484C2F;}
.post .contenido a:visited {color:#4A662F;}
.post .contenido a:visited:hover {color:#AABF56;}


.coderef{
    margin: 20px;
    color: #fff;
    min-width: 500px;
}

.coderef thead tr{
    background: #222 url(/wp-content/themes/picandocodigo-4.0/images/terminal.png) 3px 3px no-repeat;
}

.coderef thead tr th{
    padding: 10px 30px;
    font-weight: bold;
}

.coderef tbody tr{
    border-width: 1px;
    border-style: solid;
    border-color: #84c225;
}

.coderef tbody tr td{
    padding: 10px;
    background: #333;
}

h2.pagetitle{
	font-size: 20px;
	font-weight: bold;
	margin: 8px;
	color: #75A553;
	text-align: center;
}

.metadata{
	margin: 10px;
	padding: 10px;
	border:1px solid #708359;
	background: #D5E0C2;
	color: #2A390E;
	font-size: 10px;
	position: relative;
}

#dejar-comentario{
	float: right;
	position: absolute;
	right: 8px;
	top:8px;
}

.comment_comment{
  text-align: center;
  font-size: 10px;
  margin: 10px;
}

h3#comments{
	margin: 15px;
	color: #f5faef;
}
#comentarios{
	width: 656px;
}

#comentarios .comentario{
	padding: 8px;
}

#comentarios .comentario .info{
	padding: 10px;
	width: 120px;
	height: 100%;
	text-align: center;
	float: left;
	font-size: 11px;
}

#comentarios .comentario .info p{
	margin-bottom: 2px;	
}
#comentarios .comentario .texto-comentario{
	display: table;
	min-height: 100px;
}

#comentarios blockquote{
	background: #79806e url(/wp-content/themes/picandocodigo-4.0/images/blockquote2.png) 3px 3px no-repeat;;
}

ol.commentlist .children{
	background: #2b2b2b;
}

ol.commentlist .children .admin{
	background: #151515;
}

ol.commentlist{
	color: #fff;
}

ol.commentlist .admin{
	background: #191919;
	border: 1px solid #333;
	padding-bottom: 10px;
}
ol.commentlist .user{
	border-top: 1px solid #333;
	padding-bottom: 10px;
}

.pings{
	border-top: 1px solid #333;
	margin: 4px;
	font-size: 9px;
	color: #f5faef;
}

.ping-text{
	background: #222;
	padding: 8px;
}

#respond{
  margin-top: 10px;
	background:#E3E8DE;
	padding: 8px;
	position: relative;
  border-radius: 10px;
}
.reply{
	text-align: right;	
}

#form-datos{
	float: left;
	margin: 10px;
	width: 75%;
}

#sidebar{
	width: 300px;
	height:100%;
	float: right;
	display: inline;
	color: #f5faef;
	font-size:11px;
}

#sidebar h2{
	font-size: 18px;
	margin: 8px;
}

#sidebar .horizontal{
	margin-bottom: 10px;
}

.widget_tag_cloud{
	text-align: center;
}

#sidebar .vertical{
	margin-bottom: 10px;
	width: 150px;
	float: left;
}

#sidebar .widget_recent_entries{
	text-align:left;
}

#footer{
	width: 100%;
	font-size: 10px;
	background: #000;
	bottom: 0px;
	z-index: 100;
}

#footer hr{
	border:1px dashed #708359;
}

/* WordPress */

.alignleft {
	float:left;
	text-align:left;
	margin-right:10px;
}
.alignright {
	float:right;
	text-align:right;
	margin-left:10px;
}
.aligncenter {
	margin: 10px auto;
	text-align: center;
	display: block;
}

.wp-caption {
	background: #333;
	border:1px solid #75A553;
	text-align:center;
	padding:7px 2px 2px;
}
.wp-caption p.wp-caption-text {
	font-size:10px;
	line-height:17px;
	padding:2px 4px 5px;
	margin:0;
	color:#fff;
	font-style:italic;
}


.wp-caption p.wp-caption-text ul{
  list-style: circle;
}
.wp-caption p.wp-caption-text li{
    color:#fff;
}

blockquote {
	background: #D5E0C2 url(/wp-content/themes/picandocodigo-4.0/images/blockquote.png) 3px 3px no-repeat;
	padding:4px 12px 0 20px;
	margin:5px 0;
	overflow:hidden;
	font-style:italic;
}



.adsense-post{
	float:left;
	text-align:center;
	margin-bottom: 20px;
}

.img .alignleft{
	display: block;
	float:left;
	margin: 10px;
}

.codigo{
  background: #151515 url(/wp-content/themes/picandocodigo-4.0/images/terminal.png) 3px 3px no-repeat;
  color: #fff;
  font-family: courier;
  padding: 26px 10px;
  margin-bottom: 30px;
}
.codigo code{
		background: #151515;
}

.obvio{
  background: #f1f0ad url(/wp-content/themes/picandocodigo-4.0/images/capitan-obvio.png) 3px 3px no-repeat;
  color: #000;
  font-family: courier;
  padding: 26px 10px;
  margin-bottom: 30px;
}

.buena-idea{
  background: #a7cdc2 url(/wp-content/themes/picandocodigo-4.0/images/buena-idea.png) 3px 3px no-repeat;
  color: #000;
  font-family: courier;
  padding: 26px 10px;
  margin-bottom: 30px;
}

/**
 * 
 */
#tw-user {
  
}
#tw-user img{
  float: right;
}

/*
 * Share sprites
 */
ul.share {margin:0; padding:0; list-style:none; clear:both;}
.share li{overflow:hidden; display:inline;  text-indent:-9999px; float:left; margin-right:40px;}
.share li a{background:url(/wp-content/themes/picandocodigo-4.0/images/share.png) no-repeat; width:100%; height:100%; display:block;}
.share li.twitter{width:32px; height:32px;}
.share li.twitter a{background-position:0px -32px;}
.share li.twitter a:hover{background-position:0px 0px;}

.share li.identica{width:32px; height:32px;}
.share li.identica a{background-position:-32px -32px;}
.share li.identica a:hover{background-position: -32px 0px;}

.share li.diaspora{width:32px; height:32px;}
.share li.diaspora a{background-position:-64px -32px;}
.share li.diaspora a:hover{background-position: -64px 0px;}

.share li.meneame{width:32px; height:32px;}
.share li.meneame a{background-position:-96px -32px;}
.share li.meneame a:hover{background-position: -96px 0px;}

.share li.barrapunto{width:32px; height:32px;}
.share li.barrapunto a{background-position:-128px -32px;}
.share li.barrapunto a:hover{background-position: -128px 0px;}

.share li.delicous{width:32px; height:32px;}
.share li.delicous a{background-position:-160px -32px;}
.share li.delicous a:hover{background-position: -160px 0px;}

.share li.technorati{width:32px; height:32px;}
.share li.technorati a{background-position:-192px -32px;}
.share li.technorati a:hover{background-position: -192px 0px;}

.share li.bitacoras{width:32px; height:32px;}
.share li.bitacoras a{background-position:-224px -32px;}
.share li.bitacoras a:hover{background-position: -224px 0px;}

/*
 * Smooth slider fix
 */
#smooth_slider{
  margin: 0;
}

#sslider_wid-3 h2.widgettitle{
  margin: 0;
}

#smooth_slider .jcarousel-control{
  margin: 10px 20px 0;
}

.navegacion{
  clear: both;
  overflow: hidden;
}

.lcp_catlist_clear li{
  clear: both;
}