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

body {
	font-size: 12px;
	font-family: Verdana, sans-serif;
	background: #fff;
}

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

a:link { text-decoration: none; color: #2323A2; }
a:visited { text-decoration: none; color: #CB4F4F; }
a:hover { text-decoration: underline; background: #CCCCCC; }
a:active { text-decoration: none; color: #000000; }

a.external:link { text-decoration: none; color: #0AC8C5; }
a.external:visited { text-decoration: none; color: #CB4F4F; }
a.external:hover { text-decoration: underline; background: none; }
a.external:active { text-decoration: none; color: #000000; }

a.head1:link { text-decoration: none; color: #EBEBEB; }
a.head1:visited { text-decoration: none; color: #EBEBEB; }
a.head1:hover { text-decoration: none; color: #EBEBEB; background: none; }
a.head1:active { text-decoration: none; color: #EBEBEB; }

a.head2:link { text-decoration: none; color: #669999; }
a.head2:visited { text-decoration: none; color: #669999; }
a.head2:hover { text-decoration: none; color: #FFFFFF; background: none; }
a.head2:active { text-decoration: none; color: #669999; }

a img { border: none; }

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

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

#menu ul li.section-title { font-weight: bold; letter-spacing: 4px }

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

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

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

.exhibition_title   { float: left; width: 120px; }
.exhibition_date    { float: left; width: 180px; }
.exhibition_gallery { float: left; width: 150px; }
.exhibition_city    { float: left; width: 150px; }
.exhibition_type    { float: left; width: 150px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; letter-spacing: 10px; color: #EBEBEB; text-decoration: none; }
h2 { font-size: 24px; letter-spacing: 10px; color: #FFFFFF; float: right; }
h3 { font-size: 16px; letter-spacing: 4px; }
h4 { font-size: 12px; }

h1.rfloat { font-size: 32px; letter-spacing: 10px; color: #669999; float: right; }
h3.inline { font-size: 16px; letter-spacing: 0px; display: inline; }

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

#once { clear: left; }
 
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}
.footer, .push {
    height: 4em;
}

hr {
    height: 1px;
}
