/*
	Author Name	: Niels Will
	Author Site	: http://www.mindpoison.net
	Style Name	: Spittin Fire K2 3 Col
	Style URI	: http://mindpoison.net/
	Version		: V 0.1
	
	
*/

/* CSS modified from main style.css for my customizations for 3 column K2 */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	color: #111;
	background: #000 url('fork/body.background.jpg') 50% 0;
	margin: 40px 0 35px;
	}

#page { /* Page width changed from 780px to 995px to accomodate the extra sidebar */
	width: 995px !important;
	background: #ddd url('fork/page.background.jpg');
	padding: 0;
	border: none;	
	}
	
#header {
	background: #000 url('fork/header.background.jpg') no-repeat;
	}
	
#primary { /* Left and Right margins to the primary content */
	margin: 0 20px 0 20px !important;
	}
	
.entry-content {
	margin: 0 0 0 15px;
	}
	
.secondary { /* CSS for the margins to the sidebar and the whole sidebar width */
	margin: 0 0 20px 545px !important;
	width: 450px !important;
	font: 1em/1.5em Verdana, Arial, Sans-Serif;
	
	_margin-left: 0%;
   _margin-right: -4%;
	}
	

/*- Main Menu in Header */

ul.menu {
	left: 10px;
	}

ul.menu li a {
	font: 1.1em Helvetica, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	text-transform: uppercase;
	color: eee;
	}

ul.menu li a:hover, ul.menu li.current_page_item a:hover {
	background: #990000;
	color: #fff !important;
	}

ul.menu li.current_page_item a {
	color: #e5e5e5 !important;
	background: none;
	}

/*- Headings */

h1, h2, h3, h4 {
	font-family: Helvetica, Verdana, Sans-Serif;
	}

h1 { /* H1 is used for the title of your blog */
	font-size: 3.6em;
	padding: 75px 30px 0;
	text-transform: uppercase;
	}
	

#header .description { /* Blog description, under blog title */
	font-size: 1em;
	margin: 0 0 0 30px;
	}

h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	font-size: 2.3em;
	text-transform: uppercase;
	}

.secondary h2 { /* Secondary H2 is sidebar headlines */
	font-size: 1.3em !important;
	font-weight: bold !important;
	text-transform: uppercase;
	letter-spacing: 0;
	}

#primary h3, #primary h4, .single #primary .k2-asides h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */
	font-size: 2.2em;
	font-weight: bold;
	text-transform: uppercase;
	}

#primary .k2-asides h3 {
	font-size: 1.4em;
	font-weight: bold;
	}

.entry-head {
	background: url('fork/post.title.icon.star.gif') 0 50% no-repeat;
	padding: 0 0 0 40px;
}

#primary .k2-asides .entry-head {
	background: url('fork/post.title.aside.icon.star.gif') 0 50% no-repeat;
	padding: 0 0 0 25px;
}

#primary .metalink a, #primary .metalink a:visited, /* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */
.secondary .metalink a, .secondary .metalink a:visited {
	color: #777 !important;
	font-weight: normal;
	}



.single #primary .k2-asides .entry-content {
	font-size: 1.3em;
	color: #777;
	}

h2, h2 a, h2 a:visited,
h3, h3 a, h3 a:visited,
h4, h4 a, h4 a:visited {
	color: #333;
	}

.commentslink {
	background: url('fork/icons/comment.png') left center no-repeat;
	}

.chronodata {
	background: url('fork/icons/time.png') left center no-repeat;
	}

.entry-tags {
	background: url('fork/icons/tag_blue.png') left center no-repeat;
	}
	
.commentsrsslink {
	background: url('fork/icons/feed.png') left top no-repeat;
	}

.trackbacklink {
	background: url('fork/icons/arrow_refresh.png') left top no-repeat;
	}


#commentlist li .comment-meta {
	background: url('fork/icons/time.png') left center no-repeat;
	}
		
		
#searchform { /* Donno y the 20px margin to the search form doesnt work in 3 column k2, so changed to 0px */
	margin-top: 0 !important;
	}	
	
input[type=text], textarea {
	padding: 2px 0 2px 2px;
	margin: 0;
	}

input[type=text]:focus, textarea:focus {
	color: #444;
	}
	

#s {
	width: 82%;
	}

#s.livesearch {
	width: 88%;
	}

#searchreset {
	top: 5px;
	}

#searchload {
	top: 2px;
	}
	
/*- Primary Contents */

.entry-content {
	font: 1.2em/1.6em Verdana, Arial, Sans-Serif;
	}

.k2-asides .entry-content {
	font: 1.1em/1.5em Verdana, Arial, Sans-Serif;
	color: #555;
	}
	
/*- Links */

h2 a:hover, h2 span a:hover {
	color: #990000 !important;
	}

a {
	color: #990000;
	text-decoration: none;
	}

.entry-content a:visited {
	color: #660000;
	}
	
/*- Various Tags and Classes */

.alert {
	background: #fffef5;
	border-top: 2px solid #d4ba52;
	border-bottom: 2px solid #d4ba52;
	}
	
/* Feed Icon Replacement (added by gigi) */

.secondary .metalink {
	position: absolute;
	right: 0;
	z-index: 1;
	}

.secondary .metalink .feedlink {
	background-image: url('fork/icons/feed.png');
	width: 16px;
	height: 16px;
	display: block;
	}

.secondary .metalink .feedlink img {
	display: none;
	}

.secondary div div .metalink {
	position: relative;
	}

	
/* 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;
	}