/*----------------------------------------------
---EVERYWHERE
----------------------------------------------*/
.toplink{
	margin: 5px;
	font-size: .7em;
	color: #aaa;
	position: absolute;
	bottom: -20px;
	right: 0;
	line-height: .7em;
}
.footnote{
	border-top: 1px solid #ddd;
	padding-top: 5px;
	font-size: .8em;
	margin-top: 10px;
}
/*----------------------------------------------
---BANNER
----------------------------------------------*/
#banner{
	background-repeat: repeat-x;
	background-image: url(images/smallbanner.png);
	width: 100%;
	min-width: 960px;
	background-color: #703d6f;
	height: 100px;
	text-indent: -9999px;
	position: relative;
}
.endtag{
	height: 100px;
	background: url(images/endtag.png);
	background-position: right;
	background-repeat: no-repeat;
}
h1{
	width: 663px;
	height: 100px;
	background: url(images/info/infobanner.png);
	text-indent: -9999px;
	background-repeat: no-repeat;
	margin: 0 0 0 100px;
}
/*----------------------------------------------
---ABOUT
----------------------------------------------*/
#about{
	width: 540px;
	float: right;
	margin-top: 20px;
	position: relative;
	line-height: 1.5em;
	margin-bottom: 20px;
}
#about h2, #board h2, #history h2{
	color: #703d6f;
	font-size: 1.4em;
	padding: 20px 0 10px 20px;
	border-bottom: 1px #703d6f solid;
	margin-bottom: 10px;
}
#about h3{
	margin: 10px 0;
}
#about ul li{
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
	text-indent: 15px;
}
#about ul li ul li{
	list-style-type: circle;
	text-indent: 0;
	margin-left: 30px;
	background: none;
}
/*----------------------------------------------
---BOARD
----------------------------------------------*/
#board{
	width: 100%;
	float: left;
	position: relative;
}
.hidden-pictures{
	display: none;
}
.insideboard{
	width: 949px;
	margin: 20px auto;
	overflow: auto;
	border: 10px #eee solid;
}
.main_image {
	width: 598px;
	height: 456px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
	color: #fff;
}
#board .main_image .desc .block h2 {
	color: white;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0 0 5px;
	padding: 10px;
}
.main_image p {
	font-size: .8em;
	line-height: 1.6em;
	padding: 10px;
	margin: 0;
}
.block small { /*--We'll be using this same style on our thumbnail list--*/
	font-size: .9em;
	padding: 0 0 0 20px;
	background: url(icon_calendar.gif) no-repeat 0 center;
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
	position: absolute;
	bottom: 0;
	left: 0; /*--Stick the desc class to the bottom of our main image container--*/
	width: 100%;
	display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}
.main_image .block{
	width: 100%;
	background: #111;
	border-top: 1px solid #000;
}
.main_image a.collapse { /*--This is our hide/show tab--*/
	background: url(images/info/btn_collapse.gif) no-repeat left top;
	height: 27px;
	width: 93px;
	text-indent: -99999px;
	position: absolute;
	top: -27px;
	right: 20px;
}
.main_image a.show {background-position: left bottom;}
.image_thumb {
	float: left;
	width: 350px;
	background: #f0f0f0;
	border-right: 1px solid #fff;
	border-top: 1px solid #ccc;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
}
.image_thumb img {
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
	float: left;
}
.image_thumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 456px;
	border-left: 1px solid #ccc;
}
.image_thumb ul li{
	margin: 0;
	padding: 12px 10px;
	background: none;
	background: #f0f0f0 url(images/info/nav_a_active.gif) repeat-x;
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-left: 1px solid #fff;
	height: 50px;
}
.image_thumb ul li a{
	overflow: auto;
}
.image_thumb ul li.hover { /*--Hover State--*/
	background: #eee;
	cursor: pointer;
}
.image_thumb ul li.active { /*--Active State--*/
	background: #f0f0f0 url(images/info/nav_a.gif) repeat-x;
	cursor: default;
}
html #board .image_thumb ul li h2 {
	border-bottom: none;
	font-size: 1.2em;
	margin: 5px 0;
	padding: 0;
}
.image_thumb ul li .block {
	float: left;
	padding: 0;
	padding-left: 10px;
	background: none;
	width: 200px;
}
.image_thumb ul li p{display: none;}/*--Hide the description on the list items--*/

