﻿/*
Theme Name: Marco Berndt
Theme URI: http://marcoberndt.de/
Description: Layout for MarcoBerndt.de
Version: 0.1
Author: Marco Berndt
Author URI: http:/marcoberndt.de/
Tags: red, white, black

	This theme was designed and built by Marco Berndt,
	whose blog you will find at http://marcoberndt.de/

*/

/* Globals */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: url(images/body_black_bg.gif) repeat left top;
	font-family: Verdana, Arial;
	font-size: 11px;
}

body div#atffc {
    display: none;
}

p.wp-caption-text {
	text-align: center;
	margin-top: 5px;
}

div.wp-caption {
	margin-top: 5px;
}

/* header.php */

div#im-fokus div.textwidget {
    float: right; 
    padding-left: 5px;
}

span#im-fokus div.textwidget a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

span#im-fokus div.textwidget a:hover {
    text-decoration: underline;
}

div#roter_streifen {
	width: 100%;
	height: 25px;
	background-color: #da251d;
	position: fixed;
	z-index: 999;
}

div#roter_streifen ul {
	list-style: none;
	padding: 4px 9px;
}

div#roter_streifen ul li {
	float: left;
}

div#roter_streifen ul li a {
	background-repeat: no-repeat;
	display: block;
	height: 0;
	margin-right: 10px;
	overflow: hidden;
	padding-top: 16px;
}

div#roter_streifen li a#home_icon {
	background-image: url(images/home_icon.gif);
	width: 16px;
}

div#roter_streifen li a#contact_icon {
	background-image: url(images/contact_icon.gif);
	width: 16px;
}

div#roter_streifen li a#rssfeed_icon {
	background-image: url(images/rssfeed_icon.gif);
	width: 16px;
}

div#roter_streifen li a#rssfeedcomments_icon {
	background-image: url(images/rssfeedcomments_icon.gif);
	width: 16px;
}

div#roter_streifen li a#sharethis_icon {
	background-image: url(images/sharethis_icon.gif);
	width: 16px;
}

div#roter_streifen #searchform {
	float: left;
}

div#roter_streifen #searchform #s {
	background-color: #da251d;
	margin-left: 5px;
	color: #fff;
	border: 1px #fff solid;
	font-size: 10px;
	font-weight: bold;
}

div#roter_streifen #searchsubmit {}

div#roter_streifen span#welcome {
	float: right;
	font-size: 12px;
	color: #fff;
	padding-right: 9px;
	margin-top: -3px;
}

div#header {
	width: 100%;
	height: 180px;
	background-color: #fff;
}

div#header div#headerimg {
	margin: 0 auto;
	height: 180px;
	width: 140px;
	background: #fff url(images/marcoberndt_logo.jpg) no-repeat bottom center;
}

div#navigation {
	width: 100%;
	height: 76px;
	background-color: #fff;
}

div#navigation ul {
	margin: 0 auto;
	width: 380px;
	list-style: none;
	font-size: 11px;
	font-weight: bold;
}

div#navigation ul li {
	float: left;
	margin-right: 5px;
}

div#navigation ul li a {
	display: block;
	width: 90px;
	height: 28px;
	background: #fff url(images/navigation_bg.jpg) no-repeat left bottom;
	color: #aaa;
	font-size: 11px;
	text-decoration: none;
	padding-top: 12px;
	text-align: center;
}

div#navigation ul li a:hover, div#navigation ul li.current_page_item a {
	background: #fff url(images/navigation_bg.jpg) no-repeat left top;
	color: #fff;
}

/* index.php, single.php, page.php */

#middle {
	background: url(images/middle_bg.gif) repeat-x left top;
}

#footer_navigation {
	margin: 0 auto;
	width: 320px;
	position: relative;
	top: -44px;
	z-index: 10;
	font-size: 10px;
}

#wrapper {
	width: 700px;
	overflow: hidden;
	margin: 0 auto;
	background: url(images/content_bg.gif) repeat-x left top;
	padding: 10px;
	position: relative;
	top: -31px;
	z-index: 0;
	height: 282px;
}

#content {
	background-color: #fff;
	float: left;
	/*
	width: 440px;
	border-right: 20px solid #fff;
	*/
	width: 460px;
	overflow: scroll;
	height: 282px;
}

h1 {
	margin-top: 10px;
	text-align: center;
	font-size: 16px;
	text-transform: lowercase;
	padding-bottom: 20px;
	
}

h1 span {
	background: url(images/h1_bg_left.gif) no-repeat left top;
	padding-left: 30px;	
}

h1 span span {
	background: url(images/h1_bg_right.gif) no-repeat right top;
	padding-right: 30px;
	padding-left: 0;	
}

div.post {
	margin: 10px 20px 30px 40px;
	color: #333;
}

div.post p {
	margin: 10px 0;
}

div.post ul {
	list-style-position: outside;
	padding-left: 12px;
}

