/* @override 
	http://www.billfishblast.com/site/css/style.css
	http://billfishblast.com/site/css/style.css
	http://localhost:8888/blast/site/css/style.css
*/

body {
	background-color: #93c6c8;
	padding-bottom: 25px;
	padding-top: 10px;
}

#body_wrapper{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#content_header{
	width: 100%;
	position: relative;
}

#badge{
	position: absolute;
	top: -16px;
	left: -320px;
	z-index: 1;
	width: 242px;
}

#badge1{
	position: absolute;
	z-index: 1;
	right: 3px;
	top: -16px;
	width: 242px;
}

#content_header img {
	margin-left: 319px;
}

#content_header p {
	margin-bottom: 22px;
	font-size: 18px;
	color: #000;
	text-align: center;
}

/* Navigation */

#nav_main {
	padding: 5px;
	margin-left: auto;
	background: #539aa6;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
}

#nav_main ul{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#nav_main li{
	display: inline;
	padding-bottom: 10px;
	padding-top: 10px;
	top: 0;
	margin-bottom: 0;
	margin-left: 10px;
}

#nav_main li:hover{
}

li#active{
}

li#active a{
	color: #fff;
}

#nav_main a{
	text-decoration: none;
	color: black;
	padding: 15px;
	font-size: 15px;
}

#nav_main a:hover{
	color: #fff;
}

#nav_sub{
	width: 1000px;
	text-align: center;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	padding-top: 10px;
}

#nav_sub li{
	padding-left: 5px;
	display: inline;
}

#nav_sub a{
	font-size: 13px;
	color: #0f0a07;
}

#nav_sub a:hover{
	color: #fff;
}

/* Navigation */
#content_wrapper{
	background-color: #fff;
	-webkit-border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;
	padding: 25px;
	min-height: 300px;
	float: left;
	width: 950px;
}

#status{
	text-align: center;
	font-size: 25px;
	color: #57360f;
	width: 342px;
	border-top-style: none;
	border: 1px none #539aa6;
	border-top-width: 0;
	float: right;
	margin-bottom: 25px;
}

#status span{
	color: #000;
	font-size: 20px;
}

p#bulletin{
	background-color: #539aa6;
	color: #fffeff;
	padding: 15px;
	margin-top: 16px;
}

#content_main {
	line-height: 25px;
	position: relative;
}

#content_main ul{
	margin-left: 75px;
}

#content_main p{
	text-indent: 25px;
}

#column1{
	width: 60%;
	margin-top: 14px;
	float: left;
}

#column1 h1{
	text-align: center;
	padding-top: 0;
}

#column1 img{
	width: 100%;
	margin-left: -8px;
}

#column1 img.loading {
	width: auto;
	float: left;
	margin-top: -33px;
	margin-left: 79px;
	display: none;
}

#column1 p{
	width: 517px;
}

#column2{
	top: 60px;
	right: 16px;
	width: 38%;
	float: right;
	margin-top: -26px;
}

#date{
	margin-left: 271px;
	text-align: right;
	margin-top: -39px;
}

table.standings{
	border-collapse: collapse;
	width: 100%;
	border-style: solid;
	border-width: 1px;
}

th{
	background-color: #539aa6;
	color: #fff;
}

.standings tr{
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

ul#top3 {
	margin-left: 0;
}

#top3 a{
	text-decoration: underline;
	color: #1462b0;
	float: right;
}

#top3 a:hover{
	color: #57360f;
}

#top3 p{
	font-size: 13px;
	text-align: right;
	text-indent: 0;
}

#top3 h3{
	color: #000;
	border-top: 1px dashed #57360f;
	padding-top: 18px;
	text-align: center;
}

table.top3{
	border-collapse: collapse;
	text-align: center;
	margin-top: 10px;
	border: 1px solid #7b7b7b;
	width: 100%;
	margin-bottom: 25px;
}

.top3 td{
	padding: 5px;
}

.top3 tr{
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#column2 h2{
	text-align: center;
	margin-bottom: 0;
	font-size: 25px;
	margin-left: 0;
}

#schedule ul{
	text-align: left;
	text-transform: capitalize;
}

.border {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 15px;
}

#schedule h1{
	text-align: center;
	font-size: 30px;
}

.scoring .bold{
	color: #57360f;
}

.scoring .italics{
	color: #000;
	font-size: 17px;
	font-weight: bold;
}

ul#links{
	margin-left: 0;
	display: block;
}

ul#links li{
	width: 230px;
	float: left;
	margin-bottom: 50px;
}


img.linkLogos {
	width: 200px;
}

a#sixsidedstudio {
	color: #14607c;
	float: right;
}

a#sixsidedstudio img{
	margin-bottom: -3px;
	margin-right: 5px;
}

img#loading {
	display: none;
}