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

a {
border: 0;
outline: 0;
}

body {
	font-size: 12px;
	font-family: "ChronicleDisplayLight", "Times New Roman", Times, serif;
	background: #FFFFFF;
}

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



a img { border: none; }

#menu {
    width: 230px;
	line-height: 15px; 
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	text-decoration: none;
	background-color: #FFFFFF;
}

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

#menu ul li.section-title {
font-size: 14px;
	font-family: "ChronicleDisplayLight";
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	color:black; 
	padding-bottom: 6px;
	padding-top: 17px;
}

#menu ul li a {
font-size: 12px;
	font-family: "ChronicleDisplayLight";
	font-style: none;
	text-transform: none;
	text-decoration: none;
	color:#585858; 
	padding-bottom: 6px;
}

#menu ul li a:hover {
font-size: 12px;
	font-family: "ChronicleDisplayLight";
	font-style: italic;
	text-transform: bold;
	color:#00FFFF; 
	padding-bottom: 6px;
}

#content {
    height: 100%;
    margin: 0 0 0 240px;
    top: 0;
}

#content a { text-decoration: none; font-family: "ChronicleDisplayLight";  }

.container {
    padding: 20px 10px 25px 35px;
}

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

p {
    margin: 0 0 9px 0;
}


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

#once { clear: left; }

a { font-size: 12px }

.name_heading {
font-family:"ChronicleDisplayLight";
font-size:19px;
font-weight: regular;
font-style: regular;
margin-bottom:15px;
padding-bottom:1px;
text-decoration: underline;
color:black; 
}

.limi {
padding-bottom:200px;
}

.limi, a {
font-family:"ChronicleDisplayLight";
font-size:19px;
margin-bottom:15px;
padding-bottom:20px;
text-decoration: underline;
color:black; 
}

.limi:visited {
text-decoration: underline;
color:black; 
}

.project_head {
font-family:"ChronicleDisplayLight";
font-size:14px;
font-weight:regular;
font-style: normal;
text-transform: none;
text-decoration: none;
margin-bottom:0px;
padding-bottom:0px;
padding-top:41px;
color:black; 
top:0px;
left:0px;
}

.project_subhead {
font-family:"ChronicleDisplay-LightItalic";
font-size:12px;
font-style: italic;
line-height: 15px;   		----------line spacing
word-spacing: normal;
letter-spacing: normal;
text-decoration:none;
text-align: left;
text-indent: 0ex;
padding-top: 6px;
padding-bottom:0px;
color:#585858;
top:0px;
left:0px;
}

.project_subhead a {
font-size: 12px
}

.project_subhead a:hover {
font-size: 12px
font-family:"ChronicleDisplay-LightItalic";
color: black;
font-style: italic;
}



.project_body {
font-family:"ChronicleDisplayLight";
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size:12px;
line-height: 1,7em;
word-spacing: normal;
letter-spacing: normal;
text-decoration: none;
text-transform: none;
text-align: left;
text-indent: 0ex;
padding-top:0px;
padding-bottom:0px;
color:#505050;
top:0px;
left:0px;
}

.project_body a {
font-family:"ChronicleDisplay-Light";
color:black;
font-size:12px;
line-height: 1,7em;
font-style: normal;
text-decoration: none;

}

.project_body a:hover {
font-family:"ChronicleDisplay-LightItalic";
color: #505050;
font-size:12px;
font-style: italic;
}



a:active {
border: 0;

}