/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar


*/
* {
	margin: 0;
	padding: 0;
}
html, body { height:100%; }
body {
	text-align: left;
	font-size: 12px;
	line-height: 16px;
	font-family: BentonSans-LightBold; /* 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: #404040; /* sets the color of all type in the website except for links and other sections overwritten */
	background: #FFF;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	top:0px;
	height:100%;
	text-align: left;
	float: left;
	padding-left:35px;
}

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

/* LINKS */
	
	/* colors for all links */
	a:link {
	text-decoration: none; /* none = no underline, other options include line-through or overline */
	color: #000;
	background:#fff /* 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:#fff; background:#000; text-decoration:none; }
	
	a:active { color:#7F7F7F; background:#000; }
	
	/* 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: none;
	color: #045E9D; background:#fff /* 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: 40px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-size: 20px;
	line-height: 0px;
	color: #045E9D;
	font-family: BentonSans;
	border-bottom:3px solid #404040;
	width: 1000px;
	}


/* MENU */

	#menu {
	height: auto;
	width: 275px;
	float: left;
	overflow: auto;
	top: 175px;
	bottom: 0px;
	padding-top: 5px; /* change to match the padding-top in #content if you want them to align */
	padding-bottom: 25px;
	/* padding-left & right can be changed in #menu ul - below */
		color: #404040;
	text-align: left;
	line-height: 80%;
	}
	
	
	/* This section controls each section made */ 
	#menu ul {
		list-style: none;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px; /* sets the space between each section */
		margin-left: 0px;
		/* sets the spacing around the menu - this is normally set to match padding options in #content but can be changed seperately */
		padding-right: 20px;
		padding-left: 0px;
	}
	

	#menu ul li {
		line-height: 18px;
		margin-top: 3px;
		margin-bottom: 0px;
	}
	
	#menu ul li a {
	color:#000;
	text-decoration:inherit;
}
	
	#menu ul li a:active { color:#7F7F7F; background:#000000; }
	
	#menu ul li a:hover { color:#fff; background:#000000; text-decoration:none; }
	
	
	/* The following sets the style for the section heading */
	#menu ul li.section-title {
		font-size: 16px;
		border-bottom:1px  solid #404040;
		padding-top: 3px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		margin: 8px 0;
		color:#000000;
		cursor: pointer;
	}
	
	#menu ul li.section-title a:hover {
		color:gray;
	}
	
	
	/* The following selectors style the "Built with Indexhibit" on the menu */	
		
		#menu ul.built {
			margin-bottom: 0;
		}
	
		#menu ul.built li {
			padding-top: 5px;
			color: #000000;
		}
		
		/* The following changes the link colors for only the "Built with Indexhibit" link */
		#menu ul.built a {
			text-decoration: underline;
		}
		
		#menu ul.built a:hover { color:#fff; background:#000000; text-decoration:none; }
		

	/* This sets the style for Post-Nav Text which can be accessed in the Exhibit Settings */
		
		#copy {
			font-size: 9px;
			color: #404040;
			font-family: BentonSans-LightRegular;
			font-style: italic;
		}
		
		#copy ul li {
			margin-top: 5px;
			padding-top: 20px;
		}


/* CONTENT AREA */

	#content {
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 300px; /* 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: 10px;  /* change to match the padding-top in #menu if you want them to align */
	padding-right: 100px;
	text-align:justify;
	padding-bottom: 0px;
	padding-left: 0px;
	float: center;
	}

	.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: 20px; /* sets the space between paragraphs */
		margin-left: 0px; 	
	    line-height: 16px; /* 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;
	}
	
	p.padding {
padding-top:10px;
padding-bottom:10px;
padding-right:15px;
padding-left:15px;
}

/* 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.
	*/

@font-face {
	font-family: 'BentonSans-LightRegular';
	src: url('/ndxz-studio/site/fonts/benslt_0-webfont.eot');
	src: local('BentonSans-LightRegular'), url('/ndxz-studio/site/fonts/benslt_0-webfont.woff') format('woff'), url('/ndxz-studio/site/fonts/benslt_0-webfont.ttf') format('truetype'), url('/ndxz-studio/site/fonts/benslt_0-webfont.svg#benslt_0-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BentonSans';
	src: url('/ndxz-studio/site/fonts/bentonsm-webfont.eot');
	src: local('BentonSans'), url('/ndxz-studio/site/fonts/bentonsm-webfont.woff') format('woff'), url('/ndxz-studio/site/fonts/bentonsm-webfont.ttf') format('truetype'), url('/ndxz-studio/site/fonts/bentonsm-webfont.svg#bentonsm-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BentonSansBook';
	src: url('/ndxz-studio/site/fonts/bentonsans-book-webfont.eot');
	src: local('BentonSansBook'), url('/ndxz-studio/site/fonts/bentonsans-book-webfont.woff') format('woff'), url('/ndxz-studio/site/fonts/bentonsans-book-webfont.ttf') format('truetype'), url('/ndxz-studio/site/fonts/bentonsans-book-webfont.svg#webfontQXW7gYHa') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BentonSans-LightBold';
	src: url('benslt_bold_-webfont.eot');
	src: local('BentonSans-LightBold'), url('/ndxz-studio/site/fonts/benslt_bold_-webfont.woff') format('woff'), url('/ndxz-studio/site/fonts/benslt_bold_-webfont.ttf') format('truetype'), url('/ndxz-studio/site/fonts/benslt_bold_-webfont.svg#webfontflY9pCXx') format('svg');
	font-weight: normal;
	font-style: normal;
}

	h1 {
	font-family: BentonSans-LightRegular;
	font-size: 26px;
	line-height: 15px;
	font-weight: 900;
	color: #404040; /* 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: 15px; /* sets the spacing between the heading and paragraph below */
	}
	
	h2 {
	font-family: BentonSans;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	font-weight: normal;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px; /* sets the spacing between the heading and paragraph below */
	padding-top: 0px;
	}
	
	h3 { 
		font-family: BentonSans;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: normal;
		padding-bottom: 0px; /* sets the spacing between the heading and paragraph below */
		padding-top: 0px;
	}
	
	h4 {
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;		
	}
	
	h5 { 
		font-family: BentonSans;
		font-size: 13px;
		text-transform: uppercase; 
		line-height: 15px;
		font-weight: normal;
		padding-bottom: 0px; /* sets the spacing between the heading and paragraph below */
		padding-top: 0px;
	}
	
	h6 {
	font-family: BentonSans-LightBold;
	font-size: 12px;
	text-transform: none;
	word-spacing: 1px;
	line-height: 16px;
	font-weight: normal;
	padding-bottom: 0px; /* sets the spacing between the heading and paragraph below */
	padding-top: 0px;
	}

/* IMAGES */

	#img-container	{ 
		width: 400px;
		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;
		border-color: #dbe2e0; /* erase the following 3 lines if you dont want borders on your images */
		border-width: 1px; 
		border-style:  solid;
	}
	
	#once { clear: left; }
	
	
/* SLIDE SHOW - Navigation */
	
	p.nav a {
		background-color: #000000;
		color: #ffffff;
		padding-top: 3px;
		padding-right: 9px;
		padding-bottom: 3px;
		padding-left: 9px;
		font-size: 10px;
		font-family: BentonSans-LightRegular;
	}
	
	p.nav a:hover {
		background-color: gray;
	}
	
	p.nav span#num {
		letter-spacing: 2px;
		font-family: BentonSans-LightRegular;
		font-style: italic;
		padding-left: 25px;
	}
	
	.clear-both { clear: both; }
