/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/




/*
green:#00da5b;
blue:#7eacf7;
yellow:#ecce6c;
pink:#e7489a;

*/


*,body,h1,h2,h3,h4,p,ul,li{
	margin: 0;
	padding: 0;
}


h1 { font-size: 32px; margin-bottom:11px; }
h2 { font-size: 16px; margin-bottom:11px; font-weight:normal;}
h3 { font-weight: bold; }
h4 { font-size: 12px; }

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

body {
	font-size: 11px;
	line-height:18px;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
	background: #fff;
}

#menu a{
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}

#content p{
	width: 400px; 
	background:#fff;
	padding:9px;
	padding-left:0;
}


#menu ul {
	list-style: none;
}

#menu ul li.section-title {
	font-size:11px;
	margin-top:18px;
	color:#000;
	font-weight:bold;
	border-bottom:1px solid #ccc;
}

#menu ul li {
	display:block;
	width:175px;
}

#menu ul li a{
	display:block;
	width:175px;
}

a { 
	text-decoration: none; 
	color:#7eacf7;
}

a:hover {
	text-decoration: none; 
	color:#fff; 
	background:#7eacf7;
}

a:active{
	background:#999;
	color:#fff;
}

#menu a{
	color:#666;
}

#menu .active a{
	background:#7eacf7;
	color:#fff;
}

#menu .active a:hover{
	background:#7eacf7;
	color:#fff;
}

#menu a:active{
	background:#7eacf7;
	color:#fff;
}

#menu a:hover {
	text-decoration: none; 
	color:#7eacf7; 
	background:#f3f3f3;
}

#menu h1 a:hover {
	text-decoration: none; 
	color:#fff; 
	background:#7eacf7;
}


a img { 
	border: none; 
}

.img-box{
/*	border:1px solid #ccc;*/
}

.img-bot{
	border:20px solid #fafafa;
}

.image-description{
	padding-left:22px;
}

.section-title{

}

#menu {
	font-size:11px;
	background:#fff;
    width: 215px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
}

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

#menu .container{
	padding: 25px 0px 40px 20px;
	width:175px;
	background:#fff;
	/*border-right:2px solid #f3f3f3;
		border-bottom:2px solid #f3f3f3;*/
}


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

.smallprint{
	font-size:10px;
}

.credits{
	font-size:10px;
	color:#ccc;
	margin-top:20px;
}


.credits a{
	color:#aaa;
	background:#fff;
}

.credits a:hover{
	color:#fff;
	background:#000;
}


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

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

#once { clear: left; }