/*
	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		: 	Matthias Nattke
	Author Site		: 	http://www.kikamagazin.de
	Style Name		: 	kikamagazin k2 RC 8
	Style URI		:	http://getk2.com
	Version			:	1.0
	Header Height	:	183
	Tags			:	header, layout, color
*/

body {
	background: #137CB1 url('hintergrund.png') no-repeat; /*Hintergrund #137CB1 */    
	padding: 0 0 40px;
	color: #454545;
	margin: 0;
	}

#header {
	background: black url('mustafar.jpg') center center no-repeat;
	height: 183px;
	}

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

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

#page {
  padding: 0;
	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: #9BB9CE; /*Hintergrund unter dem Header #2F4B61*/
	}
	
ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	color: #064253 !important;
	text-decoration: none;
	}
	
ul.menu li a:hover {
	background: #2F4B61; /*Hintergrund der Buttons*/
	}
	
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: #2F4B61 !important; /*Überschriften weiß*/
	}

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

.entry-edit a,
.comment-edit a,
.comment-reply a {
	color: #B9CEDD;
	}
	
.counter a {
	color: #000000;
	}

.commentlist li {
	color: #B9CEDD;
	}

.commentlist li:hover {
	background: none;
	}

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

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

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

#pinglist {
	border: 1px solid #333;
	background-color: #222;
	}
	
blockquote, #weightedcategories, .authorcomment {
	background: url('quote2.png');
	border-color: #FFFFFF;
	}
	
.primary img {
	border-color: #000000;
	background: #FFFFFF;
	}

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

a, a:visited, .sidebar a:visited {
	color: #2D485C;  _Rechte Spalte
	}
	
.post p a:visited {
	color: #2D485C;
	}

#af-ela-menu li {
	border: none;
	background: #;161616
	}


#af-ela-menu, #af-ela-menu li {
	border-bottom: 1px solid #FFFFFF;
	}

#af-ela-menu li.selected {
	background: #FFFFFF;
	}

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

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

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

/* Rolling Archives Slider */
#dynamic-content #pagetrack {
	height: 18px;
	background: url('sliderbgleft.png') no-repeat center left;
	}

#dynamic-content #pagetrackwrap {
	height: 18px;
	padding-right: 4px;
	top: 0px;
	background: url('sliderbgright.png') no-repeat center right;
	}

#dynamic-content #pagehandle {
	width: 18px;
	height: 18px;
	top: 0px;
	background: url('sliderhandle.png') no-repeat center center;
	cursor: e-resize;
	}

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

#page input[type="text"],
#page textarea {
	color: #FFFFFF;
	background-color: #5795C4;
	border: 1px solid #333;
	}