/*
    Theme Name: Inconexo
    Description: A Wordpress blog by Javier Alvear.
    Version: 1.0
    Author: Javier Alvear # http://www.evoland.es # info@evoland.es
*/


body {
	background: #000 url(images/background.jpg) 50% 100px no-repeat;
	margin:0;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}

h1{
	margin: 0;
	padding: 0;
}

p.claim{
	color:#FFFFFF;
	display:block;
	float:left;
	font-family:georgia;
	font-size:23px;
	font-style:italic;
	padding:40px 0 40px 30px;
}

p.noencontrado{
	background: white;
	display:block;
	font-family:georgia;
	font-size:23px;
	font-style:italic;
	padding:40px;
	clear: both;
	color: black;
}

p.noencontrado a{
	/*background: black;*/
	color: #000;
	font-weight: bold;

}

div#rss a{
	background: transparent url(images/rss.png) 0 0 no-repeat;
	color:#00CCFF;
	float:right;
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	margin:25px 0px 0 0;
	padding:15px 25px 12px;
	text-decoration:none;
}

div#rss a:hover{
	background: transparent url(images/rss_hover.png) 0 0 no-repeat;
	color:#000;
}

#container {
	width:900px;
	padding:0px 0 40px;
	margin:0 auto;
	position:relative;
	z-index:1001;
}

/* pages menu */

#pages {
	width:100%;
	margin:0 auto;
	padding:4px 0 0;
	position:relative;
	z-index:1002;
	height: 95px;
	background: black;
	border-bottom: 1px solid #222;
}
#pages ul {
	float:left;
	margin:0;
	padding:30px 0 0 20px;
}
#pages li {
	float:left;
	display:block;
	list-style:none;
	padding:0 20px 0 0;
	margin:0;
}
#pages a {
	color:#00CCFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-style:italic;
	font-weight:bold;
	text-decoration: none;
	padding: 10px 0 0 0;
	display: block;
}
#pages a:hover {
	color:#00CCFF;
}
#pages .current_page_item a {
	color: #fff;
	text-decoration: none;
}


/* corner shadows */


#upper-left {
	position:absolute;
	top:0;
	left:0;
	width:330px;
	height:330px;
	background:url(images/upper-left.png) 0 100px no-repeat;
	z-index:100;
}
#upper-right {
	position:absolute;
	top:0;
	right:0;
	width:330px;
	height:330px;
	background:url(images/upper-right.png) 0 100px no-repeat;
	z-index:100;
}

/* blog title */

#pages h1.blog-title a {
	background:url(images/dotted.gif) 202px 0px repeat-y;
	display:block;
	float:left;
	text-decoration:none;
	padding:0px 17px 4px 0;
	margin:20px 10px 0px 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:40px;
	color: #fff;
}
#pages h1.blog-title a:hover {
	/*background:url(images/title-back-over.gif) no-repeat left bottom;*/
	color:#00CCFF;
}
.logo-spacer {
	display:block;
	clear:both;
	height:16px;
}
	
/* main column */

#main-col {
	padding:0;
	color:#fff;
}

#main-col .post {
	/* Background:url(images/fondo_fecha.jpg) no-repeat;*/
	background: #fff;
	padding:30px;
	clear:both;
	color: black;
	margin: 0 0 30px 0;
	display: block;
	min-height: 10px;
}

#main-col .post img{
	border: 0;
	display: block;
}

#main-col .post img.alignleft{
	float: left;
	margin: 0 2em 1.5em 0;

}

#main-col .post img.aligncenter, #main-col .post img.alignnone{
	margin: 0 auto;
	clear: both
}


#main-col .post p {
	display: block;
}

#main-col .post p a {
	/*background: #00CCFF;*/
	font-style: italic;
	text-decoration: underline;
}

#main-col .post span.continue ul li a {
	text-decoration: underline;
}


#main-col .post div.tagscloud a{
	float: left;
	background: #fff;
	color: #000;
	padding: 5px 8px;
	margin: 0 10px 0 0;
	font-size: 12px;
	font-weight: bold;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-style: italic;
	text-decoration: none;	
	border: 1px solid #ddd;
}

