﻿/*
Theme Name: AquaChek Trutest
Theme URI: http://www.aquachek-trutest.de
Description: Die digitale Wasseranalyse
Version: V2.0
Author: Patrick Amrhein
Author URI: http://www.studiografix.de
*/

@import url('reset.css');
@import url('typography.css');
* {
	margin : 0;
	padding : 0;
}
body {
	background:#0099CB url('images/bg.gif') repeat-x top;
	text-align:left;
}
img{
	margin:0px;
	padding:0px;
	border:0px;
}
a img{
	margin:0px;
	padding:0px;
	border:0px;
}

.caps {
    font-size:10px;
    text-transform:uppercase;
    letter-spacing:1px;
}
.important {
    font-weight:bold;
}
div#container { 
	width:950px;;
	background:#ffffff;
	margin:0 auto;
	color:#000000;
	text-align:left;
	padding-top:15px;

}
div#wrapper {
	float:left;
	width:100%;
}

/************************HEADER***********************/
#header {
	width:950px;
	height:130px;
	margin:0 auto;
	background:url('images/header.jpg') no-repeat;
    position: relative;
}
#space{
	width:950px;
	height:93px;
    float: right;
}
#logo{
	margin-top:19px;
	margin-right:41px;
    float: right;
}

/*************************CONTENT******************************/

div#content {
	width:575px;
	float:left;
    margin-left:25px;
	margin-bottom:20px;
}
div#content a {
	color: #019CDE;
	text-decoration:none;
	border-bottom-color:#666666;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
div#content a:hover {
	color: #666666;
	text-decoration:none;
	border-bottom-color:#019CDE;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
div#content img { 
	padding:5px;
	margin:4px;
	border-color:#FFFFFF;
	border-style:solid;
	border-width:1px;
}
div#content a img {
	padding:0px;
	margin:0px;
	border:0px;
}
.post h2, .post h2 a:hover, .post h2 a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size : 24px;
	text-decoration: none;
	color: #019CDE;
	margin: 0 0 5px 0;
	border-bottom-color:#019CDE;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.post {
	font-size : 1.2em;
	margin-bottom : 30px;
	text-align : justify;
}
.post ul, .post ol {
	margin-left : 25px;
}
.entry {
	padding :10px 20px 10px 5px;
}
	/*post images*/
		img.alignleft{
			float:left;
			border:1px solid #DCDCDC;
			padding : 5px;
			margin: 2px 10px 5px 0px;
		}
		img.alignright{
			float:right;
			border:1px solid #DCDCDC;
			padding : 5px;
			margin: 2px 0px 5px 10px;
		}
	/*end post images*/		

small {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : italic;
	color : #50B7E2;
}
blockquote {
	background-image: url(images/bquote.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin:10px 40px 10px 5px;
	font-family : Arial, Helvetica, sans-serif;
	color : #999;
	clear: both;
	padding-top: 15px;
	padding-left: 38px;
}
code {
	font : 14px 'Courier New', Courier, Fixed;
	display : block;
	overflow : auto;
	text-align : left;
	margin : 5px 0;
	padding : 5px 10px 5px 10px;
	background : #eee;
	border-top : 1px solid #ccc;
	border-bottom : 1px solid #ccc;
}
p.postmetadata {
	background:#000000;
	border-top:1px #019CDE dotted;
	border-bottom:1px #019CDE dotted;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 12px;
	color:#ffffff;
	padding:5px;
}
.navigation {
	display : block;
	font-size : 16px;
	font-weight : bold;
	padding:20px 5px;
}
	.alignleft {
		float : left;
		text-align : left;
	}
	.alignright {
		float : right;
		text-align : right;
	}

/*************************SIDEBAR******************************/
div#sidebar{
	float:right;
	width:350px;
}

