/**
Theme Name: eCono
Theme URI: http://www.soyservidor.com
Author URI: http://www.soyservidor.com
Version: 1.0
Author: SoyServidor
Description:eCono Theme Premium WP
*/

@import url('css/reset.css');
@import url('css/default.css');
@import url('css/lavalamp.css');
@import url('css/glide.css');
@import url('css/jquery.tabs.css');
@import url('css/slide.css');
@import url('css/widgets.css');
@import url('css/comments.css');

body {
	background:#f4f4f4 url(images/background.gif) repeat-x 0 0;
	font:normal 11px Tahoma, Verdana, Arial;
	color:#7B7B7B;
}

a {
	text-decoration:none;
	color:#039;
}

a:hover {
	color:#000;
}

#wrapper {
	background:#f4f4f4 url(images/container-bg.gif) repeat-y;
	width:1018px;
	margin:0 auto;
}

#wrapper-in {
	background:transparent url(images/static-background.gif) no-repeat;
	padding:10px 15px 0;
	width:988px;
}

/* header */
#header {
	height:159px;
	overflow:hidden;
}

#page-menu {
	float:left;
	width:710px;
}

#top-search-wrap {
	float:right;
	width:325px;
	padding-top:75px;
	margin-right:-5px;
}

#feed {
	text-indent:-9999px;
	height:21px;
	width:21px;
	display:block;
	float:right;
}

#top-search {
	padding-top:2px;
}

#top-search input {
	background:none;
	padding:0;
	border:none;
	float:right;
}

#top-s {
	width:190px;
	height:18px;
	line-height:18px;
	float:right;
}

#top-search-submit {
	width:18px;
	height:18px;
	float:right;
	cursor:pointer;
	margin-right:6px;
}

#branding {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
}

#blog-title {
	font-size:20px;
	text-transform:uppercase;
}

#blog-description {
	margin-top:5px;
	font-weight:normal;
}

#header-bottom {
	height:40px;
	overflow:hidden;
	font:normal 11px Arial, Verdana, Tahoma;
	text-transform:uppercase;
}
#header-content {
	height: 108px;
}


#cat-menu {
	float:left;
	width:980px;
	position:relative;
}

#cat-menu ul, #cat-menu-shadow {
	display:block;
	width:980px;
	height:40px;
	overflow:hidden;
	position:relative;
}

#cat-menu-shadow {
	position:absolute !important;
	top:1px;
	left:1px;
}

#cat-menu ul li, #cat-menu-shadow ul li {
	display:inline;
}

#cat-menu a, #cat-menu #cat-menu-shadow a {
	display:block;
	float:left;
	height:40px;
	line-height:40px;
	color:#CCC;
	position:relative;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 100% top;
	background-image: url(images/econo-tabs.gif);
	margin-right: 4px;
}
#cat-menu a  span , #cat-menu #cat-menu-shadow a span{
	background-image: url(images/econo-tabs.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 10px;
	display: block;
	height: 20px;
	float: left;
}


#cat-menu a:hover, #cat-menu .current-cat a, #cat-menu .current_page_item a{
	background-color: transparent;
	background-image: url(images/econo-tabs-hover.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFF;
}
#cat-menu a:hover span, #cat-menu #cat-menu-shadow a:hover span, #cat-menu .current-cat a span, #cat-menu .current_page_item a span  {
	background-image: url(images/econo-tabs-hover.gif);
}


#cat-menu #cat-menu-shadow li a, #cat-menu #cat-menu-shadow .current-cat a {
	background:none;
	color:#FFFFFF;
}

.icon {
	background:transparent url(images/all-icons.gif) no-repeat;
	padding-left:20px;
}

/* container */
#container {
	padding-bottom:10px;
}

#featured-posts-wrapper {
	background:transparent url(images/featured-bg.gif) no-repeat 0 0;
	float:left;
	width:671px;
	margin-bottom:7px;
}

