/*
	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	: GlossyBlue-K2
	Style URI	: http://vanblogzor.co.cc/k2-scheme/
	Version		: 3.0
	Comments	: Based on GlossyBlue by N. Design Studio
	Style Footer    : Styled with <a href="%stylelink%" title="%style% by %author%">%style%<!-- %version%--></a> based on <a href="http://www.ndesign-studio.com/resources/wp-themes/glossyblue/" title="GlossyBlue">GlossyBlue</a> by <a href="http://www.ndesign-studio.com/">N.Design Studio</a>
*/

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('main-bg.gif') repeat;
	}

#page {
	background: white;
	padding: 0 0 10px !important;
	border: 5px solid #d5e6eb;
	border-top: none;
	}

#header {
	height: 170px;
	background: #0facea url('header-bg980.jpg') left repeat-x;
	border-bottom: 3px solid #59780a;
	}

ul.menu li a {
	background: #fff url('nav-button-bg.gif') repeat-x;
	border: 1px solid #AFCD69;
	border-bottom: none;
	font-size: 1em;
	color: #FEFEFE;
	font-weight: bold;
	}

ul.menu li a:hover {
	background: #fff url('nav-button-bg.gif') repeat-x;
	border: 1px solid #AFCD69;
	border-bottom: none;
	color: #333 !important;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #333 !important;
	background: #fff url('nav-button-bg.gif') repeat-x;
	}

h1.blog-title { /* H1 is the title in the header */
	font-size:4.5em;
	letter-spacing:-3px;
	padding: 45px 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: white !important;  //where to change color of title, former color was #c9eefe
	}

#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 #CFE1AC;
	padding-bottom:5px!important;
	display: block;
	color: #758d38 !important;
	}

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: #27D!important;
	text-decoration:none!important;
	}

h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #59770e;
	}

.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: left;
	margin: 0 auto;
	padding: 10px 30px;
	}

.columns-one #footer { width: 500px; }
.columns-two #footer { width: 720px; }
.columns-three #footer { width: 890px; }

#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;
	}

.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;
	}

#s.livesearch {
	font-weight:bold;
	color:#bbb;
	display:inline-block;
	width: 100%;
	text-transform: lowercase;
	}