.credit{
	letter-spacing: 0.3em;
	text-transform: uppercase;
	text-align: right;
	color: #eee;
	font-size: 0.7em;
	display: block;
}
/*----------------------------------------------
---HISTORY
----------------------------------------------*/
#history{
	width: 540px;
	display: block;
	float: left;
	position: relative;
	margin-bottom: 20px;
}
.history{
	border: 10px solid #eee;
	overflow-y: hidden;
	overflow-x: scroll;
}

#history .events{
	height: 300px;
	overflow: hidden;
	width: 1405px;
	background: url(images/info/timeline.png);
}
#history .events li{
	overflow: hidden;
	float: left;
	padding: 15px 20px 0 20px;
	width: 241px;
	font-size: 14px;
	line-height: 1.3em;
	background: white;
}
#history .events li h3{
	text-align: center;
	background: white;
}
#history .events li p{
	border: 1px solid #bbb;
	padding: 10px;
	background: white;
	text-indent: 2em;
}
#history .intervals {
	width: 1405px;
	height: 50px;
	border-top: 1px solid #bbb;
	display: block;
	font-size: 20px;
}
#history .intervals li{
	padding:10px 0;
	width: 281px;
	margin: 5px 0;
	text-align: center;
	float: left;
}

/*----------------------------------------------
---PAGENAV/SECTIONS/SIDEBAR
----------------------------------------------*/
#pagenav, #links{
	width: 400px;
	background: url(images/tray.png) repeat-y;
	position: relative;
	margin-top: 30px;
	float: left;
}
#links{/*the sidebar link, not the link to it*/
	float: right;
}
.traytop{
	height: 40px;
	background: url(images/traytop.png);
}
.insidetray{
	padding: 0 52px 14px 40px;
}
.traybottom{
	height: 40px;
	background: url(images/traybottom.png);
	clear: both;
}
#pagenav li{
	height: 52px;
	display: inline;
}
#pagenav li a{
	text-decoration: none;
	border: 1px solid #703d6f;
	color: #fff;
	display: inline;
	width: 100%;
	height: 30px;  
	line-height: 30px;
	margin: 10px 0;
	text-align: center;
	background: #703d6f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#pagenav li a:hover{
	background: #ceb8cc;
	border: 1px solid #703d6f;
	color: #555;
}
.insidetray h2{
	border-bottom: 1px solid #bbb;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#pagenav li a.navboard{
	width: 306px;
}
#pagenav li a.navabout, #pagenav li a.navhistory{
	width: 200px;
}
#pagenav li a.navlinks, #pagenav li a.navfiles{
	width: 100px;
}
#pagenav li a.navlinks, #pagenav li a.navabout{
	float: right;
}
#pagenav li a.navfiles, #pagenav li a.navhistory, #pagenav li a.navboard{
	float: left;
}
/*----------------------------------------------
---FILES
----------------------------------------------*/
#files{
	margin-top: 10px;
}
#files li a, #links li a{
	background: none;
	text-decoration: underline;
	color: #703d6f;
	border: 0;
	margin: 5px 0;
	padding: 0;
	font-size: 14px;
	height: 16px;
	text-align: left;
	padding-left: 14px;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	line-height: 16px;
}
#files li a:hover{
	background: none;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	line-height: 16px;
	color: #703d6f;
	border: none;
}
#files li{
	display: block;
	height: 24px;
}
/*----------------------------------------------
---LINKS
----------------------------------------------*/
#links li{
	margin: 5px 0;
}
#links h3{
	font-size: .9em;
	margin-top: 10px;
}