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

body {	color: dimgray; 
	font-size: 14px; 
	font-family: Georgia, serif; margin-bottom: 8px; margin-top: 4px; margin-left: 0px; line-	height:1.2;
}

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

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

a img { border: none; }

#menu {
background-color:  rgba(255,255,255, 0.85);
display: block;
width: 185px;
left: 40px;
top: 0px;
float: left; 
height: auto;
overflow: auto;
 position: fixed;
}

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

#menu ul li.section-title { 
	border-bottom-color: lightskyblue; 	border-bottom-style: solid; 	border-bottom-width: 6px; 
	color: dimgrey; 
	font-weight: normal; 
	font-family: Georgia,Times New Roman,Times,serif;
	font-size:16pt; 
	line-height: 16px;
	margin-bottom: 4px;
margin-top: 10px;


	}

#content {
	background-color:  rgba(255,255,255,0.85);
    	margin: 34px 0px 60px 250px;
    	padding: 30px 20px 20px 20px;
width:350px;

}

#content_home {
	background-color:  rgba(255,255,255,0.5);
    	margin: 30px 0px 60px 250px;
    	padding: 30px 30px 20px 20px;
width:500px;

}
*controls drop down menu text
.container {
    padding: 5px 5px 25px 5px;
}

.vimeod {
float:right; 
}

#content p { 
	margin-top: 8px;
	line-height: 18pt; 	
	margin-left: 12px; 	
	color: dimgray; 
	font-size: 14px; 
	font-family: Georgia, serif; 
	margin-bottom: 8px; 
	margin-top: 4px; 
	margin-left: 0px; 
	line-height:1.2;
	width: 350px;  

 }

p { 
    margin: 56px 9px 30px 10px;
	font-size: 38pt; 
	font-family: Georgia, Times New Roman, Times, serif;
	letter-spacing: -0.02em;
	line-height: 0.9em; 
	color: dimgray;
}

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

h1 { color: dimgray; font-weight: normal; font-size: 22px; font-family: Georgia,Times New Roman,Times,serif; margin-bottom: 7px; margin-top: 0px;  letter-spacing: -0.02em; line-height:0.5; border-bottom: 7px solid lightskyblue; display: inline-block; }

h2 { color: dimgray; font-weight: normal; font-size: 14px; font-family: Georgia,Times New Roman,Times,serif; margin-bottom: 8px; margin-top: 4px; line-height:1.2;  }

h3 { color: dimgray; font-weight: normal; font-size: 16px; font-family: Georgia, Times New Roman, Times, serif;  line-height:1.2;}

h4 { color: dimgray; font-weight: normal; font-size: 100px; font-family: Georgia,Times New Roman,Times,serif; margin-bottom: 0px; margin-top: -10px;  letter-spacing: -0.02em; line-height:0.98; }

h5 { color: dimgray; font-weight: normal; font-size: 22px; font-family: Georgia,Times New Roman,Times,serif; margin-bottom: 7px; margin-top: 0px;  letter-spacing: -0.02em; line-height:0.5;}

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

#once { clear: left; }






