/*
Theme Name: Lexicon
Theme URI: http://www.modthemes.com	
Author: Nathan Rice
Author URI: http://www.nathanrice.net/
Version: 1.0
Description: Lexicon is a super-flexible blog theme from ModThemes.com

Copyright (c) ModThemes.com
*/

@import url(reset.css);

html {
	background: url(images/html-bg.jpg) center repeat;
}
/* This is where you set many of the universal defaults */
body { 
	background:  url(images/body-bg.png) top center repeat-x; 
	color: #333;
	font-family:  Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.7;
	margin: 0; padding: 0;
}

/*********************************************
		Universal Link Styles
*********************************************/
a {
	/*color: #56b7ea;*/
	color: #919193;
	text-decoration: none;
}
a:hover {
	/*color: #56b7ea;*/
	color: #919193;
	text-decoration: underline;
}
a:active {
	color: #56b7ea;
	text-decoration: none;
}
/*********************************************
		Universal Text Elements
*********************************************/
ol, ul { margin: 5px 35px; padding: 0; }
ol { list-style-type: decimal; }
ul { 
	list-style-type: square; 
	color: #56b7ea;
}
b, strong { font-weight: bold; }
i, em { font-style: italic; }
p { margin: 0; padding: 10px 0; }
img { border: 0; background: none; }
blockquote {
	border-left: 1px solid #aaa;
	font-style: italic;
	margin: 0 10px; padding: 0 20px;
}
code { /* inline code */
	font-family: Monaco, Console, "Courier New", Courier, monospace !important;
	background: #ddd;
	overflow: auto;
}
pre { /* code blocks */
	font-family: Monaco, Console, "Courier New", Courier, monospace !important;
	margin: 10px 0; padding: 10px;
	background: #ddd;
	overflow: auto;
}
.alert {
	margin: 5px 0 0 0; padding: 10px;
	/* same colors that the WP admin uses for alert box */
	background: #ffffe0;
	border: 1px solid #e6db55;
}
.alert a {
	color: #cc0000;
	text-decoration: none;
}
.alert a:hover {
	color: #cc0000;
	text-decoration: underline;
}

/*********************************************
		Heading Styles
*********************************************/
/* Use this for universal styles for all header elements */
h1,h2,h3,h4,h5,h6 {
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 200%;
	line-height: 1.1;
/*	color: #d98103;*/
	color: #1a54a6
	margin: 0; padding: 0;
}

/* Post Titles */
h1, h3 {
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	line-height: 1.1;
	color: #1a54a6
	font-weight: normal;
}
/*h3 a {
}
h3 a:hover {
}*/

/* Sub-Headings in Posts */
h2 {
	color: #555;
	font-weight: bold;
	font-size: 150%;
	padding: 10px 0;
}

/* Comment/Respond Titles */
h4 {
	font-weight: normal;
	font-size: 140%;
	/*color: #333;*/
	color: #919193;
	margin: 0 0 15px 0; padding: 5px;
	border-bottom: 1px solid #999;
}

/* Widget Titles */
h5 {
	color: #56b7ea;
	font-size: 140%;
	font-weight: normal;
	margin: 0; padding: 6px 10px;
	background:  url(images/widget-title-bg.gif) bottom left repeat-x;
}

/* Archive/Search Title */
h6 {
	font-weight: bold;
	font-size: 130%;
	color: #1a54a7;
	/*color: #666;*/
	margin: 0 0 15px 0; padding: 5px;
	border-bottom: 1px solid #1a54a7;
}

/*********************************************
		The Obligatory WP Styles
*********************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   text-align: left;
}
.alignright {
   float: right;
   text-align: right;
}
img.alignleft {
	margin: 5px 10px 10px 0px;
}
img.alignright {
	margin: 5px 0px 10px 10px;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   padding: 0 4px 5px;
   margin: 0;
}

/*********************************************
		Header Styles
*********************************************/
#header {
	color: #FFF;
	width: 960px; height: 111px;
	margin: 0 auto; padding: 0;
	font-size: 30px;
	line-height: 1.1;
}
#header #title {
	margin: 0; padding: 0;
	line-height: 1;
}
#header #title a {
	/*background: url(images/header4.jpg) no-repeat;*/
	display: block; float: left;
	width: 740px; height: 111px;
	margin: 0; padding: 0;
	text-indent: -9999px;
	overflow: hidden;
}

