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



/* LINKS */
/* colors for all links */
html,body{ 
margin:0;
overflow:auto;
padding:0;
}

a:link {
	text-decoration: none;
	color: black;
}

a:active {
	text-decoration: none;
	color: black;
}

a:visited {
	text-decoration: none;
	color: black; }
	
a:hover { 
	text-decoration:underline;
	color: black; }

a img { border: none; }


/* PRE NAV TEXT - Can be accessed in the Exhibit Settings */



/* MENU */
.all{
width:880px;
margin-left:auto;
margin-right:auto;
display:block;

}
#menu {

}

#menu .container { 
top:10px;
position:absolute;
z-index:900;
}

#menu ul {
	float: left;
	width: 200px;  /* the width of each column in the menu */
	list-style-type: none;
	overflow: auto;
	margin:0px 10px 0px 10px;
	padding: 10px 0px 0px 0px;
}

#menu ul li.section-title { /* property of the section titles */
	color: black;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	width: auto;
	font-size: 8pt;
	font-weight: bold;
	border-bottom: 2px solid black;
	padding: 0px 0px 1px 0px;
	margin: 0px 0px 5px 0px;
}


#menu ul li {  /* property of the projects/exhibitions titles */
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	font-size: 8pt;
	width: auto;
	margin: 0px 0px 4px 0px;
}

#menu ul li.active {  
	font-weight:bold;
}

#menu p {
	color: black;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#menu ul a:link {
	text-decoration: none;
	color: black;
}

#menu ul a:active {
	text-decoration: none;
	color: black;
}

#menu ul a:visited {
	text-decoration: none;
	color: black;
}

#menu ul a:hover {
	text-decoration:underline;
	color:black;
}


/* POST NAV AREA : This sets the style for Post-Nav Text which can be accessed in the Exhibit Settings */
#copy {
z-index : 80;
bottom : 0;
float:left;
margin-top:100px;
padding : 0px 0px 4px 0px;
font-size: 8px;
position:fixed;
font-family: Helvetica, Arial, sans-serif;
}




#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 {
	margin-top:55px;
	padding-top: 150px; /* 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: 196px;
	height:100%;
	margin: -10px 0px 0px 10px;
	position:absolute;
	float:left;
}


p {
	font-size: 8pt;
	float:left;
	width:200px;
	line-height: 125%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
    margin: 0px 0px 10px 0px;
}


#content a:link {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}


#img-container {
	height:100%;
	margin-left:230px;
	overflow:visible;
	margin-top:-8px;
	position:absolute;
}

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