/*  
Theme Name: CSSLab 3.5
Theme URI: http://www.csslab.cl/
Description: Basado en Hemingway theme. Requiere WordPress 2.0+.
Version: 3.5
Author: Jorge Epunan
Author URI: http://www.be-studios.com/
*/



/*-----------------------------------------------------------------------------------------------
  Global Styles
-----------------------------------------------------------------------------------------------*/

* {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; }
li, dd { margin-left:5%; }
fieldset { padding: .5em; }
select option{ padding:0 5px; }

.hide, .print-logo, .close-button{ display:none; }
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; height:1px; font-size:1px; line-height:1px; }
a img{ border:none; }
a {outline: 0;}

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/

body{
	background: #efefef url(images/fondo_logo.jpg) 10% top no-repeat;
	color:#444;
	font-size:0.8em;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
}

/* This class sets the width and position for all rows */
.inside{
	width:90%;
	min-width:65em;
	max-width:85em;
	margin:0 auto;
	
}

a{
	color:#444;
}

a:hover{
	color:#666;
}

h1{
	color:#999;
	font-size:1.5em;
	font-weight:normal;
	margin:1.5em 0;
}

h2, h3{
	font-size:1.15em;
	color:#FFF;
	font-weight:normal;
}
#primary h2{
	color:#999;
}

p{
	line-height:1.75em;
}

ul li{
	list-style-type:square;
	margin:0.5em 0 0.5em 2em;
	line-height:1.75em;
}

ol li{
	margin:0.5em 0 0.5em 2em;
	line-height:1.75em;
}

blockquote{
	margin-left:1em;
	padding-left:1em;
	color:#777;
	font-style: italic;
}

pre{
	width:100%;
	padding:1em 0;
	overflow:auto;
	border-top:1px dotted #333;
	border-bottom:1px dotted #333;
	line-height: 160%;
}

table{
	width:100%;
	border-spacing:2px;
	margin:1.5em 0;
}
table th, table td{ padding:0.3em 0.75em }
table th{
	background:#CCC;
	color:#000;
	text-align:left;
}
table td{
	background:#333;
	color:#FFF;
}
table caption{
	text-align:left;
	color:#FFF;
	margin-bottom:-1em;
	margin-top:1em;
}

.rule{
	border-top:1px solid #CCC;
	height:1px;
	font-size:1px;
	line-height:1px;
	margin:1.5em 0;
}

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#header{
/*	background: #efefef;	*/
	height: 260px;
}

#header .inside{
/*	padding:2em 0;	*/
}

#header h2 {
	font-size:2.25em;
	margin:0 0.5em 0 0;
	padding:0 0.5em 0.25em 0;
	float:left;
}

	#header h2 a {
		text-decoration:none;
	}

#header p{
/*
	padding:1em 0;
	margin:0;
	line-height:1em;
*/
	display: none;
}

#header #main-nav {
	float: right;
	width: 15em;
	margin: 2em 0 0 0;
}

#header #main-nav li {
	list-style: none;
	height: 1em;
	line-height: 1em;
	border-bottom: 1px solid #ccc;
}

#header #main-nav li a {
	text-decoration: none;
	color: #666;
}

/*-----------------------------------------------------------------------------------------------
  Primary Items
-----------------------------------------------------------------------------------------------*/

#primary{
/*	background: #efefef;	*/
	padding:1px 0 2em 0;
	color:#666;
}

.single-post .texto:first-letter {
	display:block;
	float:left;
	margin:20px 5px 4px 0;
	font-size:73px;
	font-family: Georgia, Times, serif;
	color: #999;
}

#primary.onecol-stories .primary{
	float:left;
	width:50%;
}

#primary.onecol-stories .secondary{
	float:right;
	width:40%;
	margin:0 0 0 10%;
}

/*#primary.twocol-stories .story{
	float:left;
	width:48%;
	margin:0 0 0 4%;
	display:inline;
}*/
* html #primary.twocol-stories .story{
	margin-left:2%;
}
#primary.twocol-stories .first, * html #primary.twocol-stories .first{
	margin:0 0 0 0;
}

#primary .story h3{
	font-size:1.5em;
	margin:0 0 1em 0;
	font-weight:normal;
	color:#CCC;
	background: none;
}

