/*
	CSS files kept in the 'styles' directory can be used to
	customize 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 styles from the K2 Options page in the
	'Presentation' section of your WordPress administration.

	For more information on how to use custom styles:
		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
	
	Author Name	: James Christopher Murty
	Author Site	: http://james.murty.org
	Style Name	: connor.murty.org
	Style URI	: http://connor.murty.org
	Version		: 1.0
	Comments	: All images Copyright (C) Connor Murty 2008
*/

#page {
	/* The entire design is contained within the 'page' id */
	}

#header {
	background-image: url("http://connor.murty.org/wordpress/wp-content/uploads/2008/08/connor-penguinblog-banner.png");
	}

h2,
h2 a,
h2 a:visited,
h3,
h3 a,
h3 a:visited,
h4,
h4 a,
h4 a:visited,
#header h1 a,
#header .description,
#header {
	/* Contains the H1 and menu */
	color: #424556;
	}

#header {
	/* Contains the H1 and menu */
	background: #FFFFFF;
	}

ul.menu li a {
	padding-bottom: 5px;
	color: #333333;
	background: #FBE423 none repeat scroll 0%;
	}

ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	background: #E9751E none repeat scroll 0%;
	}

ul.menu li a:hover {
	background: #7260E4 none repeat scroll 0%;
	}

.admintab {
	position: absolute;
	right: 0px;
	}
	
#primary {
	/* Contains the main column */
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	}

.entry-content {
	/* The meat and potatoes of every entry */
	}

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	}

.menu {
	width: 720px;
	}

