/*
	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		: 	Kovaks
	Author Site		: 	kovakspi.com
	Style Name		: 	Kovaks
	Style URI		:	http://getk2.com
	Version			:	1.0
	Header Height	:	247
	Comments		:	Kovaks style using the vader2 k2 theme as base
*/


/*- Typography */

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

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

h1, h2, h3, h4, h5, h6 {
	font-family: "Arial",;
	}
/*- Page Structure */	

body {
	background: #111;
	color: #cccccc;
	margin: 0;
	background-image: url('kovaks-background.jpg');
	}


h1 {
	position: absolute;
	top: 25px;
	left: 50px;
	padding: 0;
	}

.description {
	position: absolute;
	top: 55px;
	left: 50px;
	margin: 0 !important;
	}

#page {
	border: none;
	padding-top: 0px;
	}

.primary {
	padding-left: 25px;
	}

#page, ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	background: black;
	}
	
ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	color: white !important;
	text-decoration: none;
	}
	
ul.menu li a:hover {
	background: #111;
	}
	
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
 {
	color: white;
	text-decoration: none;
	background: black;
	}
	
ul.menu li.current_page_ancestor a {
	color: white;
	text-decoration: none;
	background: none;
	}	
	
ul.menu li.current_page_ancestor a:hover {
	color: white;
	text-decoration: none;
	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: #FFCC00 !important;
	}

a {
	color: #FFCC00;
	text-decoration: none;
	}

.entry-content a:visited {
	color: #FFCC00;
	}
	

/*- Primary Contents */

.hentry {
	margin: 5px 0 15px;
	position: relative;
	}

.entry-content {
	font-size: 1.5em;
	text-align: justify;
	color: #cccccc;
	font-weight: bold;
		}

.entry-content p,
.entry-content ul,
.entry-content ol,
.entry-content div,
.entry-content blockquote {
	margin: 13px 0;
	}

/*- Comments */

li.bypostauthor {
	background: #333333;
	}

li.bypostauthor blockquote {
	color: #FFCC00;
	background: url('images/quote.png') no-repeat 10px 0;              
	}

