/*
	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	: Michael Muzzie
	Author Site	:
	Style Name	: Muzzie Electrical
	Style URI	: http://www.muzzieelectrical.com
	Version		: 1.0
	Comments	:
*/

a {	
	color: #FFD302;
}

a:hover {
	outline: none;
}

#page {
	/* The entire design is contained within the 'page' id */
	background: #ddd url('page_bg.gif') top center repeat-x;
	padding-bottom: 0;
	}
	
#header {
	/* Contains the H1 and menu */
	background: #ddd url('muzzie_electrical.jpg') center center no-repeat;
	border-top: 1px solid #aaa;
	}

.page-head h2 {
	text-align: left;
}
	
ul.menu {
position: relative;
	font-size: 120%;
	font-weight: bold;
	width: 710px;
	margin: 175px auto 0 auto;
}

ul.menu,
ul.menu li a {
	padding: 4px 28px 6px;
}

ul.menu li a {
	background-color: #666;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	}
	
ul.menu li.current_page_item a {
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	padding: 5px 28px 6px;
	}
	
ul.menu li.admintab a {
	background: none;
	border: none;
	color: #ddd;
	margin-left: 345px;
}

ul.menu li.admintab 
{
	color: #999;
}
	
.entry-content ul li {
	list-style: none;
	background: url('electric_bullet.gif') top left no-repeat;
	padding-left: 16px;
	padding-bottom: 1em;
	line-height: 1em;
}

.entry-content ul {
	padding: 0 2em;
	margin: 0;
}

body.page .entry-edit {
	position: relative;
	margin-top: 0;
	}
	
.primary {
	/* Contains the main column */
}

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

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

a {	
	color: #bb9000;
}

.secondary {
	/* Contains the sidebar */
	}

.commentslink,
.entry-category,
.sb-latest
{
	display: none;
}

#header h1,
p.description {
	position: absolute;
	top: -9999px;
	left:-9999px;
	overflow: hidden;
}

a#bannerlink {
	position: absolute;
	width: 625px;
	height: 150px;
	margin: 10px 0 0 67px;
}

.entry-content h3 a:visited {
	color: #444;
}

.content {
	width: 738px;
	margin: 0 auto;
	background-color: #fff;
	padding-bottom: 20px;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	border-bottom: none;
}

#header {
	width: 780px;
	margin: 0 auto;
}

p#footer {
	width: 780px;
	margin: 0 auto;
}

#primary {
width:498px;
}