﻿/*
	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	: BongiKairu
	Author Site	: http://gearsedge.in.th/
	Style Name	: ForkLift
	Style URI	: http://subnarok.com
	Version		: 1.0
	Comments	:Custom version of Fork to be used with Unwakeable
	
*/

body, #header {
	background: #000 url('fork/body.background.jpg') 50% 0;
}

#page {
	background: none;
	width: 960px !important;
	border: none;
	padding-top: 0;
}

.content {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background: #ddd url('fork/page.background.jpg');
}
	
body.smartposition #rollingarchives {
	background: #ddd url('fork/page.background.jpg') !important;
	border-bottom: 1px solid #ddd !important;
	width: 630px;
}

#title {
	border: none;
}

#title a {
	background: url("images/subnarok.png") no-repeat scroll 95% 95% transparent !important;
}

#title a:hover {
	background: url("images/subnarok.png") no-repeat scroll 95% 95% transparent !important;
}

#header a:hover {
	background: none;
	text-decoration: underline !important;
}

#primary {
	width: 630px;
}

#trimmerless, #trimmermore {
	display: none;
}

#title,#header {
	border-left: none;
}

#search-2 {
	position:absolute;
	top: 65px;
	margin: 0 !important;
}

.secondary {
	width: 250px;
}

#primary-wrapper {
	width: 630px !important;
}

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

#menu li, #menu a {
	width:auto;
}

#menu li {
	padding: 10px 15px;
	border:none;
}

.post {
	padding-top:10px;
	border-top: 1px solid silver;
}

#rollnext, #rollprevious, .navigation a {
	font-weight:normal;
}

#search-label.overlabel-apply.hide  {
	text-indent:-2000px;
}

.entry-ooo {
	background:orange;
	color:black;
	height:20px;
	vertical-align:middle;
	border-top:1px red solid;
	border-bottom:1px red solid;
	padding: 5px;
	margin: 3px;
	font-size:15px;
}