/*
Theme Name: Transeúnte
Theme URI: http://transeunte.org/
Description: Tema de Transeúnte basado en el tema Kubrick.
Version: 1.0
Author: Emmanuel Ordóñez Angulo
Author URI: http://eoran.com/
Tags: blue, custom header, fixed width, two columns, widgets

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,arial,sans-serif;
	background:#c3c3c3 url('images/bg.jpg') repeat-x;
	color: #333;
	text-align: center;
	}

#barra ul {
	width:620px;
	position:relative;
	height:22px;
	margin:-30px 0 40px -40px;
	padding:0;
	font-size:9px;
	background:url(images/bg-barra.jpg) repeat-x
}
#barra ul li {
	float:left;
	list-style:none;
	padding:5px 0;
	border-right:1px solid #999;
}
#barra ul li a {
	padding:5px;
	color:#444;
	text-decoration:none;
	text-transform:uppercase;
}
#barra ul li a:hover {
	background:#666;
	color:#fff
}
#barra li.right {
	float:right;
	border-left:1px solid #999
}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}


#headerimg a {
	display:block;
	height: 120px;
	width: 900px;
	background:url('images/header/random.php') no-repeat bottom center;
	}

#content {
	font-size: 1.2em;
	padding-top:30px
	}

.narrowcolumn .entry, .widecolumn .entry, #footer {
	line-height: 1.5em;
	}
.narrowcolumn .entry {
	font-size:1.05em;
}
div#highlight {
	font-size:1.15em;
}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

}

#footer {
	background: #e7e7e7 url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	font-family:Helvetica, Arial, sans-serif
	}

h1, h2, h3 {
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}



h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color:#008ec9; /* 008ec9 */
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry a:visited {
	color:#3399CC;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1.2em Arial, Sans-Serif;
	}
#sidebar li,
#sidebar li li {
	color:#333
}
#content small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color:#008ec9;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
#sidebar a {
	color:#008ec9
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
	}

#page {
	margin: 0 auto 0;
	padding: 0;
	width: 900px;
	border: 1px solid #959596;
	background: url("images/pagebg.jpg") left repeat-y;
	border: none; 
	}

#header {
	background: #73a0c5 url("images/bg.jpg") top repeat-x;
	margin: 0;
	padding: 0;
	height: 120px;
	}

.narrowcolumn,
.widecolumn {
float: right;
padding: 0 40px 20px 40px;
margin: 0px 0 0;
width: 540px;
background:#fff
}

.entry {
	margin-top:15px
}



.post {
	margin: 0 0 50px;
	text-align: justify;
	}

.post hr {
	display: block;
	}



.narrowcolumn .postmetadata {
	padding-top: 5px;
	margin-top:40px
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 40px;
	margin: 0 auto;
	clear: both;
	background:#444444
	}

#footer #in {
	width:900px;
	margin:auto
	}
#footer .modulo {
	width:153px;
	padding-right:40px;
	float:left;
	color:#fff;
	text-align:justify;
	font-size:1.15em
}
#footer #acerca {
	width:280px
}
#footer h2 {
	font-size:1.4em;
	color:#45A7EF;
	padding:0;
	margin:0 0 20px 0
	
}
#footer h2 a {
	color:#45A7EF;
	text-decoration:none	
}
#footer h2 a:hover {
	color:#0099FF;
	text-decoration:none
	
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin:0 0 5px 0;
	}

h2.pagetitle {
	text-align: left;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}
#sidebar #twitter_div h2 {
	margin-right:-20px
}

h3 {
	padding: 0;
	margin: 20px 0 5px 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

#sidebar ul ul li {
	list-style:none
	}
	.entry ul li {
	list-style:square;
	padding-left:10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}
#sidebar ul {
	margin-top:-20px
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin:0 0 15px 0;
	}
#sidebar li ul,
#sidebar li form,
#sidebar li div,
#sidebar li object,
#sidebar li p {
	padding-right:20px;
	line-height:1.4em
}
#sidebar li div p {
	padding:0;
}
#sidebar li div div,
#sidebar li div ul {
	padding:0;
}
/*flickr*/
#sidebar li#quick-flickr a img,
div.flickr-photos a img {
	margin:0 10px 10px 0;
	border:#FFD400 4px solid;
	width:65px;
	height:65px
}
#sidebar li#quick-flickr a:hover img,
div.flickr-photos a:hover img  {
	border:#FF9900 4px solid
}

#sidebar li#quick-flickr p {
	margin-top:10px
}

div.flickr-photos {
	text-align:left
}

/*end flickr*/

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0;
	}

ol li, #sidebar ul ol li {
	list-style:square;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 5px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#sidebar ul:firstchild {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.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 {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
