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

body {
	font-size: 12px;
	line-height: 130%;
	font-family: Verdana;
	background: color: #fff;
}

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

a:link { text-decoration: none; color: #000000;text-align: center;}
a:active { text-decoration: none; color: #000000;text-align: center;}
a:visited { text-decoration: none; color: #000000; text-align: center;}
a:hover { text-decoration: underline overline; color: #c8c8c8; text-align: center;}

a img { border: none; }

#menu {
    font-family:"Verdana";
    width: 160px;
    overflow: hidden;
    top: 30px;
    bottom: 0;
    left: 30px;
    position: fixed;
    height: 100%;
    background-color: #fff;
    background: transparent; 
    text-align: center;
	
}

#menu ul {
	list-style: none;
	margin: 2px 5px 2px 3px;
}

#menu ul li.section-title 
{ 
font-family:"Century Gothic";
font-size: 19px;
text-decoration: none; color: #fff;
margin: 0px 4px 2px 5px;
background-color: #000000;
text-align: center;
}

/* height and width of project explanations */
#content {
    height: 100%;
    margin: 30px 0 0 280px;
    top: 0px;
}

#video{
	position:absolute;
	top:200;
 	left:300;
}

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

#content p { width: 680px; margin-bottom: 15px; }
 
p {
    margin: 0 0 0px 0;
}

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

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

#once { clear: left; }

#menu ul li.section-title { 
	cursor:pointer;
	}

.index-hide {
	display:none;
	}

.index-show {
	display:block;
	}