/*
	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	: Bryan Brown
	Author Site	: http://bryan.coolmojo.net
	Style Name	: 
	Style URI	:
	Version		: v0.1
	Comments	: Bryan
*/

body {
	/* The entire design is contained within the 'page' id */
	background: #330000 !important;
	float: center;
	}
	

#page {
	/* The entire design is contained within the 'page' id */
	background: #000 !important;	
	border: 5px solid #996666;
	padding: 0 0 0;
	}
	
#header {
	background: #000 url('bfheader.jpg');	
	}

h1 { /* H1 is the title in the header */
	font-size: 3em;
	font-weight: bold;
	letter-spacing: -1px;
}

#primary h3, #primary h4, .single #primary .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 2.4em;
	font-weight: normal;
	letter-spacing: 0px;
	color: #FFF;
	}

.primary {
	/* Contains the main column */
	}


.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
		color: #FFF !important;
		text-align: left;
	}

.entry-content a {
	/* The meat and potatoes of every entry */
		color: #ffcc66 !important;
	}	

.entry-meta a, .comment-meta a {
	color: #ffcc66;
	}	


.secondary a {
	/* Contains the sidebar */
	color: #ffcc66;
	}

blockquote {
	margin: 20px 0;
	padding: 0 20px 0 50px;
	color: #ccccff;
	background: url('quote.gif') no-repeat 10px 0;
	border: none;
	}
	
h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #FFF;
	}

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

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: white;
	margin: 0;
	}

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

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #000 !important;
	background: #cc6666;
	text-decoration: none;
	}
	

#commentlist li .commentauthor {
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: -1px;
	color: #999999;
	}

#commentlist li .commentauthor a {
	color: #cc6666;
	}

.comment-content p {
	margin: 13px 0;
	color: #cccccc;
	}

.comment-content ul {
	margin: 13px 0;
	color: #666666;
	}
	
.comment-content ol {
	margin: 13px 0;
	color: #666666;
	}

.comment-content div {
	margin: 13px 0;
	color: #666666;
	}

.comment-content a {
	margin: 13px 0;
	color: #ffcc66;
	}	

.comment-content blockquote {
	margin: 13px 0;
	color: #666666;
	}

li.byuser {
	background: #000;
	}	

code {
	font: 0.95em 'Courier New', Courier, Monospace;
	font-weight: bold;
	line-height: 1.5em;
	letter-spacing: -1px;
	}
	
#wp-calendar {
	width: 100%;
	}

#wp-calendar td {
	color: #996666;
	}

#wp-calendar td, #wp-calendar th {
	text-align: center;
	padding: 2px;
	}

#wp-calendar caption {
	font-size: 1.5em;
	font-weight: bold;
	padding: 10px;
	}

#wp-calendar #prev {
	text-align: left;
	}

#wp-calendar #next {
	text-align: right;
	}
	
#wp-calendar #today {
	background: #222;
	}