/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author Columner Theme by Mathieu Hardiviller (www.hmplus.net)

*/
* {
margin : 0;
padding : 0;
}

body {
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;/* font of all the text in your website except for sections overwritten.
	Go to www.typetester.org to test sizes and see the list of safe fonts - If the user doesnt have the first one, it try the second, and goes along the list until it finds a font that the computer has installed */
	color: black; /* color of all the text in your website except for links and other sections overwritten */
	text-align: left;
	background-color: white; /* sets the background color */
	line-height : 120%;
}

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

/* LINKS */
/* colors for all links */
a:link {
	text-decoration: underline;
	background-color: #none;
	color: blue;
}

a:active {
	text-decoration: none;
	background-color: #none;
	color: red;
}

a:visited {
	text-decoration: none;
	background-color: #none;
	color: purple; }
	
a:hover { 
	text-decoration: none;
	background-color: none;
	color: red; }

a img { border: none; }
a:hover img { border-bottom: 2px solid #000; }

/* PRE NAV TEXT - Can be accessed in the Exhibit Settings */
#top-section {
position: fixed;
z-index : 79;
width: auto;
height: 30px;
background-color: none;
margin: 25px 40px 50px 50px;
font-family: Arial, Helvetica, sans-serif;
}

#bottom-section {
position: fixed;
z-index : 79;
width: auto;
background-color: #fff;
margin: 30px 40px 50px 330px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#descript {
background-color: #fff;
width: auto;
position: absolute;
}

/* MAIN CONTENT */

#content {
	float: left;
	height: 700px;
	display: inline;
	margin: 8px 0px 0px 40px;
	padding: 76px 0px 0px 0px; /* the first number sets the height start of the exhibitions zone / under your menu */
	z-index: -10;
}

.container {
    padding: 0px 0px 0px 0px;   
}

/* End Main Content */

/* Fonts / Typefaces */

#content p {
	width: 100%;
	margin: 0px 0px 5px 0px;
	position: static;
}

p {
	font-size: 8pt;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 12px;
}


#content a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
#content a:hover img { 
	border-bottom: 2px solid #000; 
}


h1 { 
	letter-spacing: -5px;
	line-height: 90%;
	font-size: 1000%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px 0px 20px 0px;
}

h2 {
	font-size:500%;
	line-height: 120%;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px 0px 0px 0px;
}

h3 {
	font-size: 300%;
	line-height: 100%;
	letter-spacing: 0px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 20px 0px 0px 0px;
}

h4 {
	font-size: 14px;
	line-height: 150%;
	font-weight: normal;
	width: 720px;
	
}

img {
	margin: 5px 0px 0px -25px;
	padding: 0px 0px 0px 0px;
}

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

#img-container p {
	width: auto;
//      margin: 0px 0px 0px 0px;
//	padding: 0px 0px 0px 0px;
}

#flash {
position: relative; /*or absolute*/
z-index: 0;
}

/* End Fonts / Typefaces */

#once { clear: left; }/**