/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

body {
	background:url(graficos/linea_sup.png) repeat-x 0 0;
}

h1 {
	color:#fff;
	*margin-bottom:10px;
}

h2 .sIFR-alternate a {
	color:#fff;

}

h3 {
	color:#fff;
	*margin-bottom:10px;
}

h4 .sIFR-alternate, h4 .sIFR-alternate a{
	color:#f8f8f8;
}

.sIFR-alternate {
	font-size:0;
	line-height:0;
}

a {
	color:#c33;
}

a:hover{
	color:#c00;
	text-decoration:underline;
}

.format_text a:hover{
	color:#c00;
	text-decoration:underline;
}

#page {
	background:none;
	padding:0;
}

#sidebars {
	width:300px;
	margin-top:-10px;
}
 
#sidebars{
	*margin-top:5px; /* para IE todos */
}



#content {
	width:640px;
	margin:50px 0 0 0;
}

#container {
	width:960px
}

.menu 	{
	float:right;
	border:1px solid #0f0;
	*margin-top:0px;
}

.menu li		{
	margin:0px 0px 0 15px;
	padding: 0px; 
	float: left; 
	background: url('graficos/sombreados1.png') 0 0 repeat-x;
	border:1px solid #ccc;
}

.menu li span a{
	font-size:0;
	height:0;
	padding:0;
	margin:0;
	text-indent:-9999px;
}

.menu, .menu a, .menu li ul {
	border:0px;
}

.post_box, .teasers_box, .full_width #content_box .page {
	margin:0;
	padding:0;
	border:0;
}

.teaser {
	width:310px;
}

.format_text ul{
	list-style-image:url(graficos/circulo6.png);
	list-style-position:inside;
	margin:0 0 20px 20px;
}

/* Remove Italics */
.custom .headline_meta {
   font-style: normal;
}
/* Remove Uppercase */
.custom .headline_meta span,
 .custom .headline_meta abbr {
   text-transform: none;
}

#archive_info  p{display:none;}

.headline_area {
	margin-bottom:0;
}

.teasers_box {
	padding:0;
	margin-bottom:30px;
}

.teaser .format_teaser {
	margin:0;
}

.teaser .format_teaser p {
	margin-bottom:20px;
}

.format_text p {
	margin-bottom:20px;
}

.pie-articulo {
	background:#f8f8f8;
	font-size:12px;
	line-height:20px;
	padding:10px;
	margin:0 0 30px 0;
}

.teasers_box  .pie-articulo {

	background:#f8f8f8;
	font-size:12px;
	line-height:20px;
	padding:10px;
	margin:0;
}

.pie-articulo ul {
	list-style-image:url(graficos/circulo6.png);
	*list-style-image:url(graficos/circulo6-ie.png);
	list-style-position:inside;
	margin:0;
}

#footer {
	border-top:1px solid #ccc;
	margin-top:20px;
	padding:10px 0 0 0;
}

#footer  p{
	font-size:10px;
	text-align:left;
	line-height:14px;
}


#commentform input.form_submit {
	border-style:normal;
	cursor:pointer;
	overflow:visible;
	width:auto !important;
	font-weight:normal;
	background:url('graficos/sombreados1.png') repeat-x scroll 0 0 transparent;
	border:1px solid #CCCCCC;
	color:#999999;
	cursor:pointer;
	font-family:Arial,Tahoma,sans-serif;
	font-size:14px;
	letter-spacing:1px;
	height:32px;
	margin-left:0px;
	padding:5px 8px;
}

#commentform{
	border:0;
	padding:0px;
}

#commentform textarea {
	height:120px;
	line-height:1.571em;
	border:1px solid #ccc;
	padding:15px;
	width:600px;
}

input, textarea {
	background:#f8f8f8;
}

input:focus, textarea:focus {
	background:#fff;
}

#commentform input.form_submit {
	border:1px #ccc solid;
}

#respond_intro {
	margin:0;
}

#header{
	width:100%;
	clear:both;
}


.custom #header #logo a {
	display:block; 
	margin-top:10px;
	height:39px; 
	width:440px; 
	background: url(graficos/logo-nandroid.png) no-repeat; 
	outline:none;
}

.custom #header #logo, .custom #header #tagline {
	text-indent:-9999px;
}