/*#header #searchform {*/
#searchform {
	position: relative;
	float: right;
	top: -110px;
	width: 146px; height: 1px;
	margin: 0 59px 0 0;
	padding: 0;
}
/*#header #searchform input {*/
#searchform input {
	background: #FFFFFF;
	color: #9fd1f2;
	margin: 50px 35px 0 0; padding: 4px;
	border: none;
	font-family: Verdana, "Times New Roman", Times, Georgia, serif;
	font-size: 15px;
}

/*********************************************
Horizontal Navigation Styles (with dropdowns)
*********************************************/
#menu {
	width: 960px; clear: both;
	margin: 0 auto; padding: 0;
	font-family: Verdana, "Times New Roman", Times, Georgia, serif;
	font-weight: bold;
	font-size: 20px;
	overflow: auto;
}
#menu ul {
	float: right;
	list-style: none;
	margin: 0; padding: 0;
}
#menu li {
	float: left;
	list-style: none;
	margin: 0; padding: 0;
}
#menu li a {
	/*color: #cb4d15;*/
	color: #1a54a6;
	font-size: 20px;
	display: block;
	font-weight: bold;
    margin: 0; padding: 6px 25px;
	text-decoration: none;
}

#menu li.feed a {
	margin: 0; padding: 0;
	width: 80px; height: 46px;
	text-indent: -9999px;
	overflow: hidden;
	background:  url(images/social/Feed_32x32.png) 62% 50% no-repeat; /* 50% 50% no-repeat;*/
}
#menu ul li a.current_page_item {
	font-family: Verdana, "Times New Roman", Times, Georgia, serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	overflow: auto;
	background:  url(images/menu-active-bg.gif) bottom center no-repeat;
}
#menu ul li.current_page_item a {
	font-family: Verdana, "Times New Roman", Times, Georgia, serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	overflow: auto;
	background:  url(images/menu-active-bg.gif) bottom center no-repeat;
}
#menu ul li a:hover {
	/*color: #875800;*/
	color: #FFFFFF;
	text-decoration: none;	
}
/*********************************************
		Container / Wrap Styles
*********************************************/
#container {
	background:  url(images/container-bg.png) repeat-y;
	width: 920px;
	margin: 0 auto; padding: 16px 26px; /*	margin: 0 auto; padding: 16px 30px;*/
	text-align: left;
	overflow: auto;
}

/*********************************************
		Feature Styles
*********************************************/
#feature {
	width: 920px; height: 300px;
	margin: 0px; padding: 0;
	border-bottom: 10px solid #1a54a7;
	background: #FFFFFF;
	background-image:  url(images/sticky_derecha.jpg);
}
#feature a {
	color: #9fd1f2;
	text-decoration: none;
}
#feature a:hover {
	color: #9fd1f2;
	text-decoration: none;
}
#feature img {
	border-right: 10px solid #FFF;
	width: 600px; height: 300px;
	float: left;
}
#feature .title {
	font-family: Verdana, "Times New Roman", Times, Georgia, serif;
	color: #1a54a7;
	font-size: 13px;
	font-weight: bold;
	/*background: #e7a304;*/
	width: 280px; float: left;
	margin: 0; padding: 10px;
}
#feature .title h3 {
	font-family: Verdana, "Times New Roman", Times, Georgia, serif;
	color: #1a54a7;
	font-size: 13px;
	font-weight: bold;
	padding: 0px 10px;
	/*color: #FFF;*/
}
#feature .text_sticky {
	font-family: Verdana, "Times New Roman", Times, Georgia, serif;
	color: #1a54a7;
	font-size: 13px;
	font-weight: normal;
	/*background: #e7a304;*/
	width: 270px; 
	float: left;
	/*margin: 0;*/ padding: 10px 10px 20px 20px;
	line-height: 17px;
	/*font-family: Verdana, "Times New Roman", Times, Georgia, serif;
	color: #846725;
	font-size: 13px;
	font-weight: normal;
	padding: 10px;
	/*color: #FFF;*/
}
#tit_sticky {
	font-family: Verdana, "Times New Roman", Times, Georgia, serif;
	color: #1a54a7;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
	padding: 0px;
	/*color: #FFF;*/
}
#feature p {
	font-family: Verdana, "Times New Roman", Times, Georgia, serif;
	color: #afafaf;
	font-size: 11px;
	font-weight: normal;
	line-height:13px;
	color: #1a54a7;
	display: block;
	width: 280px; float: left;
	margin: 0; padding: 5px 10px;
}
#feature .byline {
	/*background: url(images/feature-byline-grad.gif) top left repeat-x;*/
	color: #1a54a7;
	font-size: 11px;
}

