body { background: #E3E3E3; } /*E3E3E3*/

#page { /* Page width changed from 780px to 995px to accomodate the extra sidebar */
	width: 995px !important;
	}

#header {
	/* Contains the H1 and menu */
	background: #003366; /*000079*/
	}
	
#primary { /* Left and Right margins to the primary content */
	margin: 0 20px 0 20px !important;
	}
	
.secondary { /* CSS for the margins to the sidebar and the whole sidebar width */
	margin: 0 0 20px 545px !important;
	width: 450px !important;
	
	_margin-left: 0%;
   _margin-right: -4%;
	}
		
#searchform { /* Donno y the 20px margin to the search form doesnt work in 3 column k2, so changed to 0px */
	margin-top: 0 !important;
	}	
	
/* CSS added by me for my customizations for 3 column K2 */

.lsidebar { /* CSS for left sidebar */
	margin: 0 !important;
	width: 230px !important;
	float: left !important;
	padding: 0 9px 0 9px !important;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	}
	
.rsidebar { /* CSS for right sidebar */
	margin: 0 !important; 
	width: 175px !important;
	float: right !important;
	padding: 0 15px 0 10px !important;
	}	
	
li.bypostauthor { /* http://code.google.com/p/kaytwo/issues/detail?id=109&can=2&q=#c1 */
	height: 100%;
	}
	
	
* html #page { width: 995px } /* IE hack */

.feedlink img { /* CSS for feed image in the sidebar */
	_right: 5px;
	}
	
.navigation {
	_padding: 10px 0 0 !important;
	}

/* Main Menu in Header */

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: 10pt;
	background: #003366; /*000079*/
	color: #FFFFFF !important; /*FFFFFF*/
	text-decoration: underline;
	}

ul.menu li a:hover {
	background: #FFFFFF; /*FFFFFF*/
	color: #003366 !important; /*000079*/
	text-decoration: underline;
	}

ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
	color: #003366 !important; /*000079*/
	background: #FFFFFF; /*FFFFFF*/
	text-decoration: underline;
	}

.admintab {
	position: absolute;
	right: 0px;
	}

* html .admintab { padding: 5px 15px 6px }	/* IE hack */
	
a img,:link img,:visited img { border:none }

/* Links */

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

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

a {
	color: #003366; /*000079*/
	text-decoration: underline;
	}

.entry-content a:visited {
	color: #003366; /*000079*/
	text-decoration: underline;
	}

h3 a, h3 a:visited { color: #003366; } /*666666*/
h3 a:hover { color: #003366 } /*666666*/

/* ENTRY-META */

.entry-meta { /* Time and category for blog entries */
	font-size: 1em;
	display: block;
	margin-top: 1px;
	color: #888888;
	}

.entry-meta address {
	display: inline;
	font-style: normal;
	}

.entry-meta a, .comment-meta a {
	color: #777; /*777*/
	}

/* FOOTER */

#footer {
	font-size: 9pt;
	width: 997px;
	padding: 10px 0;
	text-align: center;
	color: #FFFFFF; /*FFFFFF*/
	background: #003366; /*000079*/
	}

#footer a {
	color: white;
	}

#footer a:hover {
	color: white;
	}