.custom #header #tagline {
	height:0px;
	padding:0;
	margin:0;
	background:#f00;
}

.custom  #header{
padding:0;
}

.custom  #header{
border-bottom:none;
}
.custom #content_box {background:none;}



#feature_box, #archive_info, #comment_nav_2 {
	border-width:0;
	padding-left:0;
}

/* TABS */

/* DOMtabs skin by Michael Martin - http://www.problogdesign.com */
/* DOMtabs script - http://www.onlinetools.org/tools/domtabdata/ */
/* Install guide: http://www.problogdesign.com/general-tips/how-to-install-domtabs-on-wordpress/ */

ul.domtabs li.active {background:#e8e8e8;}		/* Active tab background color */
ul.domtabs li:active a {color:#666;}		/* Active tab font color */
ul.domtabs li {
	background: #fff url('graficos/sombreados1.png') 0 -50px repeat-x;
}			/* Inactive tabs background color */
ul.domtabs li a {color:#333; padding:5px;}				/* Inactive tabs font color */
ul.domtabs li {border-color:#ccc;}			/* Tabs border color */
.domtab div {border:1px solid #ccc;}					/* Box border color - Should be the same as the Active tab background color */
.domtab div {background:#e8e8e8;}						/* Box background color */

ul.domtabs li {margin-right:10px;}			/* Space between each tab. Set to 0 for no space. */

div.domtab div {
	display:none;
	}

ul.domtabs {
	list-style:none;
	padding:0;
	margin:0;
	}

ul.domtabs li {
	float:left;
	padding:5px 5px;
	text-align:center;
	border-style:solid;
	border-width:1px 1px 0 1px;
	}


ul.domtabs li a {
	text-decoration:none;
	}

.domtab div {
	border-width:0 1px 1px 1px;
	padding:15px;
	clear:both;
	}
	
.domtab li.cat-item, .recientes li, .populares li{
	list-style-image:url(graficos/circulo6.png);
	*list-style-image:url(graficos/circulo6-ie.png);
	list-style-position:inside;
	margin:0px;
	*margin-left:-5px;
}

li.widget li ul {
	margin:0 0 10px 10px;
}
	
/*-----------------------------------------------------------------------------
	WIDGETS
-----------------------------------------------------------------------------*/

.sidebar h3  {
	margin-left:15px;
	*margin-bottom:30px;
	*color:#e8e8e8;
	padding:10px 0 0 0;
}

li.widget ul {
	list-style:none outside none;
	margin-top:0px;
}

.sidebar ul.sidebar_list {
	padding:0;
}

li.widget {
	width:300px;
	padding:0px;
	margin-bottom:20px;
}

.widget_tag_cloud, .widget_text, .widget_twitter {
	background:#E8E8E8 none repeat scroll 0 0 ;
	clear:both;
	margin-bottom:0px;
}

.widget_tag_cloud div {
	padding:0 15px 15px 15px;
	margin-top:-30px;
}

.widget_tag_cloud h3.sIFR-replaced{
	border:0px solid #000;

}

li.widget_twitter ul {
	margin-top:-20px;
	padding:0 15px 10px 15px;
}

.twitterwidget-title {
	color:#E8E8E8;
	font-size:0px;
}

li.widget ul.domtabs li {
margin-bottom:0;
}

#searchform {
	float:right;
	margin-bottom:30px;
	*margin-bottom:0px;
}

#searchform label {
	color:#fff;
}

#s {
	background:#FFFFFF;
	border:1px solid #CCCCCC;
	color:#666666;
	height:20px;
	padding:2px 0 0 5px;
}

#searchsubmit {
	background:url('graficos/sombreados1.png') repeat-x scroll 0 0 transparent;
	border:1px solid #CCCCCC;
	color:#999999;
	cursor:pointer;
	font-family:Arial,Tahoma,sans-serif;
	font-size:11px;
	height:24px;
	margin-left:10px;
	padding:3px 5px;
}

.screen-reader-text {
	font-size:0;
}

#wp125, .wp125_write_ads_widget, .wp125adwrap_2c {
	background:none repeat scroll 0 0 #E8E8E8;
}

#wp125adwrap_2c .wp125ad {
	background:none repeat scroll 0 0 #E8E8E8;
	float:left;
	padding:0 13px 10px 12px;
	width:125px;
	margin:-20px 0 20px 0;
}

