/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
margin-left: 10px;

	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
    line-height: 15px;
	background: #fff;
}

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

#header{
	height: 15px;
	width: 100%;
	background-color: #333;
	position: fixed;
}

a:link { text-decoration: none;  color: #000; background-color: #A4EFDE;
}
a:active { text-decoration: none; color: #000; }
a:visited { text-decoration: none; color: #000; background-color: #A4EFDE;
}
a:hover { text-decoration: none; color: #000; background-color: #FFF; }

a img { border: none; decoration: none;}


/* Pre-Nav Text - Can be accessed in the Exhibit Settings */
	
	
	.top-section {
		padding: 0 0 0 25px;
	}



/* MENU */

	#menu {
		width: 240px; /* sets the width of your left hand bar - if you change this also change the LEFT margin in #content to match */
		overflow: auto;
		top: 0px;
		bottom: 0;
		left: 0;
		position: fixed; /* this make the menu stay in place while the content section scrolls*/
		height: auto;
     background-color: #fff;
		padding-top: 12px; /* change to match the padding-top in #content if you want them to align */
		padding-bottom: 0px;
		/* padding-left & right can be changed in #menu ul - below */
		font-size: 11px; color: #000;
	}
	
	/* This section controls each section made */ 
	#menu ul {
		list-style: none;
		margin-top: 1px;
		margin-right: 0px;
		margin-bottom: 7px; /* 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: 15px;
		padding-left: 25px;
	}

	#menu ul li {
		margin-top: 0px;
		margin-bottom: 2px;
        padding-left: 15px;
                	}
/* The following sets the style for the section heading */
	#menu ul li.section-title {
		font-family:  "Courier New", Courier, monospace;
		font-size: 13px;
		font-weight: bold;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		color: #000;


	}
	
	/* The following selectors style the "Built with Indexhibit" on the menu */	
		
		#menu ul.built {
			margin-bottom: 0;
		}
	
		#menu ul.built li {
			padding-top: 0px;
			border-top-color: #cccccc;
			border-top-style: solid;
			border-top-width: 1px;
			color: #6ECFB9;
		}
		
		/* The following changes the link colors for only the "Built with Indexhibit" link */
		#menu ul.built a {
			color: #fff;
		}
		
		#menu ul.built a:hover {
		 	text-decoration: underline;
			color: #6ECFB9;
		}

	/* This sets the style for Post-Nav Text which can be accessed in the Exhibit Settings */
		
		#copy {
			font-size: 18px;
			color: #000;
			font-family: "Courier New", Courier, monospace;
            font-style: bold;
			margin-top: 20px;
            padding-left: 50px;
			padding-top: 10px;
			border-top-color: #cccccc;
			border-top-style: solid;
			border-top-width: 1px;
		}

/* CONTENT AREA */
	
	#content {
		height: 100%;
		margin-top: 10px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 170px; /* sets the space so the content starts right when the menu ends - if you change this also change the width of #menu to match */
	    
	    /* sets the spacing around the content area - this is normally set to match padding options in #menu but can be changed seperately */
		padding: 15px 5px 25px 80px;
	}

	.container {
    margin-top: 5px;
		margin-bottom: 0px;
		max-width: 650px;
	}

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


h1 { font-size: 18px; font-weight: normal ;color:  #6ECFB9; margin-bottom: 10px; }

h2{ font-size: 20px; font-weight: normal ;color:  #6ECFB9; margin-bottom: 3px; }


h3 { font-size: 12px; font-weight: bold; line-height: 16px; color:  #000000;}
h4 { font-size: 12px; }

h5 { font-size: 12px; font-weight: normal; line-height: 18px; color:  #000000; text-align: right;}

h6 { font-size: 13px; font-weight: bold; line-height: 22px; color:  #000;}

#img-container	{ margin: 15px 0 0 0; padding: 0;}
#img-container p { width: 600px; margin: 0; padding: 0 0 12px 0; }
#img-container a { background-color: #FFFFFF;}

#once { clear: left; }

/* SLIDE SHOW - Navigation */
  p.nav a {
		color:#76c4b4;
		text-decoration: none;
		background-color: #none;
		padding-top: 3px;
		padding-right: 3px;
		padding-bottom: 3px;
		padding-left: 3px;
		font-size: 11px;
		font-family: "Courier New", Courier, monospace;

		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
	}
	
		
	p.nav a:hover {
		color:#b1e1d8;
		text-decoration:none;
	}
	
	p.nav span#num {
		letter-spacing: 0px;
		font-family: "Georgia", Serif;
		color:#6ECFB9;
		font-style: none;
		padding-left: 3px;
	}
    
    

