/*  
Theme Name: Pillat-Bau 2010
Theme URI: http://www.eitelsonnenschein.de
Description: Custom website for Pillat-Bau, Germany
Version: 0.1 beta
Author: Alexander Heitkamp (Umsetzung), Silke Engelsmann (Design)
Author URI: http://www.alexheitkamp.de/

*/

/* ----------------- BROWSER RESET ------------------- */

* {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}

ul, ol {
	list-style: none;
	margin: 0;  /* IE fix*/
}

b, strong {
	font-weight: bold;
	color: #003e81;
}

img, a img {
	border: none;
}

/* ----------------- TEXT FORMATTING ------------------- */


body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

body {
	text-align: center;   /* IE fix */
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 80%;
	color: #000000;
	line-height: 1.7em;
	background: #4c6324 url(pix/bk_seamless.jpg) repeat-x left top fixed;
}

h1, h2 {
	font-family: 'Trebuchet MS', Palatino, Georgia, serif;
	color: #003e81;
	font-weight: bold;
	margin-bottom: 0.5em;
	line-height: 1.2em;
}

h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 2.0em;
	text-transform: uppercase;
}

h3 {
	font-size: 1.4em;
	font-weight: bold;
	color: #003e81;
	margin-bottom: 0.3em;
	margin-top: 40px;
	line-height: 1.4em;
}

blockquote {
	color: #003e81;
	font-weight: bold;
	margin: 10px 40px;
	padding-left: 35px;
}	

a:link, a:visited {
	text-decoration: underline;
	color: #003e81;
}

a:hover, a:focus, a:active {
	text-decoration: none;
	color: #000;
}

/* ----------------- LAYOUT DIVS ------------------- */


#container{
	margin: 0 auto;         /* center website */
	width: 940px;
	text-align: left;
	border: solid 3px #fff;
	background-color: #fff;
}

#content{
	background-color: transparent;
}

#header{
	float: left;
	width: 940px;
	position: relative;
	height: 207px;
	background-image: url(pix/head.jpg);
}

#navi{
	clear: both;
	width: 940px;
	height: 44px;
	background-color: #003e81;
}

#navcontainer ul {
	list-style-type: none;
	text-align: left;
	padding-left: 156px;
}

#navcontainer ul li { 
	display: inline; 
}

#sidebar{
	float: left;
	clear: both;
	width: 154px;
	background: #fff;
	margin: 30px 0 0 0;
	border-right: solid 2px #003e81;
	border-bottom: solid 3px #003e81;
}

#sidebar ul{
	list-style-type: none;
	padding: 0 0 0 10px;
	margin: 0;
}

#sidebar ul li{
	padding: 8px 0 0 10px;
	line-height: 1.3em;
	margin-bottom:8px;
}

#sidebar ul li a{
	font-weight: bold;
	text-decoration: none;
}

.button{
	height: 32px;
	width: 154px;
}

#main{
	width: 522px;
	margin: 0;
	min-height: 555px;
	padding: 60px 131px 50px 287px;
	background: #fff;
}

#footer{
	clear: both;
	width: 643px;
	padding: 10px 10px 10px 287px;
	background-color: #003e81;
}

#footer p{
	color: #fff;
}	

#footer a:link,
#footer a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover,
#footer a:focus,
#footer a:active {
	color: #fff;
	text-decoration: underline;
}


/* ----------------- MISC FORMATS ------------------- */


.alignleft {
	float: left;
	padding-right: 1em;
}

.alignright {
	float: right;
	padding-left: 1em;
}

.aligncenter {
	float: left;
	padding-right: 1em;
}

.clearfloat {
	clear: both;
	background-color: #fff;
}

p.dienstleistung {
	color: #da2128;
	font-weight: bold;
	margin-bottom: 0.5em;
	line-height: 1.2em;
	font-size: 2.0em;
	text-transform: uppercase;
	font-family: 'Trebuchet MS', Palatino, Georgia, serif;
}	

#dienste ul li a:link,
#dienste ul li a:visited {
	color: #da2128;
}

#dienste ul li a:hover,
#dienste ul li a:focus,
#dienste ul li a:active {
	color: #000;
}

#pillatbau ul li a:link,
#pillatbau ul li a:visited {
	color: #000;
}

#pillatbau ul li a:hover,
#pillatbau ul li a:focus,
#pillatbau ul li a:active {
	color: #444;
}

.entry{
	padding-bottom: 50px;
}	

.entry p{
	margin-bottom: 10px;
}

.entry p img{
	margin: 10px 0 20px -15px;
}	


/* ----------------- BLOG FORMATTING ------------------- */

/*
.post{
	padding: 10px 0 10px 0;
}

.post h2{
	font-family: Georgia, Sans-serif;
	font-size: 18px;
}

.entry{
	line-height: 18px;
}

p.postmetadata{
	border-top: 1px solid #ccc;
	margin: 10px 0 0 0;
}

.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}

.sidebar ul li{
	padding: 10px 0 10px 0;
}

.sidebar ul li h2{
	font-family: Georgia, Sans-serif;
	font-size: 14px;
}

.sidebar ul ul li{
	padding: 0;
	line-height: 24px;
}

table#wp-calendar{
	width: 100%;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
*/
.high {border: 1px dashed red;} 
