/*
	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: #2a3a48 url(back.jpg) top center no-repeat; color: #666;}

#page {
	/* The entire design is contained within the 'page' id */
border: none;
padding-top:0px;
background: url(content_back.gif) center repeat-y;
	}
	
	.columns-two #page { width: 960px;}
	
	.single #primary .k2-asides .entry-content { color: #666;}
	
	.content { padding: 0 10px 10px;}
	
#header {
	/* Contains the H1 and menu */
	background: url(header.jpg) no-repeat;
	width: 960px;
	height: 180px;
}
	
	h1{ display: none;}

#header .description { display: none;}

/*.content { background: #FFF;}*/

#primary {
	/* Contains the main column */
	color:#666;
	width: 570px;
	padding: 0 0 0 20px;
	margin:0;
	}

.hentry {
	/* Each entry is contained within the 'hentry' class */
	border-bottom: #666 1px solid;
	}
	.hentry a { color:#00264B; text-decoration: underline;}
	.hentry a:hover { color:#666; text-decoration: none;}
	.entry-content {text-align: left; color: #666; font-size: 1.3em;}
	.entry-content a:visited { color: #00264B; text-decoration: underline;}
	.entry-content a:visited:hover {  color:#666; text-decoration: none;}
	
.entry-content {
	/* The meat and potatoes of every entry */
	}

#sidebar-1 {
	/* The first sidebar */
	}

#sidebar-2 {
	/* The second sidebar */
	}

.secondary {
	/* Contains both sidebars */
	width: 210px;
	padding: 0px 10px 0 0;
	}
	
.secondary h4 { font-size: 18px;}
	
.secondary li { }
.secondary a { color:#00264B; text-decoration: underline; font-size: 1.2em;}
.secondary a:hover { color:#666; text-decoration: none;}

.feedlink { display: none;}

.page-head h2 {text-align: left;}
.page-head h2 a { color:#00264B; text-decoration: underline; font-weight: normal;}
.page-head h2 a:hover {color:#666; text-decoration: none;}

#footer { background: url(footer.gif) no-repeat; color: #00264B; width: 960px; position: relative; margin: 0 auto; padding-top: 30px;}
#footer a {color:#00264B; text-decoration: underline;}
#footer a:hover { color:#666; text-decoration: none;}

li.bypostauthor {
	background: #120C00;
	}

.commentauthor a { color: #00264B; }
.commentauthor a:hover { color: #00264B; text-decoration: none;}

.comment-login a { color: #00264B; }
.comment-login a:hover { color: #00264B; text-decoration: none;}

h4, h2, h3 { color: #00264B; }

.entry-title h3 a { color: #00264B; font-size: 28px; }
.entry-title h3 a:hover { color: #00264B; text-decoration: none;}

h3 a:hover { text-decoration: none !important;}

.entry-meta a { color: #00264B; }
.entry-meta a:hover { color: #00264B; text-decoration: none !important;}

.entry-date { color: #00264B; }

.archive-list li a:hover {background: #00264B; }
.archive-list li a:hover {background: #00264B; text-decoration: none;}


/* Page Ajax Navigation */
#nav-above a { color: #00264B; }
#nav-below a { color: #00264B; }
