/*
	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	: Nathan Zeldes
	Author Site	: http://www.nzeldes.com
	Style Name	: NZ K2-derived Scheme
	Style URI	:
	Version		: 1.0
	Comments	:
*/

#page {
	/* The entire design is contained within the 'page' id */
	border: none;					/* Eliminate thin line border at sides of content area */
	}
	
body {
	background: #D4D8BE;				/* Solid light gray-green background at sides of content area */
	}
#header {
	/* Contains the H1 and menu */
	background: url('NZ-K2-banner.jpg');		/* Custom banner image*/
	height: 164px;					/* Custom header height */
	}

h1	{
	display: none;					/* Hide blog title (is in banner image) */
	}

#header .description {					/* Hide blog sub-title (is in banner image) */
	display: none;
	}

.entry-content {
	line-height: 1.5em;				/* Vertical line spacing in blog entries */
	}


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

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

.entry-content {
	/* The meat and potatoes of every entry */
	}

.entry-content a {						/* Dark blue links in entries */
	color: #0063ff;
	}

.secondary {
	/* Contains the sidebar */
	}

.secondary a {							/* Green links in sidebar */
	color: #406000;
	}


.secondary h4 {
	color: #a60;						/* Yellow section headers in sidebar */
	font-weight: bold !important;
	}


/*- Main Menu in Header */


.menu {    							/* Bold for menu item text - can move below ???? */
	font: bold 1.2em 'Century Gothic', 'Lucida Grande', Arial, Helvetica, Sans-Serif;
	background: none;
	}


					/* Adjust menu colors, visibility, etc */
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: none;
	color: #eee !important;
	text-decoration: none;
	}

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


.meta-start {				/* Remove clock images from above posts */
	padding: 2px 0 2px 0px ;
	background: none;
	}

#commentlist li .comment-meta {		/* Remove clock images from above comments */
	padding: 2px 0 2px 0px;
	background: none;
	display: block;
	}


.entry-tags {				/* Use tag icon with white background, as IE6 mishandles transparent PNGs */
	display: block; 
	margin: 2px 0;
	padding: 0 0 0 20px;
	background: url('tag_blue_wteBgnd.png') left center no-repeat; 
	}

.trackbacklink {			/* Use trackback icon with white background, as IE6 mishandles transparent PNGs */
	background: url('arrow_refresh_wteBgnd.png') left top no-repeat;
	padding: 2px 0 2px 20px;
	height: 16px;
	}

.commentslink {				/* Use Comment icon with white background, as IE6 mishandles transparent PNGs */
	padding: 2px 0 2px 20px;
	background: url('comment_wteBgnd.png') left center no-repeat;
	margin-right: 10px;
	}

.quoter_comment {			/* Use Comment icon with white background, as IE6 mishandles transparent PNGs */
	padding: 2px 0 2px 20px;
	background: url('comment_wteBgnd.png') left center no-repeat;
	margin-left: 5px;
	}

.feedlink { /* On the sidebar */	/* Use RSS icon with white background, as IE6 mishandles transparent PNGs */
	border: none;
	padding: 2px;
	padding-right: 20px;
	background: url('feed_wteBgnd.png') right center no-repeat;
	height: 16px;
	position: absolute;
	top: 0;
	right: 0;
	color: #777;
	}

.commentsrsslink {			/* Use RSS icon with white background, as IE6 mishandles transparent PNGs */
	background: url('feed_wteBgnd.png') left top no-repeat;
	padding: 2px 0 2px 20px;
	margin-right: 10px;
	height: 16px;
	}

.entry-edit a {				/* Use Edit icon with white background, as IE6 mishandles transparent PNGs */
	border: none;
	padding: 2px;
	padding-left: 23px;
	background: url('pencil_wteBgnd.png') left center no-repeat;
	height: 16px;
	}

.comment-edit a {			/* Use Edit_Comment icon with white background, as IE6 mishandles transparent PNGs */
	border: none;
	padding: 2px;
	padding-left: 23px;
	margin-left: 10px;
	background: url('comment_edit_wteBgnd.png') left center no-repeat;
	height: 16px;
	}

#searchreset {				/* Use Searchbox_reset icon with white background, as IE6 mishandles transparent PNGs */
	position: absolute;
	right: 0px;
	height: 19px;
	width: 16px;
	background: url('reset-fff_wteBgnd.png') center center no-repeat;
	}


