/*
Theme: Zine Style
Theme URI: http://www.cmdesignlounge.com
Descripcion: Zine Style, plantilla estilo revista de 3, barra lateral e index personalizable. 
Version: 1.0 (es)
Autor URI: http://www.cmdesignlounge.com
Autor: ChiQ M.
*/

/* main css */
html {
 height: 100%;
 margin-bottom: 1px;
}
body {


 margin:0;
 padding:0;
 color: #CECECE;
 font: 12px Verdana, sans-serif;
 background-color: #CECECE;
}
form {
 margin: 0; padding: 0;
}
#page {
 margin: 0 auto; padding: 0px;
 width: 990px;
 background: #ffffff;
 background: url(images/page_bg.jpg) top left;
}

#nav {
 background: url(images/nav_bg.jpg) no-repeat top left;
 height: 42px;
}

#nav ul {
 list-style: none;
 margin: 0;
 padding: 0 0 0 55px;
}
#nav ul ul {
 display:none;
}
#nav li {
 display: block;
 float: left;
 color: #ffffff;
 margin-left:10px;
 background: url(images/nav_li.gif) no-repeat top left;
}
#nav li a {
 color: #093b66;
 text-decoration: none;
 font-family: "Times New Roman";
 font-size: 18px;
 display: block;
 padding: 4px 15px;
}
#nav li a:hover{
 color: #093b66 ;
 text-decoration: none;
 /*background: #000000 url(images/nav_li.gif) no-repeat top right;*/
}

#nav li.current_page_item{
 background: url(images/nav_li.gif) no-repeat top left;
 height: 42px;
}

#nav li.current_page_item a {
 color: #093b66;
 text-decoration: none;
 height: 42px;
 margin-right:-2px;
 background: url(images/nav_a.gif) no-repeat top right;
}
#nav li.current_page_item a:hover {
 color: #093b66;
 text-decoration: none;
}

#header {
 height:269px;
 margin: 0;
 padding: 0;
 background: url(images/header_bg.jpg) no-repeat top left; 
}
#top {
 height: 20px;
 padding: 25px 0px 0px 10px;
 margin: 0 auto;
 background:url(images/top_bg.gif) no-repeat bottom left;
 width: 760px;
 color: #D1E5F7;
}
#top a {
 color: #D1E5F7;
}
.feed {
 float: right;
}

#search {
	margin: 175px 0px 0 750px; padding: 0px 0px 7px 0px;
	height: 23px;
	width:182px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #828282;
	float: left;
	background: url(images/search_bg.gif) no-repeat center left;
	/* for IE */
    filter:alpha(opacity=60);
    /* CSS3 standard */
    opacity:0.6;
}
#searchform {
	margin: 0px auto;
	padding: 0px 0px 0 0px; 
	text-align: center;
	}
#search input#s {
	width: 120px;
	padding: 7px 10px;
	background: none;
	border: none;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	float: left;
	color: #9b9b9b;
}

#search p {
	padding: 3px 0 0 0;
	margin: 0;
	font: bold 12px Arial, Helvetica, sans-serif;
	float: left;
	color: #828282;
}

input#srcbtn {
	margin-left: 5px;
	padding-top: 4px;
}
#logo { 
	float: left;
}
#logo h1 {
	margin: 0;
	padding: 0;
	font: 50px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

#logo h1 a {
	color: #333333;
}

#content {
 padding: 15px 10px 15px 60px;
 margin: 0 0px 0 0;
 float: left;
 width: 580px;
}

h1 {
	font-size: 16px;
        color:#666;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

#wp-calendar caption, cite {
	text-decoration: none;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
        color: #000;
	}

.commentlist li {
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	text-decoration: none;
	color: #013866;
	}

