/**
* 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 : 12px;
	font-family : Arial, Helvetica, Verdana; /* 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 : 8accc6; /* color of all the text in your website except for links and other sections overwritten */
	background-color :555555; /* sets the background color */
	line-height : 100%;
}

/* WRAPPER */
#wrapper {
margin:0 auto;
text-align: left;
width: 50%;
}

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

/* Pre-Nav Text - Can be accessed in the Exhibit Settings */
#top-section {
font-family: Arial, Helvetica, Verdana;
font-size:1em;
line-height:250%;
/* margin-bottom:20px; */
margin-top:15px;
}
#top-section a { /* this is the link property inside the Top-Section */
color:#A3A3A3;
font-family: arial, helevetica, verdana;
font-size:1.2em;
text-decoration:none;
}
#top-section a:hover { /* link property inside the Top-Section when the cursor is over */
color : #d3d3d3;
}
#top-section p{
	margin:0;
}
/* MENU */
#menu .container {
z-index : 1001;
top : 0;
margin : 0 0 0 0;
width : 960px;
}
#menu {
float:left;
height:120px;
padding:0;
width:100%;
}
#menu p {
color : #000000;
width : auto;
font-family : Georgia, serif;
text-align : left;
padding : 0 0 0 0;
margin : 0 0 0 0;
}
#menu ul {
float : left;
width : auto;
list-style : none;
overflow : non;
margin : -20px 0 10px 12px;
}
#menu ul li.section-title { /* property of the section titles */
font-family : arial, helvetica, verdana;
color : #000000;
font-size:1.05em;
letter-spacing:0.03em;
font-style : none;
text-align : left;
text-decoration : none;
width : auto;
padding : 0 0 0 0;
margin : 0 3px 5px 0;
}
#menu ul li.section-title:hover {
color : darkgrey;
}
#menu ul li {  /* property of the projects/exhibitions titles */
font-family : Arial, helvetica, verdana;
text-align : left;
font-size : 1em;
letter-spacing:0.02em;
width : auto;
line-height : 150%;
margin : 0 0 0 0;
}
#menu ul a:link {
padding : 0 0 0 0;
text-decoration : none;
color : #999999;
}
#menu ul a:active {
padding : 0 0 0 0;
text-decoration : none;
color : #999999;
}
#menu ul a:visited {
	padding : 0 0 0 0;
	text-decoration : none;
	


}
#menu ul a:hover {
background-color:lightyellow;
padding : 0 0 0 0;
text-decoration : none;
color : #999999;
width: auto;
}

/* POST NAV AREA : This sets the style for Post-Nav Text which can be accessed in the Exhibit Settings */

#copy:hover {  /* make the background 100% of opacity when the cursor is over */
background : #fff;
}

/* SEPARATOR : You can change this image in the index.php of this theme, or simply delete it */
#separator {
z-index : 1001;
top : 0;
margin-bottom : 25px;
background : none;
border : none;
}

/* CONTENT AREA */
#content {
height : 100%;
width : 960px;
margin-top : 0;
margin-right : 0;
margin-bottom : 10px;
top : 0;
}
.container {
margin-bottom:30px;
margin-left:15px;
margin-top:30px;
}
#content p {  /* sets the properties for all paragraphs in the content area */
width : 960px;
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  */
font-style : arial, helvetica, verdana;
font-size : 0.95em;
letter-spacing: 0.03em;
line-height : 125%;
}

/* INDEXHIBIT CREDIT : Always good to credit the CMS that gives you these possibilities */
#indexhibit { /* sets the properties for the "Built with" part  */
position : fixed;
z-index : 1000;
right : 0;
bottom : 0;
margin : 0 0 0 0;
padding : 2px 10px 2px 10px;
font-size : 0.8em;
color : #bbbbbb;
font-family : Georgia, serif;
font-style : none;
text-align : right;
}
#indexhibit a { /* sets the properties for the "Indexhibit" link itself */
color : #bbbbbb;
text-decoration: none;
font-style : bold;
}
#indexhibit a:hover { border-bottom:1px dotted !important; }

/* 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 : Arial, Helvetica, Verdana;
font-style : none;
font-weight : normal;
font-size : 1.1em;
color : #999999;  /* 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 */
margin-left:10px;
padding-bottom : 0px;  /* sets the spacing between the heading and paragraph below */
margin-top:-10px;
letter-spacing:0.02em;
}
h2 {
font-family:Arial,Helvetica,Verdana;
font-size:1.1em;
font-weight:normal;
margin-left:10px;
margin-top:-45px;
padding-bottom:10px;
color : black;
letter-spacing:0.02em;
}
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 : 400px;
margin : 0;
}
.nothumb img {
margin-top : 0;
margin-right : 0;
margin-bottom : 0px;
margin-left : 0;<link rel="stylesheet" type="text/css" href="style.css">
border-color : #bec3c2;
border-width : 0px;
border-style : solid;
}
#once {
clear : left;
}

/* SLIDE SHOW - Navigation */
p.nav a {
color : #000000;
padding:2px 4px 2px 2px;
font-size : 1em;
font-family : Arial, Helvetica, Verdana;
}
p.nav a:hover {
background-color : #d3d3d3;
}
p.nav span#num {
letter-spacing : 2px;
font-family : Arial, Helvetica, Verdana;
font-style : none;
padding-left : 20px;
}


.clear-both { clear : both; }

#iframed {
margin-left:-10px;
max-height:3000px;
max-width:8000px;
min-height:350px;
min-width:800px;
overflow:hidden;
}
