/*
	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	:
	Author Site	:
	Style Name	: uww-Crossman
	Style URI	:
	Version		:
	Comments	:
*/
.skiplink {
	display: none;
	visibility: hidden;
}
body {
	background-color: #555555;
}
#page {
	width: 935px !important;
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 0;
}
#header {
	width: 935px;
	height: 185px;
	background-image: url(banner.gif) !important;
	background-repeat: no-repeat !important;
	background-color: #666666 !important;
; 	background-position: left top;
}
#header .blog-title {
	display: none;
	visibility: hidden;
	width: 0;
	height: 0;
}
ul.menu {
	width: 100%;
	height: 13px;
	background-color: #222222;
	position: absolute;
	left: 0;
	bottom: 0;
	padding-top: 10px;
	padding-left: 0;
	padding-right: 0;
}
ul.menu li {
	display: inline;
}
ul.menu li a {
	border: 1px solid #222222;
}
ul.menu li a:hover {
	border: 1px solid #ffffff;
	background-color: #ffffff;
	color: #000000 !important;
}
#primary {
	font-size: 0.9em;
	width: 600px;
}
.content {
	padding: 0;
}
.hentry {
	/* Each entry is contained within the 'hentry' class */
}
.entry-content {
	/* The meat and potatoes of every entry */
}
.secondary div {
	margin: 0;
	padding-bottom: 48px;
}
.secondary {
	position: absolute;
	width: 270px;
	left: 645px;
	padding: 10px 10px 0;
	margin: 0;
	font-size: 0.9em;
	background-color: #666666;
	color: #ffffff;
}
.secondary a, .secondary a:link {
	color: #CCCCCC;
}
#footer {
	background-image: url(footer.gif);
	background-repeat: no-repeat;
	background-color: #222222;
	width: 937px;
	margin-left: auto;
	margin-right: auto;
}