/*
	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: #ccc;
	padding: 0 0 40px;
	color: #bbb;
	margin: 0;
	}

#header {
	background: white url('dub_topbar.jpg') left top no-repeat;
	width: 100%;
	height: 164px;
	}

div #header h1 {
	position: absolute;
	top: 25px;
	left: 50px;
	padding: 0;
	visibility: none;
	display: none;
	}

.description {
	position: absolute;
	top: 55px;
	left: 50px;
	margin: 0 !important;
	visibility: none;
	display: none;
	}

#page {
	padding: 0;
	width: 796px;
	/* width: 756px; */
	border: none;
	}
	
.content {
	background: #ddd url('dub_wallpaper.jpg');
}

.primary 
{
	padding-left: 25px;
}

#page, 
{
	background: #fff;
}
	
ul.menu li a, 
ul.menu li a:hover 
{
	background: #363636 url('dub_star.jpg') 5px center no-repeat;
	color: #bbb !important;
}
	
ul.menu li a:hover 
{
	color: #fff !important;
}
	
ul.menu li.current_page_item a, 
ul.menu li.current_page_item a:hover 
{
	background: #363636 url('dub_star.jpg') 5px center no-repeat;
}
	
ul.menu li.current_page_item a, 
ul.menu li.current_page_item a:hover 
{
	color: white !important;
	text-decoration: none;
}
	
h3, h3 a, h3 a:hover, h3 a:visited, 
h4, h4 a, h4 a:hover, h4 a:visited 
{
	color: #ED1846 !important;
	}

h2, h2 a, h2 a:hover, h2 a:visited, 
{
	color: #000 !important;
	}

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

/* The Metalink class takes care of the comments, edit, rss and trackback links next to the titles */
.primary .entry-meta a, .primary .entry-meta a:visited, 
.secondary .metalink a, .secondary .metalink a:visited,
.secondary span a, .secondary span a:visited {
	color: #444;
	font-weight: normal;
	}
	
.counter a {
	color: #222;
	}
	
.commentlist li {
	color: #000;
	}

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

.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;
	}

a, a:visited, .sidebar a:visited {
	color: #ED1846;
	}
	
.post p a:visited,
.entry-meta span.entry-category a, 
.entry-meta span.entry-category a:hover, 
.entry-meta span.entry-category a:visited 
{
	color: #ED1846;
	}

#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;
}



/* Gig List */
.sb-asides h2.widgettitle
{
}

#gigs
{
	width: 186px;
	padding: 5px 0 0 0;
	background: #fff;
	/*background: transparent url('dub_forthcoming.gif') no-repeat center top;*/
}

#gigs h2.widgettitle,
.sb-asides h2.widgettitle,
.widget h2.widgettitle
{
	margin: 0 5px;
	color: #000;
	background: #fff;
	/*visibility: hidden;*/
}

#primarycontent h2 {
	padding: 5px 10px;
	margin: 0 0 20px 0;
	background: #fff;
}

.comments {
	background: white;
	padding: 10px;
	margin: 0 0 20px 0;
}

.navigation {
	background: white;
	padding: 4px 0;
}

.navigation a,
.navigation a:hover,
.navigation a:visited,
.navigation span
{
	color: #ED1846 !important;
}

#leavecomment {
	color: #bbb !important;
}

.fn,
.entry-edit a,
.entry-edit a:hover,
.entry-edit a:visited,
.commentsrsslink a,
.commentsrsslink a:hover,
.commentsrsslink a:visited,
.trackbacklink a,
.trackbacklink a:hover,
.trackbacklink a:visited
.metalink a,
.metalink a:hover,
.metalink a:visited
.page-head h2 a,
.page-head h2 a:hover,
.page-head h2 a:visited,
.clplinkcategory
{
	color: #ED1846 !important;
}

h2.clplinkcategory
{
	font-size: 1.6em;
}



/* search form fixes */
#searchform input#s {
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	}
#searchform input#searchsubmit {
	float: left;
	margin: 0 !important;
	padding: 0 !important;
	}