/*
Theme Name: Nachhaltigkeit Massiv
Theme URI: http://akaryon.com/
Description: Nachhaltigkeit Massiv Theme
Version: 1.0
Author: Patrick Winkelmayer
Author URI: http://akaryon.com/
Tags:
Text Domain:
*/



/* Begin Typography & Colors */
html, body {
	width:100%;
	height:100%;
	margin: 0 0 10px 0;
	padding: 0;
}

body {
	font-size:12px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-image:url('images/background.png');
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	color: #333333;
}

#page {
	text-align: left;
	width: 956px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

#page, #content {
	min-height:100%;
}

a {
	color:#0057a3;
	text-decoration:none;
}

a.grey {
	color:#737373;
}

a.active {
	color:#000000;
}

a:hover, a.active {
	color:#181818;
}

h2.project {
	margin-bottom:0px;
	margin-left:10px;
	color:#555555;
	font-size:14px;
}

h3.project {
	margin-top:0px;
	margin-bottom:5px;
	color:#000000;
	font-weight:bold;
	font-size:12px;
}


/* End Typography & Colors */



/* Begin Structure */	
#header {
	width:956px;
}

#header #logo {
	float:left;
}

#header #wko_logo {
	float:right;
	margin-top:10px;
}

#main_navi {
	margin-top:10px;
	margin-left:20px;
}

#main_navi a {
	margin-right:20px;
}

#main_navi a.impressum {
	margin-right:7px;
}

#content_header {
	margin-top:5px;
	height:9px;
	background-image:url('images/content_head.png');
	background-repeat:no-repeat;
}

#sub_navi {
	border:0px #ced0d2 solid;
	border-left-width:1px;
	border-right-width:1px;
	background-color:#FFFFFF;
	font-size:11px;
}

#sub_navi a {
	margin-right:20px;
}

#sub_navi.die-forschungsinitiative {
	padding-left:20px;
}

#sub_navi.themen {
	padding-left:190px;
}

#sub_navi.publikationen {
	padding-left:260px;
}

#content {
	padding-top:10px;
	padding-left:50px;
	padding-right:30px;
	padding-bottom:10px;
	border:0px #ced0d2 solid;
	border-left-width:1px;
	border-right-width:1px;
	background-color:#FFFFFF;
	position:absolute;
	width:874px;
}

#content_box {
	float:left;
	width:500px;
	line-height:150%;
}

.post_img {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	max-width:240px;
}

.box {
	width:530px;
	padding:8px 0px;
	position:relative;
	line-height:117%;
}

.box_top {
	width:530px;
	height:8px;
	position:absolute;
	top:0px;
	background-image:url('images/box_top.png');
}

.box_content {
	width:510px;
	background-color:#e1e1e1;
	padding:0px 10px;
}

.thumbnail {
	float:left;
	margin-right:10px;
}

.img_credit {
	font-size:10px;
	font-style:italic;
}

.box_bottom {
	width:530px;
	height:8px;
	position:absolute;
	bottom:0px;
	background-image:url('images/box_bottom.png');
}

#sidebar {
	float:right;
	margin-top:15px;
}

#tags {
	width:260px;
}

#tag_cloud {
	width:230px;
	border:2px solid #e4e4e6;
	border-top:0px;
	padding:5px;
}


/* End Structure */
















/* 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 */




/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* 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 */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
