/**
* 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 : 10px;
	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 : #000; /* color of all the text in your website except for links and other sections overwritten */
	background-color : #FFF; /* sets the background color */
	line-height : 150%;
	background-image: url(/files/jam.2010.jpg);
	background-repeat: no-repeat;
	background-position: center 100%;
	background-attachment: fixed;
}

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

/* LINKS */
	
/* colors for all links */
a:link {
	text-decoration : none;
	color : #333;
}
a:active {
text-decoration : none;
}
a:visited {
	text-decoration : none;
	color : #666;
}
a:hover {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
a img {
border : 1px;
}

/* Pre-Nav Text - Can be accessed in the Exhibit Settings */
#top-section {
	font-size : 1em;
	color : #000;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 0%;
	margin: 0px;
	padding-top: 5px;
}
#top-section a { /* this is the link property inside the Top-Section */
	font-size : 1em;
	text-decoration : none;
	color : #000;
	font-style : normal;
}
#top-section a:hover { /* link property inside the Top-Section when the cursor is over */
	color : #333;
}

/* MENU */
#menu .container {
	top : 0px;
	width : 160px;
	float: none;
}
#menu {
	float : left;
	height : auto;
	padding : 0;
	margin-top: -20px;
}
#menu p {
	color : #000000;
	width : auto;
	font-family : Arial, Helvetica, sans-serif;
	text-align : left;
	padding : 0;
	margin: 0;
}
#menu ul {
	float : left;
	width : 160px;
	list-style : none;
	overflow : visible;
	margin-top: -20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
}
#menu ul li.section-title { /* property of the section titles */
	font-family : Arial, Helvetica, sans-serif;
	color : #000;
	font-size : 1em;
	font-style : normal;
	text-align : left;
	text-decoration : none;
	width : 160px;
	line-height: 150%;
	border-bottom-width: 0px;
	border-bottom-style: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0;
	float: none;
	padding: 0px;
	vertical-align: top;
}
#menu ul li.section-title:hover {
	color : #333;
}
#menu ul li {  /* property of the projects/exhibitions titles */
	sfont-family : Arial, Helvetica, sans-serif;
	text-align : left;
	font-size : 1em;
	width : 150px;
	line-height : 100%;
	float: none;
	clear: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
}
#menu ul a:link {
	padding : 0 0 0 0;
	text-decoration : none;
	color : #000;
}
#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;
	color : #000;
}
#menu ul a:hover {
	padding : 0 0 0 0;
	text-decoration : none;
	color : #333;
}

/* POST NAV AREA : This sets the style for Post-Nav Text which can be accessed in the Exhibit Settings */
#copy {
	width : 160px;
	font-size : 1em;
	color : #000;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	background-color: #FFF;
	line-height: 0%;
	left: 0px;
	top: auto;
	margin: 0px;
}

/* 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 : 0px;
	background : none;
	border : none;
}

/* CONTENT AREA */
#content {
height : 100%;
width : 800px;
margin-top : 0;
margin-right : 0;
margin-bottom : 10px;
top : 0;
}
.container {
	margin-top : 30px;
	margin-bottom : 30px;
}
#content p {  /* sets the properties for all paragraphs in the content area */
	width : 840px;
	margin-top : 10px;
	margin-right : 160px;
	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  */
	position : fixed;
	z-index : 1000;
	right : 0;
	bottom : 0;
	margin : 0 0 0 0;
	padding : 2px 10px 2px 10px;
	font-size : 0.8em;
	color : #000;
	font-family : Arial, Helvetica, sans-serif;
	font-style : normal;
	text-align : right;
}
#indexhibit a { /* sets the properties for the "Indexhibit" link itself */
	color : #333;
	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, sans-serif;
	font-style : italic;
	font-weight : normal;
	font-size : 2.5em;
	color : #000;  /* 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 : Arial, Helvetica, sans-serif;
	font-size : 2em;
	font-weight : normal;
	color : #000;
	padding-bottom : 10px;
}
h3 {
	font-size : 1.7em;
	color : #000;
	font-style : italic;
	font-weight : normal;
	padding-bottom: 5px;
}
h4 {
	font-size : 1.3em;
	color : #000;
	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-top : 0;
	margin-right : 0;
	margin-bottom : 30px;
	margin-left : 0;
	border-color : #000;
	border-width : 2px;
	border-style : solid;
}
#once {
clear : left;
}

/* SLIDE SHOW - Navigation */
p.nav a {
	background-color : #dcdcdc;
	color : #ffffff;
	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 : 2px;
	font-family : Arial, Helvetica, sans-serif;
	font-style : italic;
	padding-left : 20px;
}


.clear-both { clear : both; }
