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

body {
	background-color: #0c0c0c;
	height: 100%;
}

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

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

a img { } 

#menu {
	color: white;
	font-family: Helvetica;
    background-color: black;
    opacity:0.85;filter:alpha(opacity=85);
    width: auto;
    overflow: visible;
    height: 100%;
    margin-left: 30px;
    position: fixed;
    z-index: 2;
    padding-top: 30px;

}

#menu ul {
	font-size: medium;
	margin-left: 30px;
	line-height: 2;
}

#menu ul li {
	list-style: none;
	margin-left: 4px;
	line-height: 2;
}

#menu ul li a {
	text-decoration: none;
	padding-left: 6px;
}

	#menu ul li.active a {
		border-left: 2px solid white;
		padding-left: 4px;
	}

	#menu ul li a:hover {
		border-left:1px solid white;
		padding-left: 5px;
	}

#menu ul li.section-title { 
	padding-left: 5px;
}

#content {
    color: #252525;
    font-size: medium;
    font-family: helvetica;
    line-height: 1.5;
    height: auto;
    margin-left: 280px;
	padding-top: 30px;
}

#content ul {
	padding-left: 70px;
}
 
#content p { 
	line-height: 1.50; 
	width: 400px; 
	margin-bottom: 9px; 
	padding-left: 70px;
}

.container {
}

#goright {
	color: #FCFCFC;
	font-size: small;
}

.post-nav {
	font-size: small;
	font-variant: normal;
}

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


#img-container	{ 
	position: absolute; 
	top:50%; 
	margin-top: -300px;
    z-index: 1;

}

#img-container p { 
	width: 400px; 
	margin: 0; 
	padding-bottom: 12px;
}

#once { clear: left; }