/**
* 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 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 : #838383;
	font: 12px/150% "Helvetica Neue", Helvetica, Arial;
}

/* WRAPPER */
#wrapper {
width : 600px; /* 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:link {
text-decoration : none;
color : #838383;
}
a:active {
text-decoration : none;
	color: #838383;
}
a:visited {
text-decoration : none;
color : #838383;
}
a:hover {
text-decoration : underline;
color : #73a3c4;
}
a img {
border : 1px;
}

/* Pre-Nav Text - Can be accessed in the Exhibit Settings */
#top-section {
color : #838383;
margin : 30px 0 6px;
	font: 1em/250% "Helvetica Neue", Helvetica, Arial;
}
#top-section a { /* this is the link property inside the Top-Section */
font-size : 2em;
text-decoration : none;
color : #838383;
}
#top-section a:hover { /* link property inside the Top-Section when the cursor is over */
color : #838383;
}

/* MENU */
#menu .container {
z-index : 1001;
top : 0;
margin : 0 0 0 0;
width : 600px;
}
#menu {
float : right;
height : auto;
padding : 0 0 0 0;
}
#menu p {
color : #838383;
width : auto;
text-align : left;
padding : 0 0 0 0;
margin : 0 0 0 0;
	font-family: "Helvetica Neue", Helvetica, Arial;
}
#menu ul {
float : right;
width : auto;
list-style : none;
overflow : auto;
margin : -20px 0 3px 12px;
}
#menu ul li.section-title {
color : #838383;
text-align : right;
text-decoration : none;
width : auto;
border-bottom : 1px solid #dcdcdc;
padding : 0 0 2px 0;
margin : 0 3px 5px 0;
	font: 1.5em "Helvetica Neue", Helvetica, Arial;
}
#menu ul li.section-title:hover {
color : #838383;
border-bottom : 1px solid #d3d3d3;
}
#menu ul li {
text-align : left;
width : 150px;
margin : 0 0 0 0;
	color: #838383;
	font: 1em/150% "Helvetica Neue", Helvetica, Arial;
}
#menu ul a:link {
padding : 0 0 0 0;
text-decoration : none;
color : #838383;
}
#menu ul a:active {
padding : 0 0 0 0;
text-decoration : none;
color : #838383;
}
#menu ul a:visited {
padding : 0 0 0 0;
text-decoration : none;
color : #838383;
}
#menu ul a:hover {
padding : 0 0 0 0;
text-decoration : underline;
color : #838383;
}

/* POST NAV AREA : This sets the style for Post-Nav Text which can be accessed in the Exhibit Settings */
#copy {
background : url(/files/white_30_pct.png) repeat; 
position : fixed;
z-index : 600;
left : 0;
right : 0;
bottom : 0;
margin : 0 0 0 0;
padding : 4px 10px 2px;
width : 100%;
color : #838383;
text-align : center;
	font: italic 0.8em/0% "Helvetica Neue", Helvetica, Arial;
}
#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 : 12px;
background : none;
border : none;
}

/* CONTENT AREA */
#content {
height : 100%;
width : 600px;
margin-top : 0;
margin-right : 0;
margin-bottom : 10px;
top : 0;
}
.container {
margin-top : 20px;
margin-bottom : 30px;
}
#content p {  /* sets the properties for all paragraphs in the content area */
width : 600px;
line-height : 150%;
	margin: 10px 0;
}
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;
z-index : 1000;
right : 0;
bottom : 0;
margin : 0 0 0 0;
padding : 2px 10px 2px 10px;
color : #838383;
text-align : right;
	font: italic 0.8em "Helvetica Neue", Helvetica, Arial;
}
#indexhibit a { /* sets the properties for the "Indexhibit" link itself */
color : #838383;
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 {
color : #838383;  /* 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;
	font: 1.7em "Helvetica Neue", Helvetica, Arial;
}
h2 {
font-family : "Helvetica Neue", Helvetica, Arial;
font-size : 2em;
font-weight : normal;
color : #838383;
padding-bottom : 10px;
}
h3 {
font-size : 1.7em;
color : #838383;
font-style : italic;
font-weight : normal;
padding-bottom: 5px;
}
h4 {
font-size : 1.3em;
color : #838383;
font-weight : bold;
text-decoration : underline;
padding-bottom: 2px;
}

/* IMAGES */
#img-container {
margin : 0 0 20px 0;
padding : 0;
}
#img-container p {
width : 400px;
margin : 0;
padding : 0 0 12px 0;
}
.nothumb img {
	margin: 0 0 30px;
	border-style: none;
	border-width: 2px;
}
#once {
clear : left;
}

/* SLIDE SHOW - Navigation */
p.nav a {
color : #838383;
padding-top : 1px;
padding-right : 9px;
padding-bottom : 1px;
padding-left : 9px;
	font: 1em "Helvetica Neue", Helvetica, Arial;
}
p.nav a:hover {
}
p.nav span#num {
letter-spacing : 2px;
font-style : italic;
padding-left : 20px;
	font-family: "Helvetica Neue", Helvetica, Arial;
}


.clear-both { clear : both; }