#main-col .post div.tagscloud a:hover{
	float: left;
	background: #00CCFF;
	color: #000;
	padding: 5px 8px;
	margin: 0 10px 0 0;
	font-size: 12px;
}

#main-col .postsonido{
	background: #fff url("images/cat_sonido.jpg") left top no-repeat;
}

#main-col .postvideo{
	background: #fff url("images/cat_video.jpg") left top no-repeat;
}

#main-col .postimagen{
	background: #fff url("images/cat_foto.jpg") left top no-repeat;
}

#main-col .postinconexiones{
	background: #fff url("images/cat_in.jpg") left top no-repeat;
}

#main-col .postpaginas{
	background: #fff url("images/cat_pagina.jpg") left top no-repeat;
}

#main-col .postlinks{
	background: #fff url("images/cat_link.jpg") left top no-repeat;
}

#main-col .postcita{
	background: #fff url("images/cat_cita.jpg") left top no-repeat;
}

#main-col .postcita blockquote{
	font-size: 30px;
	padding: 5px 20px;
	border-left: 3px solid #555;
	font-style: italic;
	background: #FFE400;
	margin: 20px 30px;
}

#main-col .postlinks .continue p a{
	font-size: 30px;
	padding: 5px 10px;
	background: #000;
	color: #00CCFF;
	font-weight: normal;
	line-height: 45px;
}

#main-col .postlinks .continue p a.secondlink{
	color: black;
	background: none;
	font-weight: bold;
	font-size: 16px;
	line-height: normal;
	padding: 0;
}

#main-col .postsonido .continue p a{
	font-size: 30px;
	padding: 5px 10px;
	background: #000;
	color: #00CCFF;
	font-weight: normal;
}


#main-col h2 {
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size:28px;
	width:535px;
	margin:0px 0 0px 55px;
	padding: 0;
}
#main-col h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	font-size:16px;
	line-height:20px;
	margin:0 0 8px;
}
#main-col h2 a, #main-col h4 a {
	color:#000;
	text-decoration:none;
	font-size: 26px;
	border-bottom:1px solid #ddd;
}
#main-col h2 a:hover, #main-col h4 a:hover {
	background: #EEEEEE;
}
#main-col .spacer {
	height:20px;
	display:block;
	clear:both;
}
#main-col .comments, #main-col .date {
	font-family: Georgia, "Times New Roman", Times, serif;
	float:right;
}
#main-col .comments {
}
#main-col .date {
	padding:0px 0 0px 8px;
	width: 60px;
}
#main-col .inner {
	padding:12px 0;
}
#main-col .comments a, #main-col .sm-date a {
	color:#000;
	text-decoration:none;
	background: #eee;
	padding:6px 8px;
	border:solid #ddd;
	border-width:0 1px;
	font-size: 20px;
	display: block;
	float: right;
	width:160px;
	text-align: center;
}
#main-col .inner a {
	color:#000;
	text-decoration:none;
}
#main-col .comment-count a:hover, #main-col .sm-date a:hover, #main-col .inner a:hover {
	background: #00CCFF;
}
#main-col .comments .comment-count {
	font-weight:bold;
	font-style:italic;
}
#main-col .date .year {
	display:block;
}
#main-col .date .day {
	font-size:18px;
	line-height:8px;
	font-weight:bold;
	font-style:italic;
}
#main-col .excerpt {
	font-size:14px;
	line-height:18px;
	padding:0 0 10px;
}
#main-col .filed {
	clear: both;
	width:350px;
	float:left;
	font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#main-col .filed a {
	font-style:normal;
	font-size:14px;
	text-decoration:none;
}

#main-col span.continue {
	display: block;
	padding-top: 5px;
	clear: both;
}

#main-col span.continue span.vvqbox {
	padding: 15px 0;
	margin:0px auto;
}


#main-col span.interior strong {
	font-size: 18px;
}


#main-col .continue a {
	font-style:italic;
	font-weight:bold;
	color:#000;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}
#main-col .continue a:hover {
}

#main-col .continue a.more-link {
	float:right;
	font-style:italic;
	font-weight:bold;
	color:#000;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	background:url(images/continuar.png) no-repeat right top;
	padding:18px 12px 8px;
}

