/*
	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	:
	Author Site	:
	Style Name	:
	Style URI	:
	Version		:
	Comments	:
*/
body {
background: #EEEEEE url('http://electric-k.com/bkgd.gif')  top left no-repeat;
}

img, img:hover {
border: 0px;
}

a {
color: #456084;
text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
letter-spacing: normal;
}

h1 {
font-size: 1.1em;
font-weight: bold;
text-align: left;
}

h2 {
font-size: 1.1em;
font-weight: normal;
text-align: left;
}

h3 {
font-size: 1.1em;
font-weight: bold;
text-align: left;
}

h4 {
font-size: 1.1em;
}

h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
color: #444;
}

#page {/* The entire design is contained within the 'page' id */
padding-top: 0px;
background: url('k-shadow.png') repeat-y top center;
border: none;
}

.page-head h1{
font-size: 1em;
}

.columns-one #page {
width: 640px;
}
	
#header {/* Contains the H1 and menu */
background: url('k-header-r2.png') center center no-repeat;
}
	
#primary {/* Contains the main column */
padding-left: 50px;
}

/*- Main Menu in Header */
ul.menu {
margin: 0;
padding: 0;
position: absolute;
bottom: -20px;
left: 20px;
width: 55%;
}

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

ul.menu,
ul.menu li a {
	padding: 5px 25px 20px;
	}

ul.menu li a {
	font-size: 1em;
	color: white;
	margin: 0;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	}

ul.menu li a:hover {
	background: none;
	color: #999;
	text-decoration: none;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover,
ul.menu li.current_page_ancestor a,
ul.menu li.current_page_ancestor a:hover {
	color: #eee;
	background: none;
	text-decoration: none;
	}
	
.hentry {
	/* Each entry is contained within the 'hentry' class */
	}
.div-trimmed .hentry {
background-color: white;
}

.entry-title, .page-head {
font-size: 1.1em;
font-weight: bold;
}

.entry-content {/* The meat and potatoes of every entry */
font-size: 1.1em;
line-height: 1.7em;
text-align: left;
padding-bottom: 10px;
}

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

/*  ***to use 2nd sidebar, remove width from #1 and border from #2*** */
#sidebar-1 {/* The first sidebar */
width: 540px;
margin-top: -20px;
padding-bottom: 6px;
}

#sidebar-2 {/* The second sidebar */
border: none;
}

.secondary {/* Contains both sidebars */
padding-left: 50px;
}

#footer{
background: url('k-footer.png') no-repeat top center;
margin: 0px auto;
padding: 0px 0px 40px;
height: 19px;
}

a[rel~="attachment"] img,
.gallery a img,
.wp-caption {
	background-color: white;
	border: none;
	padding: 0px;
	text-align: center;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	}

a[rel~="attachment"] img:hover,
.gallery a img:hover,
.wp-caption:hover {
padding: 0px;
border: none;
}

#s.livesearch {
position: absolute;
top: 0;
width: 150px;
}

#searchform {
display: block;
position: relative;
height: 20px;
width: 180px;
}
