/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('/fonts/bebas/BebasNeue-webfont.eot?') format('eot'),
         url('/fonts/bebas/BebasNeue-webfont.woff') format('woff'),
         url('/fonts/bebas/BebasNeue-webfont.ttf') format('truetype'),
         url('/fonts/bebas/BebasNeue-webfont.svg#webfontfvFLBU0N') format('svg');
    font-weight: normal;
    font-style: normal;

}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, sans-serif;
	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;
	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: 42px;
	margin-left: 310px;
	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;
    top: 0;
    left: 0;
    background:none repeat scroll 0 0 #FFFFFF;
    opacity:0.85;
    float:left;
    width:250px;
    height: 100%;
    padding:40px 0 0 40px;
}

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

.mainnav {
	margin-top: 60px;
}

.mainnav ul li.section-title { 
	font-family: 'BebasNeueRegular', Arial, sans-serif;
	color: #333;
	margin-top: 25px;
	letter-spacing: 1px;
}

.mainnav ul {
	list-style: none;
}

.mainnav ul li {
	font-family:'BebasNeueRegular', Arial, sans-serif;
	list-style: none;
	display: block;
	font-weight: 100;
	margin: 0px;
}

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

.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-family:'BebasNeueRegular', Arial, sans-serif;
	font-size:55px;
	font-weight: 100;	
	line-height:0.9em;
}

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

h2 { 
	font-family: 'BebasNeueRegular', Arial, sans-serif;
	font-weight: 200;
	letter-spacing: 1px;	
	line-height:1em;
	font-size: 20px;
	margin-bottom: 25px;
	color: #525252;
}
h3 { 
	font-family: 'BebasNeueRegular', Arial, sans-serif;
	font-weight: 100;
	letter-spacing: normal;	
	line-height:1em;
	font-size: 20px;
	letter-spacing: 1px;
	color: #525252;
}
h4 { font-size: 12px; }


#infotext-container {
	color:#333333;
	font-size:12px;
	font-weight:200;
	text-transform: none;
	margin-top: 17px;
	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: 0 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.4em;
	font-weight:200;
	text-transform: none;
	text-align: justify;
}


#img-container	{ 
	float: left;
	margin-top: 15px;
	padding: 0; 
	font-size : 90%;
	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; }
