/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @Design: Mathieu Hardiviller (www.hmplus.net).    Please do not steal this design / Be creative / Make yours.


*/
* {
	margin: 0;
	padding: 0;
}
html, body { height:100%; }
body {
	text-align: center; 
	font-size: 11px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif; /* choose overall font - 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: #dbdbdb; /* sets the color of all type in the website except for links and other sections overwritten */
	background: #1c1c1c;
	background-image:url('http://hmplus.net/files/motif-degrade-double.gif');
	background-repeat:repeat-x;
	background-position:0 82px ;
}

#wrapper { width: 960px; margin: 0 auto; top:0px; height:100%; text-align: left; }

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

/* LINKS */
	
	/* colors for all links */
	a:link { 
	text-decoration: underline; /* none = no underline, other options include line-through or overline */
	color: #dbdbdb; /* sets hex color of every link - www.colorpicker.com or photoshop to find hex values */
	}
	
	/* sets the properties for links when mouse rolls over */
	a:hover { color:#ffffff; text-decoration:underline; }
	
	a:active { color:#dbdbdb; text-decoration:underline; }
	
	/* highlights links that you have already clicked. This can be helpful for users to identify which items they have already seen*/
	a:visited { 
	text-decoration: underline;
	color: gray; /* the color can also be changed */
	}
	

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

/* Pre-Nav Text - Can be accessed in the Exhibit Settings */
	
	
	.top-section {
		padding-top: 20px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		font-size: 18px;
		line-height: 0px;
		color: #dbdbdb;
		font-family: Times, "Times New Roman", serif;
	}
	
	
/* Top Right links */
	
	#css_horizontal_menu{   /*1. the style of the div container with id=Ócss_horizontal_menuÓ*/
	overflow:hidden;
	float: right;
	width:auto;
	padding:0px;
	margin-top:-30px;
	}

	#css_horizontal_menu a{   /*2. the style of the links (html element <a>)*/
	display:block;
	float: right;
	width:auto;
	height:35px;
	padding-left:45px;
	padding-right:0px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size:25px;
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	color:#555555;
	line-height:35px;
	}

	#css_horizontal_menu a:hover{   /*3. the css style on the hover state of the links*/
	text-decoration:none;
	color:#dbdbdb;
	}

	/* remove the left margin for the first link*/
	#css_horizontal_menu a.first{
	margin-left:0;
	}	


/* Intro */

#intro {
	float: left;
	width : 190px;
	font-family: Times, "Times New Roman", serif;
	font-size: 70px;
	line-height: 60px;
	font-weight: normal;
	color: #555555; /* 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-top: 30px;
	padding-bottom: 0px; /* sets the spacing between the heading and paragraph below */
	}


/* Main menu */

#menu {
	float: left;
	width : 760px;
	height: 180px;
	margin-bottom: 25px;
}

#menu .container { padding: 0px 0px 0px 0px; }

#menu ul {
	float: right;
	width: 120px;  /* the width of each column in the menu */
	height: 157px;
	list-style-type: none;
	overflow: auto;
	margin: 10px 0px 0px 0px;
	padding: 20px 28px 0px 15px;
	border-right:1px dotted #555555;
}

#menu ul:hover {
	background:url('http://hmplus.net/files/degrade-sections.png') repeat-y scroll right top;
}

#menu ul li.section-title { /* property of the section titles */
	color: #dbdbdb;
	font-family: Times, "Times New Roman", serif;
	text-align: right;
	width: auto;
	font-size: 15pt;
	font-style: italic;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 7px 0px;
}


#menu ul li {  /* property of the projects/exhibitions titles */
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 10px;
	width: auto;
	margin: 0px 0px 1px 0px;
}

#menu ul li.active {  
	text-decoration: none;
	color: #ffffff;
	text-shadow:0 0 10px #ffffff;
}

#menu p {
	color: #dbdbdb;
	width: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#menu ul a:link {
	text-decoration: none;
	color: #dbdbdb;
}

#menu ul a:active {
	text-decoration: none;
	color: #dbdbdb;
}

#menu ul a:visited {
	text-decoration: none;
	color: #dbdbdb;
}

#menu ul a:hover {
	color: #dbdbdb;
	text-shadow:0 0 10px #ffffff;
}


/* CONTENT AREA */

	#content {
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px; /* 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: 0px;  /* change to match the padding-top in #menu if you want them to align */
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
	}

	#content div { padding-top: 60px; }

	.container {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	#content { /* sets the properties for all paragraphs in the content area */
		width: 960px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 20px; /* sets the space between paragraphs */
		margin-left: 0px; 	
	    line-height: 18px; /* 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: Times, "Times New Roman", serif;
		font-size: 70px;
		line-height: 60px;
		font-weight: normal;
		color: #dbdbdb; /* 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-top: 15px;
		padding-bottom: 5px; /* sets the spacing between the heading and paragraph below */
	}
	
	h2 { 
		font-family: Times, "Times New Roman", serif;
		font-size: 35px;
		font-style: italic;
		padding-bottom: 5px; /* sets the spacing between the heading and paragraph below */
		padding-top: 5px;
	}
	
	h3 { 
		font-family: Times, "Times New Roman", serif;
		font-size: 18px;
		text-transform: uppercase;
		font-weight: normal;
		padding-bottom: 5px; /* sets the spacing between the heading and paragraph below */
		padding-top: 5px;
	}
	
	h4 { 
		font-size: 12px; 
	}

/* 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: 0px;  
		margin-right: 0px;
		margin-bottom: 20px;
		margin-left: 0px;
	}
	
	#once { clear: left; }
	
/* Sticky Footer */
html, body, #wrap {height: 100%;}
body > #wrap {height: auto; min-height: 100%;}
#main {padding-bottom: 184px;}  /* must be same height as the footer */
#footer {position: relative;
	margin-top: -184px; /* negative value of footer height */
	height: 184px;
	clear:both;
	background: #1c1c1c;
	background-image:url('http://hmplus.net/files/motif-degrade-bas.jpg');
	background-repeat:repeat-x;	
/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}
/*Chrome Fix*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#foot
	
	
/* SLIDE SHOW - Navigation */
	
	p.nav a {
		background-color: #dbdbdb;
		color: #292929;
		padding-top: 3px;
		padding-right: 9px;
		padding-bottom: 3px;
		padding-left: 9px;
		font-size: 11px;
		font-family: Times, "Times New Roman", serif;
	}
	
	p.nav a:hover {
		background-color: gray;
	}
	
	p.nav span#num {
		letter-spacing: 2px;
		font-family: Times, "Times New Roman", serif;
		font-style: italic;
		padding-left: 20px;
	}
	
	.clear-both { clear: both; }
