/**
* CSS
* 
* @author Vaska 
* @author Matt Coleman (mattcoleman.us)
*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
}

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

a {
outline: none;
}

abbr {
outline: none;
border: none;
}

acronym {
outline: none;
border: none;
}

a:link { text-decoration: none; color: #aaaaaa;}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #aaaaaa;}
a:hover { text-decoration: none; color: #222;}

#menu a:link { text-decoration: none; color: #000000;}
#menu a:active { text-decoration: none; color: #000000;}
#menu a:hover { text-decoration: none; padding-bottom: 2px; border-bottom: 5px solid #aaaaaa;}
#menu a:visited {text-decoration: none; color: #000000;}

#about a:link { text-decoration: none; color: #666666;}
#about a:active { text-decoration: none; }
#about a:visited { text-decoration: none; color: #666666;}
#about a:hover { text-decoration: none; color: #222;}

#about ul {list-style: none; margin: 0 0 30px 0; line-height: 15px;}

#about img {float: left; margin: 0 20px 20px 0;}

#content a:hover { color: #aaaaaa; }

a img { border: none; }

#menu {
    width: 600px;
    text-align: left;
    font-weight: bold;
    overflow: auto;
	margin: 0 auto 0;
	padding-top: 5px;
	border-top: 5px solid black;
	color: #999;
}

#menu a.name {
	display: block;
	padding-bottom: 0px;
	margin: 0 0 3px 0;
	border: none;
	background: url('/logo.jpg') no-repeat top left;
	width: 201px;
	height: 52px;
	}

#menu a.name:hover {
	background: url('/logo.jpg') no-repeat top left;
	}
	
#menu a.name strong { display: none; margin: -100000px -100000px; color: white;}	

#menu ul {
	float: left;
	list-style: none;
	margin: 0 0 12px 0;
	display: inline;
}

#menu ul li.section-title { 
	text-align: left;
	font-weight: bold;
	display: inline;
/* 	display: none; */
	}
	
#menu ul li {
	padding: 3px 0 2px 0;
	list-style: none;
	display: inline;
	margin: 0 10px 0 0;
	}	

#rightnav {
	text-align: right;
	list-style: none;
	display: inline;
	float: right;
	list-style: none;
	margin: 0 0 12px 0;
	width: 100px;
	font-weight: normal;
}

#rightnav .item {
	padding: 3px 0 2px 0;
	list-style: none;
	display: inline;
	margin: 0 0 0 10px;}

#content {
    height: 100%;
    width: 600px;
    margin: 0 auto 20px;
    border-top: 10px solid black;
}

.container {
}

#content p { width: 600px; margin-bottom: 9px; color: black; }

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 10px; }

#footer {font-weight: normal; margin: 8px 0 10px 0; border-top: 3px solid #000; padding: 4px 0 2px 0; text-align: right; clear: both; font-size: 11px; width: 600px; }

#footer p { font-size: 11px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; color: black;}

/*coding below for exhibit.slideshow stylings*/

.img-bot { color: black; }
#title {font-weight: bold; color: black; }
#caption { color: black; }
.nav {color: black; }
.slideshowimg { text-align: center; margin: 0 auto 0; }
#next { color: black; }
#prev { color: black; }


/* end ex.slideshow stylings */

#once { clear: left; }


/* featured image fade stylings */

#featured {
	float: left;
	margin: 0 0 10px 0;
	clear: both;
	width: 400px;
	position: relative;
	top:-10px;}

.leftfeat {float: left; margin: 0 10px 10px 0px; width: 400px;}

.rightfeat {float: left;}

#tooltip{
	font-size: 18px;
	font-weight: bold;
	position:absolute;
	padding:2px 5px;
	color:#000000;
	display:none;
	}

.tog {
	background: url(/toggle.gif) no-repeat top left;
	width: 10px;
	height: 10px;
	float: right;
	margin-top: 8px;
	border: none;
	}
	
.tog span {
	display: none;}	
	
.collapsed {
	background-position: top right;}
	
		

