/*
	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	:
	Style URI	:
	Version		:
	Comments	:
*/

body        { color: #ffffff; font: 62.5% "Century Gothic", Verdana, Arial, Sans-Serif; background: #666699; text-align: center; margin: 0 0 30px }
	

#page     { background-color: #fff; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-align: left; margin: 0 auto; padding: 0 0 10px; position: relative; width: 780px; border-style: none solid solid; border-width: medium 2px 2px; border-color: #fc0 }
	
#header {
	padding: 0;
	margin-left: 0px;
	position: relative;
	background-position: top right;
	/*height: 200px !important; 
	width: 780px !important; 
	background:url('http://www.unclemonsterface.com/wp-content/banner2.jpg');*/
	}
	
	#primary {
	position: relative;
	float: left;
	width: 550px;
	padding: 10px;
	}
	
.secondary {
	width: 150px;
	float: left;
	font-size: 1em;
	line-height: 1.5em;
	color: #666;
	position: relative;
	padding: 0 10px;
	overflow: hidden;
	}
	
/*new stuff */
ul.menu {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: 159px;
	width: 98%;
	}

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

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

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

ul.menu li a:hover {
	background: #9999cc;
	color: #333important;
	text-decoration: none;
	}

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

.admintab {
	position: absolute;
	left: -250px;
	top: 15px;
	}

* html .admintab { padding: 5px 15px 6px }	/* IE hack */
	
a img,:link img,:visited img { border:none }
 /* new stuff*/
	
h1, h2, h3, h4 {
	font-family: 'Century Gothic', Helvetca, Sans-Serif;
	color: black;
	}
	
.primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	
	}
	
.entry-content {
	/* The meat and potatoes of every entry */
	border-style: none solid none none; padding-right: 15pt; border-width: thin 1px 1px; border-color: #fc0 
	}

.secondary {
	/* Contains the sidebar */
	}

.comment {
	color: #000;
	}
