/*  
Theme Name: Esther Girsberger
Theme URI: http://www.esther-girsberger.ch
Description: The new Esther Girsberger Theme
Version: 1.0
Author: Valentin Binnendijk (code)
Author URI: http://www.binnendijk.com/

*/


/* font stuff */
body, p, form, input, textarea, select, fieldset, div, label, li, ul {
 	font-family : Arial, Verdana;
 	font-size : 12px;
 	color : black;
 	line-height : 140%;
 	letter-spacing: 1px;
	}
.headertitle a, .headertitle a:hover, .headertitle {
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration:none;
}

a, a:hover {
	color: #7b91a9;
	text-decoration:underline;
}
h1, h2, h3, h4, h5 {
	color: #7b91a9;
}
h1 {
	font-size: 15px;
}
h2, h3 {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-size: 13px;
	font-style:bold;
}
h2 a, a h2, h2 a:hover, a:hover h2, h3 a, a h3, h3 a:hover, a:hover h3 {
	text-decoration:none;
}
h2.pagetitle, h2.pagetitle a {
	margin: 0px 0px 20px 0px;
	color: black;
}
#content h2, #content h3 {
	margin-top: 0px;
	font-size: 15px;
}
li {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
ul li li, ul ul  {
	margin: 0px 0px 0px 12px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
}



/* structure stuff */
html, body {
	margin: 0;
	padding: 0; 
	background-color: #efefef;
	}

#header {
	background-color: #7b91a9;
}

.headerimage 	{ 
	float:left;
	width: 158px;
	margin-top: 20px;
	}
	
.headertitle {
	background-color: #7b91a9;
	margin: 5px 0px 0px 0px;
	width: 112px;
}
.headertitle div {
	padding: 5px 5px 5px 5px;
}
.headerlinks {
	padding: 10px 0px 0px 791px;
	font-size: 11px;
}
.headerlinks a, .headerlinks a:hover {
	color:white;
	text-decoration:none;
}
.white {
	width: 135px;
	background-color: white;
}

#page {
	width: 952px;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 20px 0px;
	border-bottom: 3px solid #7b91a9;
	background-color: white;
	text-align: left;
}

#content {
	margin: 40px 0px 0px 135px;
	float:left;
	width: 600px;
}

#sidebar {
	margin: 40px 0px 0px 20px;
	float:left;
	width: 197px;
}

#footer {
	border-top: 1px solid #7b91a9;
	margin: 20px 0px 0px 135px;
	padding: 10px 0px 0px 0px;
	width: 600px;
	font-size: 11px;
}

#s {
	width: 120px;
}

.post {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #777777;
}
.postmetadata {
	font-size: 11px;
	color: #777777;
}

.alignleft {
	float:left;
	text-align:left;
}
.alignright {
	float:right;
	text-align:right;
}

small {
	font-size: 11px;
}

.commentlist li {
	border-bottom: 1px solid #999999;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 15px 0px;
}

.teaser {
	margin: 0px 20px 0px 0px;
	padding: 10px;
	background-color: #7b91a9;
}
.teaser a, .teaser p {
	color: white;
}

/* special tpl tags */
.stopfloat {
	clear:both;
	float:none;
	height: 0px;
	overflow:hidden;
	display:block;
}
.trenner {
	height: 20px;
}

/* mailform */
.mailform_input {
	width: 400px;	
}
.mailform_textarea {
	width: 400px;
	height: 200px;
}
