@charset "utf-8";
/*
Theme Name: raumlaborberlin
Theme URI: -
Description: Variable grid layout, easing effect on window resizing
Version: 2.2
Author: -
Tags: light, flexible-width, threaded-comments


Index:
  - Basic Elements
  - Basic Styling
  - Layout
  - Grid Items, Single Item and Comments
  - Navigation and Sidebar Widget
  - Form Elements

*/



/* ---------- Basic Elements ---------- */

.NimbusSanNov-Bol {
	font-family: NimbusSanNov-Bol;
	font-weight: normal;
	font-style: normal;
}

body {
	background-color: #ffffff;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #000000;
	font-family: 'Cutive Mono', serif;
	font-size: 13px;
	line-height: 1.2em;
	word-spacing: -0.2em;
}

p {	margin-top: 0.2em;
	margin-bottom: 0.2em;
 }

a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration:underline;
}

.active {
	text-decoration:underline;
}

li.current_page_item a {
	text-decoration:underline;
}

li.current-cat a {
	text-decoration:underline;
}

li.current-cat parent a{
	text-decoration:underline;
}

a img {
	border: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

.startseite li.current-cat a {
	text-decoration:none;
}

.startseite .cat-item-2 a {
	text-decoration:underline;
}

.startseite li.current-cat a:hover {
	text-decoration:underline;
}

a.overview{
	text-decoration:underline;
}


.img a:hover {
	border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}
h1 {
	font-family: NimbusSanNov-Bol;
	font-size: 1.15em;
	letter-spacing: 1px;
	line-height: 1em;
	font-weight: normal;
}
h2 {
	font-family: NimbusSanNov-Bol;
	font-size: 1.8em;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 1.18em;
	font-weight: normal;
	word-wrap: break-word;
}

h2 a {
	text-decoration: none;
	color: #000000;
}

h2 a:hover {
	text-decoration: none;
	border-bottom: 0.15em solid #000000;
}

h2.post-title {
		width: 100%;
	}

h3 {
	font-family: NimbusSanNov-Bol;
	font-size: 1.25em;
	letter-spacing: 0.3px;
	word-spacing: 1.5px;
	text-transform: uppercase;
	padding-top: 8px;
	line-height: 1.15em;
	font-weight: normal;
}

h3.post-title a {
	text-decoration: none;
	color: #000000;
}

h3.post-title a:hover {
	border-bottom: 0.15em solid #000000;
}

.txt h3{
		width: 70%;
	}


h4 {
	font-family: NimbusSanNov-Bol;
	font-size: 1.25em;
	letter-spacing: 0.3px;
	word-spacing: 1.5px;
	text-transform: uppercase;
	line-height: 1.15em;
	font-weight: normal;
}

h4.post-title a {
	text-decoration: none;
	color: #000000;
}

h4.post-title a:hover {
	border-bottom: 0.15em solid #000000;
}


h5,
h6 {
	font-size: 13px;
	margin-top: 2em;
	padding-left: 5px;
	border-left: 5px solid #c4c4c4;
}

blockquote {
	margin: 0;
	padding: 10px;
	border-left: 5px solid #e9e9e9;
	background-color: #f9f9f9;
	color: #666666;
}

pre {
	overflow: auto;
	margin: 0;
	padding: 10px;
	background-color: #f9f9f9;
	color: #666666;
}

fieldset {
	border: 1px solid #cccccc;
	padding: 10px;
}

table {
	margin: 1em 0;
	border: 1px solid #999999;
}
th, td {
	padding: 2px 4px;
	/*border: 1px solid #e9e9e9;*/
}
th {
	background-color: #d9d9d9;
	font-weight: normal;
}
td {
	background-color: #d9d9d9;
}

/* ---------- Basic Styling ---------- */

.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignright {
	float: right;
	margin: 0 0 2px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 2px 0;
}

img.centered {
	display: block;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 5px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	display: inline;
}

.caution {
	padding: 10px;
	color: #e9e9e9;
	text-align: center;
	background-color: #cc0000;
}
noscript .caution {
	margin: 0;
}

.wp-caption {
	width: 100%;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #ffffff;
	text-align: center;
}
.wp-caption img {
	padding-top: 5px;
}

.wp-caption-text {
	margin: 5px 0;
	text-align: center;
	color: #666666;
}

code strong {
	color: #cc3366;
	font-weight: normal;
}


/* ---------- Layout ---------- */

#top-container {
}

#container {
	position: relative;
	margin-left: 10px;
	top: 65px;
	padding: 0;
}

#container-1 {
	background-color: #fff;
	position: relative;
	margin-left: 10px;
	top: 165px;
	padding: 0;
}

