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

body {
	font-size: 0.75em;
	line-height: 1.3em;
	font-family: 'Inconsolata', sans-serif;
	font-weight: normal;
	background: transparent;

}

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

 a { color:#000;}
 a:link { text-decoration:none; }
 a:hover {
 	background-color:#000000;
 	color:#ffffff; 
 	text-decoration:none;
 	}
 
 a:visited {text-decoration:none; color:#000;}

a img { border: none; background-color:#ffffff;}



#menu {
	background-color: #F2F2F2;
	border-right: 1px solid #b4b4b4;
    width: 219px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
-webkit-box-shadow: inset -3px 0px 3px 0px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset -3px 0px 3px 0px rgba(0, 0, 0, 0.1);
box-shadow: inset -3px 0px 3px 0px rgba(0, 0, 0, 0.1); 
}

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

#menu ul li {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent none repeat scroll 0 0;
	border-bottom:1px solid #fff;
	color:#000000;
	height: 18px;
	padding-top: 2px;
	margin:0px;
	width: 205px;

}


#menu ul li.section-title { }

#content {
    height: 100%;
    padding: 7px 0px 0px 10px;
    margin: 0 0 0 215px;
    top: 0;
}

.container {
    padding: 5px 5px 25px 5px;
}

.container p{
	max-width: 400px;
}


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

.container ol{
	list-style: none;
}


p {
    margin: 0 0 9px 0;
}

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

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

#once { clear: left; }
