/*
	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	: Golden Santos
	Author Site	: http://www.goldensantos.com
	Style Name	: Kief
	Style URI	: 
	Version	: 
	Comments	: 
*/

#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header {	
	/* Contains the H1 and menu */
	background: black url('mustafa.jpg') center center no-repeat;
	width: 100%;
	height: 224px;
	}

h1 a {
	position: absolute;
	top: 80px;
	left: 50px;
	padding: 0;	
	color: #7a880b !important;
	}

.description {
	color: #7a880b !important;
	position: absolute;
	top: 115px;
	left: 50px;
	margin: 0 !important;
	}
	
.primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

.secondary {
	/* Contains the sidebar */
	}

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: #7a880b !important;
	}

#categories, #text-1, #polls {
	background-color: #dda;
	padding: 5px 5px;
	}


a, a:visited, .sidebar a:visited {
	color: #7a880b;
	}

.page_item a:hover {
	background-color: #7a880b !important;
	}

#text-3 { 
	position: fixed; 
	bottom: 0; 
	right: 0; 
	display: block; 
	width: 116px; 
	height: 124px; 
	border: 0; 
	text-decoration: none; 
	text-indent: -9999px; 
	overflow: hidden; 
	background: url(che.png) no-repeat 100% 100%; 
	}
	

/* ---------------- Ajax Newsletter Plugin styles --------------------- */

#ajaxNewsletter, .newsletterContainer {
	/* newsletter container */
}

#newsletterFormDiv {
	/* newsletter form elements*/
}

.newsletterTextInput {
	/* email text input */
	font-size: 10px;
}

.submit {
	/* the submit button */
	width: 55px;
	border: 1px solid #7a880b;
	font-size: 10px;
}

#newsletterLoading {
	/* the loading message while the subscription is beeing handled */
}

.success {
	/* the success message container */
}


.error {
	/* the error message container */
}