#main-col .sm-col-left, #main-col .sm-col-right {
	width:275px;
}
#main-col .sm-col-left .post, #main-col .sm-col-right .post {
	padding:16px;
	background:url(images/post-shadow.png) no-repeat;
	width:243px;
}
#main-col .sm-col-left {
	float:left;
}
#main-col .sm-col-right {
	float:right;
}
#main-col .sm-date {
	font-size:11px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;

}
#main-col .sm-col-left .inner, #main-col .sm-col-right .inner {
	padding:0;
}
blockquote {
	font-style:italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
	

/* previous next links */

.post-nav {
	height:20px;
}
.previous a {
	display:block;
	float:left;
	color:#000;
	text-decoration:none;
	padding:4px 6px;
}
.next a {
	display:block;
	float:right;
	color:#000;
	text-decoration:none;
	padding:4px 6px;
}
.previous a:hover, .next a:hover {
	color:#ffe400;
	background:#000;
}	
	


/* side column main */

#side-col {
	float:right;
	width:360px;
	padding:0 0 40px;
}
.tags a {
	color:#000;
	text-decoration:none;
}
.tags a:hover {
	color:#000;
	text-decoration:underline;
}

/* tabs */

.spacer {
	display:block;
	height:10px;
	font-size:0;
	line-height:0;
}
.liner-up {
	display:block;
	background:url(images/stripe.png) no-repeat;
	height:30px;
	font-size:0;
	line-height:0;
}
.liner {
	display:block;
	background:url(images/stripe-flipped.png) no-repeat;
	height:30px;
	font-size:0;
	line-height:0;
}

ul#tabnav {
	height:40px;
	margin:0;
	padding:0;
	display:block;
}
ul#tabnav li {
	margin:0;
	padding:0;
	float:left;
	list-style-type:none;
}
ul#tabnav li a {
	color:#000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	text-decoration:none;
	display:block;
	float:left;
	margin:0 3px 0 0;
	padding:8px 12px 18px;
}
ul#tabnav li a:hover, ul#tabnav li a.selected {
	color:#000;
	background:url(images/title-back.gif) no-repeat left bottom;
}
.panel {
	display:block;
	width:360px;
	overflow:auto;
}


.postList {
	padding:0;
	margin:0;
	overflow:hidden;
	width:359px;
}
.postList li {
	list-style:none;
	margin:0;
	padding:0;
	background:url(images/liner.png) no-repeat;
}
.postList a {
	display:block;
	padding:6px 10px;
	font-size:13px;
	line-height:18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000;
	text-decoration:none;
}
.postList a:hover {
	background:url(images/nav-over.png) no-repeat;
}
.postList a .listMeta {
	font-size:11px;
	line-height:14px;
	text-decoration:none;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}
.postList li a .quote {
	display:block;
	height:38px;
	overflow:hidden;
}
.postList li a .right {
	float:right;
}

.flickr {
	color:#000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	font-weight:bold;
	padding:0 0 10px;
}
.flickr a img {
	border:1px solid #000;
	color:#000;
	text-decoration:none;
	margin:6px;
	float:left;
}
.flickr a:hover img {
	border-color:#ffe400;
	color:#ffe400;
}
.search {
	color:#fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	width:250px;
	margin: 26px 30px 0 0;
	float: right;
}
.search form {
	margin:0;
	padding:8px 0;
	text-align:center;
	float: right;
}
.search input {
	color:#000;
	border-style:none;
}
.search .txt-field {
color:#555555;
float:left;
font-size:12px;
height:15px;
padding:5px;
width:140px;
display: block;
}
.search .btn-search {
	float:right;
}

.search #searchsubmit {
background:#DDDDDD none repeat scroll 0 0;
border-left:1px dotted #AAAAAA;
font-size:12px;
font-weight:bold;
height:25px;
padding:0 4px;
float: left;
}




/* footer */

#footer {
clear: both;
	font-size:11px;
	color:#666;
	padding:12px 0;
	margin-bottom: 30px;
}
#footer .bigger {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size:16px;
}
#footer a {
	color:#aaa;
	text-decoration:none;
}

