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

body {
	font-size:12px;
	font-family: Georgia, sans-serif;
	background: #231f20;
	color:#24211c;
}

#logo{
margin: 60px 0 50px 90px;
color:#d66c2a;
font-weight:bold;
font-size:14px;
}


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

a:link { text-decoration: none; color: #fff }
a:active { text-decoration: none; color: #fff }
a:visited { text-decoration: none; color: #fff; }
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    width: 350px;
    /*overflow: auto;*/
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
	position:absolute;
    height: 100%;
	background-color: #2b271f;
}

#menu ul {
	list-style: none;
	margin: 60px 0 40px 90px; 
}

#menu ul li.section-title {
color:#b4b5b7;
font-weight:normal;
letter-spacing:2px;
margin:0 0 20px 0;
font-size:12px;


}

#section_new {
color:#b4b5b7;
letter-spacing:2px;
margin:0px 0 20px 95px;
font-size:12px;


}

#section_new a {
color:#b4b5b7;
font-weight:normal;
letter-spacing:2px;
font-size:12px;
text-decoration:none;
}

#section_new a:hover{
text-decoration:none;
}

#menu ul li {
margin: 2px 0 0 0;
font-weight:normal;
font-size:16px;
letter-spacing:1px;

}
#menu ul li a { 
text-decoration:none; 
margin:0 0 0 30px; 
color:#fff;

}
#menu ul li a:hover { 
border-color:#000000;

}

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

.container {
    padding: 5px 5px 25px 5px;
}

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

p {
    margin: 0 0 9px 0;
	font-size:14px;
	line-height:25px;
	font-weight:normal;
	color:#fff;
}

h1 { font-size: 16px; font-weight:normal; color:#fff; margin:0 0 30px 0; letter-spacing:1px; font-style: Italic }
h2 { font-size: 11px; color:#fff; margin:0 0 20px 0; }
h3 { font-size: 11px;color:#fff; }
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; }

#footer{
margin: 90px 0 50px 90px;
font-family:georgia;


}


#prev {
font-weight:normal;
font-size:12px;
letter-spacing:0.2px;
color:#aaacaf;
text-decoration:none;

}
#prev a{
font-weight:normal;
font-size:12px;
letter-spacing:0.2px;
color:#aaacaf;
text-decoration:none;

}

#prev a:hover{
font-weight:normal;
letter-spacing:0.2px;
text-decoration:none;

}

#next  {
font-weight:normal;
font-size:12px;
letter-spacing:0.2px;
color:#aaacaf;
text-decoration:none;
}

#next a {
font-weight:normal;
font-size:12px;
letter-spacing:0.2px;
color:#aaacaf;
text-decoration:none;
}

#next a:hover {
font-weight:normal;
letter-spacing:0.2px;
text-decoration:none;
}

#num {
font-weight:normal;
font-size:12px;
letter-spacing:3px;
color:#aaacaf;
}
.txt{
    margin: 0 0 9px 0;
	font-size:10px;
	line-height:20px;
	font-weight:normal;
	color:#b3b5b8;

}
em{color:#b3b5b8;}

.credits{
font:11px arial normal;
color:#FFFFFF;

}