/*********************************************
		Content Styles
*********************************************/
#content {
	float: left;
	width: 600px;
}
/*********************************************
		Post Styles
*********************************************/
#content .post,
#content .page {
	clear: both;
	margin: 0 0 10px 0; padding: 10px 0 20px 0;
	border-bottom: 1px solid #1a54a7;
	overflow: auto;
}
.page #content .page {
	border: none;
}
.home #content .sticky {
	display: none;
}
#tit_home {
	font-family: Verdana, "Times New Roman", Times, Georgia, serif;
	color: #1a54a6;
	font-size: 140%;
	font-weight: normal;
	margin: 0; padding: 6px 10px;
}
.date {
	width: 45px; height: 55px;
	background: #1a54a6 url(images/date-bg.jpg) bottom center repeat-x;
	font-family: Verdana, "Times New Roman", Times, Georgia, serif;
	color: #FFF;
	float: left;
	margin: 2px 10px 10px 0; padding: 0;
	line-height: 1;
}
.month {
	text-align: center;
	font-size: 18px;
	margin: 0; padding: 5px 0;
}
.day {
	text-align: center;
	font-size: 20px;
	margin: 0; padding: 0;
}
#content .byline {
	background: #93c1e0;
	color: #1a54a7;
	margin: 4px 0 0 0; padding: 0 0 0 5px;
	width: 437px; height: 25px; line-height: 25px;
	float: left;
}
#content .byline a {
	color: #1a54a7;
}
#content .byline a:hover {
	color: #333;
}

#content .commentlink {
	float: right;
	width: 103px; height: 33px;
	margin: 4px 0 0 0; padding: 0;
	font-size: 11px;
	text-align: center;
	background:  url(images/comment-bubble.gif) no-repeat;
}
#content .commentlink a {
	display: block;
	width: 103px; height: 25px; line-height: 25px;
	margin: 0; padding: 0;
	color: #fff;
	text-decoration: none;
}
#content .commentlink a:hover {
}

.postcontent {
	clear: both;
}
.postcontent h1,
.postcontent h2,
.postcontent h3,
.postcontent h4,
.postcontent h5,
.postcontent h6 {
	font-family: Verdana, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0; padding: 10px 0;
	/*color: #333;*/
	color: #1a54a6;
	border: none;
	background: none;
}
.postcontent h1 {
	font-size: 200%;
}
.postcontent h2 {
	font-size: 190%;
}
.postcontent h3 {
	font-size: 180%;
}
.postcontent h4 {
	font-size: 150%;
}
.postcontent h5 {
	font-size: 140%;
}
.postcontent h6 {
	font-size: 120%;
}