a:hover {
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */


/* Begin Structure */
hr {
 display: none;
}
.featured {
 background: #EEEEEE;
 margin:0; padding: 0px;
 border: 1px solid #C0C0C0;
 height: 225px;
}
.featured h1 {
	padding: 10px ;
	margin: 0;
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #759CE5;
}
.featured img {
	padding: 0 5px 0 0;
}

.content-left {
	width: 560px;
	float: left;	
}
.content-right {
 padding: 0 10px;
 float: right;
 width: 225px;
}
.content-right img {
	border: 1px solid #000;
	padding: 3px;
	margin-right: 5px;
}
.content-right div {
	padding: 10px 0;
	border-bottom: 1px dotted #B6B6B6;
}
.content-right h2 {
 text-transform: uppercase;
 font-size: 10px;
 margin: 0; padding: 5px 0;
 color: #333;
}
.content-right h3 {
 font-size: 12px;
 color: #759CE5;
 margin: 0; padding:0;
}
.post {
	padding: 10px 10px 45px 10px;
	float:left;
        color:#000;
}

.post-top {
	background: #fff;
	padding: 0 5px;
}
.post li {
 margin-left: 25px;
}
.posted {
 color: #093b66;
 font: 13px "Times New Roman";
 padding: 0px 5px 0px 0px;
}
.posted a {
 color: #fff;
}
.comments {
	padding: 0px 0 0px 0px;
	float: right;
	font-family: Arial, Helvetica, Sans-Serif;	
	font-size: 12px;
        
}


.post h1 {
 padding: 0; 
 margin: 0;
 font: 22px "Times New Roman";
 color: #093b66;
}

.post h1 a {
 color: #093b66;	
}

.post-content {
 color: #000;
 font: 14px Arial, Verdana, sans-serif;
 float:left;
 width:515px;
 padding-top:5px;
 line-height:23px;
}

.read-more {
	padding-right: 15px;
	background: url(images/more.gif) no-repeat center right;
}
p.more {
	float: left;
	padding: 0;
	margin: 0;
}
/* End Structure */

/* Begin Images */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.right {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.left {
	padding: 0px;
	margin: 0 7px 0px 0;
	display: inline;
	}

/* End Images */


/* Begin Form Elements */


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 90%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover {
}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 40px;
	background: #f1f1f1 url(images/bg_blockquote.gif) no-repeat top left;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 5px;
    font: 13px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}
.navigation a {
	color:#222222;
}

#sidebar {
	color: #002c51;
	float: right;
	width: 315px;
	padding: 15px 20px 0px 0;
	font: 13px Arial, Helvetica, sans-serif;
         line-height:19px;
}
.widget {
	padding: 5px;
	margin-top: 10px;
        padding-bottom:-30px;
	border-bottom: 1px solid #d9d9d9;
}

.widget a{
	margin-top:7px;
	float: right;
	font: 10px Arial, Helvetica, sans-serif;
	color: #013866;
	text-decoration: underline;
}

.widget .inner {
	text-align: left;
}
#sidebar h2 {
	color:#093b66;
	font: 20px "Times New Roman";
	margin: 5px 0;
	padding: 5px 0 5px 0px;
	text-align: left;	
}

#sidebar ul {
	list-style: none;
	margin: 10px 0 10px 10px; padding: 0;
	text-align: left;
	overflow: hidden;
}
#sidebar li {
	clear: left;
	padding: 2px 0 2px 8px;
	height:15px;
	margin: 5px 0 0 0;
	background: url(images/sidebar_li.gif) no-repeat center left;
}

#sidebar ul.lifestream{ background:url(images/lifestream_bg.gif) left top no-repeat; padding-top:40px;}
#sidebar ul.lifestream li { float:left; padding-left:0px; margin:5px 0 5px 0; height:auto; background-position:left top;}
#sidebar ul.lifestream li div.lifestream_label a{ float:none; text-decoration:none;}
#sidebar ul.lifestream li div.lifestream_label a:hover{ float:none; display:inline; text-decoration:underline;}

#sidebar ul li.cat-item {
	float: left;
	width: 130px;
}
ul.archives li {
	float: left;
	width: 130px;
}
#sidebar li a {
	float: left;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

#sidebar li a:hover {
	margin: 0;
	display: block;
	text-decoration: none;
}
#sidebar ul ul {
	display: none;
}

#sidebar .rss {
	padding: 20px 25px;
}
#footer {
 padding: 0px;
 height: 46px;
 color: #333333;
 /*width: 980px;*/
 margin: 0 0;
 background: #000000 url(images/footer_bg.jpg) repeat-x top left;
}

div.bar_content div.footer{ display:none;}

div.lifestream_text{ float:left;}
span.lifestream_via{ float:left; padding-left:20px;}
span.lifestream_via a{ font-family:"Times New Roman", Times, serif; font-size:11px; color:#013866; text-decoration:none;}
span.lifestream_hour{ float:left; padding:2px 0 0 5px; font-family:"Times New Roman", Times, serif; font-size:11px; color:#999; text-decoration:none; }
div.lifestream_label{ float:left; clear:left; font-family:Arial, Helvetica, sans-serif; color:#013866; font-size:11px; padding:3px;}

.textwidget{color:#000000;}

.cabecera_link{float:left; width:300px; height:150px;}

.post{font-family:Arial,Helvetica,Sans-Serif;
line-height:20px;}

#feevy_bar_16904 .bar_content { display: table;display:block;}
#feevy_bar_16904 {font-family: Arial, "MS Trebuchet", sans-serif;}
#feevy_bar_16904 .feevy_item{display:block;height:auto;margin:auto auto 3px auto;padding:3px;text-align: left;font-size:12px;padding-bottom:10px; border-bottom:1px solid #666}
#feevy_bar_16904 .feevy_title{padding-left:3px;height:46px;}
#feevy_bar_16904 .feevy_title img{float:left;margin-right:4px;}
#feevy_bar_16904 .feevy_title h1{line-height:15px;}
#feevy_bar_16904 .feevy_title a{color:#333;float:left;text-decoration:none;font-size:13px;font-weight:bold;width:200px}
#feevy_bar_16904 .feevy_content{color:#333;padding:5px;}
#feevy_bar_16904 a.blog_url{font-size:11px;float:left;padding-left:4px;}
#feevy_bar_16904 .footer{text-align:center;font-size:13px;color:#333;padding-top:3px;}
#feevy_bar_16904 .item_content{display:block;}