/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author Edited by Fabien Seguin


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

body {
	font-size: 10.5pt;
	font-family: Garamond, Georgia, serif;
	color: #333333;
	line-height: 1.2em;

}

body.section-1 { }
body.section-2 { }
body.section-3 { }

/* LINKS */
	
	
	/* colors for all links */
	a:link {
	text-decoration: none;
	color: #333333;
	}
	
	a:active {
	text-decoration: none;
	color: #333333;
	
	}
	
	/* highlights links that you have already clicked. This can be helpful for users to identify which items they have already seen*/
	a:visited {
	color: #333333;
	text-decoration: none;
	}
	
	
	/* sets the properties for links when mouse rolls over */
	a:hover {
	text-decoration: underline;
	color: #000000;
	}

	/* any img that is a link */
	a img { border: none; }

/* Pre-Nav Text - Can be accessed in the Exhibit Settings */


/* MENU */

	#menu {
	float:left;
	width:180px;
	overflow: auto;
	height:100%;
	left: 25px;
	position:fixed;
	text-align:left;
	font-family: Garamond, Georgia, serif;
	z-index: 9999;
	padding-top: 30px;

	
}

/* The following sets the style for the section heading */


#menu ul {
	margin: 0 0 0 0;
	list-style-image: none;
	list-style-type: none;
	line-height: 18px;
}
	
#menu ul li a {
	font-family: Garamond, Georgia, serif;
	font-size: 10.5pt;
	font-weight: normal;
	color:#333333;
	text-decoration: none;
}
#menu li.link {
	
	font-family: Garamond, Georgia, serif;
	font-size: 10.5pt;
	font-weight: normal;
	color:#333333;
	text-decoration: none;
	
}
#menu li.visited {
	text-decoration: none;
	list-style-image: none;
	list-style-type: none;
	
}
#menu ul li a:hover {
	text-decoration: underline;
	font-family: Garamond, Georgia, serif;
	font-size: 10.5pt;
	font-weight: normal;
	color:#000000;
}

a img { border: none; background:transparent; }

#menu ul li.section-title {
	color:#333333;
	font-size: 12pt;
	font-family: Garamond, Georgia, serif;
	padding-top: 8px;
	padding-bottom: 5px;
	font-weight: normal;
	font-style: normal;
	}
	
#menu ul li.section-title a:link {
}
#menu ul li.section-title a:active {
}
#menu ul li.section-title a:visited {
}
#menu ul li.section-title a:hover {
}

div1 { background-color: #FFFFFF; margin: 0px 300px auto 235px; }
	
	/* The following selectors style the "Built with Indexhibit" on the menu */	
		
		#menu ul.built {
	font-family: Garamond, Georgia, serif;
	font-size: 10pt;
	line-height: 13px;
	text-align: left;
	color: #333333;
	text-decoration: none;
		}
	

	/* This sets the style for Post-Nav Text which can be accessed in the Exhibit Settings */
		
		#copy {
			font-size: 10pt;
			color: #333333;
			font-family: Garamond, Georgia, serif;
			margin-top: 5px;
			padding-top: 10px;
		}


/* CONTENT AREA */

	#content {
		height: 100%;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 180px; /* sets the space so the content starts right when the menu ends - if you change this also change the width of #menu to match */
	    top: 0;
	    
	    /* sets the spacing around the content area - this is normally set to match padding options in #menu but can be changed seperately */
		padding-top: 30px;  /* change to match the padding-top in #menu if you want them to align */
		padding-right: 5px;
		padding-bottom: 25px;
		padding-left: 100px;
		z-index: 1;
	}

	.container {
		margin-bottom: 25px;
	}

	#content p { /* sets the properties for all paragraphs in the content area */
		width: 600px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 15px; /* sets the space between paragraphs */
		margin-left: 0px; 	
	    line-height: 15px; /* 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;
	}

/* 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 which</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: Georgia, serif;
		font-size: 32px;
		color: #333333; /* 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: Georgia, serif;
		font-size: 20px;
		font-weight: normal;
		color: #666666;
		padding-bottom: 15px; /* sets the spacing between the heading and paragraph below */

	}
	
	h3 { 
		font-size: 16px;
		color: #0006FF;
	}
	
	h4 { 
		font-size: 12px; 
		color: #0006FF;
	}

/* IMAGES */

	#img-container	{ 
		margin: 0px 0 20px 0; 
		padding: 0; 
	}
	
   #img-container a.thickbox:link { border: none; }
   #img-container a.thickbox:hover { border: none; background-color:#FFFFFF;}
   #img-container a.thumb-img:hover { border: none; background-color:#FFFFFF;}
   #img-container a.thumb-img { border: none; background-color:#FFFFFF;}
	
	#img-container p	{ 
		width: 400px; 
		margin: 0; 
		padding: 0 0 15px 0;
	}
	
	.nothumb img {
		margin-top: 0px;  
		margin-right: 0px;
		margin-bottom: 12px;
		margin-left: 0px;
		border: none;
	}
	
	#once { clear: left; }
	
	
/* SLIDE SHOW - Navigation */
	
	p.nav a {
		font-size: 10px;
		font-family: Georgia, serif;
	}
	
	p.nav a:hover {
	color: #999999;
	text-decoration: none;
	}
	
	p.nav span#num {
	font-size: 10px;
	font-family: Georgia, serif;
	font-style: italic;
	padding-left: 20px;
	text-decoration: none;
	}
	
	.titres {
	font-family: Garamond, Georgia, serif;
    font-size: 14pt;
    font-weight: normal;
	color: #333333;
	text-decoration: none;
	font-style:italic;
	}
	
.name {
	font-family: Garamond, Georgia, serif;
    font-size: 20pt;
	color:#333333;
	text-decoration: none;
	font-style:normal;
	}
	
.blog {
	font-family: Garamond, Georgia, serif;
    font-size: 12.5pt;
	color:#333333;
	}
	
.photography {
	font-family: Garamond, Georgia, serif;
	font-size: 10pt;
	font-weight: normal;
	color:#333333;
	text-decoration: none;
}
.statements {
	font-family: Garamond, Georgia, serif;
	font-size: 10.5pt;
	color: #333333;
	text-decoration: none;
	text-align: justify;
}
 .table {
    border: thin solid #CCC;
	padding: 5px;	

}

