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

body {
	font-size: 1em;
	font-family: "Crimson Text", "Times New Roman", Times,"Trebuchet MS", Helvetica, Arial, sans-serif;
	background: #fdfdfd;
	color:#4C4C4C;
}

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

a { font-family: Helvetica, Arial, sans-serif;
	font-size:80%;}
a:link { text-decoration: none;color:blue;letter-spacing:0.1em;}
a:active { text-decoration: none;letter-spacing:0.1em;}
a:visited { text-decoration: none;color:blue;letter-spacing:0.1em; }
a:hover { text-decoration: none;background-color:#4C4C4C;color:#fff;letter-spacing:0.1em;}

a.exhibtitle {text-decoration: none;font-weight:normal;font-size:2.3em;line-height:1.4em;color:#4C4C4C;letter-spacing:normal;
font-family: "Crimson Text", "Times New Roman", Times,"Trebuchet MS", Helvetica, Arial, sans-serif;
}

a.exhibtitle:hover {color:#4C4C4C;background-color: #fdfdfd;letter-spacing:normal;}

a img { border: none;}
a:hover.thickbox {
	background-color: #fdfdfd !important;}

a#prev, a#next {height:30px;
}
#menu {
    width: 240px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fdfdfd;
	line-height:1.3em;
	opacity: .9;
}

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

.section-title {
	color:#4C4C4C;
	text-transform:uppercase;
	font-size:1.2em;
	padding-bottom:6px;}

#menu ul li.section-title { margin-top:2em;}

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

.container {
    padding: 12px 6px 5px 12px;
    /*padding: 48px 5px 25px 24px;*/
}

#content p { width: 400px; margin-bottom: 9px; line-height:1.4em; 
}

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: 250px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

small {font-size:0.7em;
	line-height: 1.1em;
}
