/*
	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	: Skyblack
	Style URI	: http://vanblogzor.co.cc/k2-scheme/
	Version		: 3.0
	Comments	: Header inspirado en 512megas.com
*/

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: #f7f7f7 url('header_skyblack.png') top repeat-x;
	}

#page {
	padding: 0 0 10px !important;
	border: none;
	}

.columns-one #page { background: white url('bgs/page_bg560.png') repeat-y; }
.columns-two #page { background: white url('bgs/page_bg.png') repeat-y; }
.columns-three #page { background: white url('bgs/page_bg950.png') repeat-y; }

#header {
	height: 120px;
	background: #222 url('header_skyblack.png') top repeat-x;
	border-bottom: 5px solid #656565;
	}

ul.menu li a {
	color: #ddd;
	font-weight: bold;
	background: #222;
	}

ul.menu li a:hover {
	background: url('menu_hover.png') bottom repeat-x;
	color: #eee !important;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #fff !important;
	background: url('menu_current.png') bottom repeat-x;
	}

h1.blog-title { /* H1 is the title in the header */
	font-size:3em;
	letter-spacing:-2px;
	padding: 20px 35px 0;
	}

h1.blog-title, h1.blog-title a, h1.blog-title a:hover, h1.blog-title a:visited,
#header .description {
	text-align:left;
	color: #99ccff !important;
	}

#header .description { /* Description in header */
	font-weight: bold;
	margin: 0 35px;
	}

.secondary h4 { /* Secondary H2 is sidebar headlines */
	font-size: 1.4em!important;
	font-weight: normal!important;
	border-bottom:1px solid #eee;
	padding-bottom:5px!important;
	display: block;
	}

h3, h4, .single .k2-asides h3 { 
	font-size: 2.2em;
	letter-spacing:-1px;
	font-weight:normal;
	border-bottom:1px solid #eee;
	padding-bottom:5px;
	}

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

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

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

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

li.bypostauthor {
	background: #f7f7f7;
	border: 1px solid #e8e8e8;
	}

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

#footer {
	text-align: center;
	margin: 0 auto;
	padding: 15px 30px 10px;
	}

.columns-one #footer { 
	width: 500px; background: #f7f7f7 url('bgs/footer_bg560.png') top no-repeat; 
	}

.columns-two #footer { 
	width: 720px; background: #f7f7f7 url('bgs/footer_bg.png') top no-repeat; 
	}

.columns-three #footer { 
	width: 890px; background: #f7f7f7 url('bgs/footer_bg950.png') top no-repeat; 
	}

/*img */
#primary .entry-content img {
	background: none;
	padding: 0px;
	margin: 0px;
	}

img.center, img[align="center"] {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
	}
	
img.alignright, img[align="right"] {
	padding: 0px !important;
	margin: 0 0 2px 7px !important;
	display: inline;
	}

img.alignleft, img[align="left"] {
	padding: 0px !important;
	margin: 0 7px 2px 0 !important;
	display: inline;
	}

img.noborder {
	border: none !important;
	background: none !important;
	padding: 0px !important;
	}
	
/* end img */

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

#footer a:hover {
	color: black;
	}

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

.k2download a {
	font-weight: bold;
	}

.k2download small {
	display: block;
	}
	
/* figure-divs and their supporters */

div.figure {
	padding: 5px;
	margin: -5px 5px;
}

div.figure img { 
	width: 100%;
	margin: 0 -5px !important;
}

div.figure p.longcaption { /* the default "legend" style, as opposed to "caption" */
	font-size: 0.8em;
	padding-left: 1%;
	padding-right: 1%;
	line-height: 1.1;
	margin: 0.25em auto 0 auto;
}

div.figure p.caption { 
	text-align: center;
	font-size: 0.8em;
	padding-left: 1%;
	padding-right: 1%;
	line-height: 1.1;
	margin: 0.25em auto 0 auto;
}
/* "caption" for short phrases; "legend" (default) is for continuous prose */

