/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
* @author Edited by Ed Nacional (www.ednacional.com) & Safa Hovinen


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

body {
	font-size: 16px;
	font-family: Helvetica, Arial, Geneva 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: #000; /* sets the color of all type in the website except for links and other sections overwritten */
	background-color: #ffffff; /* sets the overall background color */
}

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

#keywords {
	visibility: hidden;
	position: absolute;
	left: -100.00em;
}

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

	.imglink {
	border: none;
	text-decoration: none;
	background: none;
	padding: none;
	}

	.imglink:hover {
	border: none;
	text-decoration: none;
	background: none;
	padding: none;
	}

/* LINKS */
	
	#content a {
	background-color: #dfffdf;
	color: #000;
	text-decoration: none;
	border-bottom: solid 1px #4fa65e;
	padding: 0 0.30em;
}

	#content a:hover {
	background-color: #ffff00;
	border-bottom: solid 1px #4fa65e;
	text-decoration: none;
}

	#content a:visited {
	background-color: #dfffdf;
	border-bottom: solid 1px #ffffcc;
	text-decoration: none;
}

	#content a:visited:hover {
	background-color: #ffff00;
	border-bottom: solid 1px #4fa65e;
	text-decoration: none;
}

	#menu li a {
	color: #000;
	background-color: #dfffdf;
	text-decoration: none;
	padding: 0;
}

	#menu li a:hover {
	background-color: #ffff00;
	text-decoration: none;
	padding: 0;
}

	#menu li a:visited {
	text-decoration: none;
	background-color: #fff;
}

	#menu li a:visited:hover {
	background-color: #ffff00;
	text-decoration: none;
	padding: 0;
}

	a:visited#logoLink{
	background-color: #fff;
	}
	
	/* any img that is a link */
	a img { 
	border: none;
	background: none;
	text-decoration: none;
	}

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


/* MENU */

	#logo {
		position: relative;
		left: 2.00em;
	}

	#menu {
		width: 18.00em; /* sets the width of your left hand bar - if you change this also change the LEFT margin in #content to match */
		overflow: auto;
		top: 0;
		bottom: 0;
		left: 2.00em;
		position: fixed; /* this make the menu stay in place while the content section scrolls*/
		height: 100%;
		background-color: #fff;
		padding: 3.00em 0 0 0;
		/* padding-left & right can be changed in #menu ul - below */
		font-size: 0.90em;

	}
	
	/* This section controls each section made */ 
	#menu ul {
		list-style: none;
		margin: 0 0 2.00em 0;
		padding: 0 5.00em 0 2.20em;
	}

	#menu ul li {
		margin-top: 0;
		margin-bottom: 0.10em;
		font-size: 0.80em;
	}
	
	/* The following sets the style for the section heading */
	#menu ul li.section-title {
		font-family: MuseoSlab500, Georgia, "Times New Roman", serif;
		font-style: normal;
		font-size: 1.20em;
		padding: 0 0 0.40em 0;
		color: #000;
		margin: 1.00em 0 0 0;
		line-height: 1;

	}
	
	/* The following selectors style the "Built with Indexhibit" on the menu */	
		
		#menu ul.built {
			margin: -1.50em 0 0 0;
		}
	
		#menu ul.built li {
			font-size: 0.70em;
			color: #bbb;
		}

		#menu ul.built a {
			color: #bbb;
		}


/* CONTENT AREA */
	
	#content {
		height: 100%;
		margin: 0.60em 0 0 20.00em;
	    
	    /* sets the spacing around the content area - this is normally set to match padding options in #menu but can be changed seperately */
		padding: 2.00em;
	}

	.container {
		margin-bottom: 2.00em;
	}

	#content p { /* sets the properties for all paragraphs in the content area */
		width: 30.00em;
		margin: 0 0 1.50em 0;
		font-size: 0.90em;
	    line-height: 1.50em; /* use this the change the leading (space between lines) */
	}

	p { /* sets the properties for all paragraphs  */
    margin: 0;
	}

.museo {
	font: normal 54px MuseoSlab500, Georgia, "Times New Roman", serif;
	color: #000;
	line-height: 1;
	margin: 0 0 1.0em 0;
	padding: 0;
}

.museo-green {
	font: normal 54px MuseoSlab500, Georgia, "Times New Roman", serif;
	color: #4fa65e;
	line-height: 1;
	margin: 0 0 1.0em 0;
	padding: 0;
}

/* HEADINGS */
	
	h1 { 
		font: normal 2.20em MuseoSlab500, Georgia, "Times New Roman", serif;
		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 */
		margin: 0.10em 0 0 0;
		padding: 0; /* sets the spacing between the heading and paragraph below */
	}
	
	h2 { 
		font: normal 1.40em MuseoSlab500, Georgia, serif;
		color: #000;
		padding: 0.50em 0 0.50em 0; /* sets the spacing between the heading and paragraph below */

	}
	
	h3 { 
		font-family: Helvetica, Arial, sans-serif;
		font-style: normal;
		font-weight: normal;
		font-size: 1.40em;
		color: #000;
		margin: -0.50em 0 0 0;
		padding: 0 0 2.20em 0;
	}
	
	h4 { 
		font-size: 0.70em; 
		color: #000;
		margin: 0 0 2.00em 3.20em;
		font-family: Helvetica, Arial, sans-serif;
		font-style: normal;
		font-weight: normal;
	}
	

/* IMAGES */

	#img-container	{ 
		margin: 0 0 1.00em 0; 
		padding: 0; 
	}
	
	#img-container p	{ 
		margin: 0; 
		padding: 0;
	}
	
	.nothumb{
	margin-bottom: 25px;
	}
	
	.nothumb img {
		margin-top: 0px;  
		margin-right: 0px;
		margin-bottom: 5px;
		margin-left: 0px;
	}
	
	#once { clear: left; }
	
	
/* SLIDE SHOW - Navigation */
	
	p.nav a {
		background-color: #4fa65e;
		padding-top: 3px;
		padding-right: 9px;
		padding-bottom: 3px;
		padding-left: 9px;
		text-decoration: none;
		color: #fff;
		-moz-border-radius-bottomleft:3px;
		-moz-border-radius-bottomright:3px;
		-moz-border-radius-topleft:3px;
		-moz-border-radius-topright:3px;
	}
	
	p.nav a:hover {
		background-color: #555;
	}
	
	p.nav span#num {
		padding-left: 20px;
	}
	
/* TWITTER Styles */
div#twitter_div{
	font-size: 11px;
	}
div#twitter_div ul#twitter_update_list li:before{
	content: "Says: ";
	}
div#twitter_div ul#twitter_update_list{
	padding: 0px 25px 0px 0px;
	margin: 0;
	}

/* Custom Styles */
h1#headerName{
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	}
h2.contactLink{
	font-style: italic;
	margin: 0;
	padding: 0;
	}
.postTitle{
	font-style: italic !important;
	font-size: 32px;
	}
blockquote{
	width: 600px;
	padding: 15px;
	border: 1px dotted #666;
	margin-bottom: 25px;
	}
.quoteAuthor{
	font-style: italic;
	font-size: 12px;
	font-family: MuseoSlab500, Georgia, serif;
	}
#form1 .info h2{display: none;}
#form1 {font: 12px MuseoSlab500, Georgia, Times New Roman, serif;}
a.power {display: none;}
