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

body {
	font-size: 80%;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background-position: top left;
    background-repeat:no-repeat;
}

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

a:link { text-decoration: none; color:#111111;}
a:active { text-decoration: none; }
a:visited { text-decoration: line-through; color: #111111; }
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    padding: 0.5em;
    overflow: auto;
    top: 1em;
    bottom: 1em;
	left: 1em;
	float:left;
	width:15em;
    height: 95%;
	text-align: left;
	background:white;
	position:fixed;
}

#menu ul {
	list-style: none;
	margin: 0 0 1em 0;
}

#menu li {
	margin-bottom: 0.3em;
}

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

#content {
    background-position: top left;
	float:left;
	width:50em;
	margin-left:20em;
}
#content a:link, #content a:visited { color: #3368bb; text-decoration: underline; }

.container {
}
#content > .container {
	margin-top: 1em;
	border-bottom: 1px solid #ddd;
	padding:0.5em;
	background-color: #fff;
	background-color: rgba(255,255,255,1);
}
#content p { width: 100%; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1, h2, h3 {
	font-weight: normal;
	text-decoration: normal;	}

h1 { font-weight: bold; padding-top: 0.3em; font-size: 1.5em; margin-bottom: 0.2em; }
h2 { font-size: 1.5em; margin-bottom: 0.3em; max-width:700px; line-height:1.3em; }
h3 { font-size: 1em;
	margin-bottom: 0.5em;
	font-weight:bold;}
h4 { font-size: 12px; }

.site-title {
	font-weight: bold;
	font-size: 1.5em;
}
.site-title a:visited {	text-decoration: none; }
.description {
	font-style: italic;
	margin-bottom: 0.5em;
}
.leadin { font-weight:normal; padding-top:0.3em; font-size: 1.5em; margin-bottom: 0.5em; max-width:700px; line-height:1.7em; }
.highlightyellow { padding: 2px 4px; background-color:#fffdcc; }
.highlightblue { padding: 2px 4px; background-color:#ccebff; }

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

#img-container .nav {
	margin: 5px 0px 10px 0px;
}

#once { clear: left; }