#footer a:hover {
	color:#00CCFF;
	text-decoration:underline;
}

#footer p {
	float: left;
	width: 380px;
	margin: 0;
}

#footer em {
	font-size: 18px;
	font-family: georgia;
	font-style: italic;
	font-weight: bold;
}

#footer #dinpattern {
	float:right;
	display: block
}
#footer #wordpress a {
	display:block;
	width:135px;
	height:44px;
	float:right;
	background:url(images/wordpress.jpg) no-repeat;
	text-indent:-500px;
	overflow:hidden;
}
#footer #wordpress a:hover {
	background:url(images/wordpress_hover.jpg) no-repeat;
}

#footer #evoland {
	float:right;
	display: block;
	margin-left: 20px;
}
#footer #evoland a {
	display:block;
	width:220px;
	height:44px;
	float:right;
	background:url(images/evoland.jpg) no-repeat;
	text-indent:-500px;
	overflow:hidden;
}

#footer #evoland a:hover {
	background:url(images/evoland_hover.jpg) no-repeat;
}

.spacer_footer {
	display:block;
	height:10px;
	font-size:0;
	line-height:0;
	border-bottom: 1px dotted #333;
	clear: both;
}

/* COMENTARIOS */

#commentform {
	color: #fff;
	padding-top: 30px;
	display: block;
	clear: both;
}

#commentform a{
	color: #fff;
}

/* comment form styles */

.comments-PII, .comments-PII-2 {
	float:left;
}
.comments-PII {
	margin-right:15px;
	margin-left:140px;
}
.comments-PII-2 {
	clear:both;
	margin-left:140px;
}
.comments-PII input {
	background:#fff;
	border-style:none;
	color:#000000;
	font-family:"Trebuchet MS",Tahoma,Arial,Helvetica,sans-serif;
	font-size:18px;
	padding:5px;
	width:400px;
	margin-top: 2px;	
}
.comments-PII-2 textarea {
	color:#000;
	background:#fff;
	border-style:none;
	color:#000000;
	font-family:"Trebuchet MS",Tahoma,Arial,Helvetica,sans-serif;
	font-size:18px;
	height:200px;
	padding:5px;
	width:600px;
	margin-top:2px;
}
.comments-PII-2 input {
	color:#000;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	border-style:none;
	background:#00CCFF;
	padding:5px;
}

.note {
	font-size:12px;
	color: #999;
}


/* comment list styles */

#comment-list {
	font-size:12px;
	padding:10px 0;
	color: white
}
span.bigger {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	font-size:18px;
	line-height:22px;
	padding:0 0 10px 30px;
	display: block;
}
.comment-left {
border-top:1px dotted #222222;
display:block;
padding:16px 0 0px 0;
margin-top: 0px;
}

.comment-left p{
	margin: 0;
	padding: 0;
}

.comment-left a{
	color: white;
}

.comment-meta {
	float:left;
	width:120px;
	margin:14px 10px 0 0;
	font-size:14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
}
.comment-metadata {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
}
.comment-metadata a, .comment-meta a, comments-PII a, comments-PII-2 a {
	color:#fff;
	text-decoration:none;
	color: #00CCFF;
}
.comment-metadata a:hover, .comment-meta a:hover, comments-PII a:hover, comments-PII-2 a:hover {
	text-decoration:underline;
}

div.autor{
background:#FFE400 none repeat scroll 0 0;
color:black;
font-size:16px;
font-weight:bold;
margin:0px 0 0 0;
padding:0 10px;
min-height: 1px;
}

div.autor a{
	color: black;
}

div.autor div.comment-meta {
border-right:1px dotted black;
margin:12px 0px 0 0;
padding-right: 10px;
}

div.autor div.comment-meta cite{
	font-size: 16px;
}

.comment-txt {
	line-height:18px;	
	float:left;
	font-size:14px;
	line-height:18px;
	margin:0 0 16px 10px;
	padding:20px;
	width:720px;
	background: #222;
	display: block;
	min-height: 1px;
}

div.autor div.txtautor {
	margin:0 0 0 10px;
	padding:20px 10px;
	width:718px;
	background: transparent;
}


cite.autor {
	color: #000;
}