#togglebox {
	float:right;
}

.title {
	font:normal 14px Tahoma, Verdana, Arial;
	margin-bottom:3px;
	font-weight:bolder;
}

.meta {
	background-position:0 -28px;
	font:normal 10px Arial, Verdana, Tahoma;
	text-transform:uppercase;
	color:#888F95;
	height:15px;
	margin-bottom:2px;
}

.meta a {
	color:#888F95;
}

#tab-content {
	float:right;
	width:312px;
}

/* content */
#content {
	float:left;
	width:671px;
}

.pagetitle {
	font:normal 20px 'Trebuchet MS', Tahoma, Verdana;
	color:#555C61;
	padding-left:2px;
	margin-bottom:5px;
}

.post {
	margin-bottom:7px;
	background-image: url(images/post-bg.gif);
	background-repeat: repeat-y;
	background-position: 50% 0;
}
.post-home {
	margin-bottom:7px;
	background-image: url(images/post-bg-side.gif);
	background-repeat: repeat-y;
	background-position: left 0;
}

.post-top {
	background:transparent url(images/post-top-bg.gif) no-repeat 0 0;
	padding:5px 7px 0;
}
.post-top-home {
	padding:5px 7px 0;
	background-color: transparent;
	background-image: url(images/post-top-bg-side.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.post-bottom {
	background:#F1F1F1 url(images/post-bottom-bg.gif) no-repeat 0 0;
	height:23px;
}

.post-bottom-home {
	background:url(images/post-bottom-side.gif) no-repeat 0 0;
	height:23px;
}
.post-top-home-2 {
	background-image: url(images/post-top-bg-side.gif);
	background-repeat: no-repeat;
}
.post-top-home-2 h3 {
	font-size: 20px;
	font-weight: normal;
	display: block;
	margin-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
	color: #022253;
	padding-top: 10px;
}

.post.single {
	background-image:url(images/single-entry-bg.gif);
}

.post.single .title {
	margin:3px 0;
	color:#039;
}

.single .post-top {
	background-image:url(images/single-entry-top-bg.gif);
	padding-top:5px;
}

.single .post-bottom {
	background-image:url(images/single-entry-bottom-bg.gif);
	height:22px;
}

.post .title { margin-bottom:10px; }

.post .meta {
	padding:0 15px;
}

.post.single .meta { padding-left:20px; }

/* wp-pagenave */
.wp-pagenavi {
	margin-top:10px;
	font:normal 10px Arial, Verdana, Tahoma;
}

.wp-pagenavi a, .wp-pagenavi span {
	display:block;
	background:url(images/page-number.gif) no-repeat;
	float:left;
	height:22px;
	line-height:22px;
	border:none !important;
	text-transform:uppercase;
	width:23px;
	text-align:center;
}

.wp-pagenavi a, .wp-pagenavi .pages, .wp-pagenavi .current {
	padding:0 !important;
}

.wp-pagenavi span.pages, .wp-pagenavi .current {
	background-position:0 0;
	color:#A7A7A7 !important;
}

.wp-pagenavi a span, .wp-pagenavi span span {
	background-position:100% 0;
	padding:0 !important;
}

.wp-pagenavi .pages {
	background:url(images/page-label.gif) no-repeat;
	width:96px;
}

/* sidebar */
#sidebar {
	float:right;
	width:312px;
}

.widget {
	margin-bottom:5px;
	position:relative;
	background-image: url(images/widget-bg.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
}

.widget-top {
	background:transparent url(images/widget-top-bg.gif) no-repeat 0 0;
	padding:7px 7px 0;
}

.widget-bottom {
	background:#F1F1F1 url(images/widget-bottom-bg.gif) no-repeat 0 0;
	height:6px;
}

.widget-title {
	font:normal 12px Tahoma, Verdana, Arial;
	text-transform:uppercase;
	color:#FFF;
	margin-bottom:15px;
	padding:2px 0 0 3px;
}

.widget ul li {
	background:transparent url(images/all-icons.gif) no-repeat 5px -71px;
	padding-left:20px;
	line-height:28px;
	border-bottom:1px solid #F2F2F2;
	color:#A6A6A6;
}

.widget ul li.hover { background-color:#F9F9F9; }

.widget ul li a { color:#A6A6A6; }

.toggle {
	background:transparent url(images/widget-toggle-up.gif) left bottom no-repeat;
	width:27px;
	height:30px;
	position:absolute;
	right:0;
	top:0;
}

.widget .min {
	background:transparent url(images/widget-top-min-bg.gif) no-repeat 0 0;
	height:25px;
}

.widget .toggle-down {
	background:transparent url(images/widget-toggle-down.gif) no-repeat left bottom !important;
}

.widget .remove-margin { margin:0 !important; }

.remove-bg { background:none !important; }

/* footer */
#footer {
	background:transparent url(images/footer-bg.gif) repeat-x 0 0;
	height:42px;
	width:1018px;
	margin:0 auto 20px;
}

#footer-in {
	background:transparent url(images/footer-in-bg.gif) no-repeat 0 0;
	height:42px;
	padding:5px 16px 0;
	text-transform:uppercase;
	color:#6a737a;
}

#footer-in a {
	color:#B4B4B4;
}

#blog-name span {
	display:block;
	float:left;
	height:23px;
	padding-left:5px;
}
#blog-name span.shadow {
	color:#FFF;
	display:block;
	float:left;
	height:23px;
	padding-left:5px;
	position:absolute;
	left:1px;
	top:1px;
}

