/*
	Author Name	: Ken Vetter
	Author Site	: www.jkvetter.com
	Style Name	: Left-Right-Sidebars
	Version		: 1.0
	Style URI	: http://www.jkvetter.com
	Comments	: Sidebars on both sides of content are the two critical componets of this css 		  and are the first two entrys

		http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS

*/


body.columns-three #primary {
	margin-left: 195px;
}

body.columns-three #sidebar-1 {
	left: -520px;
	margin-left: -195px;
}

/*- Headings */
h1.blog-title a,
#header .description {
	text-decoration: none;
	/* color: white; */
	}

h1.blog-title a:hover {
	text-decoration: underline;
	/* color: white !important; */
	}

/*- Main Menu in Header */

ul.menu li a:hover {
	background: #333;
	color: #fff !important;
	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: #000 !important;
	background: white;
	text-decoration: none;
	}

/*- Links */

#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	text-decoration: underline;
	}

h2 a:hover, h2 span a:hover {
	/* color: #fff !important; */
	}

a {
	color: #58b449;
	text-decoration: none;
	}

a:hover, span a:hover {
	color: #227a14 !important;
	}

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

