/*
	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	:  Alejandro Provencio Sanz
	Author Uri	: 	http://sinconexion.com
	Style Name	: 	
	Style URI	:	http://getk2.com
	Version		: 	1.0
	Description :  
	Style Footer:
	
	Header Text Color: blue
   Header Width: 950
   Header Height: 165
*/


body {
	background: url('fondo.png') repeat;
	/* background-attachment: fixed; */
	color: #36393D;
	margin: 0;
	/* padding-top: 15px; */
	}

#page {
	padding: 0;
   background: #FFF;
   border-right-style: groove;
   border-left-style: ridge;
	border-width: medium;
	border-color: #555;
	}

#header {
	height: 165px;
	}

.blog-title {
 padding: 30px 40px 0;
 }

.primary {
	padding-left: 25px;
	}

ul.menu {
	position: absolute;
	top: 140px;
	white-space: nowrap;
	}
	
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover,
body.single ul.menu li.blogtab a,
body.single ul.menu li.blogtab a:hover {
	background: url('navbar-hover-12.png') repeat-x;
	color: white !important;
	text-decoration: none;
	}
	
ul.menu li a:hover {
	background: url('navbar-hover-12.png') repeat-x;
	color: white !important;
	text-decoration: none;
	}
	
	
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited {
	color: #4096EE !important;
	}

h4, h4 a, h4 a:hover, h4 a:visited {
	color: #000 !important;
	}

h2 span a, 
h2 span a:visited,
h3 span a,
h3 span a:visited {
	color: #555 !important;
	font-weight: normal !important;
	}

.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;
	}
	
.counter a {
	color: #222;
	}
	
.commentlist li {
	color: #666;
	}

.commentlist li:hover {
	background: none;
	}
	
#weightedcategories, .authorcomment {
	background: #36393D;
	border-color: #222;
	}
	
.primary img {
	border-color: #222;
	background: #36393D;
	}

.inputcontainer {
	margin-bottom: 6px;
	}

/* Parrafos Especiales */

blockquote {
	/*width: 425px;*/
	background: #e2ecf8 url('parrafo-quote.png') 10px 20px no-repeat;
	min-height: 35px;
	padding: 5px 20px 5px 55px;
	color: #666!important;
	}

div.comments div blockquote {
	background-color: #EEE !important;
	border: 1px solid #BBB !important;
	width: 420px;
	background: #FFF url('parrafo-quote.png') 10px 10px no-repeat;
	min-height: 45px;
	padding: 0px 5px 0px 50px;
	color: #666!important;
	}

div.comments div blockquote p {
	margin:5px;
	}

blockquote p {
	text-align: justify;
	}

blockquote p.author {
	font-weight: bold;
	margin-top: -5px;
	text-align: right;
	}

.quote {
	background: url('parrafo-quote.png') 25px 4px no-repeat;
	margin: 10px auto;
	min-height: 35px;
	padding: 0 30px 0 67px;
	}

.alert {
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	}
	
.alert2 {
	background: #ffcccc url('parrafo-alert.png') 10px center no-repeat;
	border-top: 2px solid #c90404;
	padding: 10px 10px 10px 52px;
	text-align: center;
	line-height: normal;
	}

.download {
	background: #D0F29D url('parrafo-download.png') 10px center no-repeat;
	border-top: 2px solid #9CD941;
	padding: 10px 10px 10px 52px;
	text-align: center;
	line-height: normal;
	}
	
.construction {
	background: #ffcccc url('parrafo-cross.png') 10px center no-repeat;
	border-top: 2px solid #c90404;
	padding: 10px 10px 10px 52px;
	text-align: center;
	line-height: normal;
	}

.favorite {
	background: #FFF6BF url('parrafo-favorite.png') 10px center no-repeat;
	border-top: 2px solid #FFD324;
	padding: 10px 10px 10px 52px;
	text-align: center;
	line-height: normal;
	}

.info {
	background: #9DD1F2 url('parrafo-info.png') 10px center no-repeat;
	border-top: 2px solid #419ED9;
	padding: 10px 10px 10px 52px;
	text-align: center;
	line-height: normal;
	}

.question {
	background: #9DD1F2 url('parrafo-question.png') 10px center no-repeat;
	border-top: 2px solid #419ED9;
	padding: 10px 10px 10px 52px;
	text-align: center;
	line-height: normal;
	}

.code {
	background: #f2f2f2 url('parrafo-code.png') 10px 10px no-repeat;
	border-top: 2px solid #CCC;
	padding: 10px 10px 10px 52px;
	text-align: left;
	font: Courier, Fixed;
   color: white;
	min-height: 30px;
	}
	
code {
	display: block;
	background: #8a8a8a url('parrafo-code.png') 10px 10px no-repeat;
	border-top: 2px solid #555;
	padding: 10px 10px 10px 52px;
	text-align: left;
	font: Courier, Fixed;
	color: white;
	min-height: 30px;
	}

.bluebox {
	background: #9DD1F2;
	border-top: 2px solid #419ED9;
	text-align: center;
	font-size: 80%;
	padding: 5px 20px;
	}
	
.yellowbox {
	background: #FFF6BF;
	border-top: 2px solid #FFD324;
	text-align: center;
	padding: 5px 20px;
	}
	
.redbox {
	background: #ffcccc;
	border-top: 2px solid #c90404;
	text-align: center;
	padding: 5px 20px;
	}
	
.greenbox {
	background: #D0F29D;
	border-top: 2px solid #9CD941;
	text-align: center;
	padding: 5px 20px;
	}

.greybox {
	background: #f2f2f2;
	border-top: 2px solid #CCC;
	text-align: center;
	padding: 5px 20px;
	}

/* Links de Parrafos Especiales*/

.download a, .alert2 a, .info a,
.question a, .favorite a, .construction a ,
.code a, .bluebox a, .yellowbox a,
.redbox a, .greenbox a, .greybox a {
	font-weight: bold;
	}

.download a:hover, .alert2 a:hover, .info a:hover,
.question a:hover, .favorite a:hover, .construction a:hover ,
.code a:hover, .bluebox a:hover, .yellowbox a:hover,
.redbox a:hover, .greenbox a:hover, .greybox a:hover{
	color: #f36 !important;
	font-weight: bold;
	text-decoration: none !important;
	}

/* 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: url('fondo_f.png'); */
   color: #383838;
   padding: 20px 0 20px;
   }

a, a:visited, .sidebar a:visited {
	color: #3882cf;
	}
	
.post p a:visited {
	color: #3882cf;
	}

#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;
	}

/* Page Layout */

h1 { padding-top: 5px; }
