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

body {
	margin: 0px;
	padding: 0px;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #75737C;
	background-color: #242424;
	text-align: left;
	line-height: 1.4em;
}

#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;
}

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

a:link { text-decoration: none; color:#75737C; }
a:active { text-decoration: none; color:#C7DEDD; }
a:visited { text-decoration: none; color: #afafaf; }
a:hover { text-decoration:none; color:#C7DEDD; background-color:#4D4F4A; }

a img { border: none; }

#menu {
    width: 180px;
    overflow: auto;
    opacity: 0.8;
	left: 75px;
	top: 5%;
	bottom: 5%;
	height: 80%;
    position: fixed;
    background-color: #3B3935;
    z-index: 999;

}

.container { 

			padding: 70px 20px 0px 15px; 
}			
			
#menu ul {
	border-top:1px solid #C7DEDD;
	border-bottom:1px solid #C7DEDD;
	list-style: none;
	margin: 4px 0px 4px 0px;
	color:#777777;
	background-color:#3B3935;
	display:block;
	text-indent:15px;
	text-decoration: none;

}

#menu ul li.section-title { 
	border-bottom:1px solid #C7DEDD;
	color:#C7DEDD;
	background-color:#4D4F4A;
	display:block;
	margin:0;
	padding:4px 0px 4px 0px;
	text-indent:15px;
	text-decoration: none;
}


#content {
    height: 100%;
    margin: 0 0 0 270px;
    top: 0;
    
}

.container {
    padding: 70px 0px 0px 0px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 15px 0;
}

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: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }
