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

body {
	text-align: left;
	font-size: 10px;
	font-family: monaco, lucida sans typewriter, courier;
	background: #fff;
	line-height: 1.5em;
}

#wrapper { 
	width: 100%; 
	margin: 0 auto; 
	text-align: left; 
	background: transparent; 
}

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

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

#content a:link { border-bottom: 1px dotted #2b2c6b; }

a img { border: none; }

#menu {
	float: left;
    width: 100%;
    height: auto;
}

#menu .container {
	padding: 10px 10px 10px 30px;
	margin-bottom: 20px;
	/*border: 1px solid red;*/
}

#menu ul {
	float: left;
	list-style: none;
	margin-right: 15px;
	margin-bottom: 30px; /*menu to content margin*/
	/*border: 1px solid lime;*/
}

/*#menu a {
	display: inline;
}*/

#menu li {
	/*display: inline;*/
}


#menu ul li.section-title {
}

#menu ul li.active a { border-bottom: 1px dotted #2b2c6b; }

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

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

#content .container {
	display: block;
	/*border: dotted 1px blue;*/
}


#content p {
	width: 550px;
	margin-bottom: 25px;
}


p {
    margin: 0 0 9px 0;
}

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

#img-container	{
	margin: 0;
	padding: 0;
}

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

.nothumb {
	font-weight:lighter;
	font-size: 9px;
}

.linkbk {
	position: fixed;
	bottom: 20px;
}

#once { clear: left; }
