/**
* 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: Helvetica, Arial, sans-serif;
	color: black; /* 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%;
}




#the-background {
position: fixed;
overflow: hidden;
z-index:1;
width: 100%;
height:100%;
top:60px;
left:0;
}
#wrapper {
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
top: 0;
left:0;
}


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

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

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

a:visited {
	text-decoration: none;
    color: #cc6633;
    }
	
a:hover { 
	text-decoration: none;
	color: black; }

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: 25px 40px 0px 0px;
font-size: 8px;
font-weight: bold;
line-height : 170%;
color: #1a1a1a;
	font-family: Helvetica, Arial, sans-serif;
}
#top-section a { /* this is the link property inside the Top-Section */
text-decoration: none;
color: black;
font-weight: 100;
}
#top-section a:hover { /* link property inside the Top-Section when the cursor is over */
color: black;
}
#top-section p {
text-align: right;
}

#logo { 
	padding: 0;
	margin: 0;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 60;
	
	clear: both; 
	float: left; }

/* MENU */

#menu {
	position: fixed;	
	width: 100%;
	height: 150px; 
/*
	background: url(http://www.courtneypatch.com/myimages/cp_logo.png) no-repeat; 
	background-position: 0 0;
*/
	background-color: #ffffff;
}

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

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

#menu ul li.section-title { /* property of the section titles */
	color: #a2a2a2;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	display: block;
	font-size: 9pt;
	font-weight: normal;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
}


#menu ul li {  /* property of the projects/exhibitions titles */
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	display: inline;
	font-size: 9pt;
	font-weight: bold;
	width: auto;
	margin: 0px 5px 2px 0px;
		color: #e3d23a;

}

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

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

#menu ul a:link {
	text-decoration: none;
	color: #a2a2a2;
	font-weight: normal;

}

#menu ul a:active {
	text-decoration: none;
	color: #999999;
		font-weight: normal;

}

#menu ul a:visited {
	text-decoration: none;
	color: #a2a2a2;
		font-weight: normal;

}

#menu ul a:hover {
    color: #cc6633;
		font-weight: normal;

}



/* 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: Helvetica, Arial, sans-serif;
color:#ffffff;
}

/* 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 : 20px;
top : 770px;
margin : 0 0 0 0;
font-size: 10px;
	font-family: Helvetica, Arial, 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 */

#wrapper {
	position: absolute;
	z-index:2;
	width: 100%;
	height:100%;
	top:0;
	left:0;
}


#content {
	float: left;
	height: 400px;
	display: inline;
	margin: 8px 0px 0px 0px;
	padding: 150px 0px 0px 90px; /* 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: 650px;
	margin: 0px 0px 5px 0px;
	position: static;
}

#content img {
	margin: 0px 0px 0px 0px;
}

p {
	font-size: 9.5pt;
	letter-spacing: 1px;
	line-height: 190%;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-align: left;
	padding: 0px 0px 10px 0px;
    margin: 0px 0px 20px 12px;
    color: #b0b0b0;
}


#content a:link {
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    color: #cc6633;
    font-weight: bold;
}

#content a:hover {
    color: #505050;

}

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

h2 {
	font-size:10pt;
	color: #999999;
	letter-spacing: 1px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	padding: 20px 0px 10px 0px;
}

h3 {
	font-size: 9pt;
	color: #d0d0d0;
	line-height: 100%;
	letter-spacing: 1px;
	font-weight: bold;
	font-family: Helvetica, Arial, sans-serif;
	text-align: right;
	padding: 10px 10px 0px 0px;
}

h4 {
	font-size: 8px;
	text-align: right;
	color: #999999;

}

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

/* End Fonts / Typefaces */

#once { clear: left; }