#primary .story h3 a{
	text-decoration:none;
	display: block;
	background: #dfdfdf;
	padding: 0.2em;
	color: #666;
}

#primary .story h3 a:hover{
	background: #999;
	color:#fff;
}

#primary .story .details{
	margin:1em 0;
	text-align:right;
	background: #dfdfdf;
	padding:0.5em 0;
	font-size:0.9em;
	color:#999;
	position: absolute;
	bottom: 0;
	width: 340px;
}

#primary .story .details .read-on{
	background:url(images/readon_black.gif) 100% 60% no-repeat;
	padding-right:20px;
	margin-right: 10px;
}

#primary .story .details a{
	color:#666;
	text-decoration:none;
}

#primary .story .details a:hover{ color:#444; }

/* Single Post Styles */

#primary .primary{
	float: left;
	width:65%;
	margin-right:5%;
}

#primary .secondary{
	float: left;
	width:29%;
	padding-top:0.65em;
	display:inline;
/*	border-left: 2px solid #efefef;	*/
	font-size: 0.8em;
}

* html #primary .primary{ margin-right:3%; }

#primary dl {
	margin: 10px 30px 20px 30px;
}

	#primary dt {
		font-weight: bold;
	}
	
	#primary dd {
		margin: 0 0 10px 0;
		font-style: italic;
		border-bottom: 1px dashed #ccc;
	}

.secondary .featured p{
	border-bottom:1px solid #dfdfdf;
	padding:0.5em;
	line-height:1.5em;
	margin:1em 0 0 0;
}
.secondary .featured dl{
	margin:0 0;
	border-bottom:1px solid #dfdfdf;
	padding:0.5em;
}
.secondary dt{
	display:inline;
	margin:0;
	padding:0;
	color:#AAA;
}
.secondary dd{
	display:inline;
	margin:0;
	padding:0;
}
.secondary dd a{ color:#666; }
.secondary dd a:hover{ color:#333; }

.single-post h1 {
	font-size: 2em;
	color: #666;
	margin: 0;
	padding-bottom: 0.5em;
	border-bottom: 2px solid #dfdfdf;
}

.single-post h2{ 
	margin-top:0;
	padding: 0 0 0.5em 0.5em;
	border-bottom:2px solid #dfdfdf;
	font-size: 1.3em;
}

/*-----------------------------------------------------------------------------------------------
	Secondary Items
-----------------------------------------------------------------------------------------------*/

#secondary{
	background:#cfcfcf;
	padding:1px 2em;
	border-top: 2px solid #ccc;
}

.comment-head{
	margin:0;
	padding: 0;
}
.comment-head h2{
	font-size:2.6em;
	margin:0;
	padding: 0;
	color: #efefef;
	letter-spacing: -0.1em;
	text-align: right;
}
.comment-head a{
	text-decoration:none;
	color:#868686;
}
.comment-head .details{
	font-size:0.95em;
}

ol#commentlist{
	list-style-type:none;
	margin:2em 0;
}
ol#commentlist li{
	list-style-type:none;
	margin:2em 0;
}

ol#commentlist .comment-body {padding: 1em 0;}

#commentlist cite{
	float:left;
	width:31%;
	font-style:normal;
	text-align:right;
	color: #666;
	position: relative;
}
* html #commentlist cite{ width:30.6%; }
#commentlist cite span{
	display:block;
}
#commentlist cite .writer{ font-size:1.2em; }
#commentlist cite .writer a{
}
#commentlist cite .admin-tools{
	margin:5px 0;
}
#commentlist cite .admin-tools a{
	float:right;
	margin:0 5px;
	padding:0px 3px 3px;
	background:#666;
	border:1px solid #999;
	text-decoration:none;
}
#primary .secondary .admin-tools{ margin:1em 0; }

#preview{
	margin:1em 0;
	padding:0.5em;
	border:1px solid #333;
}
#preview p{ margin:1em 0 0 0; }
#errors{ color:#FF0000; font-weight:bold; }

#commentlist .pingback cite .author{
	display:block;
	padding-top:68px;
	background:url(images/trackback_pingback.gif) 100% 0 no-repeat;
}

