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

body {
	font-size: 0.9em;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #fff;
	color:#333;
}

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

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

a img { border: none; }


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


#menu {
    width: 290px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #2b2b2b;
	padding:40px 0 0 20px;
	color:#ccc;
}

#menu h1 { 
	color:#fff;
	font-weight:normal;
	font-size:190%;
}
#menu h1 a {
	text-decoration:none;
	color:#fff;
}

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

#menu ul li.section-title { }





#content {
    margin: 50px 0 0 335px;
    top: 0;
}

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

#content p { width: 600px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}



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

p.nav {
	font-size:90%;
}
p.nav span#exhibit_title {
	font-size:140%;
	margin-right:20px;
}
div.media_title, div.media_caption {
	color:#666;
	font-size:90%;
}

#content-text {
	margin-top:20px;
}

#once { clear: left; }








