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

*/
* {
margin : 0;
padding : 0;
}

body {
	font: 14px Helvetica, Arial, sans-serif;
	color: #333;
	text-align: left;
	background-color: transparent;
	line-height : 150%;
}

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

/* LINKS */
/* colors for all links */
a:link {
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted #000;
}

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

a:visited {
	text-decoration: none;
	color: #000; 
	border-bottom: 1px dotted #000;
}
	
a:hover { 
	text-decoration: none;
	background-color: #FEFFD1;
	border-bottom: none;
}

a img { border: none;
}


/* PRE NAV TEXT - Can be accessed in the Exhibit Settings */
#top-section {
	position: fixed;
	z-index : 900;
	right : 0;
	margin: 25px 40px 0px 0px;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

#top-section p {
	text-align: right;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

#top-section a { /* this is the link property inside the Top-Section */
	text-decoration: none;
	border: none;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
#top-section a:hover { /* link property inside the Top-Section when the cursor is over */
	color: #E6703E;
	background-color: white;
}

/* MENU */

#menu {
	position: fixed;
	width : 100%;
	background-color: #FFF;
	border-top: 5px solid #000;
}

#menu .container {
	padding: 0px 0px 0px;
	margin: 20px 0px 20px 30px;
}

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

#menu ul li.section-title { /* property of the section titles */
	color: #E6703E;
	font: 14px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	width: auto;
	font-weight: bold;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 3px 0px;
	border-bottom: 3px solid #333;
}


#menu ul li {  /* property of the projects/exhibitions titles */
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #666;
	text-align: left;
	width: auto;
	margin: 0px 0px 3px 0px;
} 

#menu ul li a {
	display: block;
	border: none;
	color: #666;
	background-color: none;
}

#menu ul li a:hover {
	display: block;
	border: none;
	color: white;
	background-color: #66cc99;
}

#menu ul li a:active {
	display: block;
	border: none;
	color: white;
	background-color: #66cc99;
}

#menu ul li.active {
	background-color: #FEFFD1;
}

/* 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: none;
	font: 11px Georgia, Times, 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: 11px Georgia, Times, Serif;
	text-align : right;
}

#indexhibit a:link {
	text-decoration: none;
	border: none;
	color: #231F20;
}

#indexhibit a:active {
	text-decoration: none;
	color: #231F20;
}

#indexhibit a:visited {
	text-decoration: none;
	color: #231F20;
}

#indexhibit a:hover {
	background-color: white;
	color: #66cc99;
}

#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;
	display: inline;
	margin: 8px 0px 0px 40px;
	padding: 150px 0px 0px 0px; /* 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: 11px Georgia, Times, Serif;
	line-height: 150%;
	text-align: left;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 12px;
}

h1 { 
	font-family: Georgia, Times, Serif;
	font-size: 36px;
	line-height: 1.3em;
	font-weight: normal;
	text-align: left;
}

h2 {
	font-family: Georgia, Times, Serif;
	font-size: 28px;
	line-height: 1.3em;
	font-weight: normal;
	text-align: left;
}

.green {
	color: #66cc99;
}

h3 {
	font-family: Georgia, Times, Serif;
	font-size: 21px;
	line-height: 1.3em;
	text-align: left;
	font-weight: normal;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 1.3em;
	color: #66cc99;
	font-weight: normal;
}

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

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

label {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3em;
	color: #66cc99;
	padding-top: 5px;
}

input.text {
	width: 340px;
	height: 24px;
	border: 3px solid #ccc;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #666;
	background-color: #FEFFD1;
}

textarea {
	width: 340px;
	height: 100px;
	border: 3px solid #ccc;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #666;
	background-color: #FEFFD1;
}

input.submit {
	margin-top:	10px;
	width: 125px;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: white;
	background-color: #666;
}

.submit:hover {
	width: 125px;
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: white;
	background-color: #E6703E;
}

div.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.3em;
	color: #666;
	font-weight: normal;
}

/* End Fonts / Typefaces */

#once { clear: left; }
