/*
Theme Name: Energieberater Strauss
Theme URI: http://www.floriansweb.com
Description: Wordpress Theme for the "Energieberater-Strauss" 
Version: 1.0
Author: Florian Strauss <hackfrag@gmail.com>
Tags: blue

*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body {
	font-family: "Lucida Grande", arial, helvetica, sans-serif;
	font-size: 1em;
	background:#d2d9e9;
}

#container {


}
#wrapper {
	margin:0px auto;
	width:950px;	
}

#header {
	height:152px;
	background-repeat: no-repeat;
	background-image: url(images/layout/header.jpg);	
}
#header h1 {
	display:none;
}

#main {
	background-repeat: repeat-y;
	background-image: url(images/layout/container.gif);
	padding:0px 25px;
	
	
}

#content {
	padding: 10px 15px;
}

#blog {
	width:600px;
	padding: 10px 15px;
	float:left;
}

#sidebar {
	padding: 10px;
	width:250px;
	float:left;
}

#navigation {
	background-repeat: repeat-x;
	background-image: url(images/layout/navi_bg.gif);
	background-position: top left;	
	height: 22px;	
	list-style: none;
	margin:0px;
	padding:0px ;
}

#navigation li {
	margin:0px;
	padding:0px ;
	font-size:1em;
}

#navigation li a {
	float:left;
	font-size: 0.8em;
	color:#fff;
	text-decoration: none;
}
#navigation li a span,
#navigation li.current_page_item a span {
	display: block;	
	padding: 4px 15px 5px 15px;
	background: url(images/layout/navi_bg.gif) repeat-x left top ;
}

#navigation li a:hover span , 
#navigation li.current_page_item a:hover span {
	background-position: left -22px ;
}




#footer {
	background: url(images/layout/footerbg.gif) repeat-x;
	height:51px;
	
}
#footer ul {
	font-size:0.7em;
	color:#fff;
	text-align:center;
	margin: auto 0px;
	padding:9px 5px 5px 5px;
	

}
#footer ul li {
	display:inline;
}
#footer ul li a {
	color: #fff;
	text-decoration: none;
}
#footer ul li a:hover {
	text-decoration: underline;
}
h1,h2,h3,h4 {

}

h1 {
	font-size:1.3em;
	margin-bottom:10px;
	color:#e1392d;
	font-weight:bold;
}
h2 {
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:15px;
	color: #32508e;
}
h3 {
	font-size:1em;
	font-weight:bold;
	color: #32508e;
	margin-bottom:25px;
}

a {
	color:#294d9b;
}
a:hover {
	color:#e74133;
}

td {
	vertical-align: top;
}
strong {
	font-weight:bold;
}

p {
	font-size:0.9em;
	margin-bottom:15px;
	line-height: 20px;
}

hr {
	border:1px dashed #294d9b;
}

.clean {
	clear:both;
	font-size:1px;
	border:none;
	margin:0; padding:0;
	background:transparent;
}
div.important {
	border:1px solid #294d9b;
	background:#e6eaf3;
	padding:10px 10px 0px 10px;
	
}

.aligncenter { margin-left: auto; margin-right: auto; }
.alignleft { float: left; margin: 5px 15px 10px 0; }
.alignright { float: right; margin: 5px 0 10px 15px; }

ul {
	list-style: disc;
	list-style-position: inside;
	margin-left:15px;
	margin-bottom:15px;
}
ul li {
	font-size:0.9em;
	margin-bottom: 10px;
}
/**
* Post
*/
div.post div.calendar {
	width:34px;
	height:45px;
	background: #fff url('images/calendar.gif') no-repeat scroll left top;
	text-align: center;
	padding:13px 0px 0px 0px;
	font-weight: bold;
	font-size: 12px;
	float:left;
}
div.post h2 {
	padding-top:5px;
	padding-left:45px;
	margin-bottom: 4px;
}
div.post div.meta {
	padding-left:45px;
	font-size:0.7em;
	color: #999;
}
div.post p.postmetadata {
	font-size:0.8em;
	border:1px solid #a2b0ce;
	background:#e6eaf3;
	padding:5px 10px 5px 10px;
}
div.post h2 a {
	
	text-decoration: none;

}