#commentlist .content{
	float:left;
	width:60%;
	margin-left:1.9%;
	border-left:1px solid #868686;
	padding: 0 0 0 2%;
}
#commentlist .content p{
	margin:0 0 1em 0;
}
#commentlist .content h3{
	margin:0;
	font-size:1em;
}

#comment-form{
	padding:2em 0 4em 35.4%;
	width:36em;
	background: url(images/comment-caja.gif) 10% 10% no-repeat;
}

* html #comment-form { padding:2em 0 4em 45%; width:30em; }

	#comment-form h3{
		font-size: 2em;
		color: #efefef;
		margin: 0;
	}

input.textfield{
	width: 15em;
	margin:5px 0;
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #999;
	font-size:1.25em;
	color: #666;
}
textarea.commentbox{
	color: #666;
	width:28em;
	height:10em;
	padding:0;
	margin:5px 0;
	font-size:1.25em;
	font-family:Arial, Helvetica, sans-serif;
	border: 1px solid #999;
}
label.text{
	position:relative;
	left:0.5em;
	top:-0.5em;
	color: #666;
}
.formactions input.submit{ 
	float:right; 
	margin-right: 0.9em;
	background: #06c;
	border: 0;
	padding: 0.5em;
	color: #fff;
	cursor: pointer;
}
.formactions .spinner{
	float:right;
	margin:-8px -20px 0 0;
}

/*-----------------------------------------------------------------------------------------------
  Ancillary Items
-----------------------------------------------------------------------------------------------*/

#ancillary{
	padding: 2em 0;
	background: #06c;
	border-top: 2px solid #036;
	border-bottom: 2px solid #999;
}
#ancillary .block{
	float:left;
	width: 22%;
	margin:0 0 0 3%;
	word-wrap: break-word;
	overflow: hidden;
}
* html #ancillary .block{
	width: 22%;
	margin-left:2.9%;
}
#ancillary .twice-length{ width:65%; }
#ancillary .thrice-length{ width:100%; }
#ancillary .first, * html #ancillary .first{
	clear:both;
	margin:0;
}
#ancillary .block-separator{
	clear:both;
	height:2.5em;
}

#ancillary .block h2, #ancillary .block h3{
	margin:0 0 1em 0;
	color: #036;
}

ul.dates, ul.counts, ul.blogroll ul, ul.pages, ul.recent-comments{
	list-style-type:none;
	margin:1.5em 0 2em 0;
	border-top:1px solid #036;
	color: #036;
	font-size: 0.9em;
}
ul.dates li, ul.counts li, ul.blogroll ul li, ul.pages li, ul.recent-comments li{
	list-style-type:none;
	margin:0;
	padding:0.5em 0;
	border-bottom:1px solid #036;
	word-wrap: break-word;
}
ul.dates .date{
	color:#999;
	padding:0 1.5em 0 0;
}

ul.counts .count{
	float:right;
	color:#858585;
}

ul.dates a, ul.counts a, ul.blogroll a, ul.pages a, ul.recent-comments a{
	color:#ccc;
	text-decoration:none;
}
ul.dates a:hover, ul.dates a:hover .date, ul.counts a:hover, ul.counts a:hover .count, ul.blogroll a:hover, ul.pages a:hover, ul.recent-comments a:hover{ 
	color:#FFF;
}

ul#resultados.dates a { color:#999; text-decoration: underline; }
ul#resultados.dates a:hover { color:#666; }

ul#resultados.dates { border: none; margin: 2em; color: #666; font-size: 1.2em; }
ul#resultados.dates li { border-bottom:1px solid #cfcfcf; list-style: none; }


ul.blogroll{ margin-top:0; }
ul.blogroll li{
	list-style-type:none;
	margin:0;
}

ul.pages ul{
	margin:0;
}
ul.pages ul li{
	border:none;
	margin-left:2em;
	list-style-type:square;
}
/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/

#footer{
	clear:both;
	color:#999;
	margin:1em 0 2em 0;
}
#footer .inside{
	padding:1em 0;
}
#footer span{
	margin:0;
	font-size:0.8em;
}
#footer .copyright{ float:left; }
#footer .attributes{ float:right; }
#footer .attributes a{
	padding:0 0 0 1em;
}
#footer .attributes a:hover{
	color:#f60;
}