.more-link {
	display: block; float: right;
	font-family: Verdana, "Times New Roman", Times, Georgia, serif;
	font-size: 13px;
	background: #204892 url(images/dk-grey-grad.gif) repeat-x;
	margin: 15px 0 0 0; padding: 2px 10px;
	border: 0px solid #56b7ea;
	color: #FFF;
}
.more-link:hover {
	color: #FFF;
}
/*********************************************
			CARBURANDO VIDEOS
/*********************************************/
#carburando {
	background: url(images/fondo_carburando.jpg) repeat-x;
	float: center;
}

/*********************************************
		  FIN CARBURANDO VIDEOS
/*********************************************
			
/*********************************************
		Prev/Next Navigation Styles
*********************************************/
.postnav {
	margin: 0; padding: 15px 0;
	overflow: auto;
}

/*********************************************
		Sidebar Styles
*********************************************/
#sidebar {
	float: right;
	width: 308px;	/*width: 290px;*/
	line-height: 1.5;
	margin: 0; padding: 10px 0;
}

#sidebar .widget {
	background: #EBEBEB url(images/widget-bg.gif) repeat-y;
	margin: 0; padding: 0 15px;
	overflow: auto;
}
#sidebar .widgettop {
	margin: 0; padding: 0;
	width: 308px; height: 6px;
	background:  url(images/widgettop-bg.gif) no-repeat;
	overflow: hidden;
}
#sidebar .widgetbottom {
	margin: 0 0 10px 0; padding: 0;
	width: 308px; height: 7px;
	background:  url(images/widgetbottom-bg.gif) no-repeat;
	overflow: hidden;
}

#sidebar ul ,
#sidebar ol{
	margin: 10px 25px; padding: 0;
}
#sidebar ul ul,
#sidebar ol ol {
	margin: 0 25px;
}

#sidebar object,
#sidebar embed {
	width: 278px;
	margin: 10px 0;
}

/* Social Profiles Widget */
#sidebar .socialprofiles a {
	display: block; float: left;
	padding: 5px;
}

/* Twitter Widget */
#sidebar .mytweets h5 {
	padding-left: 25px;
	background:  url(images/twitter.jpg) bottom left no-repeat;
}
#sidebar .mytweets ul {
	list-style-type: none;
	margin: 10px 0;
}
#sidebar .mytweets ul li {
	margin: 0; padding: 10px 5px;
}
#sidebar .mytweets ul#twitter_update_list li {
	border-bottom: 1px solid #d2d2d2;
}

/*********************************************
		Comments Styles
*********************************************/
#comments {
	clear: both;
	margin: 0; padding: 10px 0;
	line-height: 1.8;
}
#comments ol.commentlist {
	list-style-type: none;
	margin: 0; padding: 0;
}
#comments li.trackback,
#comments li.pingback,
#comments li.comment {
	clear: both;
	margin: 10px 0; padding: 8px;
	border: 2px solid #ebebeb;
	background:  url(images/1x50px-grey.gif) repeat-x;
}

#comments li.comment .avatar {
	float: left;
	margin: 0 8px 0 0; padding: 0;
}
#comments li.comment .vcard {
	line-height: 1.2;
}
#comments li.comment .comment-meta {
	margin: 0; padding: 0;
}

#comments ol ul {
	list-style-type: none;
	margin: 10px 0 0 35px;
}
 
#respond {
	clear: both;
	margin: 0; padding: 10px 0;
}
#respond form {
	display: block;
	padding: 0;
}
#respond .commentinput {
	padding: 5px 0;
}
#respond input {
	width: 40%;
	padding: 6px;
	border: 1px solid #ccc;
}
#respond input:focus {
}
#respond .req {
	color: #dd0000;
}
#respond textarea {
	margin: 10px 0 10px 0; padding: 2%;
	border: 1px solid #ccc;
	width: 95%; height: 200px;
}
#respond textarea:focus {
}
#respond .allowedtags {
	width: 95%;
	background: #ddd;
	margin: 0 0 10px 0; padding: 2%;
	border: 1px solid #ddd;
}
#respond #submit {
	font-family: Verdana, "Times New Roman", Times, Georgia, serif;
	font-size: 13px;
	background: #020202 url(images/dk-grey-grad.gif) repeat-x;
	margin: 0; padding: 2px 10px;
	border: 1px solid #020202;
	color: #FFF;
	cursor: pointer;
}

