/* ----------------------------- Base ---------------------------- */

body {
	background-color: #39275b;
	background-image:url(../images/page_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	color: #ffffff;
}
a:link, a:visited {
	color: #0F79A3;
	text-decoration: none;
}
a:hover, a:active {
	color: #043f75;
	text-decoration: underline;
}
a:focus {
	outline: none;
}
.maincopy {
	line-height: 16px;
	padding-right: 32px;
}
.maincopy a:link, .maincopy a:visited {
	color: #fff;
	text-decoration: underline;
}
.maincopy a:hover, .maincopy a:active {
	color: #DBAD12;
}
#container {
	margin: 0px auto 20px;
	width: 960px;
}
#topcontent {
	color: #fff;
	margin: 0px;
	padding-bottom: 4px;
}

/* ----------------------------- Timeline ---------------------------- */

.timeline-copyright {
	display: none;
}

.timeline-default {
	color: #333;
	border: none;
	background-image: url(../../images/bg_quad2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}

.timeline-band, .timeline-band-0, .timeline-ether-bg {
	background: none !important;
}

/*.timeline-ether-bg {
	background-image: url(../images/bg_quad.jpg);
	background-attachment: inherit;
	background-repeat: no-repeat;
	background-position: center center;
}*/

div.simileAjax-bubble-contentContainer {
	background-color: #f7e4a9;
}

.timeline-event-bubble-image {
	position: absolute;
	top: 16px;
	left: 16px;
	margin: 0;
	padding: 0;
/* Add drop shadow */
	-moz-box-shadow: 4px 4px 8px #666;
	-webkit-box-shadow: 4px 4px 8px #666;
	box-shadow: 4px 4px 8px #666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#666666');
}

.timeline-event-bubble-title, .timeline-event-bubble-body {
	color: #333;
	margin-right: 16px;
	margin-left: 176px;
	border: none;
}

.timeline-event-bubble-title {
	margin-top: 16px;
	font-size: 1.6em;
	line-height: 20px;
}

.timeline-event-bubble-body {
	margin-bottom: 30px;
	line-height: 16px;
	min-height: 200px;
	overflow: hidden;
}

.timeline-event-bubble-time, .timeline-event-bubble-wiki {
	display: none;
}

.infolink {
	margin-left: 10px;
	padding-left: 5px;
}

.infolink li {
	margin-bottom: 5px;
}

.timeline-event-icon {
	margin-left: 6px;	
	margin-top: -11px;
	background: none;
}

.timeline-event-label {
	padding: 5px 0px 0px 5px;
	border: #fff 2px solid;
	color: #fff;
	font-weight: bold;
	height: 23px;
	font-size: 1.1em;
}
.label-users {
	border: 1px solid #fff;
	color: #fff;
	font-size: .9em;
	font-weight: normal;
	padding: 0 0 2px 2px;
	height: 12px;
	line-height: 12px;
	margin-top: -10px;
	background-color: #808080;
}
/** Switch to these if making "users" the default look, then styling the other labels
.timeline-event-label {
	border: 1px solid #fff;
	color: #fff;
	font-size: .9em;
	font-weight: normal;
	padding: 0 0 2px 2px;
	height: 12px;
	line-height: 12px;
	margin-top: -14px;
}
.label-columns, .label-people, .label-discoveries, .label-events, .label-presidents, .label-sports  {
	padding: 5px 0px 0px 5px;
	border: #fff 2px solid;
	color: #fff;
	font-weight: bold;
	height: 23px;
	font-size: 1.1em;
}
*/
.label-columns {
	background-color: #45297b;
}
.label-discoveries {
	background-color: #dcad13;
}
.label-events {
	background-color: #b5adcf;
}
.label-people {
	background-color: #8656b1;
}
.label-presidents {
	background-color: #77411f;
}
.label-sports {
	background-color: #522074;
}
.centerlinks td {
	padding: 4px 10px;	
	font-size: 1.2em;
	border-left: 1px solid #fff;
	background-color: #000;
	color: #fff;
}

.centerlinks a:link, .centerlinks a:visited {
	color: #fff;
	text-decoration: none;
}

.centerlinks a:hover, .centerlinks a:active {
	text-decoration: none;
}

/* Infobox category images */
.cat-bg-columns, .cat-bg-discoveries, .cat-bg-events, .cat-bg-people, .cat-bg-presidents, .cat-bg-sports, .cat-bg-users {
	margin-top: 10px;
	height: 30px;
	background-position: bottom right;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;	
}
.cat-bg-columns {
	background-color: #45297b;
	background-image: url(../images/info-box-columns.jpg);
}
.cat-bg-discoveries {
	background-color: #dcad13;
	background-image: url(../images/info-box-discoveries.jpg);
}
.cat-bg-events {
	background-color: #b5adcf;
	background-image: url(../images/info-box-events.jpg);
}
.cat-bg-people {
	background-color: #8656b1;
	background-image: url(../images/info-box-people.jpg);
}
.cat-bg-presidents {
	background-color: #77411f;
	background-image: url(../images/info-box-presidents.jpg);
}
.cat-bg-sports {
	background-color: #643583;
	background-image: url(../images/info-box-sports.jpg);
}
.cat-bg-users {
	background-color: #808080;
	background-image: url(../images/info-box-users.jpg);
}
/* End Infobox */

.timeline-date-label {
	border: medium solid #AAAAAA;
	color: #FFF;
	height:1.5em;
	position:absolute;
	width:5em;
	font-size: 1.2em;
	margin-top: -2px;
}

#timeline-band-0 .timeline-date-label {
	color: #FFF;
	height:1.5em;
	position:absolute;
	width:5em;
	font-size: 1.2em;
	top: 0;
}

