﻿ /*
Theme Name: Schadenfix Blog
Theme URI: http://www.schadenfix.de/
Description: e.Consult Design f&uuml;r den Schadenfix Blog.
Version: 1.0
Author: Florian Stein
Author URI: http://www.florianstein.com/
*/

* {
	padding: 0;
    margin: 0;
	
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #676767;
	background: #FFFFFF url(img/red_banner_bg.jpg);
	background-repeat:repeat-x;
	font-size: 12px;
}
body.app{
	font-family: Arial, Helvetica, sans-serif;
	color: #676767;
	background: #FFFFFF;
	font-size: 12px;
}
#header-wrapper, #banner-wrapper, #footer-wrapper, #content-wrapper {
	float: left;
	width: 100%;
	clear: both;
	position: relative;
}
#header, #bannerImage, #footer, #content-sidebar {
	width: 891px;
	margin: 0 auto;
	text-align: left;
}
hr {
	display: none;
}

/* HEADER */

#header-wrapper {
	background-image: url(img/header_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	height:124px;
}
#headerimg {
	height:80px;
	background-image: url(img/logo_econsult_bg.png);
	background-repeat:no-repeat;
}
#header-app{
width:100%;
height:260px;
background: #FFFFFF url(img/header_bg_app.png);
	background-repeat:repeat-x;
text-align:center;
margin: auto;
}
/* TOP-MENU */

#top-menu {
	font-size: .88em;
	float: left;
	width: 100%;
}
#top-menu ul li {
	float: left;
}
#top-menu ul li.page-item-604 {
	float:right;
}
#top-menu ul li.page-item-604 a {
	color: #D40300;
	text-align: right;
}
#top-menu ul li.page-item-604 a:hover {
	color: #8B0300;
}
#top-menu ul li a {
	float: left;
	/* padding: 14px 12px; */
	padding:7px 12px 21px 12px;
	color: #333333;
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
	
}
#top-menu ul li a:hover {
	/* background: #d0e6fc url(images/top-menu-bg-active.png) repeat-x top left; */
	color:#000000;
}
#top-menu ul li.current_page_item a {
	color: #ededed;
	font-weight: bold;
	background: #d0e6fc url(images/top-menu-bg-active.png) repeat-x top left;
}

/* TOP-MENU  --- END */

/* SIDEBAR */

#sidebar {
	margin-top: 3px;
	float: right;
	width: 225px;
	background-color: #EEE;
}
#sidebar ul li {
	margin: 1em;
	list-style: none;
}
#sidebar ul h2 {
	font-size: 14px;
	color: #7C0403;
	font-weight: bold;
	margin-top: 2.4em;
	text-transform: uppercase;
}
#sidebar ul li a:link, #sidebar ul li a:visited {
	color: #555;
	text-decoration: underline;
}
#sidebar ul li a:hover {
	color: #7C0403;
	text-decoration: none;
}
.rightmargin {
	margin-right: 5px;
}	

/* CONTENT */

#content {
	float: left;
	width: 645px;
	margin-left: 0;
	padding: 0;
	text-align: left;
	line-height: 1.5em;
	margin-bottom: 1.4em;
}

#content h1 a{
text-decoration:none !important;
}


#content h2 a{
text-decoration:none !important;
}



#content a:link, #content a:visited {
	color: #000000;
	text-decoration: underline;
}
#content a:hover {
	color: #000000;
	text-decoration: none;
}
#content h1 {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 1.4em;
	clear: both;
	line-height: 1.2em;
	border-bottom:1px solid #cccccc;
	padding-bottom:7px;
}

#content h2 {
	font-size: 16px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 1.4em;
	clear: both;
	line-height: 1.2em;
	border-bottom:1px solid #cccccc;
	padding-bottom:7px;
}
#content h3 {
	font-size: 14px;
	font-weight: bold;
	color: #7C0403;
	margin-top: 1em;
	clear: both;
	line-height: 1.2em;
	border-top:1px solid #cccccc;
	padding-top:15px;
}


#content h4 {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 1.4em;
	clear: both;
	line-height: 1.2em;
}

#content h3#comments, #respond {
	margin-bottom: 1em;
	padding-left: 1.4em;
	background-image: url(images/comments.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#content img {
	border: 0 none;
}

#respond {
	background-image: url(images/comment.gif);
}
small {
	font-size: 0.8em;
	line-height: 2.5em;
	color: #999;
}
#content p {
	margin: .8em 0 .8em 0;
	padding: .2em 0 .2em 0;
}
#content ul, ol {
	margin-bottom: .6em;
	margin-top: .6em;
	margin-left: 2em;
}
#content ul li {
	list-style-type: disc;
	padding-left: 1.4em;
}
#content ol {
	padding-left: 1.6em;
}
#content ol {
	list-style-type: decimal;
	
}
.red {
	color: #7C0403;
	text-weight: bold;
}
.avatar {
	display: none;
}
.comment-datum, .comment-autor {
	color: #000;
}


/* FORM */

input, select, textarea {
	padding: 3px;
	border: 1px solid #d0e6fc;
	background-color: #FFFFFF;
	margin-right: 5px;
}
input:hover, textarea:hover {
	background: #FFFFFF;
	border: 1px solid #8dcdff;
}
input:focus, textarea:focus {
	background: #f4f9ff;
	border: 1px solid #8dcdff;
}
input[type=submit], input[type=reset] {
	font-size: .9em;
	text-transform: uppercase;
	color: #555;
	font-weight: bold;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 2px;
	display: inline;
	float:right;
	}

img.alignleft {
	padding: 4px;
	margin: 0 2px 2px 0;
	display: inline;
	float:left;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* Formular */
span.wpcf7-list-item { display: block; }

/* FOOTER */

#footer {
	line-height: 1.5em;
	font-size: 11px;
	margin-bottom:20px;
	border-top:1px solid #cccccc;	
}
#footer img {
	margin: 10px;
	border: 0;
}

#submitButton input{background-color:#fdd24d !important;color:#ac2a19 !important;}
