/*
	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	:	James Christopher Murty
	Author Site	:	http://james.murty.org
	Style Name	:	Storybuilding.net
	Style URI	: 	http://storybuilding.net
	Version		:	1.1
	Comments	:
*/

#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header {
	/* Contains the H1 and menu */
	background: #ffffff none no-repeat scroll 0%;
	background-image: url(http://storybuilding.net/wp-content/uploads/2007/08/sb752-b.gif);
	}

.blog-title {
	 visibility: hidden;
	}

.description {
	 visibility: hidden;
	}

.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 */
	}

h1, h1 a, h1 a:hover, h1 a:visited, #header .description {
	color: #333333;
	text-decoration:none;
	}

ul.menu {
	background: #eeeeee none repeat scroll 0%;
	}

#header .description {
	font-size:1em;
	margin:0pt 20px;
	}

ul.menu li a {
	color: #333333;
	}

ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	background: #C3D9FF none repeat scroll 0%;
	}

ul.menu li a:hover {
	background: #4096EE none repeat scroll 0%;
	}

.secondary ul ul, .secondary ol ol, .secondary div div {
	margin-left: 0px;
	}

	
.admintab {
	position: absolute;
	right: 0px;
	}

.menu {
	width: 702px;
	}
