/*
	CSS files kept in the 'schemes' 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 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: 	Studio Flufftronix
	Author Site	: 	http://www.flufftronix.com
	Scheme Name	: 	LostFilm
	Version		: 	LostFilm
	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/
*/

#content {
	width: 692px;
	overflow-x: hidden;
	}

#header h1, #header p {
	display: none;
	}

.comments .commentlist li.authorcomment {
	background: #ccc;
	border: 2px dotted #a2a19f;
	}

#primary .aside .itemhead {
	display: none;
	}

#primary h4 {
	font-size: 2em;
	}

.admintab {
margin-top: -30px;
	}

.quickTimeVideo {
	border: 2px dotted #808080;
	}

body {
	background: #000 url('backdrop.jpg') top center fixed;
	padding: 0;
	color: #111;
	margin: 0 auto;
	font-family: 'Trebuchet MS', 'Helvetica Neue', Verdana, Arial, sans-serif;
	width: 690px;
	}
	
#bigrss {
	position: absolute;
	top: 16px;
	left: 20px;
	}
	
#bigrss img {
	margin-right: 4px;
	}
	
.livesearchform {
	position: relative;
	top: -268px;
	background: #ccc;
	text-transform: lowercase;
	}

input[type=text], textarea {
	font: 1.8em 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	background: #ccc;
	}

#header {
	background: #808080 url('lff-header.jpg') top center no-repeat;
	width: 691px;
	height: 160px;
	}

#upcomingtitle {
	display: none;
	}

#page {
	width: 690px;
	padding: 0;
	border: 0;
	_margin-left: 80px;
	}

#secondary {
	top: 10px;
	} 

.secondary {
	font-size: 1.3em;
	width: 190px;
	margin: 0 0 20px 480px;
	}
	
#secondary h2 { /* Secondary H2 is sidebar headlines */
	font-size: 2em;
	font-weight: bold;
	}


#primary a:hover, #primary a:visited:hover,
.secondary a:hover, .secondary a:visited:hover {
	text-decoration: none;
	}

#primary {
	width: 400px;
	padding-left: 5px;
	position: relative;
	top: -10px;
	}

ul.menu {
	height: 18px;
	background: transparent;
	z-index: 1;
	margin: -10px 10px;
	padding: 9px 0;
	position: absolute;
	top: 10px;
	left: 0;
	width: 690px;
	}

ul.menu li a {
	font: 1.1em VAGRundscriftEF, "Arial Rounded MT Bold", "Helvetica Neue", Arial, Sans-Serif;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: -.2px;
	text-decoration: none;	
	padding: 9px 7px 10px;
	}

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

#page {
	width: 690px;
	background: transparent;
	}
	
ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	color: #ccc !important;
	text-decoration: none;
	}
	
ul.menu li a:hover {
	background: #111;
	}
	
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited {
	color: #005d94 !important;
	font-size: 1em;
	line-height: .8em;
	letter-spacing: -1px;
	}

h1, h2, h3, h4 {
	font-family: VAGRundscriftEF, "Arial Rounded MT Bold", "Helvetica Neue", Arial, sans-serif;
	}


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

.entry-meta { /* Time and category for blog entries */
	color: #111;
	}

#primary .metalink a, #primary .metalink a:visited, .secondary .metalink a, .secondary .metalink a:visited, .secondary span a, .secondary span a:visited {
	color: #000;
	display: none;
	}
	
.counter a {
	color: #222;
	}
	
.commentlist li {
	color: #666;
	}

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

.inputcontainer {
	margin-bottom: 6px;
	}

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

#secondary h2 a {
	color: white;
}

h3.entry-title a{
	font-size: 1.4em;
	}

.page-head {
	font-size: 4em;
	letter-spacing: 0em;
	}

#primary .itemtext p{
	color: #111;
	}
	
#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,
.secondary span a, .secondary span a:visited {
	color: #111;
	font-weight: normal;
	}
	
.entry-edit {
	font-size: 12px;
	}