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


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

body {
text-align : center;
font-size : 13px;
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 : #aaa; /* color of all the text in your website except for links and other sections overwritten */
background-color : #fff; /* sets the background color */
line-height : 125%;
}

/* WRAPPER */
#wrapper {
width : 800px; /* sets the widh of the website content */
margin : 0 auto; /* do not modify */
text-align : left;
text-align : justify;
}

/* LINKS */
	
/* colors for all links */
a { outline: none; }

a:link {
text-decoration : none;
color : #aaa;
}
a:active {
text-decoration : none;
}
a:visited {
text-decoration : none;
color : #aaa;
}
a:hover {
text-decoration : underline;
color : #888;
}
a img {
border : 0px;
}

/* Pre-Nav Text - Can be accessed in the Exhibit Settings */
#top-section {
font-size : 1em;
color : #73a3c4;
font-family : arial, helvetica, sans-serif;
margin : 30px 0 -30px 0;
line-height : 100%;
}
#top-section a { /* this is the link property inside the Top-Section */
font-size : 2.5em;
text-decoration : none;
color : #aaa;
font-style : none;
}
#top-section a:hover { /* link property inside the Top-Section when the cursor is over */
color : #ddd;
}

/* MENU */
#menu .container {
z-index : 1001;
top : 0;
margin : 0 0 0 0;
width : 800px;
}
#menu {
position : absolute;
float : right;
height : auto;
padding : 0 0 0 0;
}
#menu p {
color : #000000;
width : auto;
font-family : arial, helvetica, sans-serif;
text-align : left;
padding : 0 0 0 0;
margin : 0 0 0 0;
}
#menu ul {
float : right;
width : auto;
list-style : none;
overflow : auto;
margin : 0px 0 10px 12px;
background : transparent url(/files/white90.png) repeat;
}
#menu ul li.section-title { /* property of the section titles */
font-family : arial, helvetica, sans-serif;
color : #ccc;
font-size : 1.2em;
font-style : none;
text-align : right;
text-decoration : none;
width : 100px;
border-bottom : 1px solid #ddd;
padding : 0 0 2px 0;
margin : 0 3px 5px 0;
cursor: pointer; 
overflow: hidden;
}
#menu ul li.section-title:hover {
color : #ccc;
border-bottom : 1px solid #ddd;
}
#menu ul li {  /* property of the projects/exhibitions titles */
font-family : arial, helvetica, sans-serif;
text-align : right;
font-size : 1em;
width : 100px;
line-height : 150%;
margin : 0 0 0 0;
}
#menu ul a:link {
padding : 0 0 0 0;
text-decoration : none;
color : #bbb;
}
#menu ul a:active {
padding : 0 0 0 0;
text-decoration : none;
color : #bbb;
}
#menu ul a:visited {
padding : 0 0 0 0;
text-decoration : none;
color : #bbb;
}
#menu ul a:hover {
padding : 0 0 0 0;
text-decoration : none;
color : #888;
}



/* CONTENT AREA */
#content {
height : 100%;
width : 800px;
margin-top : 0;
margin-right : 0;
margin-bottom : 10px;
top : 0;
}
.container {
margin-top : 50px;
margin-bottom : 0px;
}
#content p {  /* sets the properties for all paragraphs in the content area */
width : 800px;
margin-top : 10px;
margin-right : 0;
margin-bottom : 10px; /* sets the space between paragraphs */
margin-left : 0;
line-height : 150%;  /* use this the change the leading (space between lines) */
}
p {  /* sets the properties for all paragraphs  */
margin-top : 0;
margin-right : 0;
margin-bottom : 9px;
margin-left : 0;
}

/* INDEXHIBIT CREDIT : Always good to credit the CMS that gives you these possibilities */
#indexhibit { /* sets the properties for the "Built with" part  */
font-size : 0.8em;
color : #ccc;
font-family : arial, helvetica, sans-serif;
font-style : none;
text-align : right;
}
#indexhibit a { /* sets the properties for the "Indexhibit" link itself */
color : #ccc;
text-decoration: none;
font-style : none;
}
#indexhibit a:hover { /* sets the properties for the "Indexhibit" link itself */
color : #bbb;
}

/* HEADINGS */
	/*
	when typing your text/descriptions follow this format to use these heading types
	<h1>This is the text I want to be a heading</h1>
	start with h1 as your largest most important heading. you may not need all 4 but they are here if you do.
	*/
h1 {
font-family : century gothic, arial, helvetica, sans-serif;
font-style : italic;
font-weight : normal;
font-size : 2.5em;
color : #dcdcdc;  /* This color overides the color set in "body". Delete this line if you want the colors of the headings to match the rest of your type */
padding-bottom : 15px;  /* sets the spacing between the heading and paragraph below */
}
h2 {
font-family : century gothic, arial, helvetica, sans-serif;
font-size : 2em;
font-weight : normal;
color : #d3d3d3;
padding-bottom : 10px;
}
h3 {
font-size : 1.7em;
color : #9d9d9d;
font-style : italic;
font-weight : normal;
padding-bottom: 5px;
}
h4 {
font-size : 1.3em;
color : #9d9d9d;
font-weight : bold;
text-decoration : underline;
padding-bottom: 2px;
}

/* IMAGES */
#img-container {
margin : 0 0 0px 0;
padding : 0;
}
#img-container p {
width : 800px;
margin : 0;
padding : 0 0 12px 0;
text-align : center;
}
.nothumb img {
margin-top : 0;
margin-right : 0;
margin-bottom : 30px;
margin-left : 0;
border-color : #bec3c2;
border-width : 2px;
border-style : solid;
}
#once {
clear : left;
}

/* SLIDE SHOW - Navigation */
p.nav a {

padding-top : 1px;
padding-right : 9px;
padding-bottom : 3px;
padding-left : 9px;
font-size : 1em;
font-family : arial, helvetica, sans-serif;
}
p.nav a:hover {
/*background-color : #d3d3d3;*/
}
p.nav span#num {
letter-spacing : 1px;
font-family : arial, helvetica, sans-serif;
font-style : none;
padding-left : 10px;
}


.clear-both { clear : both; }