/**
* 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: museo-sans-1, Verdana, Helvetica, arial, 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: #05054d; /* color of all the text in your website except for links and other sections overwritten */
	text-align: left;
	background-image: url('/files/test3.png');
	background-repeat:repeat-x;
background-attachment:fixed;
background-position: 0px 0px; 
	line-height : 120%;
}


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

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

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

a:visited {
	text-decoration: none;
	background-color: none;
	color: #05054d; }
	
a:hover { 
	text-decoration: none;
	background-color: #28bdfb;
	color: #05054d; }

a img { border: none; }


/* PRE NAV TEXT - Can be accessed in the Exhibit Settings */
#top-section {
position: absolute;
z-index : 900;
left : 0;
width: auto;
padding: 65px 0px 0px 16%;
font-size: 9px;
font-weight: 300;
line-height : 170%;
color: #1a1a1a;
font-family: museo-sans-1, Verdana, Arial, Helvetica, sans-serif;
}
#top-section a { /* this is the link property inside the Top-Section */
font : museo-sans-1;
text-decoration: none;
color: white;
font-weight: 100;
}
#top-section a:hover { /* link property inside the Top-Section when the cursor is over */
color: #05054d;
}
#top-section p {
text-align: right;
}

/* MENU */

#menu {
	width: 800px;
	height: 150px;
	background-image: url('/files/banner.png');
		background-repeat:false;
			border-left: solid #05054d 1px;
		border-right: solid #05054d 1px;
			border-top: solid #05054d 1px;
	margin-left: 15%;
	margin-top: 25px;
	margin-bottom: 0px;
	position: relative;
	font : museo-sans-1;
}

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

#menu ul {
	float: left;
	width: 160px;  /* the width of each column in the menu */
	list-style-type: none;
	overflow: auto;
	margin: 0px -50px 0px 20px;
	padding: 0px 0px 0px 0px;
	color: white;

}

#menu ul li.section-title { /* property of the section titles */
	color: WHITE;
	font-family: museo-sans-1;
	text-align: left;
	width: 130px;
	font-size: 8pt;
		background-color : transparent;
	font-weight: 900;
	border-top: none;
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 40px 0px;
}


#menu ul li {  /* property of the projects/exhibitions titles */
	font-family: museo-sans-1, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 9pt;
	width: 130px;
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 0px;
	color: white;
}

#menu ul li a:hover {  
	background-color: #28bdfb;
}

#menu ul li a:active {  
	background-color: #b3e8fe;
}

#menu p {
	color: white;
	width: auto;
	font-family: museo-sans-1, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#menu ul a:link {
	text-decoration: none;
	color: white;
		background-color: transparent;

}

#menu ul a:active {
	text-decoration: none;
	color: white;
		background-color: transparent;
}

#menu ul a:visited {
	text-decoration: none;
	color: white;
		background-color: transparent;
}

#menu ul a:hover {
	color: white;
		background-color: transparent;
}


/* 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: museo-sans-1, Verdana, Arial, Helvetica, sans-serif;
}

/* INDEXHIBIT CREDIT : Always good to credit the CMS that gives you these possibilities */
#indexhibit { /* sets the properties for the "Built with" part  */
z-index : -100;
right : 0;
bottom : 0;
margin : 0 0 0 0;
padding : 0px 40px 14px 0px;
font-size: 10px;
font-family: museo-sans-1, Verdana, Arial, Helvetica, sans-serif;
text-decoration: strikethrough;
text-align : right;
}

#indexhibit a:link {
	text-decoration: none;
	background-color: none;
	color: white;
}

#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;
	background-color: white;
	width: 770px;
	height: 90%;
	display: inline;
	border-left: solid #05054d 1px;
		border-right: solid #05054d 1px;
		border-bottom: solid #05054d 10px;
			border-top: solid #05054d 1px;
	margin-left: 15%;
	margin-top: 0px;
	padding: 15px 15px 15px 15px; /* 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: 9pt;
	line-height: 150%;
	font-family: museo-sans-1, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 12px;
}


#content a:link {
	font-family: museo-sans-1, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight : 100;
	text-align: left;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}


h1 { 
	letter-spacing: -2px;
	line-height: 100%;
	font-size:300%;
	font-weight: bold;
	font-family: museo-sans-1, verdana;
	text-align: justify;
	text-transform: uppercase;
	color: #05054d;
	padding: 0px 0px 0px 0px;
}

h2 {
	font-size:300%;
		letter-spacing: -2px;
	line-height: 100%;
	font-weight: 900;
	font-family: museo-sans-1, Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px 0px 4px 0px;
}

h3 {
	font-size: 14px;
	line-height: 130%;
	letter-spacing: 0px;
	font-weight: 100;
	font-family: museo-sans-1, verdana;
	text-align: justify;
	padding: 0px 30px 10px 0px;

}


h4 {
	font-size: 12px;
	line-height: 110%;
	letter-spacing: 0px;
	font-family: museo-sans-1, Verdana, times new roman, Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 10px 20px 10px 10px;

	}

hr {
  border:0;
  border-top: 1px dotted;
  width: 770px;
	padding: 0px 5px 5px 0px;
}

#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; }
