/*
*************************************************************
*	all CSS styles for werk01 web presentation 09/06/2007	*	
*	arranged by clear comments								*
*	boris@werk01.de											*
*************************************************************
*/

@font-face {
    font-family: 'ITCOfficinaSansBold';
    src: url('officinasans-bold-webfont.eot');
    src: url('officinasans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('officinasans-bold-webfont.woff') format('woff'),
         url('officinasans-bold-webfont.ttf') format('truetype'),
         url('officinasans-bold-webfont.svg#ITCOfficinaSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ITCOfficinaSansBookItalic';
    src: url('officinasans-bookitalic-webfont.eot');
    src: url('officinasans-bookitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('officinasans-bookitalic-webfont.woff') format('woff'),
         url('officinasans-bookitalic-webfont.ttf') format('truetype'),
         url('officinasans-bookitalic-webfont.svg#ITCOfficinaSansBookItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ITCOfficinaSansBold';
    src: url('officinasans-bold-webfont.eot');
    src: url('officinasans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('officinasans-bold-webfont.woff') format('woff'),
         url('officinasans-bold-webfont.ttf') format('truetype'),
         url('officinasans-bold-webfont.svg#ITCOfficinaSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ITCOfficinaSansBook';
    src: url('officinasans-book-webfont.eot');
    src: url('officinasans-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('officinasans-book-webfont.woff') format('woff'),
         url('officinasans-book-webfont.ttf') format('truetype'),
         url('officinasans-book-webfont.svg#ITCOfficinaSansBook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ITCOfficinaSansBoldItalic';
    src: url('officinasans-bolditalic-webfont.eot');
    src: url('officinasans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('officinasans-bolditalic-webfont.woff') format('woff'),
         url('officinasans-bolditalic-webfont.ttf') format('truetype'),
         url('officinasans-bolditalic-webfont.svg#ITCOfficinaSansBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

body { 
	background: #000; 
	color: #ccc; 
	font-family: ITCOfficinaSansBook, "Lucida Grande", Helvetica, Arial, Verdana; 
	font-size: 62.5%; 
}

/*
* default typo
*/

h1, h2, h3 {
	font-family: ITCOfficinaSansBold, "Lucida Grande", Helvetica, Arial, Verdana; 
	font-weight: normal;
}

h1 {
	color: #fff;
	font-size: 1.4em; 
	margin: 0 0 5px 0; 
	padding: 0; 
}

p { 
	font-size: 1.2em;
	margin: 0 0 30px 0; 
}

ul, dl, a {
	font-size: 1.1em;
}

ul { 
 	margin: 0 0 30px 5px; 
	padding: 0; 
}

hr {
	border: 0;
	border-bottom: 1px dotted #BFD952;
/*	color: #f00;
	background-color: #f00;
	height: 5px;
*/
}

blockquote {
	background: url(../images/quote.png) no-repeat 0 0;
	margin-left: 0;
	margin-right: 5%;
	padding-left: 30px;
	font-size: 1.2em;
}

li { 
	margin:0 0 5px 13px; 
	padding: 0; 
}

a, a:visited, a:active {
	color: #BFD952;
	text-decoration: none;
}

a:hover {
	background: #BFD952;
	color: #000;
}

/*
* 404 Page styles
*/
.errorWrapper {
	height: 120px;
	left: 50%;
	margin-left: -175px;
	margin-top: -60px;
	position: absolute;
	top: 30%;
	width: 350px;
}

.errorBox {
	border: 1px dotted #BFD952;
	margin: 0 0 0 20px;
	padding: 20px;
}

/*
* default layout -> header and 3 Columns
*/

#header {
	height: 210px;
	background: url(../images/epunk_logo.png) no-repeat 0 0;
	overflow: hidden;
	position: relative;
}

#header h1 {
	float: left;
	position: relative;
	margin: 0 0;
	padding: 35px 0 0 143px;
	color: white;
	font-weight: normal;
	font-size: 1.5em;
}

#header h1 a {
	position: relative;
	top: 93px;
}

#header h2 {
	position: absolute;
	margin: 0 0;
	font-weight: normal;
	display: inline;
	top: 151px;
	left: 47px;
}

#header h1 a {
	color: #fff;
}

#header ul {
	float: left;
	padding: 123px 0 0 20px;
	font-size: 2em;
}

#header ul li {
	display: inline;
	list-style: none;
}

*html #header {
	display: inline-block;
}

#columnWrapper {
	margin: 0 0 0 5%;
}

#firstColumn {
	float: left;
	padding: 0 5% 0 0;
	width: 25%;
	min-width: 280px;
}

#firstColumn p { 
	border-bottom: 1px dotted #BFD952;
	padding: 0 0 10px 0;
}

#secondColumn {
	float: left;
	padding: 0 5% 0 0;
	width: 35%;
	min-width: 280px;
}

#thirdColumn {
	float: left;
	width: 25%;
	min-width: 280px;
}

#footer {
	font-size: 1em;
	margin: 0;
	clear: both;
	}

/*
* definition-list for werk01-head datas
*/

#heads { 
	margin: 10px 0 30px 0; 
	padding: 0;
}

#heads dt { 
	color: #fff;
	font-size: 100%;
	font-family: ITCOfficinaSansBold, "Lucida Grande", Helvetica, Arial, Verdana; 
	font-weight: normal;
	margin: 0 0 0 0px; 
	padding: 0 0 5px 0; 
}

#heads dt a {
	background: url(../images/epunk_small.gif) 1px no-repeat #000;
	padding: 3px 22px;
}

#heads dt a:hover {
	background: url(../images/epunk_small_over.gif) 1px no-repeat #BFD952;
	padding: 3px 22px;
}

#heads dd { 
	margin: 0 0 20px 22px; 
	padding: 1px; 
}

#heads dd em { 
	display: block; 
	margin: 5px 0 0 0; 
}

/* golive pages */

#golive dd { 
	margin: 0 0 10px 22px; 
	padding: 1px;
}

#golive ul { 
 	margin: 0 0 0 5px; 
}

#golive li { 
	margin:0 0 0 13px; 
	font-size: 0.9em;
}

/* oliver pages */

#oliver .mtl_entry {
	clear: both;
	float: left;
	border-top: 1px dotted #BFD952;
	width: 100%;
}

#oliver .mtl_entry.mtl_type_twitter {
	background: url(../images/twitter-small.png) 0 2px no-repeat;
}

#oliver .mtl_entry.mtl_type_gplus {
	background: url(../images/gplus-small.png) 0 2px no-repeat;
}

#oliver .mtl_entry.mtl_type_fb {
	background: url(../images/fb-small.png) 0 2px no-repeat;
}

#oliver .mtl_entry .mtl_heart {
	background: url(../images/heart-small.png) 0 2px no-repeat;
	padding-left: 12px;
}

#oliver .mtl_header {
	color: #999;
	margin: 0 0 0 12px;
}

#oliver .mtl_content img {
	padding: 3px 1em 0.5em 0;
}

#oliver .mtl_status {
	height: 75px;
	display: block;
	float: left;
	margin-right: 2em;
}

#oliver .mtl_status.loading {
	background: url(../images/load-indicator.gif) 50% 55px no-repeat;
}

#oliver .mtl_status.error {
	background: url(../images/load-error.gif) 50% 55px no-repeat;
}

#oliver .mtl_status.ok {
	background: url(../images/load-ok.gif) 50% 55px no-repeat;
}

#oliver .mtl_status.hidden {
	background: url(../images/load-hidden.gif) 50% 55px no-repeat;
}