#container-single {
	position: relative;
	margin-left: 10px;
	top: 63px;
	padding: 0;
}

#container-single-flick {
	background-color: #fff;
	height: 165px;
	width: 100%;
	padding: 0;
}

#container-single-2 {
	margin-left: 10px;
	margin-top: 0px;
	padding: 0;
}

#container-single-2-flick {
	background-color: #fff;
	height: 65px;
	width: 100%;
	padding: 0;
}

	#header {
		width: 100%;
		z-index: 20;
	}

	#grid-wrapper {
		margin-top: 0px;
		padding: 0;
		padding-top: 1000px; /* Prevent flicker in grid area. Check header.php. */
		list-style: none;
		list-style-type: none;
	}

	#grid-wrapper li {
		display: inline;
		}

	#single-wrapper {
		margin: 0;
		padding: 0;
		padding-top: 1000px;  /* for single-page effect */
		list-style: none;
		list-style-type: none;
	}

	#single-wrapper li {
		display: inline;
		}

#post {
		margin-top: 0px;
		margin-left: 0px;
		list-style: none;
		list-style-type: none;
	}

	#post li {
			display: inline;
		}

	.attachment-post-thumbnail{
		padding:5px 10px 5px 0;
		float:left;
	}

	.post-thumbnail img {
		position: relative;
		background-color: #fff;
		max-width: 100%;
		overflow: hidden;

	}

	.post-thumbnail-2 {
		float: left;
		background-color: #fff;
		margin: 5px 0px 5px 0px;
		padding: 0px 0px 0px 0px;
		max-width: 100%;
		height: auto;
	}

	.post-thumbnail-big {
		max-width: 965px;
	}

	.post-thumbnail-big img {
		max-width: 100%;
		height: auto;
		padding-top: 5px;
		padding-bottom: 8px;
	}

	.title {
		float: left;
		background-color: #fff;
		margin: 5px 0px 10px 0px;
		padding: 0px 5px 5px 5px;
		min-width: 230px;
		max-width: 230px;
		height: auto;
	}


	.txt {
		letter-spacing: -0.5px;
		line-height: 1.20em;
		font-weight: normal;
		word-wrap: break-word;
		float: left;
		margin: 5px 0px 5px 0px;
		padding: 0px 5px 5px 5px;
		min-width: 230px;
		max-width: 720px;
	}

	.txt-s2 {
		letter-spacing: -0.5px;
		line-height: 1.20em;
		font-weight: normal;
		word-wrap: break-word;
		float: left;
		margin: 5px 0px 5px 0px;
		padding: 0px 5px 5px 5px;
		min-width: 230px;
		max-width: 720px;
	}

	.txt p {
		margin: 0;
		max-width: 70%;
		padding-right: 0px;
	}

	.txt a {
	text-decoration: underline;
	color: #000000;
	}

	.txt p img {
	padding-top: 10px;
	padding-bottom: 10px;
	}

	.txt p img.alignnone {
		width: 143%;
		max-width: 143%;
		height: auto;
	}


	.relatedposts {
		clear: both;
		float:left;
		background-color: #fff;
		padding-top: 15px;
		padding-left: 5px;
		max-width: 965px;
		min-width: 230px;


	}

	.relatedposts li{
		padding: 0px 10px 10px 0px;
		height: 205px;
	}

	.tag-menu {
		background-color: #ffffff;
		padding-top: 10px;
		max-width: 965px;
	}

	.tags {
		float: left;
		margin: 0px 0px 0px 0px;
		padding:5px 0px 0px 0px;
		min-width: 230px;
		max-width: 230px;
	}

	.tags-post {
		padding-top: 5px;
		max-width: 230px;
	}

	.tags-post ul{
		margin: 0 0 0 0;
		padding:0 0 0 0;
	}

	.tags-post a {
	}

	.tags-post a:hover {
	}

#bottom-container {
	clear: both;
	width: 100%;
	margin: 0;
	padding-top: 10px;
}

	#footer-wrapper {
	}

	#footer {
		margin-left: 10px;
	}
	#footer p {
		margin-top: 10px;
		padding: 0px;
	}




/* ---------- Grid Items, Single Item and Comments ---------- */

/* value = (width * n) + (15+15+5) * (n-1).
 * ex.
 * width=200 : 200, 425, 650, 875
 * width=250 : 250, 525, 800, 1075
 * width=290 : 290, 615, 940, 1265
 */
div.x1 { width:  230px; }
div.x2 { width:  475px; }
div.x3 { width:  720px; }
div.x4 { width:  965px; }

div.grid-item,/* ---------- Container ---------- */
div.single-item {
	margin: 0 5px 5px 0;
	padding: 5px 5px 20px 5px;
	border: 0;
	/*background-color: #FF6699;*/
}

