/**
* 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: 8pt;
	font-family: Gotham, Verdana, Geneva, 'Bitstream Vera Sans','DejaVu Sans', 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: #ffffff;
	color: black;
}

a:active {
	text-decoration: underline;
	background-color: #ffffff;
	color: black;
}

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

a img { border: none; }


/* PRE NAV TEXT - Can be accessed in the Exhibit Settings */
#top-section {
position: absolute;
z-index : 800;
left: 20px;
width: 900px;
margin: 20px 00px 0px 0px;
padding: 5px 0px 0px 0px;
font-size: 8px;
font-weight: bold;
color: #000000;
background-color:#ffffff;
font-family: Gotham, Verdana, Geneva, 'Bitstream Vera Sans','DejaVu Sans', Helvetica, sans-serif;	
border-bottom-color:#000;
border-bottom-style:solid;
border-bottom-width:1px;
border-top-color:#000;
border-top-style:solid;
border-top-width:3px;


}

#imgbord {
height:20p;
border-bottom-color:#000;
border-bottom-style:solid;
border-bottom-width:1px;



}

}

#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;
margin-left: 0;
}

/* MENU */

#menu {
	position: absolute;
	width : 100%;
	background-color:#ffffff;
}

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

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

#menu ul li.section-title { /* property of the section titles */
	color: black;
	font-family: Gotham, Verdana, Geneva, 'Bitstream Vera Sans','DejaVu Sans', Helvetica, sans-serif;	
	text-align: left;
	width: 210px;
	font-size: 8pt;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 2px 0px;
	border-bottom-color:#000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#000;
	border-top-style:solid;
	border-top-width:3px;
	}



#menu ul li {  /* property of the projects/exhibitions titles */
	font-family: Gotham, Verdana, Geneva, 'Bitstream Vera Sans','DejaVu Sans', Helvetica, sans-serif;	
	text-align: left;
	font-size: 8pt;
	width: 210px;
	margin: 0px 0px 2px 0px;
	padding: 3px 0px 3px 0px;
	border-bottom-color:#000;
	border-bottom-style:solid;
	border-bottom-width:1px;

}




#menu ul li.active {  
	text-decoration: none;
}

#menu p {
	color: black;
	width: auto;
	font-family: Gotham, Verdana, Geneva, 'Bitstream Vera Sans','DejaVu Sans', Helvetica, 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: none;
	font-weight:bold;
	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;
left : 0;
bottom : 0;
margin : 0 0 0 0;
padding : 0px 0px 4px 28px;
background-color: white;
font-size: 8px;
font-family: Gotham, Verdana, Geneva, 'Bitstream Vera Sans','DejaVu Sans', Helvetica, sans-serif;	
}

/* INDEXHIBIT CREDIT : Always good to credit the CMS that gives you these possibilities */

#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 {
	float: left;
	height: 400px;
	width: 900px;
	display: inline;
	margin: 00px 0px 0px 20px;
	padding: 260px 0px 0px 0px; /* the first number sets the height start of the exhibitions zone / under your menu */
	z-index: -10;
	
}

#contentspacer {
	float: left;
	height: 40px;
	display: inline;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 2px 0px; /* the first number sets the height start of the exhibitions zone / under your menu */
	z-index: -12;
	font-weight: bold;

	
}


#content2 {
	float: left;
	width: 900px;
	display: inline;
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 2px 0px; /* the first number sets the height start of the exhibitions zone / under your menu */
	z-index: -9;
	font-weight: bold;
	border-top-color:#000;
	border-top-style:solid;
	border-top-width:3px;
	border-bottom-color:#000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	
}



.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: Gotham, Verdana, Geneva, 'Bitstream Vera Sans','DejaVu Sans', Helvetica, sans-serif;	
	text-align: left;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 12px;
}


#content a:link {
	font-family: Gotham, Verdana, Geneva, 'Bitstream Vera Sans','DejaVu Sans', Helvetica, sans-serif;	
	text-align: left;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}


h1 { 
	text-indent:20px;
	letter-spacing: auto;
	text-align: left;
	line-height: 140%;
	font-size:12px;
	font-weight: lighter;
	font-family: Gotham, Verdana, Geneva, 'Bitstream Vera Sans','DejaVu Sans', Helvetica, sans-serif;	
	padding: 0px 0px 0px 0px;
}

h2 { 
	letter-spacing: auto;
	text-align: left;
	line-height: 140%;
	font-size:12px;
	font-weight: lighter;
	font-family: Gotham, Verdana, Geneva, 'Bitstream Vera Sans','DejaVu Sans', Helvetica, sans-serif;	
	padding: 0px 0px 0px 0px;
}



h3 {
	
	text-indent:20px;
	font-size: 22px;
	line-height: 100%;
	letter-spacing: -1px;
	font-weight: 900;
	font-family: Gotham, Verdana, Geneva, 'Bitstream Vera Sans','DejaVu Sans', Helvetica, sans-serif;	
	text-align: left;
	padding: 0px 0px 0px 0px;
}

h4 {
	font-size: 12px;
}

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

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

/* End Fonts / Typefaces */

#once { clear: left; }