@charset "utf-8";
body {
	font-size: 12px;
	font-style: normal;
	color: #999999;
	background-color: #111111;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover { 
	color: #FF0000;
}
#bgtxt {
	display: table-cell;
	height: 200px;
	font-size: 16px;
	vertical-align: middle;
}
#content{
	background-color: #000000;
	width: 960px;
	height: 100%;
}
#fanbox {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.hide {
	visibility: hidden;
	display: none;
}
li{
	list-style-type: none;
	margin-bottom: 5px;
}
#midback {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 1064px;
}
#midback2 {
	display: block;
	position: fixed;
	width: 1064px;
	height: 100%;
	background-image: url(http://image.sagevsoutbreak.com/midbak3.png);
	background-repeat: repeat-y;
	background-position:center;
}
.spacer_25 {
	height: 25px;
}
.spacer_10 {
	height: 10px;
}
.underline{
	display: block;
	margin-bottom: 5px;
	text-decoration: underline;
}
/*Footer*/
.footer {
	text-align: center;
	margin-top: 10px;
}
.link li{
	margin-bottom: 2px;
}
#flvl1{
	display: table-cell;
	vertical-align: middle;
	height: 50px;
}
#flvl2{
	display: table-cell;
	vertical-align: middle;
	height: 150px;
}
/*Header*/

#svb li{
	float: left;
	list-style-type: none;
}
a.sageab{
	background-image: url(http://image.sagevsoutbreak.com/sage.png);
	width: 470px;
	height: 425px;
	display: inline-block;
	text-decoration: none;
}
a:hover.sageab{
	background-image: url(http://image.sagevsoutbreak.com/sage-s.png);
}	
a.outbreakab{
	background-image: url(http://image.sagevsoutbreak.com/outbreak.png);
	width: 470px;
	height: 425px;
	display: inline-block;
	text-decoration: none;
}
a:hover.outbreakab{
	background-image: url(http://image.sagevsoutbreak.com/outbreak-s.png);
}
/*Links*/
#links{
	width: 205px;
	margin-left: 15px;	
}
/*Navigation*/

#nav {
	float: right;
}
#nav li{
	float: left;
	list-style-type: none;	
}
a.home {
	background-image: url(http://image.sagevsoutbreak.com/home.png);
	width: 92px;
	height: 45px;
	display: inline-block;
	text-decoration: none;
}
a:hover.home {
	background-image: url(http://image.sagevsoutbreak.com/home-s.png);
}
a.home-s {
	background-image: url(http://image.sagevsoutbreak.com/home-s.png);
	width: 92px;
	height: 45px;
	display: inline-block;
	text-decoration: none;
}
a.update {
	background-image: url(http://image.sagevsoutbreak.com/updates.png);
	width: 138px;
	height: 45px;
	display: inline-block;
	text-decoration: none;
}
a:hover.update {
	background-image: url(http://image.sagevsoutbreak.com/updates-s.png);
}
a.update-s {
	background-image: url(http://image.sagevsoutbreak.com/updates-s.png);
	width: 138px;
	height: 45px;
	display: inline-block;
	text-decoration: none;
}
a.mixtape {
	background-image: url(http://image.sagevsoutbreak.com/mixtape.png);
	width: 123px;
	height: 45px;
	display: inline-block;
	text-decoration: none;
}
a:hover.mixtape {
	background-image: url(http://image.sagevsoutbreak.com/mixtape-s.png);
}
a.mixtape-s {
	background-image: url(http://image.sagevsoutbreak.com/mixtape-s.png);
	width: 123px;
	height: 45px;
	display: inline-block;
	text-decoration: none;
}
/*Profile*/
#bio {
	width: 360px;
	margin-left: 20px;
}
.button {
	display: block;
	float: left;
	width: 17px;
	height: 17px;
}
.track{
	display: block;
	width: 225px;
	height: 24px;
	margin-bottom: 5px;
}
.trackname {
	display: block;
	margin-left: 10px;
	float: left;
	height: 17px;
	width: 173px;
}
#bio p.title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}
#networks {
	width: 200px;
	display: block;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#profile{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 650px;
	height: 575px;
	background-color: #000000;
}
#pleft{
	width: 220px;
	display: block;
	float: left;
}
#pleft .img {
	border: 10px solid #ffffff;
}
#pright {
	width: 380px;
	display:block;
	float: left;
}
#profanbox {
	width: 565px;
	margin-left: auto;
	margin-right: auto;
}
#sample{
	display: block;
	width: 200px;
	margin: 10px 0px 0px 20px;
}

/*Updates*/
p.title{
	font-size:16px;
	font-weight:bold;
	margin-bottom: 10px;
}
p.title_large{
	font-size:24px;
	font-weight:bold;
	margin-bottom: 10px;
}
#updatebody{
	display: block;
	width: 440px;
	margin-left: 20px;
	margin-bottom: 10px;
}
#date{
	float: right;
}
/*Update Links*/
#ulinks{
	width: 300px;
	margin-left: 15px;
	margin-bottom: 10px;
} 
/*Video*/
#vid {
	display: block;
	height: 150px;
	width: 400px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#vcenter {
	display: table-cell;
	vertical-align: middle;	
	height: 150px;
}
#vid li {
	float: left;
	margin-left: 10px;
}
.vid {
	border: 10px solid #FFFFFF;
}
.vid:hover {
	border: 10px solid #555555;
}