div.grid-item h2.post-title,
div.single-item h2.post-title {
	margin: 0;
	padding-left: 0;
	border-left: 0;
	font-weight: normal;
}

div.grid-item div.grid-image {
	margin-bottom: 1em;
}

div.grid-item div.wp-caption {
	display: none;
}


div.post-body {
	list-style: none;
	list-style-type: none;
}

div.post-body p,
div.comment-body p {
	font-size: 13px;
}

div.post-body li {
	display: inline;
}

div.post-body p img,
div.post-body p object {
	max-width: 100%;
	padding: 0;
}

p.post-meta,
p.comment-meta {
	margin-bottom: 0;
}



/* ---------- Navigation and Sidebar Widget ---------- */

/* Pagination for grid items and paginated posts */
.pagination {
	margin-top: 20px;
	margin-left: 5px;
	font-size: 1em;
}

.pagination .next,
.pagination .prev {
}

.pagination .page-numbers {
	margin: 0 2px 0 0;
	padding-bottom: 50px;
	text-decoration: none;
	background: #ffffff;
}

.pagination .current {
	margin: 0 2px 0 0;
	padding-bottom: 50px;
	text-decoration: underline;
	background: #ffffff;
}
/* page-numbers hover color */
a.page-numbers:hover {
	color: #000000;
	text-decoration: underline;
	padding-bottom: 50px;
	background-color: #ffffff;
}
#post-pagination {
	margin: 1em 0;
	color: #c4c4c4;
}
#post-pagination .prefix {
	color: #eaeaea;
}


/* Sidebar
 * In this theme, sidebar is a horizontal line.
 * See also "Form Elements" section.
 */

#sidebar{
	background-color: #ffffff;
	list-style: none;
	list-style-type: none;
	margin-top: 0px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 8px;
	width: 100%;
	position: fixed;
	z-index: 30;
	top:0;
	/*opacity:0.6;*/
}

#sidebar ul {
	display: inline;
	list-style: none;
	padding-left: 0px;
	margin: 0;
}

#sidebar li {
	display: inline;
	list-style: none;
	margin: 0;
}

#sidebar li a{
	display: inline;
	list-style: none;
	margin: 0;
}


#sidebar li.cat-item:after {
		 content:",";
}

#sidebar li.cat-item.cat-item-9:after {
		 content: none;
}

.sidebar_logo {
	padding: 5px 0px 5px 0px;
}


#sidebar li.widget h2.widgettitle {
	display: none;
}

#sidebar li.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar li.widget ul li {
	display: inline;
	padding-right: 0px;
}

#sidebar li.widget ul li current-cat-parent  {
  text-decoration	: underline;
}

#sidebar2 {
	list-style: none;
	list-style-type: none;
	margin: 50px 0;
	padding-left: 0;
}

#sidebar2 li.widget {
	display: block;
	overflow: hidden;
	margin: 0 5px 5px 0;
	width: 320px;
	padding: 5px 0 0 0;
	border: 0;
}

#sidebar2 h2.widgettitle {
	margin-top: 0;
	padding: 5px 10px;
	color: #333333;
	background-color: #d9d9d9;
}

#sidebar2 li.widget div {
	padding: 0 10px;
	font-size: 13px;
}

#sidebar2 li.widget ul {
	margin: 0;
	padding: 0 10px;
	font-size: 13px;
}

#sidebar2 li.widget ul li {
	list-style: none;
}
#sidebar2 ul.children ul li {
	list-style: none;
}

#sidebar li.tags ul {
	list-style: none;
	margin-top: 0px;
	padding: 0;
}

#sidebar li.tag-menu ul {
	list-style: none;
	margin: 0px;
	padding: 0;
	height: 150px;
}




/* ---------- Form Elements ---------- */

div.comment-form {
	margin: 0;
	padding: 0;
}

#commentform {
	margin: 0;
	padding: 0;
}
#commentform textarea {
	width: 99%;
	max-width: 640px;
}

/* for sidebar widget */

#searchform {
    width: 240px;
}

#searchpos1 {
	float:right;
	margin-right:30px;
	padding: 0px 0 5px 0;
}

#searchpos2 {
	background-color: #ffffff;
	float: left;
	margin-left: 0px;
	padding: 5px 0 5px 0;
	border-bottom:1px solid #000;
	width: 100px;
}

#searchform div {
	padding: 0;
	font-size: 13px;
}
#searchform label.screen-reader-text {
	display: none;
}
#searchsubmit {
	display: inline;
}

#s { /* #searchform input#s */
	width: 170px;
	margin: 0;
}

