html { 
/* Force vertical scrollbars so that page-shift doesn't occur */ 
	min-height: 100%; 
	margin-bottom: 1px; 
}

body, td, li {
	font: 12px helvetica, arial, sans-serif;
	color: white;
}

form { margin: 0; padding: 0;}

a:link { color: #FFFFFF; }
a:active { color: #333333; }
a:visited { color: #FFFFFF; }
a:hover { color: #00CBFF; }

a#sacBeeStory {color:#E0E0E0;}
a#sacBeeStory:hover {color:white;}

.mainNav {
	border-right:1px dashed white;
	padding:40px 5px 0 0;
	text-align: right;
	font-size:14px;
}
.mainNav a {
	text-decoration:none;
}

.stdBodyColor {
    background-color:#205285;
}
.stdBodyMargin {
    margin:0;
}

div.albumTitle {
    padding-top:10px;
    text-align:center;
}
div.albumImg {
    text-align:center;
}

.styleForTitle {
	font-family: Arial,Helvetica,Geneva,Swiss,SunSans-Regular;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 5px;
	color: #FFFFFF;
	padding-bottom: 10px;
}

.segmentLinks a {
	text-decoration: none;
}
.segmentLinks a:hover {
	text-decoration: underline;
}
.segmentLinks b {
	color: #ffd700;
	font-size: 1.1em;
}

.btnIcon {        
	display: inline-block;
	white-space: nowrap;

	border: 1px solid #777;
	border-top: 1px solid #96d1f8;
	background: #65a9d7;
	background: -webkit-gradient(linear, left top, left bottom, from(#3e779d), to(#65a9d7));
	background: -webkit-linear-gradient(top, #3e779d, #65a9d7);
	background: -moz-linear-gradient(top, #3e779d, #65a9d7);
	background: -ms-linear-gradient(top, #3e779d, #65a9d7);
	background: -o-linear-gradient(top, #3e779d, #65a9d7);

	padding: 0 1.35em;
	margin: 0.5em;
	font: bold 1em/2em Arial, Helvetica;
	font-size:16px;
	text-decoration: none;
	text-shadow: 2px 2px 2px rgba(0,0,0,.5);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
}
.btnIcon:before {
	background: #ccc;
	background: rgba(0,0,0,.1);
	float: left;        
	width: 1em;
	text-align: center;
	font-size: 1.35em;
	margin: 0 1em 0 -1em;
	padding: 0 .2em;

	-moz-border-radius: .15em 0 0 .15em;
	-webkit-border-radius: .15em 0 0 .15em;
	border-radius: .15em 0 0 .15em;
	border-right:1px solid #777;
	pointer-events: none;		
}
.btnPlay:before {
	content: "\25B6";
}

.showLinkDate {
	margin: 10px 0 5px 0;
	border-top:1px solid #3C5F8D;
}

.showDate {
	text-align:right;
	font-size:1.4em;
	text-shadow: 2px 2px 2px rgba(0,0,0,.5);
}

