/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Helvetica Neue-Light', 'Helvetica Neue', 'Microsoft Sans Serif', Helvetica, sans-serif;
	font-size : 90%;
	font-weight : 100;
	color : #333;
	background: #fff;
	text-transform: uppercase;
	width: 100%;
}

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

#rap {
	float: 				left;
	width:				100%;
	height: 			100%;
	padding:			0;
	margin: 			0 0 0 30px;
	text-align: 		left;
	background:			#fff;
}

a:link { text-decoration: none; color: #333;}
a:active { text-decoration: none; color: #333; }
a:visited { text-decoration: none; color: #333;}
a:hover { text-decoration: none; color: #00baff;}
a img { border: none; }

#content {
    float: left;
	padding:0;
	margin-top: 72px;
	margin-left: 280px;
	width: auto;
}

#content p { 
	text-align: left;
	line-height:1.5;
	margin:1em 0;
	color:#333333;
	font-size:12px;
	font-weight:200;
	text-transform: none;
}

#menu {
    position:fixed;
    background:none repeat scroll 0 0 #FFFFFF;
    opacity:0.85;
    float:left;
    width:215px;
    height: 100%;
	margin-top: 70px;
	padding: 0 10px 0 10px;
}

.sitetitle {
	margin: 16px 0 4px 0;
}

.subtitle {
	font-size: 20px;
	letter-spacing: -0.02em;	
	line-height:1.1em;
	margin-bottom: 50px;
	text-align: right;
	color: #bbb;
	padding-right: 5px;
}

.mainnav {
	font-weight: 200;
	font-size: 12px;
	text-align: left;
}

.mainnav ul li.section-title { 
	color: #333;
	margin-top: 25px;
	letter-spacing: 0.03em;
}

.mainnav ul {
	list-style: none;
	margin-top: 5px;
	letter-spacing: 0.03em;
}

.mainnav ul li {
	list-style: none;
	display: block;
	margin: 0px 2px 3px 2px;
}

.mainnav ul li a {
	color: #bbb;
}

.mainnav ul li a:hover { 
	text-decoration: none; 
	color: #00baff;
}

.footer {
	position: relative;
}


.nav {
	padding: 0 2px 0 2px;
	font-size: 13px;
}

p.nav {
	font-size: 13px;
}


p {
    margin: 0;
}

h1 { 
	font-size:34px;
	font-weight: 100;
	letter-spacing: -0.02em;	
	line-height:0.8em;
}

h1 a:hover { text-decoration: none; color: #333;}

h2 { 
	font-size: 32px;
	font-weight: 100;
	letter-spacing: -0.05em;	
	line-height:1em;
}
h3 { 
	font-weight: 200;
	letter-spacing: 0.01em;	
	line-height:0.1em;
	font-size: 16px;
}
h4 { font-size: 12px; }


#infotext-container {
	color:#333333;
	font-size:12px;
	font-weight:200;
	text-transform: none;
	margin-top: 22px;
	margin-left: 50px;
}

#infotext-container p {
    color:#333333;
	font-size:13px;
	line-height:1.5em;
	font-weight:200;
	text-transform: none;
	text-align: justify;
}

#infotext-container table {
    font-size:13px;
	line-height:1.5em;
	margin: 20px 0 20px 0;
}

#statement-container { 
	float: left;
	padding: 0;
	margin: 5px 50px 0 0;
	color:#333333;
	font-size:12px;
	line-height:1.5em;
	font-weight:200;
	text-transform: none;
	text-align: justify;
	width: 280px;
}

#statement-container p { 
	color:#333333;
	font-size:13px;
	line-height:1.5em;
	font-weight:200;
	text-transform: none;
	text-align: justify;
}


#img-container	{ 
	float: left;
	margin-top: 15px;
	padding: 0; 
	width: auto;
}

#img-container .picture_holder { 
	float: left;
}
#img-container .picture { }

#img-container .captioning .title { 
	font-weight: 200; 
	text-transform: none;
	margin-top: 10px;
	font-size:12px;
}

#img-container .captioning .caption { }

.nothumb	{ 
	margin-top: 24px; 
}

#img-container p	{ 
	font-size: 13px;
}

#img-container img	{ 
	border: none; 
}

#s1 .img-bot { 
	margin-top: 5px;
	border: none; 
}

#s1 p { 
	font-size: 14px;
}

#num { font-size: 12px; }
#once { clear: left; }