/*
	CSS files kept in the 'schemes' 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 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: Ivan Lopez
	Author Site	: http://vanblogzor.co.cc/
	Style Name	: X9800 Dark Green
	Style URI	: http://vanblogzor.co.cc/k2-scheme/
	Version		: 0.5
	Comments	: 
*/

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	}

strong, em, b, i {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	}

body {
	background: #373737;
	}

a { color:#bc363a; }

a:visited { color: #95484b; }

.secondary {
	color: #777;
	}

#page {
	background: #171717;
	padding: 0 0 10px;
	margin-top: 60px;
	border: none;
	border-top: none;
	}

#header {
	position: relative;
	height: 200px;
	background: #bc363a url('neoheader.jpg') right;
	border-top: 10px solid #000;
	}

ul.menu {
	font-weight:bold;
	bottom: 210px;
	}

ul.menu li a {
	color: #ccc;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #FFF!important;
	background: #000;
	}

h1.blog-title { /* H1 is the title in the header */
	font-size: 2em;
	letter-spacing:-1px;
	padding: 5px 40px 0;
	margin-top:-70px;
	position:relative;
	}

#header .description {
	font-weight:bold;
	margin: 0 0 0 40px;
	position:relative;
	display:none;
	}

h1, h1 a, h1 a:hover, h1 a:visited,
#header .description {
	color: #787878!important;
	/* color: #!important; */
	}

h1.blog-title a:hover { color:#787878!important; }

h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #ccc;
	}

.entry-meta { /* Time and category for blog entries */
	color: #ccc;
	}

.entry-content blockquote {
	background-position: 15px 5px;
	color: #777;
	}

.entry-content a[href*='#more-'] {
	display: block;
	}

.entry-content a[href*='#more-']:after {
	content: ' \00BB';
	}

li.byuser {
	background: #373737;
	}

li.bypostauthor {
	background: #373737;
	border: 1px solid #666;
	}

li.bypostauthor blockquote {
	color: #777;
	background-color: transparent;
	}

#footer a {
	border-bottom: 1px solid #666;
	}

#footer a:hover {
	color: #FFF;
	}

/* fuentes */

.secondary h4 { 
	font-size: 1.4em!important;
	font-weight: normal!important;
	border-bottom:1px solid #444;
	padding-bottom:5px!important;
	display: block;
	}

#primary h3, #primary h4, .single #primary .k2-asides h3 { 
	font-size: 2.2em;
	letter-spacing:-1px;
	font-weight:normal;
	border-bottom:1px solid #444;
	padding-bottom:3px;
	margin-bottom:2px;
	}

h3 a:hover {
	color: #eee!important;
	text-decoration:none!important;
	}

.entry-meta a, .comment-meta a {
	color: #888;
	}

.entry-content {
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: justify;
	color: #ccc;
	}

#commentlist {
	color:#aaa;
	}

#pinglist {
	background: #333;
	}

#commentlist blockquote { color: #888; }

.comments input[type=text], .comments textarea {
	background: #222;
	}

input[type=text]:focus, textarea:focus {
	background: #333;
	color:#eee;
	}

/* Miscelanea */

.k2download {
	display: block;
	margin: 0 0 1em 0; padding: 5px 5px 5px 36px;
	background: #333 url('download.gif') no-repeat 10px 50%;
	border: 1px solid #aacc66;  border-top: 3px solid #aacc66;
	}

.k2download a {
	font-weight: bold;
	}

.k2download small {
	display: block;
	}

.alert {
	display: block; text-align: justify; color:#444;
	margin: 0 0 1em 0; padding: 5px 5px 5px 36px;
	background: #FFF6BF url('../../images/exclamation.png') no-repeat 10px 50%;
	border: 1px solid #FFD324; border-top:3px solid #FFD324;
	}

#s.livesearch {
	font-weight:bold;
	color:#bbb;
	display:inline-block;
	width: 100%;
	text-transform: lowercase;
	background:#333;
	border:1px solid #555;
	}

body.smartposition #rollingarchives {
	background: #222;
	border-bottom: 1px solid #666;
	opacity:0.9;
	}

body.fixraposition #rollingarchives {
	background: #222;
	border-bottom: 1px solid #666;
	}