#commentform {
	background:#FAFAFA none repeat scroll 0 0;
	border:5px solid #e6eaf3;
	color:#555555;
	padding:10px;
}
#commentform p {
	margin-bottom:7px;
}
#commentform textarea {
	font-family: Helvetica;
	border:1px solid #AAAAAA;
	height:120px;
	width:630px;
}
#commentform label {
	display:inline !important;
	float:none !important;
}
#commentform input.text {
	border:1px solid #AAAAAA;
	margin-right:10px;
	padding:3px;
	width:150px;
}
#commentform input#submit {
	padding:3px 10px;
}
#comments .comment {
	background:#e6eaf3 none repeat scroll 0 0;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	margin-bottom:10px;
	overflow:hidden;
	padding-bottom:5px;
	width:670px;
}
#comments .comment .comment-avatar {
	float:left;
	padding:5px 7px;
	width:50px;
}
#comments .comment .comment-content {
	background:#FAFAFA none repeat scroll 0 0;
	float:left;
	margin:5px 5px 0 0;
	padding:10px 15px;
	width:570px;
}
#comments .comment .comment-content a {
	color:#444444;
}
#comments .comment .comment-info {
	color:#777777;
	font-size:11px;
	margin-bottom:5px;
}
#comments .comment .comment-info span {
-x-system-font:none;
	font-family:"Trebuchet MS",Helvetica,Arial,Geneva;
	font-size:20px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:normal;
	margin-bottom:5px;
	padding-right:10px;
}
#comments .comment .comment-info a {
	color:#444444;
	text-decoration:none;
}

#sidebar .block {
	
	overflow:hidden;
	padding:10px 15px 15px 5px;
}
#sidebar .block h3 {
	margin-bottom:5px;
}
#sidebar .block ul {
	list-style: none;
	margin:0px 0px 0px 15px;
}
#sidebar .block ul li {
	background:transparent url(images/arrow.gif) no-repeat scroll 0 3px;
	padding:2px 0px 2px 18px;
	margin:0px;
}



form {
	margin-bottom:15px;
}
form div {
	background: #fff;
	padding:4px;
}
form div.odd {
	background:#eeeff3;
}
form div.hint {
	background:#fff;
	font-size:12px;
}
form div.buttons {
	padding-top:8px;
	height:26px;
}
form div.error {
	background:#FFDFDF;
}
form div.error p.errorField {
	font-size:11px !important;
	margin-left:25% !important;
	margin-top:0px !important;
	color:#d92f2f;
}
form div fieldset legend {
	display:none;
}
form div.error p.errorField strong {
	font-size:11px;
	color:#000radio;
}
form label,form .label {
	position:relative;
	margin:0px;
	padding:0px;
	font-size:12px;
	width:25%;
	display:block;
	float:left;
	padding-left:5px;
	padding-top:5px;
	font-weight: bold;
}
form em {
	color:#e2001a;
}
form label em, form .label em {
	top:0px;
	display:block;
	font-style:normal;
	font-weight:bold;
	left:88%;
	position: absolute;
}
form input.text, form textarea, form select{
	border:1px inset #8092ad;
	padding:2px 3px;
	width:68%;
	font-family:Verdana;
	font-size:12px;

}
form select {
	width:auto !important;
}

form input.nosize {
	width:auto;
}
form input.submit {
	color:#fff;
	font-weight:bold;
	background: #445f98 repeat-x left top;
	font-size:11px;
	padding: 4px 12px 4px 12px;
	text-align: center;
	float:right;
	font-family:Verdana;
	cursor: pointer;
	border:1px solid #395081;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
form input.submit:hover {
	background: #ef4130 repeat-x left -25px;
	border-color:#810b00;

}
form input.radio {
	border:0px;
	background: transparent;
	float:left;
	width:auto;
}