#footer a{ color:#777; }
#footer a:hover{ color:#444; }

/*-----------------------------------------------------------------------------------------------
  Search
-----------------------------------------------------------------------------------------------*/

#search{
	clear: right;
	float:right;
	width:13em;
	margin: 0.5em 0 0 0;
	-moz-opacity:0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
	text-align:right;
}
#search:hover{
	-moz-opacity:1;
	opacity: 1;
	filter: alpha(opacity=100);
}
.searchimg{
	float:left;
	width:14px;
	height:13px;
	background:url(images/search.gif) 0 0 no-repeat;
	position:relative;
	top:4px;
	left: 4px;
}
#search input{ 
	width:11em; 
	font-size: 1em; 
	background:#CCC;
	margin-top:2px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#search input:focus{
	background:#FFF;
	color: #c00;
	-moz-opacity:1;
	opacity: 1;
	filter: alpha(opacity=100);
}

#searchform{
	margin:1em 0;
}

#searchform #s{
	background:#222;
	border:none;
	border-bottom:1px solid #333;
	width:30em;
	color:#666666;
	padding:0.25em;
}

#searchsubmit{
	background:#000;
	color:#666;
	border:none;
	font-size:0.9em;
	text-transform:uppercase;
	letter-spacing:0.25em;
}

/* Legacy Typo CSS */

#search-results{
	width:30%;
	background:#333;
	padding:0 0 0 0;
	float:right;
	-moz-opacity:0.9;
	border-top:1em solid #000;
}
#search-results h3{
	font-weight:bold;
	text-align:left;
	margin:0;
	padding:0 0 1em 0;
	background:#000;
	
}
#search-results small{
	display:block;
	text-align:left;
	font-size:0.9em;
	padding:0.5em 1em 0.7em 1em;
	border-top:1px solid #666;
	border-bottom:1px solid #555;
}
#search-results small a{
	color:#CCC;
}
#search-results ul li{
	list-style-type:none;
	padding:0 1em 0.5em 1em;
	margin:0.5em 0;
}
#search-results ul li:hover{
	background:#202020;
}
#search-result ul{ margin:0; }
#search-results ul li a{
	text-decoration:none;
	border-bottom:1px dotted #CCC;
}

#search img.archives-icon{
	margin:0 7px 0 0;
	top:1px;
}

/*-----------------------------------------------------------------------------------------------
  Detalles
-----------------------------------------------------------------------------------------------*/

#primary ul {
	padding-bottom:10px;
	list-style-image:url(images/content_flecha.gif);
	margin: 5px 30px;
}

#primary ol {
	padding-bottom:10px;
	margin: 5px 30px;
}

#primary a.verejemplo {
	font-weight: bold;
	color: #06c;
	border: 2px solid #06c;
	text-decoration: none;
	padding: 2px 4px;		
}

	#primary a.verejemplo:hover {
		color: #036;
		border: 2px solid #036;
	}

#primary blockquote {
	background: url(images/cierra.gif) no-repeat right bottom;
	width: 500px;
	padding-left: 18px;
	padding-right: 18px;
	text-indent: -18px;
	text-align: justify;
}

	#primary blockquote:first-letter {
     		background: url(images/abre.gif) no-repeat left top;
     		padding-left: 18px;
	}

#primary h3 {
	display:block;
	font-size:18px;
	font-weight:normal;
	letter-spacing:-.5px;
	color:#F00;
	background: #cfcfcf;
	padding: 3px 5px;
	margin: 6px 0;
}	

#primary h4 {
	margin:5px 0 5px 0;
	padding: 0 0 0 3px;
	display:block;
	font-size:14px;
	font-weight:normal;
	letter-spacing:-.5px;
	color:#666;
	border-bottom: 2px solid #ccc;
}

#primary h5 {
	clear: both;
	margin: 30px 0 5px 0;
	font-size: 0.9em;
}

.pullquote {
	border: 2px dashed #ccc;
	float: right;
	background: #fff url(images/pullquote_titulo.gif) center top no-repeat;
	padding: 12px 4px 2px 4px;
	margin: 4px 8px;
	width: 100px;
}

