/*
	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	: Burr Settles
	Author Site	: www.burrsettles.com
	Style Name	: Way Out
	Style URI	: www.settles.org
	Version		:
	Comments	: For England.
*/

body {
	background: #ddd;
	padding: 0 0 40px;
	margin: 0;
}
	
#page {
	/* The entire design is contained within the 'page' id */
	border: 1px solid #999;
	border-top: none;
	}
	
#header {
	/* Contains the H1 and menu */
	background: black url('wayout.jpg') center center no-repeat;
	width: 100%;
	height: 218px;
	}

#header h1,
#header p {
	display: none;
}

h2, h2 a, h2 a:hover {
	text-align:left;
	color:#c00;
	margin-bottom: 0.5em;
}

ul.menu li {
	text-transform: uppercase;
}

ul.menu li a:hover {
	background: #000;
}

ul.menu li a:hover {
	color: #fc0 !important;
	text-decoration: none;
}	

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #c00 !important;
	background: white;
	font-weight:bold;
	text-decoration: none;
}
	
.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 */
	}


/* Rolling Archives Slider */
#current-content #pagetrack,
#dynamic-content #nested_pagetrack {
	margin: 0 auto;
	width: 218px;
	height: 18px;
	background: url('sliderbgleft.png') no-repeat center left;
}

#current-content #pagetrackend,
#dynamic-content #nested_pagetrackend {
	height: 18px;
	background: url('sliderbgright.png') no-repeat center right;
	}

#current-content #pagehandle,
#dynamic-content #nested_pagehandle {
	width: 18px;
	height: 18px;
	background: url('sliderhandle.png') no-repeat center center;
	cursor: e-resize;
}

