/*
	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	: Jack Minardi
	Author Site	: The Next Wave
	Style Name	: Recharged by The Next Wave
	Style URI	: http://www.thenextwave.biz
	Version		: 0.9
*/

body {
	color: #999;
	background: white;
	text-align: center;
	}

#page {
	background: url(images/page-bg.jpg) repeat-x 0 163px;
	text-align: left;
	margin: 0 auto;
	padding: 20px 0 10px;
	position: relative;
	border: none;
	clear: both;
	}
	
.columns-two #page {
	width: 765px;
	}

.columns-two #sidebar-main,
.columns-three #sidebar-main {
	width: 180px;
	}	

#header {
	padding: 0;
	margin: 0;
	position: relative;
	width: 832px;
	right: 33px;
	height: 143px;
	background: url(images/header.jpg);
	}
	
/*- Headings */

h1, h2, h3, h4 {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	}

h1 { /* H1 is the title in the header */
	font-size: 3em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0;
	padding: 75px 40px 0;
	display: none;
	}

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

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

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

h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	text-align: center;
	font-size: 2.5em;
	font-weight: bold;
	letter-spacing: -1px;
	}
	
/*- Main Menu in Header */

.menu .admintab {
    position: relative;
    right: 70px;
    bottom: 37px;
    color: black !important;
    background: #bcbec9;
    display:block;
    width:85px;
    float:right;
    }

ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 17px;
	left: 300px;
	width: 550px;
	}

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

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

ul.menu li a {
	font-size: 1em;
	color: #e2e4eb;
	margin: 0;
	}

ul.menu li a:hover {
    background: none;
    text-decoration: underline !important;
	color: white !important;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: white !important;
	background: none;
	text-decoration: underline;
	}
	
#footerrightlinks {
    font-size: 90%;
    color: #d6d8e2;
    width: 250px;
    position: absolute;
    right: 15px;
    top: 12px;
    }
	
.footermenu .admintab {
    display: none;
    }
	
ul.footermenu {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 15px;
	top: 45px;
	float: right;
	font-size: 90%;
	border: none 
	}
	
ul.footermenu li {
	display: inline;
	margin: 0;
	}

ul.footermenu,
ul.footermenu li a {
    padding: 0 3px 0 3px;
	color: #e2e4eb !important;
	border: none !important;
	}

ul.footermenu li a {
	font-size: 1em;
	color: #eaebef;
	margin: 0;
	}

ul.footermenu li a:hover {
    background: none;
    text-decoration: none !important;
	color: white !important;
	text-decoration: underline overline !important;
	}

ul.footermenu li.current_page_item a,
ul.footermenu li.current_page_item a:hover {
	color: white !important;
	background: none;
	text-decoration: underline overline;
	}
	
#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 15px;
	height: 50px;
	width: 780px;
	background: url(images/footer.jpg) no-repeat left;
	text-align: center;
	color: #d6d8e2;
	position: relative;
	right: 7px;
	}

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

#footer a {
	color: #d6d8e2;
	text-decoration: underline overline;
	font-weight: bold;
	border: none;
	}

#footer a:hover {
	border: none;
	text-decoration: underline overline;
	color: #fff;
	}
	
.whitehover:hover {
    color: #fff;
    }