#blog-name { margin-right:4px; }

#blog-name span {
	background-position:100% 0;
	display:block;
	float:left;
	font:normal 12px Tahoma, Verdana;
	height:23px;
	line-height:21px;
	padding:0 5px 0 0;
	color:#949BA0;
}

#footer-text, #right-text {
	float:right;
	display:block;
	font:normal 10px Arial, Verdana, Tahoma;
	height:23px;
	line-height:23px;
	color:#B4B4B4;
}

#right-text { float:right; }
#content h3 , #sideA h3{
	font-size: 16px;
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#precontent {
}
#precontent #sideA {
	float: left;
	width: 470px;
	margin-right: 10px;
	margin-left: 10px;
}
#precontent #sideB {
	width: 490px;
	float: right;
	background-image: url(images/post-bg-side.gif);
	background-repeat: repeat-y;
	background-position: center center;
}
#precontent #sideB #imgUNO {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#precontent #sideB #imgDOS , #precontent #sideB #imgTRES{
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#listado-top {
	background-image: url(images/econo-list-bg-top.gif);
	height: 45px;
	width: 671px;
}
#listado-top .pagetitle {
	font-size: 20px;
	color: #036;
	display: block;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.entry .thumbnail {
	width: 300px;
	float: left;
	margin-right: 10px;
	background-color: #D6D6D6;
}
.entry .thumbnail img {
	margin: 4px;
}
#footer-2 {
	background-image: url(images/econo-footer-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FC0;
}
#footer-2 td {
	vertical-align: top;
}

