/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author Scroller Theme by Mathieu Hardiviller (www.hmplus.net)
* using brain-time from Vaska and Nicolas Robert
* and the JQuery Scroll Menu from http://www.queness.com/

*/
* {
margin : 0;
padding : 0;
}

body {
	font-size: 8pt;
	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; color: #000; }
a:active  { text-decoration: underline; color: #000; }
a:visited { text-decoration: underline; color: #000; }
a:hover   { text-decoration: underline; color: #000; }

a img { border: none; }
a, img { outline: 0; }


/* PRE NAV TEXT - Can be accessed in the Exhibit Settings */
#top-section {
position: fixed;
z-index : 900;

width: auto;
margin-left: -11px; }
font-size: 8px;
font-weight: bold;
line-height : 100%;
font-family: Arial, Helvetica, sans-serif;
}
#top-section a { /* this is the link property inside the Top-Section */
text-decoration: none;
color: black;
font-weight: 100;
}
#top-section a:hover { /* link property inside the Top-Section when the cursor is over */
color: black;
}
#top-section p {
text-align: left;
}

/* MENU */

#sidebar {
z-index:80;
height:100%;
width:220px;
overflow:hidden;
position:fixed;
top:0;
left:0;
bottom:0;
}	

#menu {
height:100%;
width:100%;
list-style:none;
padding-top:23px;
margin:0;
top:0;
bottom:0;
position:relative;
}

#menu li {
padding-top:10px;
margin-bottom:6px;
text-align:left;
display:block;

}

#menu li a {
font-family:helvetica, arial, verdana;
text-transform:uppercase;
font-size:9px;
font-weight:900; 
padding:8px 8px 6px 8px;
} 


#menu a:link { text-decoration: none; color: #FFF;  background-color: #000; }
#menu a:hover  { text-decoration: none; color: #FFF;  background-color: #000; }
#menu a:visited { text-decoration: none; color: #FFF;  background-color: #000; }
#menu li.active a  { text-decoration: none; color: #000; background-color: #FFF; }
#menu li.active a:after { content: "  "; letter-spacing: -2px;}




#menu ul li.section-title {
margin-left: 0px; }


/* POST NAV AREA : This sets the style for Post-Nav Text which can be accessed in the Exhibit Settings */
#copy {
z-index : 100;
left : 0;
bottom : 0;
margin : 0 0 0 0;
padding : 0 0 4px 10px;
background-color: white;
width: 100%;
font-size: 6px;
font-family: Arial, Helvetica, sans-serif;
}

#copy p { margin: 0px 0px 0px 0px; }

/* INDEXHIBIT CREDIT : Always good to credit the CMS that gives you these possibilities */
#indexhibit { /* sets the properties for the "Built with" part  */
z-index : 110;
right : 0;
bottom : 0;
margin : 0 0 0 0;
padding : 0 10px 4px 0;
font-size: 9px;
font-family: Arial, Helvetica, sans-serif;
text-align : right;
}

#copy  {
  /* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  position: absolute;
}
body > #copy  {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}
#indexhibit  {
  /* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  position: absolute; 
}
body > #indexhibit  {
  /* used by Opera 5+, Netscape6+/Mozilla, Konqueror, Safari, OmniWeb 4.5+, iCab, ICEbrowser */
  position: fixed;
}

/* MAIN CONTENT */

#content {
	padding: 0px 100px 0px 230px;  /* these numbers sets the start of the exhibitions zone / top-right-bottom-left */
}

.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;
}


h1 { 
	letter-spacing: -20px;
	line-height: 100%;
	font-size:1500%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 20px 0px 50px -20px;
}

h2 {
	font-size:500%;
	line-height: 120%;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px 0px 10px 0px;
}

h3 {
	font-size: 50px;
	line-height: 100%;
	letter-spacing: -5px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px 0px 10px 0px;
}

h4 {
	font-size: 12px;
}

#img-container {
	margin: 0px 0px 0p 0px;
	padding: 0px 0px 0px 0px;
}

#img-container p {
	width: auto;
}

/* End Fonts / Typefaces */

#once { clear: left; }
