/**
* 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: Arial, Times New Roman, 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: #464646; /* 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%;
	padding-left: 20px;
	padding-top: 40px;
}

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

/* LINKS */
/* colors for all links */



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

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

a:visited {
	text-decoration: none;
	background-color: none;
	color: #464646; }
	
a:hover { 
	text-decoration: none;
	background-color: none;
	color: #a8a8a8; }

a img { border: none; }

ul { border: 2px;}

/* PRE NAV TEXT - Can be accessed in the Exhibit Settings */
#top-section {
position: fixed;
z-index : 900;
right : 0;
width: auto;
margin: 25px 40px 0px 0px;
font-size: 8px;
font-weight: bold;
line-height : 170%;
color: #1a1a1a;

}
#top-section a { /* this is the link property inside the Top-Section */
text-decoration: none;
color: #464646;
font-weight: 100;
}
#top-section a:hover { /* link property inside the Top-Section when the cursor is over */
}
#top-section p {
text-align: right;
}

/* MENU */

#menu {
	position:relative;
	width : 950px;
	background-color: none;
	padding-left: 0px;
}

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

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

}

#menu ul li.section-title { /* property of the section titles */
	color: #464646;

	text-align: left;
	width: auto;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 2px 0px;
}


#menu ul li {  /* property of the projects/exhibitions titles */

	text-align: left;
	font-size: 11px;
	width: auto;
	margin: 0px 0px 2px 0px;

}

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

#menu p {
	color: #464646;
	width: auto;

	text-align: left;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

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

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

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

#menu ul a:hover {
color: #a8a8a8;
}


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

}

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

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 {
	float: left;
	height: 400px;
	width: 790px;
	display: inline;
	padding: 0px 0px 0px 160px;
	margin: 0px 0px 0px 0px; /* the first number sets the height start of the exhibitions zone / under your menu */
	z-index: -10;
	background-color: none;
}

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

/* End Main Content */

/* Fonts / Typefaces */

#content p {
	width: 100%;
	padding: 0px 0px 5px 0px;
	position: static;
}

p {
	font-size: 11px;
	line-height: 120%;

	text-align: left;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 0px;
}


#content a:link {

	text-align: left;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}


h1 { 
	letter-spacing: auto;
	line-height: 80%;
	font-size:180%;
	font-weight: normal;

	text-align: left;
	padding: 0px 0px 20px 0px;
}

h2 {
	font-size:11px;
	line-height: 120%;
	font-weight: normal;

	font-style: normal;
	text-align: left;
	padding: 0px 0px 10px 0px;
}

h3 {
	font-size: 50px;
	line-height: 100%;
	letter-spacing: -5px;
	font-weight: normal;

	text-align: left;
	padding: 0px 0px 10px 0px;
}

h4 {
	font-size: 12px;
}

#img-container {
	margin: 50px 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 */


/* News 

#news_leftcol {
  background: #f00;
  display: block;
  position: absolute;
  top: 150px;
  left: 0px;
  width: 200px;
  height: 500px;
}

#news_middle {
  background: grey;
  display: block;
  position: absolute; 
  top: 150px;
left: 200
  width: 200px;
  height: 500px;
}

#news_rightcol {
  background: blue;
  display: block;
  position: absolute;
left: 400
  top: 150px;
  width: 200px;
  height: 500px;
}
*/

#news {   
	background: none; 

}

#news ul { 
	background: none; 
	width: 790px;
	padding-top: 0px;
	padding-bottom: 0px;
	display: block;

}


#news ul li { 
	background: none; 
	float: left;
	height: 201px;
	
	vertical-align: top;
	display: table-cell;
	border: 0px solid blue;
	}
	
#news ul li.last { 
	background: none; 
	float: right;
	height: 201px;
	width: 305px;
	vertical-align: top;
	display: table-cell;
	border: 0px solid green;
	}

#news p {
	margin-left: 20px;
	

#once { clear: left; }

