/*
	CSS files kept in the 'styles' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 versions as well as debug any potential
	problems.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name		: 	Michael Heilemann
	Author Site		: 	http://binarybonsai.com
	Style Name		: 	bienestar
	Style URI		:	http://getk2.com
	Version			:	1.0
	Header Height	:	260
	Comments		:	I made Vader as a tribute to Star Wars for use on my own blog.
						The header image was painted by my friend Rasmus (http://no-go-dk)
						License: http://creativecommons.org/licenses/by-nc-sa/2.5/
*/

body {
	background: #0860a9 url(images/headerBG.jpg) top left repeat-x;
	color: #231d0f;
	margin: 0;
	}

#header {
	background: url(images/headerback.jpg) top right no-repeat;
	height: 230px;
	}

#header .blog-title {
	padding: 70px 10px 0px;
	color:#3F6;
	}
	
#header .blog-title a, #header .description {
	color: #ffec1f;
}

#header .description {
	margin: 5px 10px;
	}
	
#page {
	background: none;
	border: none;
	padding: 0px;
	}

.content {
	background: #e8f5fd;
}
#wrap-featured-post-box {
	background: #67aee0 url(images/featured-postbg.jpg) top left repeat-x;
	border-top: 5px #FC0 solid;
	color: #FFF;
	width: 780px;
	margin:0 auto;
	display: table;
}
#main-feature-post-box {
	clear: none;
	width:510px;
	margin: 0px 15px 0px 30px;
	padding: 15px 210px 0 0;
	float: left;
	background: url(images/Aurelio.png) no-repeat top right;
	
}
#right-featured-post-box {
	width:250px;
	float: right;
	
}
.featured-entry-title {
	margin: 0px 0px 6px 0px;
}
.featured-entry-title a {
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	text-decoration: none;
}
.featured-entry-title a:hover  {
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	text-decoration: underline;
}
.featured-entry-title a:visited  {
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	text-decoration: none;
}
.featured-entry-meta {
	margin: 0 0 5px 0;
	color: #ffec1f;
}

.featured-entry-meta a {
	color: #ffec1f;
	font-weight: bold;
}
.featured-entry-content {
	font-size: 14px;
}
.featured-entry-content a {
	color: #DFF2FF;
}
.featured-entry-content a:hover {
	color: #DFF2FF;
	text-decoration: underline;
}
.featured-entry-content a:visited {
	color: #DFF2FF;
}
#seguirleyendo {
	line-height: 25px;
}

/* Barra de suscripción en cabezal */
.suscribewrap {
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	padding: 10px 0px 10px 10px;
	background: #367ABB;
	border-top: 1px #FFF solid;
	width: 770px;
	
}
.suscribeleft {
	width: 450px;
	float:left;
	padding-left: 20px;
	margin: 5px 0 0 0;
}
.suscriberight {
	width: 260px;
	float: right;
	height: 50px;
	padding: 0;
	margin: 0;
}

#suscribeboton {
	border: 1px #000 thin;
	height: 25px;
	background: #0C6;

}
#suscribeform {
	height: 40px;
	width: 200px;
	margin: 0;
	border: none;
	float: left;
}

.suscriberight img {
	float: right;
	display: block;
	margin: 0 10px 0 0;
}

.primary {
	padding-left: 25px;
	}

#page, ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	
	}
	
ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	background: #e8f5fd;
	color: #231d0f !important;
	text-decoration: none;
	}
	
ul.menu li a:hover {
	background: #111;
	}
	
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited {
	color: #231d0f !important;
	}

h2 span a, 
h2 span a:visited,
h3 span a,
h3 span a:visited {
	color: #373d6d !important;
	font-weight: normal !important;
	}
.secondary {
	background: #CFEDFF;
	padding: 15px 10px 15px 10px;
}

.primary .entry-meta a, .primary .entry-meta a:visited, /* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */
.secondary .metalink a, .secondary .metalink a:visited,
.secondary span a, .secondary span a:visited {
	color: #444;
	font-weight: normal;
	}

.entry-edit a,
.comment-edit a,
.comment-reply a {
	color: #444;
	}
	
.counter a {
	color: #222;
	}
.comments form #submit {
	height: 20px;
	background: #0C6;
	border: none;
}
.commentlist li {
	color: #666;
	}

.commentlist li:hover {
	background: none;
	}

#commentlist .comment {
	border-radius: 0px;
	-moz-border-radius: 0px;
	}

li.byuser .comment {
	border: 1px solid #222;
	background-color: #111;
	}	

li.bypostauthor .comment {
	border: 1px solid #333;
	background-color: #222;
	}

#pinglist {
	border: 1px solid #333;
	background-color: #222;
	}
	
blockquote, #weightedcategories, .authorcomment {
	background: #111;
	border-color: #222;
	}
	
.primary img {
	border-color: #222;
	background: #111;
	}

.inputcontainer {
	margin-bottom: 6px;
	}

/* Gray Color */
small, .sidebar ul ul li, .sidebar ul ol li, .nocomments, ul#activity li small a, ul#activity li, .LSRow small, #searchcontrols small  {
	color: #555;
	}

#footer {
	background: #64abde;
	color: #000;
}

#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
#footer a:visited {
	color: #FFF;
	text-decoration: none;
}
a, a:visited, .sidebar a:visited {
	color: #4CA4B8;
	}
	
.post p a:visited {
	color: #4CA4B8;
	}

#af-ela-menu li {
	border: none;
	background: #161616;
	}


#af-ela-menu, #af-ela-menu li {
	border-bottom: 1px solid #333;
	}

#af-ela-menu li.selected {
	background: #333;
	}

/* Hovering state of the table items */
#af-ela-year li:hover, #af-ela-month li:hover, #af-ela-post li:hover, #af-ela-category li:hover {
	background: #222;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	}

/* Active or hovered item in list */
#af-ela-year li.selected, #af-ela-month li.selected, #af-ela-post li.selected, #af-ela-category li.selected, #af-ela-post li:hover {
	background: #222;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	}

#af-ela-post {
	border-left: 1px solid #333;
	border-right: none;
	}

/* Rolling Archives Slider */
#dynamic-content #pagetrack {
	height: 18px;
	background: url('sliderbgleft.png') no-repeat center left;
	}

#dynamic-content #pagetrackwrap {
	height: 18px;
	padding-right: 4px;
	top: 0px;
	background: url('sliderbgright.png') no-repeat center right;
	}

#dynamic-content #pagehandle {
	width: 18px;
	height: 18px;
	top: 0px;
	background: url('sliderhandle.png') no-repeat center center;
	cursor: e-resize;
	}

body.smartposition #rollingarchives {
	background-color: black;
	border-bottom: 1px solid #444;
	}

#page input[type="text"],
#page textarea {
	color: #FF0;
	margin: 0px;
	padding: 0px;
	}
	
#searchform {
	height: 50px;
}
#s {
	height: 20px;
	vertical-align: middle;
	background: #FFF;
}
#searchsubmit {
	background-color: #00cc66;
	height: 25px;
	color:#000;
}
