/*
	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	: projekt k3
	Author Site	: www.pk3.de
	Style Name	: rogerswelt
	Style URI	:
	Version		:
	Comments	:
*/
body {
	font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
	background-color:#ffffff;
	color:#CCCCCC;
}
h1, h2, h3, h4 {
font-family: "Helvetica Neue", Helvetica, Arial, Sans-Serif;
}
#page {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.content {
	padding:0;
	margin:0;
	width: 940px;
	background-image: url(images/rogerswelt_content_back.gif);
	background-repeat: no-repeat;
	background-color: #1A475C;
}
.columns-one #page {
	width: 940px;
	}
.columns-two #page {
	width: 940px;
}

.columns-three #page {
	width: 940px;
}

.columns-two #sidebar-main {
	width:290px;
	margin-left:10px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
#header {
	height:350px;
	margin:0pt;
	padding:0pt;
	position:relative;
	background-color: #FFFFFF;
	background-image: url(images/rogerswelt_header_home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#primary {
	width:600px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#footer {
	clear:both;
	margin:0px;
	padding-top:130px;
	text-align:center;
	background-color: white;
	background-image: url(images/rogerswelt_footer_back.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.secondary {
	float:left;
	font-size:1.2em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.secondary h4 {
	font-size:1.8em;
	font-weight:normal;
	letter-spacing:-1px;
	display: block;
	margin-bottom: 5px;
	height: 25px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-image: url(images/rogerswelt_headlines_back.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/*- Links */

#primary a:hover, #primary a:visited:hover, .secondary a:hover, .secondary a:visited:hover {
	text-decoration: underline;
}

h2 a:hover, h2 span a:hover {
	color: white !important;
}

a {
	color: white;
	text-decoration: none;
}

.entry-content a:visited {
	color: white;
}
/*- Main Menu in Header */
ul.menu {
font-size:1.4em;

	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	left: -15px;
	width: 100%;
	}

ul.menu li {
	display: inline;
	margin: 0;
	}

ul.menu, ul.menu li a {
	padding: 5px 15px 5px;
	}

ul.menu li a {
	font-size: 1em;
	color: black;
	margin: 0;
	}

ul.menu li a:hover {
	background: #1A475C;
	color: #666666 !important;
	text-decoration: none;
	}

ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	color: white !important;
	background: #1A475C;
	text-decoration: none;
	}
.secondary ul {
	margin-left: 30px;
	padding: 0px;
}

.secondary ul li {
	list-style-image:url(images/rogerswelt_listbox_image_01.gif);
	list-style-type:none;
}
.secondary ul li, .secondary ol li {
margin:0pt;
padding:1px 0pt;
}
#search {
	margin-top:20px;
	padding-right: 10px;
}
.footerfeedlinks {
display:none;
}
/*- eintraege */
.entry-content {
color:white;
font-size:1.2em;
line-height:1.4em;
text-align:justify;
}
.entry-content img {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.entry-content ul, .entry-content ol, .entry-content h {
clear:both;
}
.entry-content h5 {
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(images/rogerswelt_headlines_big_back.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 1.7em;
	padding: 7px;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4, h4 a, h4 a:visited {
color:white;
}
.comments textarea {
margin:10px 0pt;
width:580px;
}
.comments form #submit {
float:left;
margin:0pt;
}
li.bypostauthor {
	background-color: #153B4E;
}
#commentlist li .comment-content {
font-size:1.2em;
line-height:1.4em;
padding:10px 0pt;
}
.hentry {
clear: left;
}
.comments {
clear: left;
}