/*
	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	: Kevin Brandon
	Author Site	: http://www.ags.uci.edu/~brandonk
	Style Name	: kbStyle
	Comments	: Just messing around with CSS... Give me a 
                  break, I'm new to this.
*/

#page 
{
	/* The entire design is contained within the 'page' id */
}
	
#header 
{
	/* Contains the H1 and menu */
	background-image: url('FinalHeader.jpg');
}

#header h1 a 
{
	position: absolute;
	top: 65px;
	left: 420px;
	padding: 0;
}
	
#header .description 
{
	position: absolute;
	top: 105px;
	left: 420px;
	margin: 0;
}
	
#header h1 a:hover 
{
	text-decoration: none;
}
	
#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover
{
	text-decoration: none;
}

h2 a:hover, h2 span a:hover 
{
	color: #000 !important;
	text-decoration: none;
}

a
{
	color: #27d;
	text-decoration: none;
}

.entry-content a:visited 
{
	color: #76d;
	text-decoration: none;
}

ul.menu li.current_page_parent a,
ul.menu li.current_page_parent a:hover 
{
	color: #333 !important;
	background: white;
	text-decoration: none;
}
