/*
Theme Name: LaRed
Theme URI: http://www.lared.cl
Description: A clean blog theme with jQuery animations.
Version: 1.1
Author: Tim Gieseking
Author URI: http://www.lared.com/
Tags: clean, fixed width, two columns, widgets, jquery, admin panel
*/
/* ================================ BASE CSS (based on blueprintcss.org) ======================================== */
/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img { border: none; }
/* typography */
body {font-size:75%;color:#333;background:#fff;font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;text-align: center;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2.5em;margin-bottom:0.25em;font-weight: bold;}
h3 {font-size:1.75em;margin-bottom:0.25em;font-weight: bold;}
h4 {font-size:1.5em;margin-bottom:0.25em;color:#d90321;}
h5 {font-size:1.17em;font-weight:bold;margin-bottom:0.25em;}
h6 {font-size:1.17em;margin-bottom:0.15em;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#d90321;}
body.green a:focus, body.green a:hover, body.green h4 {color: #4102a0; }
body.red a:focus, body.red a:hover, body.red h4 {color: #03aeed; }
a {color:#03aeed;text-decoration:none;}
body.green a {color:#01bca8;}
body.red a {color:#d90321;}
/*a.external { background: transparent url('images/icons/external.png') no-repeat right center; padding: 0 10px 0 0; }*/
blockquote, pre {margin:1.5em;color:#555;}
blockquote { padding: 6px 34px 0; background: url('images/misc/quote.png') no-repeat left top; font-style: italic; }
blockquote cite { font-style: normal; font-size: 75%; color: #999; }
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {white-space:pre;padding: 0.5em 1.5em;border-left: 10px solid #ddd;background: #f0f0f0; }
pre, code, tt {font-family: andale mono, lucida console, monospace;line-height:2;}
code { font-size: 90%; }
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
table {margin-bottom:1.4em;width:100%;}
th {font-weight:bold;}
thead th {background:#eee;}
th, td, caption {padding:4px 10px 4px 5px;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:0.2em;line-height:1.2em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.alignleft { float: left; margin: 0 1em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1em; }
/* common wordpress styles */
.alignleft, img.alignleft { display: block; float: left; margin: 0 1.5em 1.5em 0; }
.alignright, img.alignright { display: block; float: right; margin: 0 0 1.5em 1.5em; }
.aligncenter, img.aligncenter { clear: both; display: block; margin: 0 auto; }
.wp-caption { text-align: center; margin-bottom: 1.5em; }
.wp-caption img { border: 0 none; margin: 0; padding: 0; }
.wp-caption p.wp-caption-text {	margin: 0; }
.wp-smiley {  max-height: 1em; margin:0 !important; border: none; }
.gallery dl { margin: 0; }
.gallery-caption { margin:-1.5em 0 0 0; }


/* ================================ Evolutionary CSS ======================================== */
h2.pagetitle
{
	border-bottom: 1px solid #ddd;
	line-height: 1;
	margin: 0 0 28px;
	padding: 0 0 10px;
}

/* site structure */
#wrapper
{
	margin: 0 auto;
	text-align: left;
	width: 960px;
}

#header
{
	border-bottom: 5px solid #3c3c3c;
	/*border-bottom: 5px solid #9c2630;*/
	height: 92px;
	overflow: hidden;
	padding: 0 0 2px;
}

#main
{
	border-bottom: 2px dotted #3c3c3c;
	margin: 0 auto;
	overflow: hidden;
	padding: 28px 0;
}

#main #content
{
	float: left;
	width: 630px;
}

#main #mainsidebar
{
	float: right;
	width: 310px;
}

/* header and navigation */
#header #logo
{
	float: left;
}

#header h1
{
	line-height: 1;
	margin: 10px 0 5px;
	padding: 0;
}

#header #blogdescrip
{
	background: transparent url('images/misc/dots.png') no-repeat left center;
	color: #555;
	font-size: 0.83em;
	line-height: 1;
	padding: 0 0 0 46px;
	margin: 0;
}

#header h1 img
{
	display: block;
}

#header ul
{
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header li
{
	/*background: transparent url('images/red/gradients/navbg.png') repeat-x left bottom;*/
	display: block;
	float: left;
	font-size: 18px;
	height: 42px;
	/* height: 52px; */
	line-height: 1;
	list-style: none;
	margin: 0 2px 0 0;
	padding: 0;
	text-align: center;
	text-transform: lowercase;
}

#header li.last
{
	margin: 0;
}

/** color botones header **/
#header li a
{
	background: transparent url('images/misc/arrows.png') no-repeat center -9999px;
	display: block;
	color: #d90321;
	height: 92px;
	padding: 0 6px;
	position: relative;
	text-decoration: none;
	width: 80px;
}

#header li a.rss
{
	width: 20px;
}

#header li.current_page_item
{
	background-position: left top;
}

#header li a:hover
{
	background-position: center 84px;
	/*color: #fff;*/
	color: #000000;
	text-decoration: none;
}

#header li a:focus
{
	outline: none;
}

#header li a span
{
	bottom: 5px;
	display: block;
	left: 0;
	position: absolute;
	width: 100%;
}

body.nojs #header li a:hover span
{
	bottom: 15px;
}

ul#subnav,
ul#subnav2
{
	background: #ddd url('images/gradients/subnav.png') repeat-x left top;
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 5px 10px;
}

ul#subnav2
{
	background: #fff;
	border-bottom: none;
}

ul#subnav li,
ul#subnav2 li
{
	display: block;
	float: left;
	font-size: 14px;
	list-style: none;
	margin: 0 20px 0 0;
	padding: 0;
}

ul#subnav2 li
{
	font-size: 11px;
}

ul#subnav li.current_page_item,
ul#subnav2 li.current_page_item
{
	background: transparent url('images/icons/navarrow.png') no-repeat left center;
	font-weight: bold;
	padding-left: 10px;
}

ul#subnav li a,
ul#subnav2 li a
{
	text-decoration: none;
}

ul#subnav2 li a
{
}

/* content */

/* featured */
#featured
{
	background: #1d1d1d url('images/gradients/featuredbg.png') repeat-x left top;
	height: 290px;
	margin: 0 0 28px;
	padding: 5px;
	position: relative;
	width: 630px;
}

#featured #pauseicon
{
	background: transparent url('images/misc/paused.png') no-repeat left top;
	display: none;
	height: 99px;
	left: 50%;
	margin-left: -50px;
	position: absolute;
	width: 99px;
	top: 25%;
	z-index: 99;
}

ul#featurednav
{
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 99;
}

ul#featurednav li
{
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	padding: 0;
}

ul#featurednav a
{
	background: transparent url('images/misc/featured_nav.png') no-repeat 0 0;
	display: block;
	height: 16px;
	width: 16px;
}

ul#featurednav a:focus
{
	outline: none;
}

ul#featurednav a:hover
{
	background-position: 0 -42px;
}

ul#featurednav a.active,
ul#featurednav a.active:hover
{
	background-position: 0 -21px;
}

ul#featurednav.paused a.active
{
	background-position: 0 bottom;
}

#featured ul#featuredimages img
{
	display: block;
}

#featured ul#featuredimages,
#featured ul#featuredexcerpts
{
	height: 290px;
	left: 5px;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 5px;
	width: 630px;
}

#featured ul#featuredimages li,
#featured ul#featuredexcerpts li
{
	display: block;
	height: 290px;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 630px;
}

#featured .excerpt
{
	background: transparent url('images/misc/dotbg.png');
	bottom: 0;
	color: #fff;
	left: 0;
	margin: 0;
	padding: 5px;
	position: absolute;
	width: 630px
}

#featured .excerpt p
{
	padding: 0 125px 0 0;
}

#featured .excerpt a.readfeatured
{
	background: transparent url('images/gradients/readfeatured.png') no-repeat left 0;
	bottom: 0;
	color: #fff;
	display: block;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	position: absolute;
	right: 5px;
	text-align: center;
	width: 98px;
	margin-right: 10px;
}

#featured .excerpt a.readfeatured:hover
{
	background-position: left -42px;
}

body.nojs #featured .excerpt a.readfeatured:hover
{
	height: 41px;
}

#featured .excerpt h2
{
	line-height: 1;
	margin: 0;
}

#featured .excerpt h2,
#featured .excerpt h2 a
{
	color: #fff;
	text-decoration: none;
}

#featured .excerpt p
{
	margin: 0;
}

/* blog posts */
.post
{
	margin: 0 0 42px;
}

.entry-info
{
	margin: 0 0 14px;
	overflow: hidden;
	position: relative;
}

.entry-info h2
{
	border: none;
	line-height: 1;
	margin: 1px 0 4px;
	padding: 0 30px 0 0;
	font-size: 2em;
}

.post .date
{
	background: #1e1e1e url('images/gradients/datebg.png') repeat-x left top;
	border-bottom: 2px solid #ccc;
	color: #f0f0f0;
	float: left;
	margin: 0 8px 0 0;
	padding: 4px 6px 4px;
	text-align: center;
}

.post .date span
{
	display: block;
	line-height: 1;
}

.post .date span.month
{
	font-size: 1em;
	margin: 0 0 5px;
}

.post .date span.day
{
	font-size: 1.3em;
}

.post h2 a
{
	text-decoration: none;
}

.entry
{
	
	overflow: hidden;
}

.entry p
{
	font-size: 1.17em;
	line-height: 1.65;
}

.entry p.readmore
{
	font-size: 13px;
	margin: 0;
	overflow: hidden;
}

.entry a.more-link,
.entry a.more-link:link,
.entry a.more-link:visited
{
	background: #03aeed url('images/icons/readmore.png') no-repeat left center;
	color: #fff;
	display: block;
	float: right;
	height: 26px;
	line-height: 26px;
	padding: 0 10px 0 15px;
	text-decoration: none;
}

.entry a.more-link:hover
{
	background-color: #d90321;
}

.entry img
{
	border: 1px solid #212121;
	display: block;
}

.postmetadata
{
	background: #f0f0f0;
	border-bottom: 1px dotted #ddd;
	border-top: 1px dotted #ddd;
	clear: both;
	color: #666;
	font-style: italic;
	margin: 18px 0 0;
	overflow: hidden;
	padding: 4px;
}

.postmetadata span
{
	float: left;
}
.postmetadata .comments
{
	float: right;
}

.postmetadata .comments a:hover
{
	text-decoration: underline;
}


.post .author
{
	margin: 0;
	overflow: hidden;
}

.post .author span
{
	color: #666;
	font-style: italic;
}

.post .author strong
{
	color: #333;
}

.postmetadata span.edit
{
	float: right;
	margin: 0 0 0 5px;
}

/* comments */
ul.commentlist,
ul.commentlist ul.children
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.commentlist li
{
	display: inline-block;
	list-style: none;
	margin: 0 0 36px;
	overflow: hidden;
	padding: 0;
	position: relative;
}

ul.commentlist li:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
html[xmlns] ul.commentlist li {
	display: block;
}

/* children */
ul.commentlist li .comment_author
{
	color: #999;
	font-size: 0.83em;
	float: left;
	padding: 0 2px 0 0;
	width: 80px;
}

ul.commentlist li .comment_author cite
{
	color: #333;
	font-style: normal;
	font-weight: bold;
}

ul.commentlist li .comment_author cite a
{
	text-decoration: none;
}

ul.commentlist li .comment_author strong
{
	color: #333;
}

ul.commentlist li .comment_author img
{
	border: 1px solid #aaa;
	max-width: 80px;
}

ul.commentlist li img.commentimg
{
	display: block;
	float: left;
	left: 100px;
	position: absolute;
	top: 0;
}

ul.commentlist li .comment_text_container
{
	float: right;
	width: 531px;
}

ul.commentlist li .comment_text
{
	background: #f0f0f0;
	color: #333;
	border: 1px solid #ddd;
	min-height: 19px;
	padding: 20px;
}

ul.commentlist li p.metadata
{
	clear: both;
	font-size: 0.88em;
	line-height: 2;
	text-align: right;
}

ul.commentlist li p.metadata a
{
	text-decoration: none;
}

ul.commentlist li p.metadata a.comment_date
{
	color: #aaa;
	font-style: italic;
}

ul.commentlist li p.metadata a.comment-edit-link,
ul.commentlist li p.metadata a.comment-reply-link
{
	margin: 0 0 0 8px;
}

ul.commentlist li p.metadata a:hover,
ul.commentlist li .comment_author cite a:hover
{
	text-decoration: underline;
}

/* children */
ul.commentlist ul.children
{
	clear: both;
	margin: 0 0 0 147px;
}

ul.commentlist ul.children li .comment_text_container
{
	width: 384px;
}

ul.commentlist ul.children li .comment_text
{
	background: #f0f0f0;
}

#commentform-container
{
	border-top: 1px dotted #ddd;
	margin: 1.5em 0 0;
	padding: 1.5em 0 0;
}

#commentform-container h3
{
	color: #03AEED;
}

#comments form
{
	display: block;
	padding: 0;
}

#comments textarea, #comments input
{
	background: #f7f7f7;
	border: 1px solid #ddd;
	padding: 5px;
}

#comments input
{
	margin: 0 10px 0 0;
	width: 260px;
}

#comments label
{
	color: #666;
	font-size: 0.9em;
}

#comments textarea
{
	height: 100px;
	width: 520px;
}

#comments #submit
{
	background: #111;
	color: #fff;
	cursor: pointer;
	width: auto;
}

#comments #submit:hover
{
	background: #333;
}

/* page navigation */
ul.pagenavigation
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.pagenavigation li
{
	background: transparent url('images/misc/pagenav.png') no-repeat left top;
	display: block;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.pagenavigation li a
{
	background: #292929 url('images/misc/pagenav.png') no-repeat -14px top;
	color: #fff;
	display: block;
	font-size: 14px;
	height: 22px;
	line-height: 22px;
	margin: 0 0 0 14px;
	padding: 0 10px;
	text-decoration: none;
}

ul.pagenavigation li a:focus
{
	outline: none;
}

ul.pagenavigation li a:hover
{
	color: #ddd;
}

ul.pagenavigation li#nextnav
{
	float: left;
}

ul.pagenavigation li#prevnav
{
	background-position: right -23px;
	padding: 0;
}

ul.pagenavigation li#prevnav a
{
	background-color: #828282;
	background-position: 14px -23px;
	margin: 0 14px 0 0;
}



/* sidebar */
.sidebar h3
{
	background: transparent url('images/uisprite.png') no-repeat 0 -105px;
	border-bottom: 5px solid #ddd;
	color: #333;
	margin: 0;
	position: relative;
}

.sidebar h3 img
{
	bottom: 0;
	position: absolute;
	right: 0;
}

.sidebar ul, .sidebar ul li
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar ul li
{
	margin: 0 0 12px;
}

.sidebar ul li ul li
{
	font-size: 1.16em;
	line-height: 1.75;
	margin: 1px 0 0 0;
	padding: 0;
}

.sidebar li a
{
	color: #333;
	text-decoration: none;
}

.sidebar h3 a,
.sidebar .widget_twitter h3 a,
.sidebar #twitter-tools h3 a
{
	color: #28a1cd;
}

.sidebar li ul li a
{
	display: block;
	padding: 0 0 0 2px;
}


.sidebar li a.rssfeed
{
	background: transparent url('images/icons/feed.png') no-repeat 99% center;
}

.sidebar li a.twitter
{
	background: transparent url('images/icons/twitter2.png') no-repeat 99% center;
}

.sidebar li ul li a:hover
{
	background-color: #d90321;
	color: #fff;
}

body.nojs .sidebar li ul li a:hover
{
	padding: 0 0 0 10px;
}

.sidebar ul li ul.widgetnav
{
	border-bottom: 1px solid #ddd;
	display: block;
	overflow: hidden;
}

.sidebar ul li ul.widgetnav li
{
	font-size: 1em;
	float: left;
	margin: 0 20px 0 0;
}

.sidebar ul li ul.widgetnav li.last
{
	margin-right: 0;
}

.sidebar ul li ul.widgetnav li.current
{
	background: url('images/icons/arrow.png') no-repeat left center;
	padding: 0 0 0 7px;
}

.sidebar ul li ul.widgetnav li a
{
	color: #777;
	display: inline;
}

.sidebar ul li ul.widgetnav li a:focus
{
	outline: none;
}

.sidebar ul li ul.widgetnav li.current a
{
	color: #d90321;
}

.sidebar ul li ul.widgetnav li a:hover
{
	background: transparent;
	color: #d90321;
}

.sidebar ul li ul#widget_comments li
{
	border-bottom: 1px dotted #ddd;
	font-size: 1em;
	padding: 4px 0;
}

.sidebar ul li ul#widget_comments a span
{
	color: #777;
	display: block;
	font-size: 90%;
}

.sidebar ul li ul#widget_comments a:hover span
{
	color: #fff;
}

.sidebar .currently_browsing
{
	font-style: italic;
	margin: 0 0 40px 0;
}

#ads
{
	margin: 0 0 18px;
	overflow: hidden;
}

#ads img
{
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}

#ads img.last
{
	margin: 0 0 10px;
}

.sidebar ul li.widget_search
{
	margin: 0;
}

#search
{
	margin: 0 0 12px;
	overflow: hidden;
}

#search p
{
	line-height: 1;
	margin: 0;
}

#search input#s
{
	background: #eee;
	border: 2px solid #ddd;
	color: #999;
	float: left;
	font-size: 10px;
	height: 16px;
	margin: 0 2px 0 0;
	padding: 5px;
	width: 252px;
}

#search #sbtn
{
	background: #0bb1ed url('images/icons/search.png') no-repeat left top;
	border: none;
	float: left;
	font-size: 0;
	height: 30px;
	line-height: 0;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
	width: 33px;
}

#search #sbtn:hover
{
	background-position: left bottom;
	cursor: pointer;
}

.sidebar div#calendar_wrap
{
	margin: 0;
}

table#wp-calendar
{
	border: 1px solid #ddd;
	margin: 0;
}

#wp-calendar caption
{
	background: #333;
	color: #fff;
	font-size: 1.16em;
} 

.sidebar .widget_rss ul li,
.widget_twitter ul.tweets li,
#twitter-tools ul li
{
	border-top: 1px dotted #ddd;
	margin: 4px 0 0;
	padding: 4px 0 0;
}

.sidebar .widget_rss ul li:first-child,
.widget_twitter ul.tweets li:first-child,
#twitter-tools ul li:first-child,
#twitter-tools ul li.aktt_more_updates
{
	padding: 0;
	margin: 0;
	border-top: none;
}

/* footer */
#footer
{
	overflow: hidden;
	padding: 0px 0px 30px 0px;
	border-bottom: 5px solid #3c3c3c;
}

#footer li.widget
{
	float: left;
	margin: 36px 90px 0 0;
	width: 260px;
}

#footer ul li ul li,
.sidebar ul li ul.tweets li
{
	font-size: 1em;
	line-height: 1.5;
}

#footer .widget h3,
#footer .widget h3 a
{
	color: #333;
}

#footer li.widget-last
{
	margin-right: 0;
}

#footer li.widget-first
{
	clear: both;
}

#footer .widget_twitter a,
.sidebar .widget_twitter a,
#footer #twitter-tools a,
.sidebar #twitter-tools a
{
	display: inline;
	color: #03aeed;
	padding: 0;
}

#footer .widget_twitter a:hover,
.sidebar .widget_twitter a:hover,
#footer #twitter-tools a:hover,
.sidebar #twitter-tools a:hover
{
	background: transparent;
	color: #D90321;
}

.widget_twitter h3 img,
#twitter-tools h3 img
{
	bottom: -4px;
}

#subfooter
{
	clear: both;
	margin: 36px 0 0px;
	overflow: hidden;
	padding: 2px 0;
}

#subfooter p
{
	color: #000000;
	float: right;
	font-size: 0.83em;
	padding-right: 10px;
}

ul#footernav,
ul#footernav li
{
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#footernav
{
	float: left;
	overflow: hidden;
}

ul#footernav li
{
	border-right: 1px solid #ddd;
	float: left;
	font-size: 0.83em;
	line-height: 1;
	padding: 0 10px;
}

ul#footernav li.first
{
	padding-left: 0;
}

ul#footernav li.last
{
	border-right: none;
}

ul#footernav li a
{
	color: #333;
	text-decoration: none;
}

ul#footernav li a:hover
{
	text-decoration: underline;
}

ul#footernav li a.rss
{
	background: url('images/icons/rss2.png') no-repeat right center;
	padding: 0 16px 0 0;
}

/* red */
/*body.red #header li
{
	background-image: url('images/red/gradients/navbg.png');
}*/

body.red #header #blogdescrip
{
	background-image: url('images/red/misc/dots.png');
}

body.red #featured .excerpt a.readfeatured
{
	background-image: url('images/red/gradients/readfeatured.png');
}

body.red #search #sbtn
{
	background-image: url('images/red/icons/search.png');
}

body.red .post .entry a.more-link,
body.red .post .entry a.more-link:link,
body.red .post .entry a.more-link:visited
{
	background-color: #d90321;
}

body.red .post .entry a.more-link:hover,
body.red .sidebar li ul li a:hover
{
	/*background-color: #03aeed;*/
	/* molesto celeste */
}

body.red #footer .widget_twitter a,
body.red .sidebar .widget_twitter a,
body.red #footer #twitter-tools a,
body.red .sidebar #twitter-tools a,
body.red #commentform-container h3
{
	color: #d90321;
}

body.red #footer .widget_twitter a:hover,
body.red .sidebar .widget_twitter a:hover,
body.red #footer #twitter-tools a:hover,
body.red .sidebar #twitter-tools a:hover,
body.red .sidebar ul li ul.widgetnav li a:hover,
body.red .sidebar ul li ul.widgetnav li.current a
{
	color: #03aeed;
}

body.red .sidebar .widget_twitter h3 a,
body.red #footer .widget_twitter h3 a,
body.red .sidebar #twitter-tools h3 a,
body.red #footer #twitter-tools h3 a
{
	color: #333;
}

body.red .sidebar ul li ul.widgetnav li a:hover
{
	background: transparent;
}


/* black */
body.black
{
	background: #1a1a1a;
	color: #f9f9f9;
}

body.black #header #blogdescrip
{
	background-image: url('images/black/misc/dots.png');
}

body.black ul#subnav
{
	background: #333;
	border-bottom-color: #444;
}
body.black ul#subnav2
{
	background: #222;
}

body.black .sidebar h3
{
	color: #ddd;
}

body.black blockquote,
body.black pre,
body.black .sidebar li a,
body.black #header #blogdescrip,
body.black #footer .widget h3, 
body.black #footer .widget h3 a,
body.black ul#footernav li a
{
	color: #ddd;
}

body.black #header,
body.black #main,
body.black .sidebar ul li ul.widgetnav
{
	border-color: #666;
}

body.black h3,
body.black .postmetadata,
body.black .sidebar ul li ul#widget_comments li
{
	border-color: #333;
}

body.black .postmetadata
{
	background: #333;
}

body.black .post .entry a.more-link,
body.black .post .entry a.more-link:link,
body.black .post .entry a.more-link:visited
{
	background-image: url('images/black/icons/readmore.png');
}

body.black ul.commentlist li .comment_author cite
{
	color: #999;
}

body.black #comments #submit
{
	background: #333;
}

body.black #comments #submit:hover
{
	background: #999;
}

body.black .sidebar .widget_rss ul li,
body.black .widget_twitter ul.tweets li,
body.black #twitter-tools ul li
{
	border-top: 1px dotted #333;
}

/**********


Killtro Addons


**********/

/*body {
	background: #d2d1d0 url('images/lared_bgshadow.png') repeat-y center;
}*/

body {
	font-family: helvetica, arial, tahoma, sans-serif;
	font-size: 12px;
	color: #3f3f3f;
	/*margin: 0 auto;*/
	background: #0d253e url('images/page_bg.png') repeat-x 0px 0px;
}

#wrappershadow {
	background: transparent url('images/lared_bggradientshadow.png') repeat-y top;
}

#wrapper {
/* lared logo detras */
	background: #FFFFFF url('images/lared_bggradient.png') no-repeat top;
/*	background: #FFFFFF url('images/lared_bggradient_primavera.png') no-repeat top;*/
/*	background: #FFFFFF url('images/lared_bggradient_200.png') no-repeat top;*/ /* 200 anhos */
	padding: 4px 6px 0px 6px;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

.aviso300x250 {
	width: 300px;
	height: 250px;
}

.aviso728x90 {
	width: 728px;
	height: 90px;
	margin-left: -5px;
	border: 1px dotted #dddddd;
}

.aviso468x60 {
	width: 468px;
	height: 60px;
	margin-top: -10px;
	margin-left: 80px;
	margin-bottom: 20px;
	border: 1px dotted #dddddd;
}

.aviso220x90 {
	width: 220px;
	height: 90px;
	margin-left: -10px;
	border: 1px dotted #dddddd;
}

#headerabajo {
	width: 100%;
	height: 96px;
	overflow: hidden;
	margin-bottom: -10px;
}

.postimage_right {
	float: right;
	margin: 2px;
	margin-left: 4px;
}

.postimage_left {
	float: left;
	margin: 6px;
}

.postimage_center {
	margin: 6px;
}


.novedadescapsula {
	width: 640px;
	background: transparent url('images/lared_novedadesgradient.png') repeat-x top;
	/*height: 190px;*/
	margin-top: -10px;
	min-height: 200px;
}

.larednovedades li {
	display: inline;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.larednovedades {
	margin-left: 28px;
}


.novedadestitle {
	font: bold 2em;
	letter-spacing:0.05pt;
	color:#d90321;
	text-transform: uppercase;
	text-align: center;
}

.slidelindotxt a:link, .slidelindotxt a:hover, .slidelindotxt a:visited, .slidelindotxt a:active  {
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
}

.imageNavigation {
	margin-top: -5px;
	margin-bottom: 19px;
	width: 300px;
	background: #d4d3d2;
	height: 264px;
}

.boxgrid{
	width: 220px;
	height: 255px;
	float:left;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 4px;
}
.boxgrid img{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

.boxgrid p {
	font-size: 0.8em;
	font-family: Tahoma, Geneva, sans-serif;
	color: #000000;
}

.clear {
	clear: both;
}

.archivelist {
	float: left;
	width: 275px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}

.breadcrumb {
/*	float: left; */
	width: 100%;
	font-size: 11px;
	margin: 0px 0px 10px 0px;
	padding: 0px 10px 0px 10px;
	border-bottom: double #EAEAEA;
	}

	
.inline {
	display: inline;
}

.socialicons {
	margin-left: -3px;
}

.inlineimg {
	vertical-align: middle;
}

#brevescapsula {
	width: 640px;
	background: transparent url('images/lared_novedadesgradient.png') repeat-x top;
	height: 380px;
	margin-top: 10px;
}

#laredbreves li {
	display: inline;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#laredbreves {
	margin-left: 28px;
}

.slidesemilindotxt a:link, .slidesemilindotxt a:hover, .slidesemilindotxt a:visited, .slidesemilindotxt a:active  {
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
}

.slide {
	height: 300px;
	overflow: hidden;
}

.excerpt a:link, .excerpt a:hover, .excerpt a:visited, .excerpt a:active  {
	color: #FFFFFF;
	text-decoration: none;
}

img {
	border: 0px;
}

.youtubeurl {
		list-style: none;
		margin: 0 auto;
}

.youtubeplayer_wt {
	position: relative; float: right; width: 100px; height: 41px; margin-top: -74px; z-index: 3;
	
}

.youtubeplayer_fs {
	position: relative; float: right; width: 34px; height: 31px; margin-top: -32px; margin-right: 65px; z-index: 3;
}

.aToolTip {
	background: transparent url('images/tooltipbg.png') repeat-x;
	min-width: 150px;
	min-height: 10px;
	border: 1px dotted #000000;
}

.aToolTipContent {
	padding: 2px;
	color: #FFFFFF;
}

.comment_text p {
	padding: 0px;
	margin: 0px;
}

.comment_text_container {
	padding: 0px;
	margin: 0px;
}

.commentwrap {
	padding: 0px;
	margin: 0px;
	margin-bottom: -15px;
}

.divrounded {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#sidebar_programacion {
	font-size: 0.9em;
	background: url('images/sideprogramacionbg.png') top repeat-x;
}
#sidebar_programacion li {
	font-size: 0.9em;
	clear: both;
	word-spacing: 0.6em;
}
#sidebar_programacion ul, #sidebar_programacion ol {
	margin-left: 30px;
}
#sidebar_programacion h5 {
	margin-left: 15px;
	color: #d90321;
}

.diaselector {
	display: inline;
	font-size: 0.7em;
	cursor: pointer;
	font-weight: bold;
}

#selectordedias {
	margin-left: 5px;
}

.diaselector:hover {
	color: #d90321;
}

.sideprogramacionitem {
	height: 250px;
	overflow-y: scroll;
}

#elsubnav {
	visibility: hidden;
	height: 50px;
	width: 972px;
	margin-left: -6px;
	background: transparent url('images/subnav_fondofull.png') no-repeat top;
	margin-bottom: -10px;
	overflow: hidden;
	z-index: 100;
}

.elsubnavhide {
	position: relative;
	z-index: 10000;
}

#elsubnav ul {
	/*margin-left: 40px;*/
}

#elsubnav li {
	display: inline;
/*	float: left;*/
	font-size: 12px;
	font-weight: bold;
	font-family: verdana;
	list-style: none;
	padding: 8px 7px 0px 7px;
	min-width: 70px;
	text-align: center;
}

#elsubnav li:hover {
	background: transparent url('images/subnav_fondohover.png') no-repeat top center;
}

#elsubnav ul ul, #elsubnav ul ul ul {
	margin-left: -18px;
}

#elsubnav li li, #elsubnav li li li {
	width: 170px;
	height: 40px;
	background: transparent url('images/subnav_fondohoverthree.png') no-repeat center 0px;
	padding: 4px 0px 0px 0px;
	margin: 0px;
}

#elsubnav li li:hover, #elsubnav li li li:hover {
	background: transparent url('images/subnav_fondohovertwo.png') no-repeat center 0px;
}

.next {
	cursor: pointer;
}

.bnglobal {
	/*font-variant: small-caps;*/
	font-weight: bold;
	font-size: 0.9em;
}

#elsubnav a {
	color: #ffffff;
}

#logo {
	margin-left: 20px;
}

#laredsocialthing {
	float: right;
	position: relative;
	width: 500px;
	height: 40px;
	z-index: 100;
	text-align: right;
	margin-bottom: -44px;
	padding-right: 30px;
	padding-top: 2px;
}

#laredsocialthing img {
	padding: 0px 4px 0px 4px;
}

#logolared {
	width: 400px;
	height: 95px;
	float: left;
	margin-top: -1px;
	margin-bottom: -95px;
}

/**
 * Twitter Widget
 */
 
#footer li {
	
}

.widget_twitter ul {
	list-style-type: circle;
}
.widget_twitter li {
	padding: 0px 0px 6px 0px;
	clear:both;
}
.widget_twitter li img {
	float:left;
	margin-right:.5em;
}
.widget_twitter li .clear {
	clear:both;
}

#comment-user-details-end { border: 1px dotted #C0C0C0; padding: 5px; }

#commentsfacebook {
	border: 1px dotted #C0C0C0;
	padding: 10px;
}

.twitter-avatar {
	width: 80px;
	height: 80px;
	}
	
#lared_senaloperadores li {
 font-size: 0.8em;
}

.tcattd_embed {
	margin: 0 auto;
	margin-left: 70px;
}

.twtr-hd h3 {
	background: transparent !important;
	border-bottom: 0px !important;
}

.twtr-ft img {
	display: none !important;
}
