
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Arial, 'Helvetica Neue', Sans-Serif;
	background: #fff;
}

/* LINKS */
		
	/* colors for all links */
	a:link { 
	text-decoration: none; /* none = no underline, other options include line-through or overline */
	color: #000; /* sets hex color of every link - www.colorpicker.com or photoshop to find hex values */
	}
	
	a:active { 
	text-decoration: none;
	}
	
	/* 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: #000; /* the color can also be changed */
	background: #ffffff; /* this changes the background of a visited link, you can also get rid of the the back ground an color and there will be no change if a link has been visited */ 
	}
	
	/* sets the properties for links when mouse rolls over */
	a:hover {
	color: #000000;
	background: #ffffff;
	}

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


/* MENU */

	#menu {
		width: 200px; /* 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: 0;
		position: fixed;
		height: 100%;
		background-color: #ffffff;
		padding-top: 0px; /* 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 */
		font-size: 11px;

	}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
	font-size: 11px;
	line-height: 12px;
}



#menu ul li.section-title {
	font-weight: bold;
	font-size: 12px;
	line-height: 22px;
}

#menu li.active a {
	color: #000000;
	background: #ffffff;
	text-decoration : underline;
	background : none;
}	
		
		#menu ul.built {
			margin-bottom: 2px;
		}
	
		#menu ul.built li {
			padding-top: 10px;
			border-top-color: #ffffff;
			border-top-style: dotted;
			border-top-width: 1px;
			color: #000000;
			font-size: 11px;
			color: #000000;
			font-family: Times, serif;
			font-style: none;
		}
		
		/* The following changes the link colors for only the "Built with Indexhibit" link */
		#menu ul.built a {
			color: #000000;
		}
		
		#menu ul.built a:hover {
			color: #000000;
		}

	/* This sets the style for Post-Nav Text which can be accessed in the Exhibit Settings */
		
		#copy {
			font-size: 9px;
			color: #000000;
			font-family: Times, serif;
			font-style: italic;
			margin-top: 5px;
			padding-top: 10px;
			border-top-color: #000000;
			border-top-style: solid;
			border-top-width: 1px;
		}


#content {
    height: 100%;
    margin: 0px 0 0 238px;
    top: 5px;
}

.container {
	padding-top: 50px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
}

#content p {
	font-family: Arial, 'Helvetica Neue', Sans-Serif;
	font-size: 12px;
	width: 650px;
	margin-bottom: 9px;
	margin-top: 0px;
}

p {
    margin: 0 0 1px 0;
	font-size: 11px;
    
}

h1 {
	font: 32px Arial, 'Helvetica Neue', Sans-Serif;
}
h2 {
	font: 24px Arial, 'Helvetica Neue', Sans-Serif;
}
h3 {
	font: 16px Arial, 'Helvetica Neue', Sans-Serif;
}
h4 {
	font: 12px Arial, 'Helvetica Neue', Sans-Serif;
}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0;
	font-size: 12px;
	color: #242424;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0.0em
}

#once { clear: left; }

#twitter_update_list {
line-height: 20px;
list-style-image: none;
list-style-type: none;
color: #6e6e6e;
	font-size: 10px;
}
