/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

@font-face {
    font-family: 'LeagueGothicRegular';
    src: url(http://andreasniederwieser.com/exhibit/fonts/League_Gothic-webfont.eot);
    src: url(http://andreasniederwieser.com/exhibit/fonts/League_Gothic-webfont.eot?#iefix) format('embedded-opentype'),
         url(http://andreasniederwieser.com/exhibit/fonts/League_Gothic-webfont.woff) format('woff'),
         url(http://andreasniederwieser.com/exhibit/fonts/League_Gothic-webfont.ttf) format('truetype'),
         url(http://andreasniederwieser.com/exhibit/fonts/League_Gothic-webfont.svg#LeagueGothicRegular) format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'YanoneKaffeesatzThin';
    src: url(http://andreasniederwieser.com/exhibit/fonts/YanoneKaffeesatz-Thin-webfont.eot);
    src: url(http://andreasniederwieser.com/exhibit/fonts/YanoneKaffeesatz-Thin-webfont.eot?#iefix) format('embedded-opentype'),
         url(http://andreasniederwieser.com/exhibit/fonts/YanoneKaffeesatz-Thin-webfont.woff) format('woff'),
         url(http://andreasniederwieser.com/exhibit/fonts/YanoneKaffeesatz-Thin-webfont.ttf) format('truetype'),
         url(http://andreasniederwieser.com/exhibit/fonts/YanoneKaffeesatz-Thin-webfont.svg#YanoneKaffeesatzThin) format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'YanoneKaffeesatzLight';
    src: url(http://andreasniederwieser.com/exhibit/fonts/YanoneKaffeesatz-Light-webfont.eot);
    src: url(http://andreasniederwieser.com/exhibit/fonts/YanoneKaffeesatz-Light-webfont.eot?#iefix) format('embedded-opentype'),
         url(http://andreasniederwieser.com/exhibit/fonts/YanoneKaffeesatz-Light-webfont.woff) format('woff'),
         url(http://andreasniederwieser.com/exhibit/fonts/YanoneKaffeesatz-Light-webfont.ttf) format('truetype'),
         url(http://andreasniederwieser.com/exhibit/fonts/YanoneKaffeesatz-Light-webfont.svg#YanoneKaffeesatzLight) format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'YanoneKaffeesatzRegular';
    src: url(http://andreasniederwieser.com/exhibit/fonts/YanoneKaffeesatz-Regular-webfont.eot);
    src: url(http://andreasniederwieser.com/exhibit/fonts/YanoneKaffeesatz-Regular-webfont.eot?#iefix) format('embedded-opentype'),
         url(http://andreasniederwieser.com/exhibit/fonts/YanoneKaffeesatz-Regular-webfont.woff) format('woff'),
         url(http://andreasniederwieser.com/exhibit/fonts/YanoneKaffeesatz-Regular-webfont.ttf) format('truetype'),
         url(http://andreasniederwieser.com/exhibit/fonts/YanoneKaffeesatz-Regular-webfont.svg#YanoneKaffeesatzRegular) format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'YanoneKaffeesatzBold';
    src: url(http://andreasniederwieser.com/exhibit/fonts/YanoneKaffeesatz-Bold-webfont.eot);
    src: url(http://andreasniederwieser.com/exhibit/fonts/YanoneKaffeesatz-Bold-webfont.eot?#iefix) format('embedded-opentype'),
         url(http://andreasniederwieser.com/exhibit/fonts/YanoneKaffeesatz-Bold-webfont.woff) format('woff'),
         url(http://andreasniederwieser.com/exhibit/fonts/YanoneKaffeesatz-Bold-webfont.ttf) format('truetype'),
         url(http://andreasniederwieser.com/exhibit/fonts/YanoneKaffeesatz-Bold-webfont.svg#YanoneKaffeesatzBold) format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	font-family: 'YanoneKaffeesatzLight', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { background-color: transparent; text-decoration: none; color: #949494; }
a:active { background-color: transparent; text-decoration: none; color: #fff; }
a:visited { background-color: transparent; text-decoration: none; color: #949494; }
a:hover { background-color: transparent; text-decoration: none; color: #fff; }
#menu ul li.active a { color: #fff; } /* for working active menu */

a img { border: none; }

#the-background {
	position: fixed;
	overflow: hidden;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#wrapper {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#menu {
    position: fixed;
    overflow: hidden;
    width: 215px;
    padding: 80px 0 0 80px;
    float: left;
}

#menu ul {
	font-family: 'YanoneKaffeesatzRegular', 'Helvetica Neue'; 
    font-size:16px;
	list-style: none;
	margin: 0 5px 0 5px;
    padding-bottom: 5px;
}

#menu ul li.section-title {
	font-family: 'LeagueGothicRegular', 'Helvetica Neue'; 
    font-size: 28px;
	border-bottom: 1px solid #949494;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

#content {
	width: 550px;
    padding: 80px 0 35px 380px;
}

.container {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    background: url(http://andreasniederwieser.com/exhibit/transparency.png) scroll left top;
}

#content p { width: 540px; }

p {
    margin: 0 5px 10px 5px;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 540px; margin: 0; padding: 0 5px 10px 5px; }

#once { clear: left; }

#header {  
    position: fixed;
	height: 10px;
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index:100;
}

#footer {  
    position: fixed;
	height: 20px;
	bottom: 0;
	width: 100%;
	background-color: #fff;
	padding: 6px 0 0 80px;
	font-size: 10px;
	color: #666666;
	z-index:100;
}
