/*
	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	: 	Matthew Alan Cline
	Author Site	: 	http://www.macstremepixels.com/blog/
	Style Name	: 	Dark Forest
	Style URI	:	http://www.macstremepixels.com/blog/
	Version		: 	1.2
	Comments	: 	License: http://creativecommons.org/licenses/by-nc-sa/2.5/
*/

body {
	background: black url('bg.jpg') top center repeat-y;
	padding: 0 0 0px;
	margin: 0;
	}

#header {
	background: black url('trees.jpg') center center repeat-x;
	width: 100%;
	height: 224px;
	}

h1 {
	position: absolute;
	top: 140px;
	left: 15px;
	padding: 0;
	}
h1 a:hover {
	text-decoration:none !important;
	border:none!important;
}

.description {
	position: absolute;
	top: 183px;
	left: 15px;
	margin: 0 !important;
	}

#page {
	padding: 0;
	width: 796px;
	_width: 796px;
	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{
	border-bottom:1px dotted #666666;
	z-index:0
}
ul.menu li a {
	padding: 5px 15px 6px;
	}
ul.menu li.page_item a {
	background-color:#333333;
	padding: 4px 14px 6px;
	border-top:1px dotted #666666;
	border-left:1px dotted #666666;
	border-right:1px dotted #666666;
	color:#ff9900;
	}
ul.menu li.page_item a:hover {
	background-color:#000000;
	border-bottom:2px solid #000000!important;
	
	
	}
ul.menu li.current_page_item a {
	color: #FF9900 !important;
	background-color: #000000;
	padding: 4px 14px 6px;
	text-decoration: none;
	border-top:1px dotted #666666;
	border-left:1px dotted #666666;
	border-right:1px dotted #666666;
	border-bottom:2px solid #000000!important;

	}
 
ul.menu li.current_page_item a:hover {
	color:#ffffff !important;
	background-color:#000000!important;
	}
	
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:#009900 !important;
	border:none!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: #444;
	font-weight: normal;
	}
	
.counter a {
	color: #222;
	}
	
.commentlist li {
	color: #666;
	background-color:transparent!important;
	}

.commentlist li:hover {
	background: none;
	}
	
blockquote, #weightedcategories, .authorcomment {
		background-image:url('quote.jpg');
		background-position:top left ;
		background-repeat:no-repeat ;
		color:#666!important;
		
	}
	
.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:#FF9900;
	}
a:hover, .sidebar a:hover {
	text-decoration:none!important;
	border-bottom:1px dotted #ff9900;
}
.secondary a{
	color:#999999!important
	}
.secondary a:hover {
	color:#ff9900!important;
	border-bottom:1px dotted #ff9900;
	text-decoration:none!important;
}
.entry-content{
	color:#999999!important
}
.post p a:visited {
	color: #4CA4B8;
	}

#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;
}
/* overwrite  main css */

.archive-list li:hover {
	background-color: #333333;
	}
textarea, input{
	background-color:#333333;
	color:white;
}
input[type=text]:focus, textarea:focus {
	background: #333333;
	color: #ffffff;
	border-color: #666;
	}
#footer{
		background-color:#000000;
		width:796px;
		margin:0 auto;
		padding:5px 0 5px 0px!important;
		
}
#footer a {
		color:#009900;
		text-decoration:none;
		font-weight:normal;
		}
#footer a:hover {
		color:#009900;
		text-decoration:underline;
	}

li.byuser {
	background: #000000;
	color:#666!important;
	}
li.bysuser:hover {
	background-color:#333333!important;
}

li.bypostauthor {
	background: #333333;
	color:#999999!important
	}
hr {
	display: none;
}