div.post h2 {
	font-size: 12px;
	margin-bottom: 15px;
}

div.post h2 a {
	text-decoration: none;
	color: #DA251A;
}

div.post h2 a:hover {
	text-decoration: underline;
}

div.post h2 small {
	font-weight: normal;
	color: #bbb;
	font-size: 10px;
}

div.post a {
	color: #DA251A;
	text-decoration: none;
	font-weight: bold;
}

div.post a:hover {
	text-decoration: underline;
}

div.post p.postmetadata a {
	color: #000;
}

div.entry a img, div.entry img {
	padding: 5px;
	border: 1px solid #ccc;
	text-align: center;
}

div.entry a:hover img {
	border-color: #999;
}

div.entry ul {
	list-style: none;
	padding-left: 0;
}

div.entry ol {
	padding-left: 0;
    margin: 0;
    list-style-position: inside;
}

div.entry ul li {
	padding-left: 15px;
	background: url(images/bullet.gif) no-repeat left 2px;
	padding-bottom: 3px;
}

div.navigation {
    padding-bottom: 5px;
}

div.navigation div.alignleft {
    float: left;
}

div.navigation div.alignright {
    float: right;
}

/* contact */

div#contact input, div#contact textarea {
	border: 1px solid #bbbbbb;
	font-family: Verdana, Arial;
	font-size: inherit;
	margin-bottom: 5px;
}

div#contact form input#submit {
	margin-bottom: 10px;
	background: url(images/submit_bg.jpg) no-repeat left top;
	padding: 1px 0;
	margin-top: 10px;
	width: 150px;
	font-size: 12px;
}

/* sidebar.php */

#sidebar {
	float: left;
	width: 240px;
	height: 282px;
	background: url(images/sidebar_bg.jpg) repeat-y left top;
	color: #999;
	font-size: 8px;
}

#sidebar div {
	padding: 10px;
}

#sidebar div div {
	padding: 0;
}

#sidebar ul {
	list-style: none;
}

#sidebar a {
	color: #ccc;
	text-decoration: none;
	font-size: 11px;
}

#sidebar a:hover {
	color: #fff;
}

#sidebar ul li {
	margin-bottom: 20px;
}

#sidebar ul li.widget_categories ul li {
	display: inline;
}

#sidebar .sidebar_submenu a {
	font-size: 14px;
	padding-left: 20px;
	background: url(images/subnavi.gif) no-repeat 2px 4px;
}

#sidebar h2 {
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-transform: lowercase;
	margin-bottom: 10px;
}

#sidebar h2 span {
	background: url(images/h2_bg_left.gif) no-repeat left top;
	padding-left: 30px;	
}

#sidebar h2 span span {
	background: url(images/h2_bg_right.gif) no-repeat right top;
	padding-right: 30px;
	padding-left: 0;	
}

/* comments.php */

h3#respond, h3#comments {
	color: #000;
	margin-bottom: 5px;
	font-size: 13px;
}

form#commentform input, form#commentform textarea {
	border: 1px solid #333;
	margin-bottom: 3px;
}

form#commentform textarea {
	font-family: Verdana, Arial;
	font-size: 12px;
}

form#commentform input#submit {
	margin-bottom: 10px;
	background: url(images/submit_bg.jpg) no-repeat left top;
	padding: 0;
	width: 150px;
}

p.allowed_tags {
	margin: 5px 0;
}

small.commentmetadata a {
	color: #bbb;
	font-weight: normal;
	font-size: 10px;
}

.commentlist {
	margin-left: 20px;
}

.commentlist li {
	margin-bottom: 10px;
	border-left: 1px solid #333;
	padding-left: 10px;
}

.solo-subscribe-to-comments input {
    border: 1px solid #000;
}

/* footer.php */

#footer {
	margin: 0px auto;
	color: #fff;
	width: 700px;
	padding-bottom: 40px;
	color: #a6a6a6;
	position: relative;
	top: -42px;
	z-index: 1;
}

#footer .footer_left {
	float: left;
}

#footer .footer_right {
	float: right;
}

#footer a {
	color: #DA251A;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#footer_navigation {
	margin: 0 auto;
	width: 330px;
	position: relative;
	top: -44px;
	z-index: 10;
	font-size: 10px;
}

#footer_navigation ul {
	list-style: none;
}

#footer_navigation ul li {
	display: inline;
	padding: 0 0px;
}

#footer_navigation ul li a {
	color: #333;
	text-decoration: none;
	padding-left: 16px;
	margin-top: 4px;
	font-weight: normal;
	display: inline-block;
}

#footer_navigation ul li a span {
	padding-right: 16px;
}

#footer_navigation ul li a:hover {
	color: #da251a;
	background: url(images/footer_a2.gif) no-repeat left center;
}

#footer_navigation ul li a:hover span {
	background: url(images/footer_a2.gif) no-repeat right center;
}
