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

body {
	font-size: 11px;
	font-family: Arial,"Helvetica Neue",Helvetica,Geneva,sans-serif;
	background: #1B2B31 url(../img/bg-pattern.jpg);
	color: #FFF;
}

img {
	border: 1px solid #434343;
	margin-bottom:10px;
}

h1 {
	font-size:32px;
	color:#7BBDD9;
	font-weight:bold;
	font-family: "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	margin-top:30px;
}

.noborder {
	border: 0px;
}

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

a:link { text-decoration: none; color:#7BBDD9; height:25px; }
a:active { text-decoration: underline; color:#7BBDD9; }
a:visited { text-decoration: none; color:#7BBDD9; }
a:hover { text-decoration: none; color:#A3DBF3; }

a img { border: none; }

#menu {
    width: 250px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #22353D;
	padding-left:20px;
	padding-top:20px;
}

#menu ul {
	list-style: none;
	margin-bottom:10px;
}

#menu li{
	height: 15px;
	width: 200px;
	margin-top:5px;
	
}

#menu ul li.section-title {height:20px;border-bottom: 1px #FFF dotted; }

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

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

#content p { width: 500px; margin-bottom: 15px; font-size:11px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin-top: 30px; padding: 0; }
#img-container p	{ width: 600px; margin: 0; padding: 0 0 12px 0; font-size:18px; }

#once { clear: left; }
