/*- Page Structure */

body {
	background: #0C1D2A; 
	font-family: Courier New;
	}

#primary 
{
	font-family: Courier New;
}

#primary h3, #primary h4 
{
	font-weight: bold;
}

#page {
	padding: 0 0 10px;  /* remove white block at top of page */
	border: 1px solid #cccccc;
	}


#header {
	background: #354870 url(header.jpg); 
	}

/* remove logo text */

h1{
	display: none;
	}
div#header p.description { 
	display: none;
	} 

/*- Headings */

h1, h2, h3, h4 {
	font-family: Courier New;
	font-weight: bold;
	}

h1 { /* H1 is used for the title of your blog */
	font-size: 4em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0;
	padding: 75px 0 0 40px;
	}

h1, h1 a, h1 a:hover, h1 a:visited,
#header .description {
	text-decoration: none;

	}
	
#page, ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	background: #ffffff;
	}


h1 a:hover {
	text-decoration: underline;
	}

#header .description { /* Blog description, under blog title */
	font-size: 1.5em;
	margin: 0 0 0 40px;
	display: inline; /* Checking for IE bug. If people start having problems with header width, then this is it */
	}

/*- Main Menu in Header */
ul.menu li a {
background: #dfe0e0 !important; /* non-hover background menu item color */
color: #999999; /* default color, non-hover state */
}
ul.menu li a:hover {
background: #999999 !important; /* hover background menu item color */
color: white !important; /* text color when hovered */
/* border-bottom: 5px solid #666666;  just a hover style, not necessary */
}
ul.menu li.current_page_item a,
ul.menu li.current_page_item a:hover {
color: #666666 !important; /* active tab hover text color */
background: white !important; /* active tab background color */
/* border-bottom: 5px solid #999999; */
}



h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #555555;
	}

/* hacked aside formatting */
.aside {
	margin-left: 20px !important;
	margin-right: 20px !important;
	margin-bottom: 10px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	border: 1px solid #DFE0E0;
	background-color: #F5F6F6; /* Change unless you want an off-white aside. */
	/* -moz-border-radius: 8px;  Rounded corners in Mozilla Browsers */
	}

/* messagebox alert hack */
.messagealert {
	background: #EEEEEE;
	border: 2px solid #DFE0E0;
	margin: 10px auto;
	padding: 5px 20px;
	}


/*- comments hacks from http://www.paulstamatiou.com/2005/12/31/customizing-k2-part-2/ */
.comments .commentlist li.authorcomment { /* Makes author comments look different */
background: #ECF4FD !important;
_background: none; /* I think this was because Internet Explorer didn't play well with backgrounds here */
border-left: 2px solid #3388CC !important;
border-right: 2px solid #3388CC !important;
}


/* fixed icons for IE */
.commentslink {
	background: url('/wp-content/themes/k2/images/comment.png') left center no-repeat;
	_background: url('/wp-content/themes/k2/images/comment-ie.gif') left center no-repeat;
	}

.chronodata {
	background: url('/wp-content/themes/k2/images/time.png') left center no-repeat;
	_background: url('/wp-content/themes/k2/images/time-ie.gif') left center no-repeat;
	}

.trackbacklink {
	background: url('/wp-content/themes/k2/images/arrow_refresh.png') left top no-repeat;
	_background: url('/wp-content/themes/k2/images/arrow_refresh-ie.gif') left top no-repeat;
	}

.commentsrsslink {
	background: url('/wp-content/themes/k2/images/feed.png') left top no-repeat;
	_background: url('/wp-content/themes/k2/images/feed-ie.gif') left top no-repeat;
	}