body
{
	background-color: #FFF;
	font: normal 12px Verdana;
}
a {text-decoration: none;}
a:hover {text-decoration: underline;}

h2 { text-align: center; }

#container
{
	width: 800px;
	position: relative;
	text-align: left;
}

#top-row
{
	width: 800px;
	margin: 0 0 6px 0;
	position: relative;
}
.social
{
	float:left;
	text-align:left;
	padding: 0 5px;
}

.account
{
	text-align:right;
	padding: 0 5px;
}

#splash
{
	border: 1px #BBB solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 800px;
	height: 400px;
	background-color: #BBB;
	position: relative;
	margin: 15px 0;
}

.splashimg
{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-width:0;
	width: 800px;
	height: 400px;
}

#slideshowtoggler
{
	position: absolute;
	bottom: 40px;
	right: 10px;
	z-index:1010;
}

#fadeshow1 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.next, .prev
{
	color: white;
	border: 1px white solid;
	padding: 1px 2px;
	font-size: 11px;
	font-family: Arial, sans-serif;
}
.status
{
	margin:0 5px;
	color: gray;
}

#banner
{
	border: 1px #BBB solid;
	width: 800px;
	height: 118px;
	background-color: #BBB;
	position: relative;
	background-repeat: no-repeat;
	background-image: url(/images/banner.jpg);
}
#banner_copy a
{
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #FFF;
	font-size: 10px;
}
#banner_copy span
{
	padding: 2px;
	right: 20px;
	bottom: -2px;
	position: absolute;
	white-space: nowrap;
	visibility: hidden;
	background: #FFF;
	color: #000;
	border: 1px #000 solid;
	text-decoration: none;
}
#banner_copy a:hover, #banner_copy a:hover span { visibility:visible; text-decoration: none; }

div.transbox
{
	width: 800px;
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background-color: #FFF;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

p.transbox2
{
	margin: 3px;
	font-size: 12px;
	color: #000;
	text-align: left;
}

.author
{
	font-size: 10px;
	font-style: italic;
}

.sto_search
{
	background-color: white;
	background-image: url(http://www.seaturtle.org/images/search.png);
	background-repeat: no-repeat;
	display: inline-block;
	font-family: Verdana;
	font-size: 12px;
	padding-bottom: 2px;
	padding-left: 20px;
	padding-right: 0px;
	padding-top: 2px;
	position: absolute;
	top: 25px;
	right: 5px;
	width: 200px;
	word-spacing: 0px;
	border: 2px #BBB solid;
	background-position: 3px 3px;
	z-index:1050;
}

div.menu {
	width: 200px;
	float: right;
	position: relative;
	margin: 0 0 10px 10px;
	padding: 10px;
	border: 1px #BBB solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.menu ul { margin-bottom: 6px; }

#promo {
	width: 800px;
	height: 104px;
	margin: 15px 0 15px 0;
	position: relative;
}

#promo img {
	float: left;
	padding: 0 2px 0 2px;
	width: 156px;
	height: 104px;
	text-align: center;
}

#scoreboard {
	width: 800px;
	height: 95px;
	margin: 15px 0 15px 0;
	position: relative;
}

#scorepanel
{
	float: left;
	padding: 0 5px 0 5px;
	margin: 0 2px 0 2px;
	width: 184px;
	height: 95px;
	border: 1px #BBB solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
}

#footer {
	width: 800px;
	margin-top: 12px;
	clear: both;
	color: #BBB;
	border-top: 1px #BBB solid;
}
.copyright { font-size: 10px !important; color:#BBB; text-align: center; }

div.special
{
	max-width: 300px;
	border: 1px solid #BBB;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	left: 10px;
	bottom: 40px;
	background-color: #FFF;
	filter: alpha(opacity=75);
	opacity: 0.75;
	z-index: 1050;
}
div.special p
{
	margin: 5px;
	font-size: 15px;
	color: #000;
	text-align: center;
}

div.quotes
{
	width: 780px;
	height: 50px;
	border: 1px solid #BBB;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 10px;
	background-color: #FFF;
	vertical-align: middle;
}
div.quotes p
{
	margin: 5px;
	font-size: 15px;
	color: #333;
	text-align: center;
	vertical-align: middle;
}

div.newsticker
{
	width: 780px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	position: absolute;
	filter: alpha(opacity=75);
	opacity: 0.75;
	top: 0px;
	background: #444;
	overflow: hidden;
	text-align: left;
	z-index:1002;
	padding: 3px 10px;
	font: normal 14px Verdana;
	height: 17px;
	color: white;
}

div.stories
{
	width: 794px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	position: absolute;
	filter: alpha(opacity=75);
	opacity: 0.75;
	top: 0px;
	text-align: center;
	background: #444;
	z-index:1002;
	padding: 3px;
	font: normal 18px Verdana;
	z-index: 3;
}

#takeover {
     position:absolute;
     width:100%;
     height:100%;
     text-align:center;
     vertical-align:middle;
     background-color:#000;
     color:#FFF;
     filter: alpha(opacity=85);
     opacity: 0.85;
     visibility:hidden;
     display:none;
     z-index:1051;
     padding-top:200px;
}

.alert  { color: #F00 }
.small   { font-size: 11px; line-height: normal }
.tiny   { font-size: 10px; line-height: normal }
.message { font-family: Verdana; font-size: 9px; color: #333333; }
.box 	{ border: 1px #BBB solid; padding: 5px; background-color: #CCC; }

input.bigbutton { font-size:16px; font-weight:bold; color:#900; }
