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

body {
	font-size:62.5%;
	font-family: Helvetica, Helvetica Neue, Arial, Verdana, sans-serif;
	background: #fff;
}

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

#navlist li { 
        list-style-type:square; 
        margin:0em 0em 0.25em 1.2em;
}


#logo {
	border-left: solid #000 1px;
	padding-left: 10px;
	margin-bottom: 40px;
}

#copyr {
	border-left: solid #000 1px;
	padding-left: 10px;
}

#menu a:link { 
	color: #000;
	text-decoration:none; 
	}
#menu a:active { 
	color: #000;
	text-decoration: none; 
	}
#menu a:visited {
	color: #000;
	text-decoration: none; 
	}
#menu a:hover { 
	color: #000;
	text-decoration:line-through; 
	}
	
#content a:link { 
	color: #000;
	font-weight: bold;
	text-decoration:none; 
	}
#content a:active { 
	color: #000;
	font-weight: bold;
	text-decoration: none; 
	}
#content a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: none; 
	}
#content a:hover {
	color: #999999;
	font-weight: bold;
	text-decoration:line-through;
	}

a img { border: none; }

#menu {
    width: 222px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
    margin-left: 28px;
    margin-top: 0px;
	background-color: #fff;
	font-size:1.2em;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	border-left: solid #000 1px;
	padding-left: 10px;
}

#menu ul li.section-title { 
	font-weight: bold;
	font-size: 1.3em;
}

#content {
    height: 100%;
    margin: 0px 0 0 290px;
    top: 0;
    padding-left: 10px;
    font-size:1.2em;
    line-height: 1.4em;
    border-left: solid #000 1px;
}

.container {
    padding: 0px 0px 0px 0px;
}

div#content .container {
    padding-top: 20px;
}

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

p {
    margin: 0 0 10px 0;
}

H1 {
	margin-bottom: 10px;
	font-size: 2em;
	
}  /* displayed at 24px */
H2 {
	font-size:1.5em;
	margin-bottom: 10px;
}  /* displayed at 18px */
H3 {
	font-size:1.25em;
	margin-bottom: 10px;
	margin-top: 20px;
}  /* displayed at 15px */
H4 {font-size:1em}  /* displayed at 12px */

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

#once { clear: left; }