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

body {
	color: #888888; 
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	background-color: #FFF;
	line-height: 1.25em;
}

p {
    margin: 0 0 20px 0;
}

a:link { 
	outline: none;
	text-decoration: none; 
	color: #999999;
}

a:active {  
	text-decoration: none;
	color: #666666;
}

a:visited {
	outline: none;
	text-decoration: none; 
	color: #999999;
}

a:hover {	
	text-decoration: none;
	color: #666666;
}

a img { border: 0; }


#menu {
    width: 300px;
    overflow: visible;
    top: 0;
    bottom: 0;
	left: 0;
    position: absolute;
    height: 100%;
	color: #999999;
	background-color: #FFF;

}

#menu li.section-title {
	font-weight: bold;
	font-size: 11px;
	padding-top: 8px;
	text-transform: none;
	width: 210;
	color: #4169E1;
	
	/* Following lines adds a line about each section */
		border-top-color: #cccccc;
		border-top-style: solid;
		border-top-width: 1px;
}

#menu li.active a:link,
#menu li.active a:active,
#menu li.active a:visited { 
	outline: none;
	text-decoration: none;
	color: #999999;
}

#menu li.active a:hover { 
	text-decoration: none;
	color:#999999;
}

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


#content {
	width: 800px;
    height: 100%;
    padding: 0;
    margin: 0 0 0 250px;
    top: 0;
	position: absolute;
}

.container {
    padding: 120px 60px 60px 60px;
}


#content p { 
	width: 700px;
	margin-bottom: 0px;
	padding: 0px;
	display: run-in;
}

#img-container	{
	margin-left: 0;
	padding: 0;
	background-color: transparent;
}

#img-container p { 
	padding: 0;
}

#img-container.nav { 
	color: #999999;
}

#mov-container	{
	width: 720px;
	margin-left: 0px;
	padding: 0;
}

#once { clear: left; }
.copy {font-size:9px; padding: 50px 0 5px 0; font-family:Arial, Helvetica, sans-serif; font-style:normal; color:#c6c6c6;}
.copy2 {font-size:9px; padding: 0px 0 5px 0; font-family:Arial, Helvetica, sans-serif; font-style:normal; color:#c6c6c6;}
.project_title {
	border-bottom-width: 1px;
	border-bottom-color: #282828;
	border-bottom-style: solid;
	padding-bottom: 6px;
	padding-top: 0px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:none;
	font-size:12px;
	font-weight:bold;
	color:#4169E1;
	width:700px;

}
.project_details {
	font-family: Georgia sans-serif;
	font-size:11px;
	font-weight:italic;
	letter-spacing:normal;
	color: #282828; 	
	padding: 5px 0 10px 0;
	line-height: 16px;
	width:700px;

}


/* HEADINGS */
	
	/*
	when typing your text/descriptions follow this format to use these heading types
	
	<h1>This is the text i want to be a heading which</h1>
	
	start with h1 as your largest most important heading. you may not need all 4 but they are here if you do.
	*/
	
	h1 { 
		font-family: Helvetica,sans-seri;
		font-style: none;
		font-size: 11px;
		color: #000000; /* This color overides the color set in "body". Delete this line if you want the colors of the headings to match the rest of your type */
		padding-bottom: 5px; /* sets the spacing between the heading and paragraph below */
	}
	
	h2 { 
		font-family: Georgia, serif;
		font-size: 20px;
		font-weight: normal;
		color: #666666;
		padding-bottom: 15px; /* sets the spacing between the heading and paragraph below */

	}
	
	h3 { 
		font-size: 16px;
		color: #0006FF;
	}
	
	h4 { 
		font-size: 12px; 
		color: #0006FF;
	}
	
	h5 { 
		font-size: 12px; 
		color: #999999;
		font-weight: normal;
		width: 500px;
	}

	h6 { 
		 
		font-family: Georgia, serif;
		font-style: italic;
		font-size: 12px;
		font-weight: normal;
		color: #666666;
		padding-bottom: 15px; /* sets the spacing between the heading and paragraph below */
		width: 500px;
		
	}
	
	h7 { 
		font-family: Helvetica,sans-serif;
		font-style: none;
		font-size: 15px;
		color: #4169E1; /* This color overides the color set in "body". Delete this line if you want the colors of the headings to match the rest of your type */
		padding-bottom: 15px; /* sets the spacing between the heading and paragraph below */
	}
	
	h8 { 
		 
		font-family: Helvetica,sans-serif;
		font-style: none;
		font-size: 12px;
		font-weight: normal;
		color: #666666;
		padding-bottom: 15px; /* sets the spacing between the heading and paragraph below */
		width: 500px;
		
	}
	
	h9 { 
		 
		font-family: Georgia, serif;
		font-style: italic;
		font-size: 11px;
		font-weight: normal;
		color: #666666;
		padding-bottom: 15px; /* sets the spacing between the heading and paragraph below */
		width: 400px;
		
	}
	
	h10 { 
		 
		font-family: Helvetica,sans-serif;
		font-style: none;
		font-size: 12px;
		font-weight: normal;
		color: #4169E1;
		padding-bottom: 15px; /* sets the spacing between the heading and paragraph below */
		width: 300px;
		
	}


/* IMAGES */

	#img-container	{ 
		margin: 0 0 20px 0; 
		padding: 0; 
	}
	
	#img-container p	{ 
		width: 400px; 
		margin: 0; 
		padding: 0 0 12px 0;
	}
	
	.nothumb img {
		margin-top: 0px;  
		margin-right: 0px;
		margin-bottom: 20px;
		margin-left: 0px;
		
	}
	
	#once { clear: left; }
	
/* SLIDE SHOW - Navigation */
	
	p.nav a {
		color:#4169E1;
		text-decoration: none;
		background-color: #none;
		padding-top: 3px;
		padding-right: 3px;
		padding-bottom: 3px;
		padding-left: 0px;
		font-size: 11px;
		font-family: Helvetica,Arial,sans-serif;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
	}
	
		
	p.nav a:hover {
		color:#4169E1;
		text-decoration:none;
	}
	
	p.nav span#num {
		letter-spacing: 2px;
		font-family: Helvetica,Arial,sans-serif;
		font-style: none;
		padding-left: 10px;
	}