/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 52.5%;
	font-family: "helvetica", arial, sans-serif;
	background: #fff;
	color: #333333;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }
body.section-5 { }

.logo {
    position: fixed;
    padding-bottom: 10px;
	margin: 10px 0 7px 8px;
	z-index: 10;
}

#copyr {
	padding-right: 25px;
}

#menu a:link { 
	color: #333333;
	text-decoration:none; 
	}
#menu a:active { 
	color: #333333;
	text-decoration: none; 
	}
#menu a:visited {
	color: #333333;
	text-decoration: none; 
	}
#menu a:hover { 
	color: #333333;
	text-decoration: underline; 
	}
	
#content a:link { 
	color: #333333;
	font-weight: normal;
	text-decoration:none; 
	}
#content a:active { 
	color: #333333;
	font-weight: normal;
	text-decoration: none; 
	}
#content a:visited {
	color: #333333;
	font-weight: normal;
	text-decoration: none; 
	}
#content a:hover { 
	color: #333333;
	font-weight: normal;
	text-decoration: underline; 
	}

a img { border: none; }

#menu {
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	text-align: left;
    width: 220px;
    overflow: visible;
    top: 0px;
    bottom: 0;
	left: -10px;
    position: fixed;
    height: 92%;
    padding: 50px 0px 0px 0px;
	background-color: transparent;
}

#menu ul {
	font-family: "Lucida Grande", arial, helvetica, sans-serif;
	list-style: none;
	font-size: 1.185em;
	line-height: 1.5em;
	margin: 0 22px 2px 0;
	padding-left: 10px;
}

#menu ul a {
	font-family: "Lucida Grande", arial, helvetica, sans-serif;
	list-style: none;
	display: inline;
	margin: 0 0 11px 0;
	padding: 2px 3px 0px 14px;
	color: #333333;
	background-color: transparent;
}

#menu ul li.section-title { 
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	text-transform: uppercase;
	font-size: 1.25em;
	line-height: 1.5em;
	margin: 4px 2px 3px 14px;
	color: #333333;
	cursor: pointer;
}

#menu p { 
	padding-left: 10px;
	line-height: 16px;
	color: #333333;
	
}

#content {
    height: 100%;
    min-width: 620px;
    margin: 0px 0 0 260px;
    top: 0px;
    font-size: 1.03em;
    line-height: 1.4em;
}

div#header {
color : #333333;
font-size: 9px;
letter-spacing: 1.25pt;
line-height:13px;
padding-bottom: 6px;
} 

.container {
    padding: 0px 0px 20px 0px;
}

div#content .container {
    padding-top: 62px;
}

#content p { 	
	font-family: "Lucida Grande", "Calibri", arial, sans-serif;
	font-size: 1.25em; 
	line-height: 1.65em; 
	width: 565px; 
	padding-top: 0px;
	padding-bottom: 10px}

#content strong { padding: 0 3px 0 0;}

#white {
	color: white;
}

p {
	padding: 0px;
}

H1 {
	width: 575px;
	font-size: 1.65em;
}  

H2 {
	font-size:1.5em;
	margin-bottom: 0px;
}  /* displayed at 18px */

h3 {
	font-family: Lucida Grande, Trebuchet MS, sans serif;;
	font-weight: normal;
	width: 565px;
	font-size: 1.125em;
	line-height: 1.45em;
}  /* displayed at 15px */

H4 {
	font-size:1em;
	padding-bottom: 5px;
	padding-top: 15px;
}  /* displayed at 12px */


p#proj-title {
	font-family: Georgia, Times New Roman, serif;
	font-size: 32px;
	line-height: 1em;
	color: black;
}

#year {
	font-family: Times New Roman, Times, serif;
	font-size: 1.25em;
	line-height: 1em;
	color: #333333;
}

p#proj-desc {
	font-size: 8pt;
	font-family: Lucida Grande, Trebuchet MS, sans serif;
	margin-top: 2px;
	color: #333333;
	font-size: .9em;
}



#img-container	{ padding: 10px 0 0 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 0 0; }

#once { clear: left; }

.creditz p { }

.caption-box { margin-top: 4px; }

.caption-box .title { font-family: 'helvetica neue', helvetica, arial, sans-serif; font-weight: bold; font-size: 1.125em; }

.caption-box .caption { font-family: 'helvetica neue', helvetica, arial, sans-serif; font-size: 1.125em;  }

#num {padding-left: 6px; letter-spacing: 1px;}

.img-bot {margin-bottom: 6px; display: block; }

#next {	font-family: "helvetica", "Calibri", arial, sans-serif; font-size: 1.125em; }

#prev {	font-family: "helvetica", "Calibri", arial, sans-serif; font-size: 1.125em; }
	   
	   
	   
	   
	   
