/**
* CSS
* 
* @version 1.0
* @author Frederick Ostrenko
* Based on Vaska Sample 
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Verdana, sans-serif;
	background: #000;
}

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

a:link { text-decoration: none; color: #666; }
a:active { text-decoration: none; color: #0093ef; }
a:visited { text-decoration: none; color: #666;}
a:hover { text-decoration: none; color: #0093ef; }

a img { border: none; }

#logo {
	font-weight: bold;
}

#logo a:visited {
	color: #000;
	text-decoration: none;
}

#logo a:link {
	color: #000;
	text-decoration: none;
}

#menu {
	font-size: 12px;
    width: 200px;
    overflow: auto;
    top: 15px;
	left: 15px;
    position: fixed;
    height: 90%;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title {
	text-align: left;
	font-weight: bold;
}

#menu ul li{

}

#content {
    margin: 15px 0px 15px 215px;
    width: 820px;
}

.container {
	background-color: #fff;
	padding: 10px 10px 10px 10px;
}

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

#resume p{
	width: 800px;
}

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: 0; padding: 0; }
#img-container p	{width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#content li {display:inline;}

#the-background {
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

#the-background img{
	height: 100%;
}


#wrapper {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;

}

#the-background li {
	display:inline;
}

