/*
	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	:	Thomas GrovŽ
	Author Site	:	http://www.lion-gv.com
	Style Name	:	Interrupt K2
	Style URI	:
	Version		:	1.0
	Comments	:	works with wordpress 2.7 and K2 rc7
*/

/*- Page Structure */
	body {
		background: #ffffff;
		}	
	#page {
		/* The entire design is contained within the 'page' id */
		background:#ffffff;
		border:0px;
		}	
	
	.columns-one #page {
		width: 560px;
		}
	
	.columns-two #page {
		width: 780px;
		}
	
	.columns-three #page {
		width: 950px;
		}
		
	#header {
		/* Contains the H1 and menu */
		position: relative;
		height: 205px;
		background: #fff;
		background-position: top left;
		background-repeat: no-repeat;
		}		
	#footer {
		padding: 0px 0 10px 0;
		}
	#footer p{
		font-size:0.9em;
		line-height:1.5em;
		color: #DDD;
		}
	#primary {
		/* Contains the main column */
		}
	#sidebar-1 {
		/* The first sidebar */
		display: none;
		}
	#sidebar-2 {
		/* The second sidebar */
		display: none;
		}
	.secondary {
		/* Contains both sidebars */
		}
	
	#search-form-wrap {
		display: none;
		}

/* Header */		
	ul.menu {
		bottom:0;
		left:10px;
		margin:0;
		padding:0;
		position:absolute;
		width:90%;
		}
	ul.menu li {
		display:inline;
		margin:1px;
		}
	ul.menu, ul.menu li a {
		padding:5px 15px 6px;
		}
	ul.menu li a {
		-x-system-font:none;
		background:#fff;
		color:#333;
		font-family:Verdana,Helvetica,Arial,Sans-Serif;
		font-size:1.2em;
		font-weight:normal;
		line-height:normal;
		margin:0;
		-moz-border-radius-topleft: 0px;
		-moz-border-radius-topright: 0px;
		-webkit-border-top-left-radius: 0px;
		-webkit-border-top-right-radius: 0px;
		}
	ul.menu li a:hover {
		background:#ddd;
		color:#000;
		}
	ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
		background:#ddd;
		color:#000;
		}

/* Entry stuff */
	.hentry {
		/* Each entry is contained within the 'hentry' class */
		}	
	.entry-content {
		/* The meat and potatoes of every entry */
		color: #111;

		font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
		font-size:1.3em;
		line-height:1.5em;
		
		font-size-adjust:none;
		font-style:normal;
		font-variant:normal;
		font-weight:normal;
		
		text-align:left;
		}

	.entry-title {
		margin-right: 0px;
		}
		
	body.page .entry-title {
		font-family:'Lucida Grande',Verdana,Arial,Sans-Serif;
		text-align: left;
		}
		
	.entry-meta { /* Time and category for blog entries */
		font-size: 1em;
		line-height: 1.6em;
		display: block;
		margin-top: 1px;
		color: #000;
		}
		
	.entry-foot {
		/*border-bottom: 1px solid #ddd; */
		}
		
	.meta-start {
		padding: 2px 0 2px 0;
		background: none;
		}
	.meta-prep {
		/*display: none;*/
		}
	.entry-author {
		display: none;
		}
	.entry-date abbr {
		color: #000;
		}
	.entry-meta a, .comment-meta a {
		color: #F00;
		}
		
	.commentslink {
		padding: 2px 0 2px 20px;
		background: url('images/comment.png') left center no-repeat;
		margin-right: 10px;
		}
	.quoter_comment {
		padding: 2px 0 2px 20px;
		background: url('images/comment.png') left center no-repeat;
		margin-left: 5px;
		}
	.entry-tags {
		display: block;
		margin: 2px 0;
		padding: 0 0 0 20px;
		background: url('images/tag_blue.png') left center no-repeat;
		}
	.entry-tags a {
		text-transform: lowercase;
		}

		
/*- Headings */

	.page-head {
		display: none;
		}

	h1 {
		font-size: 5em;
		}
	
	body.page .entry-content h2 {
		font-size: 1.4em;
		color: #333;
		border-bottom: 2px dotted #f00;
		padding: 0 0 3px 0;
		margin: 20px 0 10px 0;
		}
		
	body.page .entry-content h3 {
		font-size: 1.2em;
		font-weight: bold;
		color: #333;
		display: block;
		padding: 0;
		margin: 0;
		}
		
	body.page .entry-content h4 {
		font-size: 1.0em;
		font-weight: bold;
		color: #333;
		display: block;
		padding: 0;
		margin: 0;
		}
		
	body.page .entry-content ul {
		font-size: 0.8em;
		display: block;
		padding: 5px 0 10px 20px;
		margin: 0;
		line-height: 1.2em;
		}
	
	body.page .entry-content p {
		display: block;
		padding: 0px 0 10px 0px;
		line-height: 1.2em;
		margin: 0;
		font-weight: normal;
		}
	
	h4 {
		font-size: 2.0em;
		font-weight: normal;
		}
	
	#rollingarchives.emptypage {
		display: none;
		}
	
	h1.entry-title  { /* H3 is entry headlines. H4 is comments and replyform headlines */
		font-size: 2em;
		font-weight: normal;
		text-align:left;
		display: none;
		}

	h3.entry-title  { /* H3 is entry headlines. H4 is comments and replyform headlines */
		font-size: 1.6em;
		font-weight: bold;
		text-align:left;
		margin: 0x 0 10px 0;
		border-bottom: 1px solid #f00;
		}

	.secondary h4 { /* Secondary H4 is sidebar headlines */
		font-size: 1.5em;
		font-weight: normal;
		padding: 0;
		display: block;
		margin-bottom: 5px;
		}

	
/*- 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: #111 !important;
		}	
	a {
		color: #000;
		text-decoration: none;
		}	
	.entry-content a:visited {
		color: #111
		}
	.entry-content a {
		text-decoration: underline;
		}
	.entry-content a:hover {
		color: #F00;
		}
		
		
#footer {
	clear: both;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
	color: #fff;
	}

#footer p {
	line-height: 1.6em;
	}

#footer a {
	color: #fff;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	}

#footer a:hover {
	border: none;
	text-decoration: none;
	color: #fff;
	}

#footer .wp-version,
#footer .k2-version {
	display: none;
	padding-left: 0.3em;
	color:#fff;
	}

.footerstats {
	display: none;
}

.footerpoweredby {
	display: none;
	}

.footerfeedlinks {
	display: none;
	}