/*********************************************
		Footer Styles
*********************************************/
#footer {
	background:  url(images/container-bg.png) repeat-y;
/*	clear: both;
	width: 920px; height: 35px;
	margin: 0 auto; padding: 16px 26px; 
	/*margin: 0px auto; padding: 0;/*	margin: 0 auto; padding: 15px;*/
/*	font-family: Verdana, "Times New Roman", Times, Georgia, serif;
	font-size: 11px;
	/*color: #e7a304;*/
/*	color: #d98103;*/
	width: 920px; height: 25px;
	margin: -5px auto; padding: 16px 26px; 
	/*margin: 0px auto; padding: 0;/*	margin: 0 auto; padding: 15px;*/
	font-family: Verdana, "Times New Roman", Times, Georgia, serif;
	font-size: 10px;
	text-align: center;
	color: #c3c3c3;	
}
#footer p {
	margin: 0; padding: 0;
	text-align: center;
}
#footer a:hover{
	color: #c3c3c3;
	text-decoration: underline;
}
#footer a:active{
	color: #c3c3c3;
	text-decoration: none;		
}
#footer a{
	color: #c3c3c3;	
}
#barra_footer{
	width: 920px; height: 15px;
	background:  url(images/container-bg.png) repeat-y;
	font-family: Verdana, "Times New Roman", Times, Georgia, serif;
	font-size: 15px;
	text-align: center;
	color: #e7a304;
	margin: 0 auto; /*padding: 16px 26px;*/
}
#menu_footer{
	width: 960px; 
	height: 10px;
	background:  url(images/container-bg.png) repeat-y;	
/*	background:  #ffffff url(images/barra_footer.png) repeat-y;*/
	font-family: Verdana, "Times New Roman", Times, Georgia, serif;
	font-size: 15px;
	text-align: center;
	color: #e7a304;
	margin: 0 auto; /*padding: 16px 26px;*/
}
#footer a.current_page_item {
	font-family: Verdana, "Times New Roman", Times, Georgia, serif;
	font-size: 15px;
	color: #56b7ea;
	font-weight: normal;
	overflow: auto;
}
#footer ul li.current_page_item a {
	font-family: Verdana, "Times New Roman", Times, Georgia, serif;
	font-size: 15px;
	color: #56b7ea;
	font-weight: normal;
	overflow: auto;
}
/*#menu_footer a:hover{
	color: #875800;
}
#menu_footer a:active{
	color: #875800;
}*/

#separador{
	width: 900px; height: 10px;
	background:  url(images/barra_footer.png);
	/*border-top: 10px solid #e7a304;	/*url(images/naranja_footer.png); /*10px solid #e7a304;	*/
}
.credits {
	width: 920px; 
	height: 5px;
	margin: 0;
	/*margin: -10px auto; */
	/*padding: 16px 26px; */
	background:  url(images/container-bg.png) repeat-y;
/*	backgorund: #FFFFFF;*/
	/*margin: 0px auto; padding: 0;/*	margin: 0 auto; padding: 15px;*/
	font-family: Verdana, "Times New Roman", Times, Georgia, serif;
	font-size: 10px;
	text-align: center;
	color: #c3c3c3;	
}
.credits a {
	/*margin: 0px auto; padding: 0;/*	margin: 0 auto; padding: 15px;*/
	font-family: Verdana, "Times New Roman", Times, Georgia, serif;
	font-size: 10px;
	text-align: center;
	color: #c3c3c3;	
}
.credits a:hover {
	font-family: Verdana, "Times New Roman", Times, Georgia, serif;
	font-size: 10px;
	text-align: center;
	text-decoration: underline;
	color: #c3c3c3;	
}