.timeline-date-label-em {
	border: medium solid #AAAAAA;
	color: #FFF;
	height:2em;
	position:absolute;
	width:5em;
	font-size: 5em;
}
.record, .eventyear {
	color: #333;
	font-weight: bold;
}
.classyear {
	font-style: italic;
	line-height:26px;
	text-align:right;
	position: absolute;
	top: 14px;
	right:26px;
	overflow: hidden;
	padding-right: 4px;
}
.formername { 
	font-style: italic;
	font-size: 0.95em;
}
.imagecredit {
	margin: 24px 5px 0;
	font-size: 0.85em;
	font-style: italic;
	color: #666;
}

.imagecredit a:link, .imagecredit a:visited {
	color: #666;
	text-decoration: none;
}

.imagecredit a:hover, .imagecredit a:active {
	color: #666;
	text-decoration: underline;
}

/* ----------------------------- Footer ---------------------------- */

#footer {
    margin-top: 32px;
    border-top: 1px solid #fff;
    padding: 6px;
    text-align: center;
    color: #fff;
    font-size: .9em;
	line-height: 1.5em;
}

#footer a {
    color: #fff;
}

/* ----------------------------- Menu Flyout ---------------------------- */
/* Based on Fixed Nav jquery plugin - http://tympanus.net/codrops/2009/11/30/beautiful-slide-out-navigation-a-css-and-jquery-tutorial/ */
ul#navigation {
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 114px;
    left: 0px;
    list-style: none;
    z-index:9999;
}
ul#navigation li {
    width: 97px;
}
ul#navigation li a {
    display: block;
    margin-right: -2px;
    width: 97px;
    height: 76px;    
    background-color:#f7e4a9;
    background-repeat:no-repeat;
    background-position:center center;
    border:2px solid #ffffff;
	margin-bottom: 8px;
    /*-moz-border-radius:0px 10px 10px 00px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -khtml-border-top-right-radius: 10px;
    -moz-box-shadow: 0px 4px 3px #000;
    -webkit-box-shadow: 0px 4px 3px #000;
    opacity: 0.6;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    */
}
ul#navigation li.help a {
    height: 36px;    
}
ul#navigation li.you a, ul#navigation li.you_in a {
    height: 43px;    
}
ul#navigation .welcome a{
    background-image: url(../../images/nav_welcome.png);
}
ul#navigation .help a {
    background-image: url(../../images/nav_help.png);
}
ul#navigation .you a      {
    background-image: url(../../images/nav_you.png);
}
ul#navigation .you_in a      {
    background-image: url(../../images/nav_you_in.png);
}

.navinfo {
	padding:10px;
	background:#fff;
	color: #333;
	line-height: 16px;
}
#cboxTitle {
	color: #FFF;
}