/*
	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		: 	Guido Augustin, based on the work of Michael Heilemann
	Author Site		: 	http://www.guidoaugustin.com
	Style Name		: 	guido
	Style URI		:	http://getk2.com
	Version			:	0.1 beta
	Header Height	:	260
	Comments		:	no more words
*/

body {
	background: #e5e3e3;
	color: #ffffff;
	margin: 0;
	}

#header {
	background: url('heinz.jpg') center center no-repeat;
	height: 260px;
	margin-top:0px;
	background:#000000;
	}

#header .blog-title {
	padding: 25px 50px 0px;
	}

#header .description {
	margin: 5px 50px;
	}

#page {
	border: none;
	}

.primary {
	padding-left: 25px;
	}

#page, ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	background:#cccccc;
	}
	
ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	color: #ff6000 !important;
	text-decoration: none;
	}
	
ul.menu li a:hover {
	background: #cccccc;
	color:#580d0d;
	}
	
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: #3a3a3a !important;
	}

h2 span a, 
h2 span a:visited,
h3 span a,
h3 span a:visited {
	color: #3a3a3a !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: #3a3a3a;
	font-weight: normal;
	}

.entry-edit a,
.comment-edit a,
.comment-reply a {
	color: #605d63;
	}
	
.counter a {
	color: #605d63;
	}

.commentlist li {
	color: #605d63;
	}

.commentlist li:hover {
	background: none;
	}

#commentlist .comment {
	border-radius: 0px;
	-moz-border-radius: 0px;
	}

li.byuser .comment {
	border: 1px solid #222222;
	background-color: #111111;
	}	

li.bypostauthor .comment {
	border: 1px solid #333333;
	background-color: #222222;
	}

#pinglist {
	border: 1px solid #333;
	background-color: #222;
	}
	
blockquote, #weightedcategories, .authorcomment {
	background: #cccccc;
	border-color: #222222;
	}
	
.primary img {
	border-color: #222222;
	background: #111111;
	}

.inputcontainer {
	margin-bottom: 6px;
	}

/* Gray Color */
#footer, small, .sidebar ul ul li, .sidebar ul ol li, .nocomments, ul#activity li small a, ul#activity li, .LSRow small, #searchcontrols small  {
	color: #cccccc;
	}

a, a:visited, .sidebar a:visited {
	color: #605d63;
	}
	
.post p a:visited {
	color: #605d63;
	}

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

/* 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: #222222;
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
	}

/* 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: #222222;
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
	}

#af-ela-post {
	border-left: 1px solid #333333;
	border-right: none;
	}

/* Rolling Archives Slider */
#dynamic-content #pagetrack {
	height: 18px;
	background:#cccccc;
	}

#dynamic-content #pagetrackwrap {
	height: 18px;
	padding-right: 4px;
	top: 0px;
	background:#cccccc;
	}

#dynamic-content #pagehandle {
	width: 18px;
	height: 18px;
	top: 0px;
	background:#cccccc;
	cursor: e-resize;
	}

body.smartposition #rollingarchives {
	background-color:#cccccc;
	border-bottom: 1px solid #444444;
	}

#page input[type="text"],
#page textarea {
	color: #222222;
	background-color: #cccccc;
	border: 1px solid #000000;
	width:100%;
	}