#footer-2 #footer-2-in {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 16px;
	padding-bottom: 10px;
}
#footer-2 ul {
	list-style-type: none;
	display: block;
}
#footer-2 ul li {
	list-style-type: none;
	display: inline;
	vertical-align: super!important;
	padding-right: 5px;
	margin-right: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
}
.flota-content tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.entry h3 {
	margin-left: 0px!important;
}
#tab-container-1-nav {
	list-style-type: none;
	margin: 0px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#tab-container-1-nav li {
	float: left;
	list-style-type: none;
}
#tab-container-1-nav li a {
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #F7F7F7;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
}
#footer-2 a {
	color: #002051;
}
#footer-2 a:hover {
	color: #000;
}
#listado h3.title a {
	color: #FC0;
}
#listado h3.title a:hover {
	color: #FFF;
}
.single .post-top .title {
	color: #EDBD00;
}
.panel a h3 {
	font-size: 18px;
	display: block;
	margin-bottom: 10px;
	padding-top: 10px;
	color: #002253;
}
.panel a .entry p {
	color: #333;
}
.panel a .mas {
	padding: 5px;
	text-align: right;
	text-decoration: underline;
}
.entry .mas {
	text-align: center;
	background-image: url(images/comment-form-submit-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 65px;
	padding-top: 3px;
	padding-bottom: 7px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	float: right;
}
.entry .mas a {
	display: block;
	margin-right: 5px;
	margin-left: 5px;
}
.list .post-top h3 a{
	color: #333!important;
	display: block;
}
.list .post-top h3 a:hover {
	color: #003B96!important;
	text-decoration: underline;
}
.back a {
	display: block;
	margin-left: auto;
	background-color: #D6D6D6;
	padding: 5px;
	float: right;
	border: 1px solid #999;
	color: #333;
	clear: both;
}
.flota-content .back a {
	font-size: 9px;
	color: #999;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	line-height: 12px;
	background-color: #EEE;
}
.flota-content .back a:hover {
	color: #333;
	background-color: #D6D6D6;
}
/*Begin: Feature Slider*/
#featureHolder {
	position: relative;
	z-index: 3;
	margin-top: 0px;
	float: right;
	width: 450px;
	background: url(images/featureBg.png) no-repeat left top;
	padding: 5px 0px 0px 5px;
}

#featureHolder #featureMask {
	overflow: hidden;
	height: 220px;
}

#featureHolder .imageExcerpt {
	position: relative;
	z-index: 4;
	width: 440px;
	background: url(images/excerptImageBg.png);
	margin-top: -80px;
	height: 80px;
	overflow: hidden;
}

#featureSlide div { cursor: pointer; }

#featureSlide div a {
   color: #EEEEEE;
   text-decoration: none;
}

#featureSlide p a { color: #649FAF; }

#featureSlide p a:hover { color: #00CCCC; }

#featureNav { margin-top: 15px; }

#featNumHolder {
   float: left;
   margin: 0px;
   padding: 0px;
   list-style-type: none;
}

#featNumHolder li {
   float: left;
   background: #eeeeee;
   border: 1px solid #aaa5a5;
   margin-right: 5px;
}

#featNumHolder li span {
   display: block;
   color: #1b6389;
   font: 12px Verdana, Arial, Helvetica, sans-serif;
   text-decoration: none;
   padding: 2px 5px;
   cursor: pointer;
}

#featNumHolder li:hover span, #featNumHolder li span.jFlowSelected {
   background: #50aac3 url(images/featHighlightBg.jpg) repeat-x center top;
   color: #eeeeee;
}

#featureHolder #featButtonHolder {
   margin-right: 8px;
   margin-top: 3px;
   width: 82px;
   float: right;
}

#featureHolder #featButtonHolder .previous {
	float: left;
	display: block;
	width: 41px;
	height: 19px;
	text-indent: -99999px;
	cursor: pointer;
	background-image: url(images/sliding-prev-button.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#featureHolder #featButtonHolder .next {
	float: right;
	display: block;
	width: 41px;
	height: 19px;
	text-indent: -99999px;
	cursor: pointer;
	background-image: url(images/sliding-next-button.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.imageExcerpt h2 {
   padding: 10px 10px 5px;
   font: 20px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
   color: #eeeeee;
}

.imageExcerpt p {
   padding: 0px 10px;
   font: 12px/16px Arial, Helvetica, sans-serif;
   color: #eeeeee;
}
/*End: Feature Slider*/
#content .post-top h3.title   {
	font-size: 32px;
	font-weight: normal;
	display: block;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 10px;
}
#content #listado .post-top h3.title  {
	font-size: 18px;
	font-weight: normal;
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
