/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, 
menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display:block;
}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }


body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

body, select, input, textarea {   color: #444; }
h1,h2,h3,h4,h5,h6 { font-weight: bold; }
h2{margin-bottom: 3px;}
h3{font-size: 16px;
color: #aeaeae;
text-transform: uppercase;
margin-bottom: 20px;
float: right;}
h3:hover{color: #efec0f;}
html { overflow-y: scroll; }

a:hover, a:active { outline: none; }
a, a:active, a:visited { color: #000; }
a:hover { color: #000; }
a.unterstrichen{border-bottom:3px solid #efec0f;}

ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

nav ul, nav li { margin: 0; } 
small { font-size: 85%; }
strong, th { font-weight: bold; }
td, td img { vertical-align: top; } 
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre {  padding: 15px;  white-space: pre;  white-space: pre-wrap;  white-space: pre-line;  word-wrap: break-word; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px;  -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red;  box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #333; color:#fff; text-shadow: none; }
::selection { background:#333; color:#fff; text-shadow: none; } 
a:link { -webkit-tap-highlight-color: #333; } 

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; } 
.visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after {  content: "\0020"; display: block; height: 0; visibility: hidden;	 } 
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* Primary Styles
    Author: Chris Barrow / Archive
 */

body {
font-family: 'Gentium Basic', serif;	font-size: 15px;
		font-weight:400;
	line-height:18px;
	width: 100%;
	color:#000;
}


a {
	color:#000;
	text-decoration:none;
}

.en{
	font-style: italic;
	margin-top: 10px;
	font-weight: normal;
	color:#666;}

.thin{
	font-weight:normal;}

#container {
	width:950px;
	margin: 0 auto;
}

header {
	position:fixed;
	top:0px;
	z-index:5;
	width:1000px;
	margin: 0 auto;
	height:80px;
	background-color: rgba(256, 256, 256, .9); 
}

body.dev header {
	background-color:transparent;
}

header h3 {
	float:left;
	clear:both;
	margin-top:15px;
}



#logo {
	width:170px;
	float:left;
	margin-right: 40px;
	margin-top:18px;
}

#logo a:hover {
	border-bottom:3px solid #efec0f;
}

nav {
	margin-left: 20px;
	margin-top:39px;
}

 li {
	float:left;
}

nav li a {
	display:block;
	margin-right:50px;
	color:#000;
}

nav li a:hover span, nav li.selected a span {
	border-bottom:2px solid #efec0f;
}

/* Projekte */

#projekte{
	font-weight: normal;
	line-height: 17px;
	min-height: 500px;}

.projekttitel{
	font-weight: bold;
	text-transform: uppercase;}

.projekt{
	margin-bottom: 20px;
	clear: both;}

.projekt p{
	margin-top: 10px;
	font-weight: normal;}

.projekt a{
	font-weight: bold;}
.projekt a:hover{
	color: #efec0f;
	background-color: black;
	padding: 2px;}

/* #left-column {
	position:fixed;
	left:0;
	top:153px;
	margin:0px 15px 0px 15px;
	width:170px;
}

#left-column ul {
	list-style:none;
	margin:0 0 20px 0;
}

#left-column ul li.dash,p.dash {
	width:23px;
	border-top:1px solid #8c878c;
	margin-top:7px;
}

#left-column a, h3 a,h4 {
	color:#8c878c;
}

#left-column a:hover, h3 a:hover,#left-column ul li.over a {
	color:#ea8bbc;
	text-decoration:underline;
}
#left-column ul li.selected a {
	color:#555064;
} */

#content {
	position:relative;
	float:left;
	margin:15px 0px 0px 200px;
}

#zitat{
	padding-top: 120px;
	font-size: 120%;
	line-height: 120%;
	padding-left: 30px;}

/* items/projects etc */

#project-images img, #project-images iframe {
	margin:0 0 13px 0;
}

#info-btn {
	position:fixed;
	top:165px;
	left:215px;
	width:15px;
	height:15px;
	font-size:9px;
}

#project-description {
	position:fixed;
	top:150px;
	left:200px;
	width:380px;
	height:495px;
	background-color:#fff;
	display:none;
}

#project-description p {
	margin:13px;
}

#project-description p#close {
	margin:15px;
}

.text {
	width:441px;
	margin-left:152px;
}

.text p {
	margin:0px 0px 13px 0px;
}

.text p.dash, .text ol li.dash {
	width:23px;
	border-top:1px solid #000;
	margin-top:7px;
}
.text ol {
	list-style:none;
	margin:0px 0px 13px 0px;
}

.text ol span.column {
	display:block;
	float:right;
	width:365px;
}

 .text ol li.dash {
	float:left;
	clear:both;
}

.text a,#project-description a {
	text-decoration: underline;
}
.text a:hover, #project-description a:hover {
	text-decoration: none;
}


/* Culture styles */

body.culture {
	color:#fff;
}

body.culture header h3 a {
	color:#CCC;
	border-bottom:2px solid #CCC;
}

body.culture header a {
	color:#FFF;
}

body.culture header a:hover {
	color:#FFF;
	border-bottom:2px solid #ea8bbc;
	text-decoration:none;
}

body.culture #logo a:hover {
	border-bottom:2px solid #fff;
}

body.culture header nav li a:hover {
	border:0px;
}

body.culture header nav li a:hover span, body.culture header nav li.selected a span {
	color:#FFF;
	border-bottom:2px solid #FFF;
}

/* posts */

body.culture .post a
{
	color:#fff;
	text-decoration:none;
}

body.culture .post a:hover
{
	color:#fff;
	text-decoration:underline;
}

.post {
	float:left;
	clear:both;
	width:752px;
}

.clr {
	float:left;
	clear:both;
}

.post .dash {
	display:block;
	width:23px;
	border-top:2px solid #ccc;
	margin-top:7px;
}

.post .article p {
	margin:0px 0px 15px 0px;
}

.post .meta  h1 {
	color:#CCC;
	margin-bottom:15px;
}

.meta {
	float:left;
	width:140px;
}

.article {
	float:right;
	width:600px;
}


.inhaltscontainer{
	min-height: 200px;
	padding-top: 120px;
	margin-bottom: 50px;}
	
#texte ul li{
	font-weight:normal;
	margin-bottom: 10px;}

#texte ul{
	clear: both;}


/* pagination */

.paginate {
	float:left:
	clear:both;
	width:600px;
	margin-left:150px;
}

.previous-page {
	float:left;
	width:200px;
	height:60px;
}

.next-page {
	float:right;
	width:200px;
	text-align: right;
	height:60px;
}

.paginate a {
	color:#fff;
	text-decoration: underline;
}
.paginate a:hover {
	text-decoration: none;
}

/* footer nav */

#left-column ul.footer a {
	color:#000;
}

div#texte ul li{
	list-style-image: url(img/list-points.jpg);}
	
div#twitter{
	position: absolute; 
	top: 130px;
	left: -200px;}

/* end primary */

@media all and (orientation:portrait) { 
  
}

@media all and (orientation:landscape) { 
  
}

@media screen and (max-device-width: 480px) {
  
  
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none !important; }
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a:after { content: " (" attr(href) ")"; } 
  abbr:after { content: " (" attr(title) ")"; }
  .ir a:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }  
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  h2, h3{ page-break-after: avoid; }
}


