body {
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	}

#wpk2_page {
	background: white;
	text-align: left;
	margin: 0 auto;
	padding: 20px 0 10px;
	position: relative;
	border: 1px solid #ddd;
	border-top: none;
	clear: both;
	width: 780px;
	margin: 0 auto;
	}

#wpk2_header {
	padding: 0;
	margin: 0;
	position: relative;
	height: 200px;
	/*background: #3371A3 url('http://www.infinite0.com/wp/wp-content/themes/K2RC2/images/headers/trueblue.jpg');*/
	/*background-color: #3371A3;*/
	background: url('header_rotator.php');
	}

/* @import url('wpk2_random_header.php'); */

#wpk2_header .description {
	text-decoration: none;
	color: white;
	font-size: 1em;
	margin: 0 40px;
	}

h1.wpk2 { /* H1 is the title in the header */
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	font-size: 3em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0;
	padding: 75px 0 0 40px;
	text-decoration: none;
	color: white;
	}

h1.wpk2, h1.wpk2 a, h1.wpk2 a:hover, h1.wpk2 a:visited,
#wpk2_header .description {
	text-decoration: none;
	color: white;
	}

h1.wpk2 a:hover {
	text-decoration: underline;
	}

#wpk2_header .description { /* Description in header */
	font-size: 1em;
	margin: 0 40px;
	}

ul.wpk2_menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 20px;
	width: 90%;
	}

ul.wpk2_menu li {
	display: inline;
	margin: 0;
	}

ul.wpk2_menu,
ul.wpk2_menu li a {
	padding: 5px 15px 6px;
	}

ul.wpk2_menu li a {
	font-size: 1em;
	color: white;
	margin: 0;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	}

ul.wpk2_menu li a:hover {
	background: #333;
	color: #eee !important;
	text-decoration: none;
	}

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

.wpk2_content {
	padding: 10px;
	}

#wpk2_footer {
	clear: both;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
	color: #777;
	}
	
#wpk2_footer * {
	padding: 0;
	margin: 0;
	}

#wpk2_footer p {
	line-height: 1.6em;
	}

#wpk2_footer a {
	color: #888;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	}

#wpk2_footer a:hover {
	border: none;
	text-decoration: none;
	color: #000;
	}
	
#wpk2_footer .footerfeedlinks {
	display: none;
	}

#wpk2_footer .footerstyledwith {
	display: inline;
	}

#wpk2_footer .footerpoweredby {
	display: inline;
	}
	
#wpk2_gsearch {
	margin-bottom: 10px;
	}

#wpk2_gsearch input[type=text] {
	color: #444;
	padding: 1px;
	margin: 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif !important;
	}

#wpk2_gsearch input:focus[type=text] {
	background: #fff;
	color: #333;
	border-color: #666;
	}