.commenthtml { color: #69c; }

.commentcss { color: #c66; }

.commentjs { color: #c66; }

.codecss, .codejs, .codehtml, .codeas, .code {
	font-family:"Courier New", Courier, monospace;
	font-size: 14px;
	padding: 10px;
	background: #fff;
	border: 2px solid #6f9ebc;
	margin: 10px 20px;
	background-position: top right;
	background-repeat: no-repeat;
	word-wrap: break-word;
}

span.codecss {
	font-family:"Courier New", Courier, monospace;
	font-size: 14px;
	padding: 2px 15px 2px 6px;
	background: #fff url(images/css.gif) top right no-repeat;
	border: 1px solid #6f9ebc;
	margin: 5px 0;
	word-wrap: break-word;
	display: block;
}

	.codecss:hover,
	.codejs:hover,
	.codehtml:hover,
	.codeas:hover,
	.code:hover
	{ border: 2px solid #0099ff; }

	span.codecss:hover {
		border: 1px solid #0099ff;
	}
.codecss { background-image: url(images/css.gif); }

.codejs { background-image: url(images/js.gif); }

.codehtml { background-image: url(images/html.gif); }

.codeas { background-image: url(images/as.gif); }

#primary .sticker {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 60px;
	background: url(images/sticker_nuevo.gif) no-repeat;
}


#primary .first .sticker {
	display: block;
}

#commentlist .author {
	background: #afafaf url(images/author-pills.gif) 60px 8px no-repeat;
}

#commentlist .comment-number, #commentlist .author .comment-number {
	position: absolute;
	font-size: 4em;
	line-height: 100%;
	font-weight: bold;
	color: #bfbfbf;
	left: 0;
	top: 0;
	letter-spacing: -0.1em;
}

#commentlist .author .comment-number {
	color: #cfcfcf;
}

#footer a#subir {
	text-decoration: underline;
	background: url(images/arrow-top.gif) right center no-repeat;
	padding: 0.2em 2em;
}

/* tooltip */

div#qTip {
  padding: 0.2em 0.5em;
  display: none;
  background: #333;
  color: #FFF;
  font-size: 0.9em;
  text-align: center;
  position: absolute;
  z-index: 1000;
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
}


/* -- SimpleSlide -- */

.SimpleSlide {
	width: 660px;
	margin: 0 auto;
	height: 310px;
	padding: 0 2em;
	position: relative;
	overflow: hidden;
}

* html .SimpleSlide {
	overflow: hidden;
}

.SimpleSlide div {
	width: 1424px; /* SimpleSlide item x number of items + 3 pixels */
}

* html .SimpleSlide div {
	width: 1500px;
}

.SimpleSlide div div {
	width: 346px;
	padding-right: 10px;
	float: left;
	height: 300px;
	position: relative;
}

* html .SimpleSlide div div {
	width: 330px;
}

#botonera {
	position: relative;
}

.btn_siguiente, .btn_anterior {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 55px;
	height: 60px;
	cursor: pointer;
	position: absolute;
	top: 30%;
	background-position: 0 0;
}

.btn_anterior {
	background-image: url(images/flecha_izq.gif);
	left: 0;
}

.btn_siguiente {
	background-image: url(images/flecha_der.gif);
	right: 0;
}

	.btn_siguiente:hover, .btn_anterior:hover {
		background-position: 0 -60px;
	}

#adsense {
	width: 730px;
	margin: 0 auto;
}

div.fontSizer-sBox{
	background:url(images/sliderBG.gif) top left no-repeat;
}

#ajax_comments_loading {
	width: 300px;
	font-size: 1em;
	color: #666;
}

#trackbacks li {
	margin-bottom: 10px;
	border-bottom: 2px solid #dfdfdf;
	padding-bottom: 5px;
	color: #666;
}

#tag_cloud a {
	color: #AAE0FF;
	text-decoration: none;
	line-height: 100%;
}

	#tag_cloud a:hover {
		color: #fff;
	}

.related_post li {
	font-size: 0.8em;
	list-style-imagte: none;
	list-style: square;
	margin-left: 0;
}

/* ---------------------------------- */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
	.clearfix {display:block;}
/* End hide from IE Mac */
