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

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

body {
text-align : center;
font-size : 12px;
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 doesn't have the first one, it try the second, and goes along the list until it finds a font that the computer has installed */
color : #AAAAAA; /* color of all the text in your website except for links and other sections overwritten */
background-color : #FFFFFF; /* sets the background color */
line-height : 120%;
}

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

/* LINKS */
	
/* colors for all links */
a:link {
text-decoration : none;
color : #AAAAAA;
}
a:active {
text-decoration : none;
color : #AAAAAA;
}
a:visited {
text-decoration : none;
color : #AAAAAA;
}
a:hover {
text-decoration : none;
color : #7FE817;
}
a img {
border : 0px;
}

/* Pre-Nav Text - Can be accessed in the Exhibit Settings */
#top-section {
font-size : 45px;
color : #dcdcdc;
font-family : Arial, Helvetica, sans-serif;
letter-spacing: -3px;
font-weight: bold;
margin : 30px 0 -15px 0;
line-height : 100%;
}
#top-section a { /* this is the link property inside the Top-Section */
font-size : 45px;
text-decoration : none;
color : #dcdcdc;
font-style : none;
}
#top-section a:hover { /* link property inside the Top-Section when the cursor is over */
color : #7FE817;
}

/* 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;
background-color: transparent;
}
#menu p {
color : #AAAAAA;
width : auto;
font-family : Georgia, serif;
text-align : left;
padding : 0 0 0 0;
margin : 0 0 0 0;
}
#menu ul {
float : right;
width : auto;  /* the width of each column in the menu */
list-style : none;
overflow : auto;
margin : -30px 0 10px 12px; /* 1st=distance to top, 2nd=Space between 2 column, 3rd=distance to bottom element, 4th=distance from left */
background : transparent url(/files/white_30_pct.png) repeat;
}
#menu ul li.section-title { /* property of the section titles */
font-family : Georgia, serif;
color : #AAAAAA;
font-size : 12px;
font-weight: bold;
text-align : right;
text-decoration : none;
width : 100px;
padding : 0 0 2px 0;
margin : 0 0px 5px 0; /* 1st=distance to top, 2nd=Space between 2 column, 3rd=distance to bottom element, 4th=distance from left */
cursor: pointer; 
overflow: hidden;
}
#menu ul li.section-title:hover {
color : #7FE817;
}
#menu ul li {  /* property of the projects/exhibitions titles */
font-family : Georgia, serif;
text-align : right;
font-size : 12px;
line-height : 120%;
margin : 0 0 0 0;
}
#menu ul a:link {
padding : 0 0 0 0;
text-decoration : none;
color : #AAAAAA;
}
#menu ul a:active {
padding : 0 0 0 0;
text-decoration : none;
color : #AAAAAA;
}
#menu ul a:visited {
padding : 0 0 0 0;
text-decoration : none;
color : #AAAAAA;
}
#menu ul a:hover {
padding : 0 0 0 0;
text-decoration : none;
color : #7FE817;
}

/* 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 : 120%;  /* 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  */
position : fixed;
font-size : 12px;
color : #AAAAAA;
font-family : Georgia, serif;
font-style : none;
text-align : right;
}
#indexhibit a { /* sets the properties for the "Indexhibit" link itself */
color : #AAAAAA;
text-decoration: none;
font-style : italic;
}
#indexhibit a:hover { border-bottom; color : #7FE817; }

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

.green{color:#7FE817;} /* Just type <SPAN CLASS="green">blah blah blah</SPAN> to make the specific text green! */

h0 {
font-family : Arial, Helvetica, sans-serif;
font-size : 70px;
font-weight : bold;
color : #7FE817;
letter-spacing: -3px;
line-height : 110%;
padding-top : 10px;
}

h1 {
font-family : Arial, Helvetica, sans-serif;
font-size : 20px;
font-weight : none;
color : #AAAAAA;
letter-spacing: -1px;
line-height : 110%;
padding-bottom : 0;
}

h2 {
font-family : Georgia, serif;
font-size : 2em;
font-weight : normal;
color : #AAAAAA;
padding-bottom : 10px;
}

h3 {
font-size : 1.7em;
color : #AAAAAA;
font-style : italic;
font-weight : normal;
padding-bottom: 5px;
}

h4 {
font-size : 1.3em;
color : #AAAAAA;
font-weight : bold;
text-decoration : underline;
padding-bottom: 2px;
}

/* IMAGES */
#img-container {
margin : 0 0 20px 0;
padding : 0;
}
#img-container p {
width : 800px;
margin : 0;
padding : 0 0 12px 0;
}
.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 {
font-size : 12px;
font-family : Georgia, serif;
}
p.nav a:hover {
color : #7FE817;
}
p.nav span#num {
font-family : Georgia, serif;
font-style : none;
padding-left : 10px;
}


.clear-both { clear : both; }
