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

body {
	font-size: 62.5%; /* 1em is 10pt font - change font size below*/
	font-family: Helvetica, Arial, Sans-serif;
	background:#000;
	color:#FFF; /* change general font color here */
	font-size: 1em;
}

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

a:link { text-decoration: none; color:#FFF;} /*change font color of links here*/
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #FFF; }
a:hover { text-decoration: none; color:#999;} /*change font color on link rollover here */

a img { border: none; }


#splash{text-align:center; width:250px; margin:250px auto; font-size:36px; font-weight:bold; text-transform:lowercase; font-family:helvetica, arial, sans-serif;}
#splash a:hover{text-decoration:none; color:#666;}
#bottomtext{ position:fixed; bottom:0; right:0; padding:10px 20px; text-align:right;}

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

#menu ul {
	list-style: none;
	margin: 0 0 12px 10px;
	color:#FFF;
	text-transform:lowercase;
}

#menu ul li.section-title {padding:0; }
#menu ul li{ padding-left:10px;}
#menu ul li a{ }
#menu ul li a:hover{ }

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

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

.space{padding-left:15px}
.nog a:hover{color:#FFF}


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

p {
    margin: 0 0 9px 0;
}

h1{ font-weight:bold; text-transform:lowercase; font-size:2.2em; margin-bottom:5px;} /* Change title font size */
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; }
.smallprint{color:#666; font-size:8px; text-transform:lowercase;}
.smallprint a{color:#333;}
