/**
* 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: lowercase;
}

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

#rap {
	width:				990px;
	height: 			100%;
	padding:			0;
	margin: 			75px auto;
	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: #bcd6de;}
a img { border: none; }

#content {
    float: left;
	width:700px;
	padding:0;
	margin: 0;
}

#content p { 
	text-align: justify;
	line-height:1.5;
	margin:1em 0;
	color:#333333;
	font-size:15px;
	font-weight:200;
	padding: 0 20px 0 150px;
}

#menu {
    float:left;
    width:225px;
    height: 445px;
	padding:10px;
	margin:40px 0 0 40px;
}

.title {
	margin: 20px 0 4px 0;
}

.subtitle {
	font-size: 33px;
	letter-spacing: -0.02em;	
	line-height:1.1em;
	margin-bottom: 30px;
	text-align: right;
	color: #bcd6de;
	padding-right: 11px;
}

.mainnav {
	position: relative;
	font-weight: 200;
	font-size: 13px;
	text-align: right;
	padding-right: 10px;
}

.mainnav ul li.section-title { 
	color: #333;
}

.mainnav ul {
	list-style: none;
	margin-top: 5px;
}

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

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

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

.footer {
	position: relative;
}


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

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


p {
    margin: 0;
}

h1 { 
	font-size:54px;
	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.05em;	
	line-height:1em;
	font-size: 20px;
	padding: 0 20px 0 150px;
	margin-top: 36px;
}
h4 { font-size: 12px; }

#img-container	{ 
	width: 700px; 
	margin: 0; 
	padding: 0; 
}

.nothumb	{ 
	margin-top: 24px; 
}

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

#img-container img	{ 
	border: 2px solid #333; 
}

#s1 .img-bot { 
	margin-top: 5px;
	border: 2px solid #333; 
}

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

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