/* CSS Document */

body {
	background-image: url(../images/breakers/bg.jpg);
	background-position: center 44px;
	background-repeat: no-repeat;
	background-color: #000;
}

#header {

	background-repeat: no-repeat;
	background-color: transparent;
	height: 124px;
}

#leaderboard {
	width: auto;
	height: auto;
	margin: 0;
}

#col-wrap {
	background-image: url(../images/breakers/top_content_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#rss-wrap {
	width: 669px;
	height: 33px;
	border: none;
	background-image: url(../images/breakers/ticker_bg.gif);
	background-repeat: no-repeat;	
}

#footer-nav, #footer-nav a, #copyright {
	color: #535353;
}

a#splogo {
	width: 151px;
	height: 48px;
	background-image: url(../images/sp_logo_rev.png);
	background-repeat: no-repeat;
}


/* Navigation */

#nav-wrap {
	background-image: url(../images/breakers/nav_bg.jpg);
	background-repeat: no-repeat;
	border: none;
	background-color: transparent;
	height:33px;
	width:100%;
	margin: 0 0 0 1px;
}

#nav a {
	color: #FFF;
}

#nav li ul a {
	background-color: #89CBFC;
	color: #000;
	border-bottom: 1px solid #000;
}

#nav a:hover {
	background-image: url(../images/nav-hover.png);
	color: #FFF;
}


#nav li ul li a:hover, #nav li ul li ul li a:hover {
	background-image: none;
	background-color: #1E8BDC;
	color: #FFF;
}

/* News Plugin */

.news-list-container li.active {
	background-image: url(../images/breakers/news_heading.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #1E8BDC;
}

.news-list-container li.active .news-list-sub a {
	color: #FFF;
}

.news-list-container li.active .news-list-header a {
	color: #313131;
}

/* Player Profiles */

.profile-nav {
	background-image: url(../images/breakers/breakers_rost_title.jpg);
}

.profile-top {
	background-image: url(../images/breakers/breakers_prof_bg.jpg);
}

ul.profile-name-no-pos {
	color: #00A0FE;
}

ul.profile-name-no-pos li {
	border-left: 1px solid #00A0FE;
}

table.profile-basic-stats {
	color: #fff;
}

a#team-link-logo {
	float: left;
	display: inline;
	width: 240px;
	height: 124px;
	background-image: url(../images/breakers/breakers.png);
	background-repeat: no-repeat;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.box-content embed {
float: left;
}

#col-1 .box-border, #col-2 .box-border, #col-3 .box-border {
	float: none;
	display: block;	
}

#col-1 .box-content, #col-2 .box-content, #col-3 .box-content {
	float: none;
	display: block;
}

#ext-rss-wrap {
	padding: 10px;
	border: 1px solid #E7E7E7;
	margin-bottom: 10px;
}