/*
	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	:Corey hankey
	Author Site	:coreyhankey.com
	Style Name	:main
	Style URI	:
	Version		:.01
	Comments	:
*/


/*
============ Main divs ===============
*/
#page {
	/* The entire design is contained within the 'page' id */
	color: #000000;
	padding-top: 0px;
	font-size: 10px;
	}
	
#header {
	background: black url('header.jpg') center center no-repeat;
	width: 100%;
	height: 200;
	margin-top: 0px;
	}


/*
============ menu classes ===============
*/
	
ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	background: white;
	}
	
ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	color: black !important;
	text-decoration: bold;
	}
	
ul.menu li a {
	font-size: 1em;
	color: black;
	margin: 0;
	}

ul.menu li a:hover {
	background: #000;
	color: #FFF !important;
	text-decoration: none;
	
	}	
	
/*
============ links classes ===============
*/
	
	
#primary a {
	color: #ff6e13;
	font-weight: bold;
}	

#primary a:hover, #primary a:visited:hover {
	text-decoration: underline;
	color: #666666;
}		

#primary img {
	border: 1px solid #666;
}	

.secondary a {
	color: #ff6e13;
	}	

.secondary a:hover, .secondary a:visited:hover {
	text-decoration: underline;
	color: #666666;
}	

/*
============ h classes ===============
*/
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: #666666 !important;
	}


	
