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

body {
	font-family: 'Inconsolata', arial, serif;
	font-size: 13px;
	line-height: 1.2em;
	color: #777777;
	background-color: #ffffff;
	
}


.title {
font-weight: bold;
}

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

a:link { text-decoration: none; color: #777777; }
a:active { text-decoration: underline; color: #777777; }
a:visited { text-decoration: none; color: #777777; }
a:hover { text-decoration: none; color: #ff0000; }

a.thumb-img {
border-bottom: none;
}

img {
border: none;
}

#menu {
    width: 245px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #ffffff;
}

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

#menu ul li.section-title { 
	margin-left: -10px;
	color:#000;
	/*font-family: helvetica;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;*/
	text-decoration: none;


}

#menu ul li.active a { color: #ff0000; text-decoration: none;}

p {
font-weight: normal;
}

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

.container {
    /* padding: 5px 5px 25px 5px; */
    padding: 12px;
    /*font-size: 1.2em;
    line-height: 1.2em;*/
    
}

#content p { width: 395px; margin-bottom: 9px; }

.cl {
font-weight: normal;
}

#cl {
font-weight: normal;
}

p, object {
    margin: 0 0 9px 0;
}

object { display: block; font-weight: bold; }

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

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

#once { clear: left; }

.credit {
color: #ccc;
}

#credit {
margin-left: -10px;
}