/**
* 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, 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: #E8E8E8; /* 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: none;
	color: black;
}

a:active {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: black; }
	
a:hover { 
	text-decoration: none;
	font-weight: bold }

a img { border: none; }


/* PRE NAV TEXT - Can be accessed in the Exhibit Settings */
#top-section {
position: fixed;
z-index : 900;
right : 0;
width: auto;
margin: 15px 40px 40px 40px;
font-size: 14px;
font-weight: normal;
line-height : 180%;
font-family: Georgia, Times New Roman, serif;
}
#top-section a { /* this is the link property inside the Top-Section */
text-decoration: none;
color: black;
font-size: 14px;
font-weight: normal;
line-height : 100%;
font-family: Georgia, Times New Roman, serif;
}
#top-section a:hover { /* link property inside the Top-Section when the cursor is over */
color: black;
text-decoration: none;
}
#top-section p {
text-align: right;
}

/* MENU */

#menu {
	position: fixed;
	width : 100%;
	background-color: white;
}

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

#menu ul {
	float: left;
	width: 120px;  /* the width of each column in the menu */
	list-style-type: none;
	overflow: auto;
	margin: 15px 0px 5px 40px; /* 15 Abstand nach oben */
	padding: 0px 0px 0px 0px;
}

#menu ul li.section-title { /* property of the section titles */
	color: black;
	font-family: Georgia, Times New Roman, serif;
	text-align: left;
	width: auto;
	font-size: 11pt;
	font-weight: bold;
	padding: 0px 0px 8px 0px;
	margin: 0px 50px 2px 0px;
}


#menu ul li {  /* property of the projects/exhibitions titles */
	font-family: Georgia, Times New Roman, serif;
	text-align: left;
	font-size: 8.5pt;
	width: auto;
	margin: 0px 0px 2px 0px;
}

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

#menu p {
	color: black;
	width: auto;
	font-family: Georgia, Times New Roman, serif;
	text-align: left;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

/* Galerietitel */

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

#menu ul a:active {
	text-decoration: none;
	color: black;
	font-weight: bold;
}

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

#menu ul a:hover {
	text-decoration: none;
	font-weight: bold;
}


/* 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;
font-size: 8px;
font-family: 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 0px 0px 0px;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
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;
	display: inline;
	margin: 8px 0px 0px 40px;
	padding: 110px 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 0px 0px;
	position: static;
}

p {
	font-size: 9pt;
	line-height: 150%;
	font-family: Georgia, Times New Roman, serif;
	text-align: left;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 10px 12px;
}


#content a:link {
	font-family: Georgia, Times New Roman, serif;
	text-align: left;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}


h1 { 
	letter-spacing: -20px;
	line-height: 80%;
	font-size:1500%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px 0px 20px 0px;
}

h2 {
	font-size:500%;
	line-height: 120%;
	font-weight: normal;
	font-family: Georgia, Times New Roman, serif;
	text-align: left;
	padding: 0px 0px 10px 0px;
}

h3 {
	font-size: 30px;
	line-height: 100%;
	letter-spacing: -2px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px 0px 10px 0px;
}

h4 {
	font-size: 12px;
	line-height: 100%;
	letter-spacing: px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px 0px 10px 0px;
}

h5 {
	font-size: 7.5 px;
	line-height: 100%;
	letter-spacing: 1px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px 0px 10px 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;
}

#footer
{
 position : absolute;
 bottom : 15px;
 clear : left;
 width : 100%;
 background-color: #fff; 
 font-size: 11px; font-family: Helvetica, Arial, sans-serif;
 color: #000; 
 line-height: 1.3em;
}

/* End Fonts / Typefaces */

#once { clear: left; }


/* MailChimp Form Embed Code - Slim - 08/17/2011 */
#mc_embed_signup form {display:block; position:relative; text-align:left; padding:10px 0 9px 3%}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:5px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#000;}
#mc_embed_signup .button {clear:both; background-color: #000; border: 0 none; border-radius:2px; color: #FFFFFF; cursor: pointer; display: inline-block; font-size:11px; font-weight: bold; height: 30px; line-height: 30px; margin: 0 5px 5px 0; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .button:hover {background-color:#777;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}     
#mc_embed_signup .clear {clear:none; display:inline;}

#mc_embed_signup label {display:block; font-size:11px; padding-bottom:3px; font-weight:bold;}
#mc_embed_signup input.email {display:block; padding:8px 0; margin:0 2% 3px 0; text-indent:5px; width:58%; min-width:130px;}
#mc_embed_signup input.button {display:block; width:35%; margin:0 0 3px 0; min-width:90px;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}