/**
* 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: 11px;
	font-family: 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: black; /* color of all the text in your website except for links and other sections overwritten */
	text-align: left;
	background-image: url("http://www.hypothesisdesign.com/files/backgrounds/bg1.jpg");
	background-attachment: fixed; /* sets the background color */
	line-height : 1.6em;
}

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

#page_container {
	width: 1000px;
}

/* LINKS */
/* colors for all links */
a:link {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}
	
a:hover { 
	text-decoration: none;
	border-bottom: 1px dotted #555;
}

a img { border: none; }


/* PRE NAV TEXT - Can be accessed in the Exhibit Settings */
#top-section {
position: fixed;
z-index : 900;
left : 0;
font-weight: bold;
width: auto;
margin: 90px 0 0 60px;
}

#top-section a:link { font-weight: bold; text-decoration: none; color: black; }
#top-section a:active { font-weight: bold; color: black; text-decoration: none; }
#top-section a:visited { font-weight: bold; color: black; text-decoration: none; }
#top-section a:hover { font-weight: bold; color: black; }

#top-section p {
text-align: right;
}

/* MENU */

#menu {
	position: fixed;
	float: left;
	margin: 20px 0 0 20px;
	background-color: white;
	padding: 70px 25px 70px 40px;
}

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

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

#menu ul li.section-title { /* property of the section titles */
	text-align: left;
	color: black;
	width: auto;
	margin-bottom: 19px;
}


#menu ul li {  /* property of the projects/exhibitions titles */
	text-align: left;
	width: auto;
	margin: 0px 0px 0px 0px;
}

#menu ul li.active a {  
	color: black;
}

#menu p {
	width: auto;
	text-align: left;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#menu ul a:link { text-decoration: none; color: #777; }
#menu ul a:active { color: #777; text-decoration: none; }
#menu ul a:visited { color: #777; text-decoration: none; }
#menu ul a:hover { color: #777; }


/* 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;
}

/* 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;
/* left : 0;
bottom : 0; 
padding: 3px 210px 3px 50px;
margin : 0 0 10px 20px; */
font-size: 9px;
color: #aaaaaa;
background-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;
	height: 100%;
	margin: 20px 0 0 380px;
	color: black;
	padding: 70px 85px 80px 85px;
	background-color: white;
}

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


/* End Main Content */

/* Fonts / Typefaces */

#content p {
	width: 425px;
	height: 100%;
	margin: 0px 0px 19px 0px;
	position: static;
}

#content p span {
	font-size: 9px;
	color: #aaaaaa;
}
p {
	text-align: left;
}

#content a {
	padding: 0 0 1px 0;
}

#content a:link { color: black; border-bottom: 1px dotted #aaaaaa; }
#content a:hover { color: black; background-color: #efefef; border-bottom: 1px dotted #aaaaaa; }
#content a:active { color: black; border-bottom: 1px dotted #aaaaaa; }
#content a:visited { color: black; border-bottom: 1px dotted #aaaaaa; }

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