div#sidebar-left{
	float:left;
	width:160px;
}
div#sidebar-right{
	float:right;
	width:145px;
	margin-right:15px;
}
#sidebar a, #sidebar a:visited {
	font-family : Arial, Helvetica, sans-serif;
	color: #7B7B7B;
	text-decoration: none;
}
#sidebar a:hover {
	color: #50B7E2;
	text-decoration: none;

}
#sidebar ul {
	list-style : none;
	margin-bottom : 20px;
}
#sidebar ul ul  {
	list-style-type: none;
	margin: 0;
	padding: 0px 5px 10px 4px;
}
#sidebar ul ul ul,#sidebar ul ul ul ul,#sidebar ul ul ul ul ul {
	margin: 0;
	padding:0;
}
#sidebar ul li {
	line-height : 21px;
}
#sidebar ul ul li {
	padding-bottom:2px;
	background : transparent;
}
#sidebar ul ul ul li,#sidebar ul ul ul ul li,#sidebar ul ul ul ul ul li{
	margin-left :10px;
	background : transparent;
	border-bottom:0;
}
#sidebar ul h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 24px;
	text-decoration: none;
	color: #019CDE;
	margin: 0 0 5px 0;
	border-bottom-color:#019CDE;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

/***********************COMMENTS******************************/
h3#comments,h3#respond {
	color : #ffffff;
	margin-left:5px;
}
.avatar {
	padding : 3px;
	border : 1px solid #ccc;
	margin:0 5px 5px 0;
    float:left;
}
ol.commentlist {
	list-style-type : none;
}
ol.commentlist li {
	margin-bottom : 20px;
	padding-bottom : 20px;
	padding:10px 5px;
    position:relative;
}
ol.commentlist li.alt {
	margin-bottom : 20px;
	padding-bottom : 20px;
}
.authcomment {
	background-color: #2B2B2B !important;
	border: 2px solid #50B7E2;
} 
span.comauth{
	background:#FFFFFF;
	margin-bottom : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size: 12px;
	color:#000000;
	padding:5px;
}
#comment_title {
	margin-bottom : 5px;
}
#commentform {
	margin-bottom : 20px;
	margin-left : 10px;
}
#commentform textarea {
	width : 98%;
	padding : 5px;
	font-size : 12px;
	background : #fff;
	border : 1px solid #d2cece;
	margin:5px 0px;
}
input#author,input#email,input#url {
	padding : 4px;
	font-size : 12px;
	background : #fff;
	border : 1px solid #d2cece;
	margin:5px 0px;
}
input#submit{
	background : #d2cece;
	color:#656971;
	padding:5px;
	border:0px;
} 

/**************************FOOTER******************************/
div#footer{
	width:950px;
	height:120px;
	background:#0099CB;
	clear:left;
}
div#copyright{
	width:950px;
	height:120px;
	float: left;
	background:#0099CB;
}
div#copyright .content{
	width:750px;
	height:120px;
	float: left;
}
div#copyright .studiografix{
	width:140px;
	height:120px;
	float: right;
	margin-right:40px;
	background:url('images/copyright-studiografix.jpg') no-repeat right bottom;
}
div#footer h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 24px;
	color: #FFFFFF;
	margin: 15px 0 5px 0;
	border-bottom-color:#D2CECE;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
div#footer a {
	color: #FFFFFF;
	text-decoration:none;
	border-bottom-color:#D2CECE;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
div#footer a:hover {
	color: #D2CECE;
	text-decoration:none;
	border-bottom-color:#FFFFFF;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

/**********************HR*********************/
hr {
	display: none;
}

/**********************GOOGLEADS*********************/

div#google468x15 {
	width:468px;
	height:30px;
}

div#google250x250 {
	width:250px;
	height:250px;
	margin:5px;
	padding:5px;
	float:left;
}
div#google160x600 {
	width:160px;
	height:600px;
	margin:0px;
	margin-bottom:20px;
	padding:0px;
	border:0px;
}
div#google468x60 {
	height:60px;
	width:580px;
	float:left;
	margin-bottom:10px;
	padding:0px;
	border:0px;
}

/**********************EBAYADS*********************/
div#ebay160x600 {
	width:160px;
	height:600px;
	margin:0px;
	margin-bottom:20px;
	padding:0px;
	border:0px;
}
div#ebay250x250 {
	width:250px;
	height:250px;
	margin:5px;
	padding:5px;
	float:right;
}

/**********************FOTOLIAADS*********************/
div#content .fotolia250x250 {
	margin:25px;
}
div#fotolia468x60 {
	height:60px;
	width:580px;
	float:left;
	margin:0px;
	padding:0px;
	border:0px;
}
div#fotoliaad {
	height:60px;
	width:468px;
	float:left;
	border:0px;
}
div#fotoliaarrow {
	height:60px;
	width:70px;
	float:right;
	border:0px;
}
div#fotoliaarrow img{
	margin:0px;
	padding:0px;
	border:0px;
}


