/*
Theme Name: Siegfried-Neumann Stiftung
Theme URI: #
Description: Siegfried-Neumann Stiftung Design
Version: 1.0
Author: Tim Isenheim
Author-URL: freshlabs.de
*/


html{
	font: 62.5%/160% "Lucida Grande", Arial, Helvetica, sans-serif;
}

body{
	font-size: 1.2em;
	color: 000;
	background: #fffefa;
	text-align: center;
}

body, html{
	margin: 0;
	padding: 0;
}

/* Layout */

.wrapper{
	margin: 0 auto;
	width: 900px;
	text-align: left;
	position: relative;	
}

.container, .primary, .secondary{ position: relative; }



.primary, .secondary{
	padding: 0 0 20px 0;
	position: relative;
}

.primary{
	float: right;
	width: 600px;
	background: #fff;
}

.secondary{
	float: left;
	width: 300px;
	background: #eee9e1;
	padding: 0 0 60px 0;
	height: 100%;
}

.footer{
	clear: both;
	background: #d0c8ba url(images/footer.gif) no-repeat center bottom;
	padding: 20px 10px 1px 10px;
	color: #a69d8e;
	position: relative;
}

#logo{
	margin-bottom: 0;
}

#logo a{
	display: block;
	background: url(images/logo.gif) no-repeat left center;
	width: 302px;
	height: 110px;
}

#logo a span{ display: none; }


.primary .imageteaser{
	height: 360px;
}

.secondary .textteaser{
	height: 360px;
	background :#94302b url(images/newsteaser.gif) no-repeat center top;
}

.container{
	padding-bottom: 80px;
	clear: both;
	background: url(images/sidebar.gif) repeat-y left bottom;
	position: relative;
}


.content{
	padding: 20px;
	line-height: 170%;
}

.content h1{
	line-height: 160%;
}

.content h4{
	margin: 12px 0 2px 0;
}

.content p{
	margin: 4px 0 12px 0;
}

.primary h2{
	margin: 20px 0 16px 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #EEE9E1;
}

.secondary h2{
	text-transform: uppercase;
	color: #900;
	margin: 20px 0 16px 0;
}

/* Posts */

.post{ padding: 8px 0 16px 0; }

.post h3{
	margin: 16px 0 8px 0;
	padding: 3px 0 3px 12px;
	border-left: 25px solid #CFC5B5;
}




/* Navigation */

ul#nav{
	position: absolute;
	margin: -25px 0 0 300px;
	padding: 0;
	list-style: none;
/*	position: absolute;*/
}

ul#nav li{
	margin: 0 8px 0 0;
	padding: 0;
	float: left;
	font-size: 1.2em;
}

ul#nav li a:visited,
ul#nav li a{
	display: block;
	width: 80px;
	text-align: center;
	line-height: 25px;
	text-decoration: none;
}

ul#nav li a:visited:hover,
ul#nav li a:hover,
ul#nav li a:focus{
	text-decoration: underline;
}

ul#nav li.current a:visited,
ul#nav li.current a{
	background: #94302b url(images/tab.gif) no-repeat center bottom;
	color: #fff;
	text-decoration: none;
}

.secondary ul li{
	list-style-type: square;
}

/* Links */

a:visited, a{
	color: #900;
	text-decoration: underline;
}

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


.footer a{ color: #a69d8e; }
.footer a:visited{}
.footer a:focus{}
.footer a:hover{ color: #000; }
.footer a:active{}

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.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;
}
/* End captions */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

/* DZI-Siegel */

.dzi span{ display: none;}

.dzi a:visited:hover, .dzi a:hover{ background-position: right top; }
.dzi a:visited, .dzi a{
	background: url(images/dzi-siegel.gif) no-repeat left top;
	display: block;
	width: 61px;
	height: 116px;
}

div.dzi{
	bottom:90px;
	height:116px;
	left:16px;
	position:absolute;
	width:61px;
	z-index:10;
}

/* Footer */



/* CLEARING
-------------------------*/

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	}

.clearfix { 
	display: inline;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* ---- EoF ----*/

