/*
	CSS files kept in the 'styles' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 versions as well as debug any potential
	problems.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: 	Michael Heilemann
	Author Site	: 	http://binarybonsai.com
	Style Name	: 	Vader2
	Style URI	:	http://getk2.com
	Version		: 	1.0
	Comments	: 	I made Vader as a tribute to Star Wars for use on my own blog.
				  	The header image was painted by my friend Rasmus (http://no-go-dk)
					License: http://creativecommons.org/licenses/by-nc-sa/2.5/
*/

body {
	background: #111;
	padding: 0 0 40px;
	color: #bbb;
	margin: 0;
	}

#header {
	background: black url('diablo.jpg') center center no-repeat;

	height: 224px;
	}

h1 {
	font-size: 4.3em !important;
	position: absolute;
	top: 55px;
	left: 40px;
	padding: 0;
	}

.description {
	font-size: 1.4em !important;
	position: absolute;
	top: 105px;
	left: 40px;
	margin: 0 !important;
	}

#page {
	padding: 0;
	width: 796px;
	_width: 756px;
	border: none;
	}

.primary {
	padding-left: 25px;
	}

#page, ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	background: black;
	}
	
ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	color: white !important;
	font-weight: bold !important;
	text-decoration: underline;
}

ul.menu li.page_item a {
	color: white !important;
	font-weight: bold !important;
	text-decoration: underline;
}

ul.menu li.s_page_item a {
	color: white !important;
	font-weight: bold !important;
	text-decoration: underline;
	background: url(ext.gif) 92px 8px no-repeat;
}

ul.menu li.f_page_item a {
	color: white !important;
	font-weight: bold !important;
	text-decoration: underline;
	background: url(ext.gif) 82px 8px no-repeat;

}

ul.menu li.page_item a:hover {
	color: white !important;
	font-weight: bold !important;
	text-decoration: underline;
	background: #111;
	opacity: .5;
 	filter: alpha(opacity=50);
}

ul.menu li.f_page_item a:hover {
	color: white !important;
	font-weight: bold !important;
	text-decoration: underline;
	background: #111 url(ext.gif) 82px 8px no-repeat;
	opacity: .5;
 	filter: alpha(opacity=50);
}

ul.menu li.s_page_item a:hover {
	color: white !important;
	font-weight: bold !important;
	text-decoration: underline;
	background: #111 url(ext.gif) 92px 8px no-repeat;
	opacity: .5;
 	filter: alpha(opacity=50);
}
	
ul.menu,
ul.menu li a {
	padding: 5px 25px 6px 15px;	
}
ul.menu {
	padding-left:5px; 
	padding-right:0;
}


ul.menu li a:hover {
	background: #111;
	}

ul.menu li.admintab a, ul.menu li.admintab a:hover {
	color: white !important;
	font-weight: bold !important;
	text-decoration: underline;
	}

	
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited {
	color: #FD5A1E !important;
	}

h2 span a, 
h2 span a:visited,
h3 span a,
h3 span a:visited {
	color: #555 !important;
	font-weight: normal !important;
	}

.primary .entry-meta a, .primary .entry-meta 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,
.secondary span a, .secondary span a:visited {
	color: #ddd;
	font-weight: normal;
	}
	
.counter a {
	color: #222;
	}
	
.commentlist li {
	color: #666;
	}

.commentlist li:hover {
	background: none;
	}
	
blockquote, #weightedcategories, .authorcomment {
	background: #111;
	border-color: #222;
	}


.primary img {
	background: #111;
	}

.entry-content img, .entrytext img {
	margin: 0 0 10px 10px;
	float:right;
	border: none !important;
	}

.inputcontainer {
	margin-bottom: 6px;
	}

/* Gray Color */
small, .sidebar ul ul li, .sidebar ul ol li, .nocomments, ul#activity li small a, ul#activity li, .LSRow small, #searchcontrols small  {
	color: #777;
	}

/* Gray Color */
small, .sidebar ul ul li, .sidebar ul ol li, .nocomments, ul#activity li small a, ul#activity li, .LSRow small, #searchcontrols small  {
	color: #555;
	}

.entry-content {
	font-size: 1.2em;
	line-height: 1.8em;
	text-align: left;
	color: #CCC;
	}


a, a:visited, .sidebar a:visited {
	color: #DDD;
	text-decoration: underline;
	}
	
.post p a:visited {
	color: #DDD;
	}

blockquote {
	margin: 20px 0;
	padding: 0 20px 0 50px;
	color: #aaa;
	background:#030303  url('quote.png') no-repeat 10px 0;
	border: none;
	}
blockquote p { color;#aaa; }

#af-ela-menu li {
	border: none;
	background: #161616;
	}


#af-ela-menu, #af-ela-menu li {
	border-bottom: 1px solid #333;
	}

#af-ela-menu li.selected {
	background: #333;
	}

/* Hovering state of the table items */
#af-ela-year li:hover, #af-ela-month li:hover, #af-ela-post li:hover, #af-ela-category li:hover {
	background: #222;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	}

/* Active or hovered item in list */
#af-ela-year li.selected, #af-ela-month li.selected, #af-ela-post li.selected, #af-ela-category li.selected, #af-ela-post li:hover {
	background: #222;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	}

#af-ela-post {
	border-left: 1px solid #333;
	border-right: none;
	}

/* Rolling Archives Slider */
#current-content #pagetrack,
#dynamic-content #nested_pagetrack {
	margin: 0 auto;
	width: 218px;
	height: 18px;
	background: url('sliderbgleft.png') no-repeat center left;
}

#current-content #pagetrackend,
#dynamic-content #nested_pagetrackend {
	height: 18px;
	background: url('sliderbgright.png') no-repeat center right;
	}

#current-content #pagehandle,
#dynamic-content #nested_pagehandle {
	width: 18px;
	height: 18px;
	background: url('sliderhandle.png') no-repeat center center;
	cursor: e-resize;
}

.comment-content, ol#commentlist li,.commentauthor {background:#000;}