div.sexy-bookmarks-expand  {
	margin-bottom:20px;
}

.textwidget {
	padding:15px;
	margin-top:-30px;
}

.textwidget img {
	margin-right:15px;
}


.prev_next {
	background:#f8f8f8;
	padding:10px 0;
	min-height:10px;
	border:0px;
}

.prev_next img {
	margin:0 10px;
}

.post_nav .previous {
	margin:0;
	border-right:1px solid #ccc;
	width:320px;
	float:left;
}

.post_nav .next{
	width:310px;
	margin:0;
	float:right;
}

.wp-pagenavi a.nextpostslink {
background:#f00;
border:5px solid #ccc;
}

/*
-------- pagenavi-----------------------------------
*/
.wp-pagenavi { margin: 15px 0px 15px 0px; }
.wp-pagenavi a, .wp-pagenavi a:link { font-size:16px; padding: 5px 9px; margin: 2px; text-decoration: none; border: 1px solid #ccc; color: #999999; background-color: #eeeeee; }
.wp-pagenavi a:visited { font-size:16px; padding: 5px 9px; margin: 2px; text-decoration: none; border: 1px solid #ccc; color: #999; background-color: #eeeeee; }
.wp-pagenavi a:hover { font-size:16px; border: 1px solid #999; color: #FFF; background-color: #ccc; }
.wp-pagenavi a:active { font-size:16px; padding: 5px 9px; margin: 2px; text-decoration: none; border: 1px solid #ddd; color: #999; background-color: #eeeeee; }
.wp-pagenavi span.pages { font-size:16px; padding: 5px 9px; margin: 2px 2px 2px 2px; color: #000000; border: 1px solid #ddd; color: #999; background-color: #eeeeee; }
.wp-pagenavi span.current { font-size:16px; padding: 5px 9px; margin: 2px; font-weight: bold; border: 1px solid #ccc; color: #FFF; background-color: #ddd; }
.wp-pagenavi span.extend { font-size:16px; padding: 5px 9px; margin: 2px; border: 1px solid #608e7a; color: #FFF; background-color: #2ab7d9; }



/*-----------------------------------------------------------------------------
	MENU REPASAR
-----------------------------------------------------------------------------*/

#nav, #subnav	{ 
	padding: 0; 
	width: 100%; 
	line-height: 1.5em;
	height:30px;
	overflow:hidden;
}

#nav ul,
#subnav ul		{ margin: 0; padding: 0; list-style: none;	float: right;   }

#nav li,
#subnav li		{
	margin:0px 5px 0 10px;
	padding: 0; 
	float: left; 
	background: url('graficos/sombreados1.png') 0 0 repeat-x;
	border:1px solid #ccc;
}

#nav li span a{
	font-size:0;
	height:0;
	padding:0;
	margin:0;
}

#nav li a,
#subnav li a 	{ 
	color: #666; 
	padding: 5px 8px; 
	float: left; 
	text-decoration: none; 
	border-bottom:0px;
	line-height:0;
}

#nav li.current_page_item a{ 
	background: #fff; 
	color: #000;
}

#nav li a:hover 	{ 
	color: #000;
	border-bottom:0px;
}
#subnav				{ background: #616161; }

#nav li.current_page_item a,
#subnav li.current_page_item a,
#subnav li a:hover 	{ color: #666; }

#nav li.first a { margin-left: 0px; }

#nav li.current_page_item {
	background: #fff;
	border-bottom:1px solid #fff;
}

/*-----------------------------------------------------------------------------
	AUTOR
-----------------------------------------------------------------------------*/

.postauthor {
	background: #F5F5F5; 
	overflow: hidden; 
	padding: 15px;
	margin-bottom:20px;
}
.postauthor img {border: 1px solid #e2dede; float: left; margin-right: 1.5em;}
.postauthor h4 {color: #666; font-size: 2em; margin-bottom: 5px;}
.postauthor p {color: #515151; font-size: 13px; margin-bottom: 12px;}
.postauthor p.hlight {font-size: 11px; text-transform: uppercase;}
.postauthor p.hlight span {color: #CB3131; font-size: 13px; font-style: italic; font-weight: bold; letter-spacing: 0.8px;}