.full { width: 98%; padding: 5px; margin: 0.67em auto; }
/* "full" should be unnecessary, but this responds to the box model bugs in IE */
.half { width: 50%; padding: 5px; margin: 0.5em 0.67em; }
.third { width: 33%; padding: 5px; margin: 0.5em 0.67em; }
.quarter { width: 25%; border: none; padding: 5px; margin: 0.25em 0.5em; }
.fifth { width: 20%; border: none; padding: 5px; margin: 0.25em 1%; }

.rightcap { float: right; margin-left: 2%; padding: 8px 0px 10px 10px !important; }
.leftcap { float: left; margin-right: 2%; padding: 8px 10px 10px 0px !important;}
.centercap { float: center; padding: 15px 0px 10px 0px !important; }


/* end figure-divs */

/* .alert {
	display: block; text-align: justify;
	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;
	}
*/

/*Special Function notices */


.alert {
	background: #ffcccc url('sawchuk/emblem-important.png') 10px center no-repeat;
	border-top: 2px solid #993333;
	border-bottom: 2px solid #993333;
	margin: 10px auto;
	padding: 20px 20px 20px 65px;
	text-align: left;
	font-size: 1.5em;
	line-height: normal;
	}

.construction {
	background: #FFF6BF url('sawchuk/applications-development.png') 10px center no-repeat;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	margin: 10px auto;
	padding: 20px 20px 20px 65px;
	text-align: left;
	font-size: 1em;
	line-height: normal;
	}

.callout {
	background: none;
	margin: 10px auto;
	padding: 5px 0px 5px 0px;
	text-align: justify;
	font-size: 1.3em;
	line-height: normal;
	}

.download {
	background: #D0F29D url('sawchuk/mail-attachment.png') 10px center no-repeat;
	border-top: 2px solid #9CD941;
	border-bottom: 2px solid #9CD941;
	margin: 10px auto;
	padding: 20px 20px 20px 65px;
	text-align: left;
	font-size: 1.3em;
	line-height: 125%;
	}

.blue_hilite {
	background: #9DD1F2 url('sawchuk/dialog-information.png') 10px center no-repeat;
	border-top: 2px solid #419ED9;
	border-bottom: 2px solid #419ED9;
	margin: 10px auto;
	padding: 20px 20px 20px 65px;
	text-align: left;
	font-size: 1.3em;
	line-height: 125%;
	}

.code { /* use p class=code when you want to fake it, sometimes handy */
	background: #f2f2f2 url('sawchuk/utilities-terminal.png') 10px 20px no-repeat;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	margin: 10px auto;
	padding: 20px 20px 20px 70px;
	text-align: left;
	font: 1.1em 'Courier New', Courier, Fixed;
	}
	
code {
	display: block;
	background: #f2f2f2 url('sawchuk/utilities-terminal.png') 10px 20px no-repeat;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	margin: 10px auto;
	padding: 20px 20px 20px 70px;
	text-align: left;
	font: 1.1em 'Courier New', Courier, Fixed;
	}
	
	
.other {
	background: #ededed url('sawchuk/dialog-warning.png') 10px center no-repeat;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	margin: 10px auto;
	padding: 20px 20px 20px 65px;
	text-align: left;
	font-size: 1em;
	}

/* End Special Function notices */

/* Special LInks */

.download a, .download a:visited {
	color: #ed1c24;
	text-decoration: none !important;
	border-bottom: 2px dotted #ed1c24;
}

.download a:hover  {
	color: #c90404;
	text-decoration: none !important;
	border-bottom: 2px dotted #c90404;
}


.blue_hilite a, .blue_hilite a:visited {
	color: #444;
	text-decoration: none !important;
	border-bottom: 2px dotted #FFF;
}

.blue_hilite a:hover  {
	color: #0072bc;
	text-decoration: none !important;
	border-bottom: 2px dotted #FFF;
}

.callout a, .callout a:visited {
	color: #2ece00;
	text-decoration: none !important;
	border-bottom: 2px dotted #2ece00;
}

.callout a:hover  {
	color: #8de34c;
	text-decoration: none !important;
	border-bottom: 2px dotted #8de34c;
}
	
/* End Special LInks */


#s.livesearch {
	font-weight:bold;
	color:#bbb;
	display:inline-block;
	width: 100%;
	text-transform: lowercase;
	}