/*
	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	: Dave Kellam
        Modified by     : Hans Hüttel
	Author Site	: http://eightface.com/
	Style Name	: Fork2
	Style URI	: http://gigi.blogsport.de/k2-styles/
	Version		: (b2.1)
	Comments	: Making K2 dirty. (Upgraded by gigi to fit K2 0.9.1)
	
*/

/*- Page Structure */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color: #111;
	background: #0f0f0f;
	margin: 0px 0 0px;
	}

#page {
	background: #ddd; /* url('fork3/page.background.jpg'); */
	padding: 0;
        width: 826px;
        background: #ffffff; 
	border: none;
	}
	
#header {
	background: #000 url('fork3/unmack-ny.jpg') repeat;
        height: 180px;
	}

.entry-content {
	margin: 0 0 0 35px;
	}

.secondary {
	font: 1em/1.5em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	}


/*- Main Menu in Header */

ul.menu {
	left: 2px;
	}

ul.menu li a {
	padding: 5px 10px 6px;
	font: 1.1em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-weight: bold;
	text-transform: lowercase;
/*        background: #2a2a2a; */
	color: white; 
	}

ul.menu li a:hover, ul.menu li.current_page_item a:hover {
	background: #2a2a2a; /* #990000; */
     	color: #ffffff !important;
	}

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

h1, h2, h3, h4 {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	}

h1 { /* H1 is used for the title of your blog */
	font-size: 2.8em;
	padding: 10px 10px 0; 
        text-align: right;
	text-transform: lowercase;
	}

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

h2 { /* H2 is what kind of page you are on. Eg. 'Monthly Archive'. */
	font-size: 2.3em;
        padding: 1px;
/*	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.0em;
	font-weight: bold; 
/*	text-transform: uppercase; */
	}

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

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

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

#primary .k2-asides .entry-head {
	background: url('fork3/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;
	}

.admintab {padding: 0 0 0 20px  }

.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: #672533;
	}

.commentslink {
	}

.chronodata {
padding: 2px 0 2px 2px ;
	background: /* url('fork3/icons/time.png') left center no-repeat; */ none;
	}

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

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

#commentlist li .comment-meta {
	background: /* url('fork3/icons/time.png') left center no-repeat; */ none;
	}

/*- Search Form and Livesearch */

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 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
line-height: 0.5cm;
	padding: 0px}

.k2-asides .entry-content {
	font: 1.1em/1.5em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, 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('fork3/icons/feed.png');
	width: 16px;
	height: 16px;
	display: block;
	}

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

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

.entry-edit a {
	background: none;
        padding-left: 5px;
	}
