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

body {
	font-size: 15px;
	font-family: Helvetica, sans-serif;
	letter-spacing:0.03em;
	line-height:170%;
	background: #111;
	color:#FC0;
}

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

a:link { text-decoration: none; color:#FC0;}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color:#FC0; }
a:hover { text-decoration: none; }

a img { border: none; }

#header{
	top:0;
	left:0;
}

#menu {
    width: 340px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;    
    margin:5px;
    font-family:Tahoma, sans-serif;
	font-size:16px;
/*	border:1px solid #333; */
	line-height:150%;
}

#menu ul {
	width:270px;
	list-style:none;
	margin:0;
    padding:0 0 0 15px;
}

#menu ul li a{
	margin:0 0 5px 0;
	padding:2px 5px 2px 5px;
	line-height:150%;
	
	letter-spacing:0.1em;
}


#menu ul li a:hover{
	background:#FD0;
	color:#111;
	line-height:150%;
}

#menu ul li.section-title { 
	font-size:20px;
	text-transform:uppercase;
	letter-spacing:0.1em;
	border-bottom: 1px solid #FC0;
	
	margin: 30px 0 10px 0;
}

#content {
    height: 100%;
    width:600px;
    margin: 100px 5px 5px 355px;
    top: 0;
/*    border: 1px solid #333; */
	color:#999;
}

#content p { 
	width: 500px; 
	margin-bottom: 12px; 
	line-height:150%;
}

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

.container p{
}

.indexhibit {
	color:#222;
	border:0px;
	font-size:10px;
}

.indexhibit ul li{
	margin:100px 0 0 5px;
	color:#222;
}

.indexhibit ul li a{
	color:#222;
}


p {
    margin: 0 0 9px 0;
}

h1 { 
	color:#FC0;
	padding-bottom:10px;
	font-size: 32px;
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:0.1em;
}

h2 { 
	color:#FC0;
	padding-bottom:10px;
	font-size: 32px;

	font-weight:normal;
	letter-spacing:0.1em;
}

h3 { 
	color:#FC0;
	padding-bottom:10px;
	font-size: 20px; 
	text-transform:uppercase;
	font-weight:normal;
	letter-spacing:0.1em;
}

h4 { 
	color:#FC0;
	padding-bottom:10px;
	font-size: 20px; 

	font-weight:normal;
	letter-spacing:0.1em;
}

h4 a{
	color:red;
	text-decoration:underline;
}

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

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

#once { clear: left; }

#media_title, #media_caption {
	margin:10px 0 20px 0;
	width:500px;
}

#media_caption {
	height:200px;
	width:500px;
}
