/*
	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	: Adam Goldsztajn
	Author Site	: http://jao.org.au
	Style Name	: K2-JAOS
	Style URI	:
	Version		: 1.0
	Comments	:
*/

#page {
	background: white;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	position: relative;
	border: 0;
	border-top: none;
	clear: both;
	}
	
#header {
	padding: 0;
	margin: 0;
	position: relative;
	height: 160px;
	background:#990000;
	}
	
.description {
	text-align: left;
	font-size: 1em;
	margin: 0 40px;
	}	
	
.menu {
	display:none
	}
	
h2, h3, h4 {
	font-family: Arial, Sans-Serif;
	}

.content {
	padding: 0 20px;
	}
	
#primary {
	/* Contains the main column */
	}

#primary h3, #primary h4, .single #primary .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-left-style: solid;
	border-left-width: 4px;
	padding-left: 6px;
	}

#primary .entry-content h3 {
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 50px;
	}

#primary .entry-content h4 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 25px;
	}

#primary .k2-asides h3 {
	font-size: 1.6em;
	font-weight: normal;
	}
	
#pages-2, #linkcat-3, #categories-1, #text-1, #text-2, #text-3, #text-4, #text-5 {
	background: #F6DADC;
	padding: 10px;
	margin-bottom: 10px;
	}

#text-326074341	{
	margin-top:10px;
	margin-bottom:10px;
	background:#FF9900;
	padding: 10px;
	}

.secondary div {
	margin:0;
	padding:0;
	position:relative;
	}
	
	
.meta-start {
	display:none;
	}	
	
.entry-author address {
	display:none;
	}
		
.meta-prep {
	display:none;
	}
	
.commentslink {
	display:none;
	}	
	
.entry-content {
	font-size: 1.2em;
	line-height: 1.3em;
	text-align: left;
	color: #444;
	}	
	
.entry-comments {
	display:none;
	}
		
.navigation {
	display:none;
	}	
	
#footer {
	font-size: 0.7em;
	}
	
.footerpoweredby {
	display:none;
		}		
		
/* Print Styles */
@media print {
body { 
	background:white; 
	color:black; 
	margin:0; 
	}
	
#content { display:block;
	margin-left:0; 
    float:none; 
    width:auto;
	font-size: 2em; 
	}
	
.columns-three #sidebar-1 { 
	display:none; 
	}
	
.columns-three #sidebar-2 { 
	display:none; 
	}
	
.columns-three #primary {
	margin-left: 10px;
	padding: 10px;
	}
	
#primary {
	position: relative;
	float: left;
	width: 700px;
	padding: 10px;
	}
	
#header { 
	display:none; 
	}
	
#footer { 
	display:none; 
	}
	
.navigation .left, .navigation .right { 
	display:none; 
	}

#page { 
	border:none; 
	}
}			