@charset "UTF-8";
@import url('slider.css');

/* --------  Reset  ---------  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight:400; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }
a { outline: none; }
legend, caption { display: none; }





/*  -----------------    colors     -------------------- 

			#d3571f = orange  (link)
			#149bd6 = lightblue (for hover state)

*/
 
 
/*  -------------------- BASE ----------------------- */

body {
	color: #222;
	background: #fff;
	background-image: url(images/bg01.gif);
	font-size: 100%;
    }
    

p.nodistance{
	margin-top: 1px;
}
p.distance{
	margin-top: 8px;
}

/* -----------------  Typo -------------------------- */  

p{
	font: 0.77em Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
}

H1.title {
	font-size: 24px;
	line-height: 24px;
	font-family: Helvetica, Arial,  sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom:-3px;
	text-shadow: 1px 1px 0px #fff;
	}
H2.subline{
	font-family: Helvetica, Arial,  sans-serif;
	font-weight:normal;
	font-size: 13px;
	margin-bottom: 15px;
	text-shadow: 1px 1px 0px #fff;
	}
H3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-style:italic;
	line-height: 1.2em;
    font-weight:normal;
	color: #333;
	margin-bottom: 0px;
	text-shadow: 1px 1px 0px #fff;
	}

.shadow {
    text-shadow: 1px 1px 0px #fff;
    /* Versatz links - Versatz oben - Unschärfe (Blur) - Farbe */
}

H5{	font-family: Helvetica, Arial,  sans-serif;
	color: #fff;
	font-weight:normal;
	font-size: 11px;
	margin-bottom: 20px;
	text-shadow: -1px -1px 0px #999;
	background-color: #bbb;
	}




/* ----------------------- Head  ------------------------ */

#headcontainer{
	background-color:white;
	height:273px;
	margin: 20px 0 40px 0;
	}
#wrap{
	width: 960px;
}
#mainimage{
	float: left;
	display: inline;
}
#headinfo{
	float: left;
	display: inline;
	width: 435px;
	margin-top: 25px;
}
#headtags{
	color: #555;
	font: 0.77em Georgia, "Times New Roman", Times, serif;
	line-height:1.3em;
	letter-spacing:0.01em;
	font-style:italic;
	text-align:left;
	width:350px;
	}
#headtags li{
	list-style-type:none;
	}	
.tagsrow1{
	float:left;
	border-left: #bbb 1px solid;
	margin: 45px 20px 0 28px;
    padding:25px 0px 25px 40px;
	}
.tagsrow2{
	float:left;
	margin: 85px 20px 0 0px;
    padding-left:5px;
	}




/* ------------------------- Nodes  ------------------------ */

#entry{
	margin: 0 0 40px 150px;
	width:740px;
	}
	
.post{
	border-right: #c4c4c4 solid 1px;
	border-bottom: #c4c4c4 solid 1px;
	background-image:url(images/trans-white.png);
	}

.sticky {
	background-image:url(images/trans-grey.png);
	}
	
.nodeentry{
	margin: 18px;
	width: 520px;
	float:left;
	}

.nodetags{
	font: 0.77em Georgia, "Times New Roman", Times, serif;
	line-height:1.3em;
	letter-spacing:0.01em;
	list-style-type:none;
	color: #666;
	font-style:italic;
	text-shadow: 1px 1px 0px #fff;
    /* Versatz links - Versatz oben - Unschärfe (Blur) - Farbe */
	float: right;
	margin-top: 20px;
	border-left: #aaa 1px solid;
    padding:5px 0 20px 20px;
	width:150px;
	}
	
ul.nodetags li a{
	color: #888;
	font-weight: normal;
}

.audioplayer{
	margin-top:20px;
	}





/* ------------------------  Navigation  -------------------------- */

a:link, a:visited {
	/*font-weight: bold;*/
	color: #d3571f;
	text-decoration:none;
	letter-spacing:0.03em;
}

a:hover{
	/*font-weight: bold;*/
	color: #d3571f;
	text-decoration:none;
	border-bottom: 1px dotted;
	letter-spacing:0.03em;
}

a:link.outgoing,a:visited.outgoing {
	font-weight: bold;
	color: #444;
	text-decoration:none;
}
a:hover.outgoing{
	font-weight: bold;
	color: #444;
	text-decoration:underline;
	border-bottom: 0;
}

#entry a{
	font-weight: normal;
	}

#entry a.project{
	font-weight: bold;
	}

#entry a:link.outgoing,#entry a:visited.outgoing {
	font-weight: bold;
	color: #444;
	text-decoration:none;
}
#entry a:hover.outgoing{
	font-weight: bold;
	color: #444;
	text-decoration:underline;
	border-bottom: 0;
}

a.img{
	border: 0;
}


.metabutton{
	float: right;
	text-align: right;
	margin-right: 15px;
	width: 100px;
	}
.metabutton a:link, .metabutton a:visited{
	display: block;
	background: #666;
	color: white;
	padding-right: 6px;
}
.metabutton a:hover{
	display: block;
	background: #149bd6;
	color: white;
	padding-right: 6px;
	border: 0;
}


#nav{
	margin-top: 10px;
	}
#nav li{
	float: left;
	list-style-type: none;
	}

.home li.button-back{
	display: none;
	}
.page-template-work-php li.button-work{
	display: none;
	}
	
	
a.button{
	padding: 6px;
	background: #d3571f;
	color: white;
	border: 0;
	font-size: 14px;
	}
a:hover.button{
	border: 0;
	color: white;
	background: #149bd6;
	}



a.lowlevel{
	font-weight: normal;
}





/* ---------------------------  WORK  ------------------------ */





#footer{
	margin: 40px 0;
	padding:10px;
	text-align:center;
	height: 30px;
	background-color:#FFF;
	}







/* --------------------------  WORK  -------------------- */


#work {}

.work-entry{
    width:760px;
	background-image:url(images/trans-grey.png);
	padding: 15px;
	margin-bottom: 30px;
	margin-left: 150px;
	border-right: #c4c4c4 solid 1px;
	border-bottom: #c4c4c4 solid 1px;
	}
.work-text{
	width:220px;
	float: left;
	}
.work-entry img{
	padding-left: 30px;
	}
.work-title{
	font: bold 12px/1.4em Helvetica, Arial, sans-serif;
	margin-bottom: 15px;
	}
	
	
	
/* -------------------  Helpers ---------------------- */
	
.left{
	float:left;
	}
.alignleft{
	float:left;
	margin-right: 10px;
	}
.right{
	float:right;
	}
.alignright{
	float: right;
	margin-left: 15px;
	}
li{
	margin:2px;
	}
	
img.imgleft{
	margin: 0 15px 10px 0;
	float:left;
	}
img.imgright{
	margin-left: 15px;
	float:right;
	}	
.audioplayer_container{
	margin-top: 10px;
	}

.topspace { 
	padding-top: 10px; 
	}
.error{
	padding-left: 150px;
	color: white;
	background-color: #149bd6;
	}
	
	
/*  --------- clearfix ----- */

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