/*
	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	: 	Alva Unger, Volker E.
	Author Site	: 	http://alvaunger.com
	Style Name	: 	Betongaertner
	Style URI	:	http://www.alvaunger.com
	Version		: 	0.8
	Comments	: 	
					License: Copyright (c) 2007 Alva Unger
*/

body {
	background: #1B5117 url(blog_screen_transparent.png) no-repeat fixed center top;
	color: #111;
	margin: 0;
	}

body.page .entry-edit {
	margin-top: -2px;
}

#header {
	background: none;
	width: 100%;
	/*height: 224px;*/
	}

h1 {
	position: absolute;
	top: 25px;
	left: 50px;
	padding: 0;
	text-indent:-999em;
	}

.page-head { 
	margin: 0 0 20px 0;
}

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

#header h1 a, #header .description {
	text-indent:-999em;
}

#page {
	background: none;
	padding: 0;
	width: 796px;
	_width: 756px;
	border: none;
	}
	
.content {
	background-color: #FFF !important;
	width: 100%;
	padding: 0;
}

#primary {
	background: #FFF;
	padding-left: 25px;
}

ul.menu li a, ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	background: #3C6A39;
	text-decoration: none;
	}
	

ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover, ul.menu li.current_page_item a:visited {
	background: #FFF;
	color: #3C6A39 !important;
	text-decoration: none;
	}
	
ul.menu li a:hover {
	background: #FFF;
	color: #3C6A39 !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: #3C6A39 !important;
	text-align: left;
	}

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

.secondary ul li { 
	margin-top: 7px;
	padding: 0;
	line-height: 1.3em;
}

.entry-meta div {
	display: inline;
}

.meta-start,
.commentslink,
.commentsrsslink,
.trackbacklink {
	padding: 2px 0 2px 4px;
	background: none;
	}

	
.entry-content a:visited {
color:#3C6A39;
}
	
.counter a {
	color: #222;
	}
	
.commentlist li {
	color: #444;
	}

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

#footer { 
	padding-top: 0px;
}

#footer,
#footer a {
	color: #FFF;
	border-bottom: 0;
	font-weight: normal;
}
#footer span { 
	background: #1B5117;
	padding: 2px;
}

a, a:visited, .sidebar a:visited {
	color: #3C6A39; /*#DAA520;*/
	text-decoration: underline;
	}

a:hover,
#primary a:hover, #primary a:visited:hover, .secondary a:hover, .secondary a:visited:hover { 
	text-decoration: none;
}
	
.post p a:visited {
	color: #3C6A39 /*#DAA520;*/
	}

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

.chronodata {
	background: none;
	padding-left: 0;
}

.feedlink {
	color: #1B5117;
}

.secondary h4 {
	color: #444 !important;
}

/* Plugin Lightbox */
#stimuli_overlay { background-color: #FFF !important; }