padding: 0 0 20px 20px;
width: 260px;
}
#sidebar #logo a {
	width:260px;
	height:130px;
	display:block;
	background:url("images/logo.jpg") right top no-repeat;
	margin-left:-20px;
	padding-right:20px
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* 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 { /* Doesn't work in IE */
	background-color: #fff; }
/* 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: 20px;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}
.clearfix {display: block;}
<!-[if IE 7]>
.clearfix {display:inline-block;}
.clearfix {display:block;}
<![endif]->




#sidebar li.widget {
	list-style:none;
	margin:0;
	padding:0;
}
#sidebar h2 {
	padding:10px;
	margin:20px 0 20px -20px;
	font-size: 1em;
	text-transform:uppercase;
	font-weight:normal;
	background:url("images/sidebarh2bg2.jpg") right no-repeat #3e9dd0;
	color:#fff;
	}

#sidebar h2.suscribete {
	margin-top:0
	}
ul.post-info {
	font-size:.8em;
	margin:10px 0 20px 0;
	padding:0 0 0 10px
}
ul.post-info li {
	list-style:none;
	margin:0;
	padding:0
}

#footer ul {
	margin:0;
	padding:0
}
#footer li {
	list-style:none;
}

#footer a {
	color:#CCCCCC;
	text-decoration: none;
	}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
	
	/*schedule*/
	
.ec3_schedule {
	background:#999999;
	color:#fff;
	padding:5px;
	margin-top:5px
}

#wp-calendar {
	width:50%;
	border:#999999 1px solid;
	padding:10px;
	margin:40px auto 60px auto
}
#wp-calendar caption {
	padding:20px 0 20px 0
}
#wp-calendar td.ec3_eventday,
#wp-calendar td.ec3_eventday a {
	background:#999999;
	color:#fff
}
#wp-calendar td.ec3_eventday a:hover {
	color:#BAD8FE
}

.quotescollection_randomquote q {
	font-size:1.1em;
	font-weight:bold;
	line-height:1.6em
}


/*search*/
input#s {
	width:200px
}

/* post-info */

.author-img {
	float:left;
	padding:0 10px 10px 0;
	margin-left:-10px;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
.author-img {display:none;}
}

.post-fecha {
	float:right;
	color:#777;
	margin-top:5px
}

ul.barra-extra {
	padding:10px 0 5px 5px;
	margin:20px 0 30px 0;
	border:#ddd 1px solid;
	font-size:.9em;
	color:#777;
	font-family:Helvetica, Arial, sans-serif
}
ul.barra-extra a,
ul.barra-extra a:visited {
	color:#777;
	text-decoration:none;
}
ul.barra-extra a:hover {
	text-decoration:underline
}
ul.barra-extra li {
	list-style:none;
	margin:0 5px 0 5px;
}
li.comentario {
	padding-left:16px;
	background:url("images/barra-comentario.gif") left no-repeat;
	float:left
}
li.categoria {
	padding-left:16px;
	background:url("images/barra-categoria.gif") left -2px no-repeat;
	float:left;
	max-width:275px;
}
li.der {
	float:right
}
.ilsb-parent {
	margin-top:-3px;
	padding-right:0;
}
div.ilsb-parent {
	background:none
}

       a:active, a:focus {
       outline: 0;

      }
	  
	  
	  /* events widget */
	  
	  li.ec3_list li span.event-time{width:80px;margin:0 8px 0 0;text-align:left;float:left;line-height:1.3em; text-transform:capitalize; }
	  li.ec3_list li a{float:left;width:160px;text-decoration:none;line-height:1.3em;margin-left:-15px;}
	  li.ec3_list li a:hover{text-decoration:underline;}
	  .events-month {
			font-weight:bold;
	  		margin-top:10px

	  }
	  #events-view-link {
	  	float:right
	  }
	  #events-submit-link {
	  	float:left
	  }
	  #sidebar div.widget-footer {
	  	width:240px;
	  	margin-top:10px;
		text-align:right
	  }
	  #sidebar div.widget-footer a {
	  	color:#666;
		border-bottom:2px solid #ffd400;
		padding-bottom:2px;
		font-weight:bold;
		text-decoration:none;
		font-size:0.9em
	  }/* FF9900  FFD400 azul: 3F9FD1 008ec9*/
	  #sidebar div.widget-footer a:hover {
	  	border-bottom:2px solid #ff9900;
		color:#000
	  }
	  .selfclear {
	  	display:inline-block;
	  }
	  
	  li.ec3_list_day {
	  	padding-bottom:10px
	}
	#sidebar ul ul .ec3_list_day ul {
	margin:0 0 10px 0
	}
	
	
	
	.gallery-item {
		margin-right:20px
	}
	
li#searchform {
	padding-top:40px
}
li.rss {
	padding-left:15px;
	background:url("images/rss16x16.jpg") left no-repeat;
}
li.flickr {
	padding-left:15px;
	background:url("images/flickr16x16.jpg") left no-repeat;
}

#sidebar li.widget_archive select {
	width:240px;
}
div#featured {
margin-bottom:50px
}
div.slideInfoZone {
	opacity:0.9
}
.jdGallery div.slideInfoZone p,
.jdGallery div.slideInfoZone h2 {
	padding:10px 10px 0 10px !important
}

/* navigación */

.wp-pagenavi {
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:25px;
	text-align:center;
}
.wp-pagenavi span {
	background:none;
	color:#333
}
.wp-pagenavi .pages {
	padding-right:10px
}
.wp-pagenavi span.current {
	color:#fff;
	border:#666 1px solid;
	background:#666;
	text-decoration:underline;
	padding:5px
}
.wp-pagenavi a,
.wp-pagenavi a:visited {
	color:#666;
	border:#666 1px solid;
	padding:5px;
	margin:0 1px
}
.wp-pagenavi a:hover,
.wp-pagenavi a:visited:hover {
	text-decoration:underline;
	color:#222;
	border:#222 1px solid;
}