/*
	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	: Matthew W. Jackson
	Author Site	: http://matthew.w.jackson.name/
	Style Name	: Matt's Mad CSS Skills
	Style URI	: http://matthew.w.jackson.name/
	Version		: 1.0
	Comments	: 
*/

body {
	background: #001122 url(background.png) repeat-x fixed left top;
	color: #000000;
}

blockquote {
	background-color: #EEEEFF;
	background-position: 10px 10px;
	border-top: dashed 1px #DDDDEE;
	border-bottom: dashed 1px #DDDDEE;
	margin-bottom: 1.5em;
}

h2 {
	border-bottom: solid 1px #AAAACC;
}

h1 a:hover {
	text-decoration: none !important;
	color: #EEEEFF !important;
}

h2 a:hover {
	text-decoration: none !important;
}

h3 {
	border-bottom: dotted 1px #AAAACC;
}

h2,h3,h4 {
	font-variant: small-caps;
	letter-spacing: 1px !important;
	padding: 0 !important;
	margin: 0.75em 0 0.25em 0 !important;
}

#page {
	/* The entire design is contained within the 'page' id */
	padding: 0;
	border: 2px solid #000000;
	border-top: none;
	}
	
#header {
	/* Contains the H1 and menu */
	background: #000000 url(banner.jpg) no-repeat scroll center top;
	height: 300px;
	}

#header h1 {
	padding: 202px 40px 0px 40px;
}

#header h1 a {
	color: #FFFFFF;
	font-weight: normal;
}
#header .description {
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
}
#header .statustime {
	font-style: normal;
	font-weight: normal;
	color: #777777;
	padding: 0 0 0 4px;
}

#header ul.menu {
	background: #000000 url(bar.png) repeat-x scroll left bottom;
	bottom: 0px;
	left: 0px;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}

#header ul.menu li.current_page_item a,
#header ul.menu li.current_page_item a:hover {
	background: #FFFFFF url(tab.png) repeat-x scroll left top;
	}

#footer {
	color: #DDDDDD;
}

#footer a {
	color: #DDDDDD;
	}

#footer a:hover {
	color: #FFFFFF;
	}
	
.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 */
	}

