@font-face {
    font-family: 'MainframeBBRegular';
    src: url(fonts/MainframeBBRegular.ttf);
    font-weight: normal;
    font-style: normal;
}

#indexHeader {
	height: 344px;
	margin: 4px 4px 25px 4px;
	border: 1px #000000 solid;
	background-color: #111111;
	background-image: url(images/shadow-1.gif);
	background-repeat: repeat-x;
	overflow: hidden;
	box-shadow: 0 1px 0 #333333;
}
#indexHeader img {
	padding: 0;
	margin: 0;
}
#slideshowBox {
	width: 460px;
	height: 246px;
	padding: 17px 8px 22px 8px;
	float: left;
	overflow: hidden;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #666666;
}
#slideshow {
	padding: 0;
	margin: 0;
}
#fssPrev, #fssNext, #fssPlayPause {
	display: none;
}
#fssList {
	width: 210px;
	height: 30px;
	margin: 15px auto 0 auto;
	padding: 0;
	overflow: hidden;
	list-style: none;
}
#fssList li {
	float: left;
	text-indent: -5000px;
	width: 14px;
	height: 14px;
	margin: 8px 8px 0px 8px;
	border-radius: 4px;
	background-color: #ffdaee;
	box-shadow:  -1px 1px 8px #ff81c7, 1px -1px 8px #ffffff;
	-webkit-transition: 200ms linear 0s;
	-moz-transition: 200ms linear 0s;
	-o-transition: 200ms linear 0s;
	transition: 200ms linear 0s;
}
.fssLi0.fssActive, .fssLi1.fssActive, .fssLi2.fssActive, .fssLi3.fssActive, .fssLi4.fssActive, .fssLi5.fssActive, .fssLi6.fssActive {
	opacity: 1;
}
.fssLi0, .fssLi1, .fssLi2, .fssLi3, .fssLi4, .fssLi5, .fssLi6 {
	opacity: .4;
}
#fssList li:hover {
	-webkit-transition: 200ms linear 0s;
	-moz-transition: 200ms linear 0s;
	-o-transition: 200ms linear 0s;
	transition: 200ms linear 0s;
}
#fssList li a {
	width: 14px;
	height: 14px;
	border-radius: 4px;
	display: block;
}
#indexHeaderFeatured {
	width: 204px;
	height: 280px;
	float: left;
	padding: 5px 0 0 0;
	overflow: hidden;
}
#indexHeaderFeaturedExtraBox {
	margin: 0 0 0 10px;
}
.indexHeaderFeaturedExtraBoxLink {
	font-size: 20px;
	font-family: 'MainframeBBRegular', Helvetica, Arial, sans-serif;
	text-shadow: 0 1px 0 #666600;
}
.indexHeaderFeaturedExtraBoxLink:hover {
	text-shadow: 0 1px 0 #006600;
}
#indexHeaderFeaturedExtraBox ul {
	margin: 6px 0 0 16px;
	padding: 0;
	list-style: none;
}
#indexHeaderFeaturedExtraBox ul li {
	height: 75px;
	margin: 0 0 9px 0;
}
#indexHeaderFeaturedExtraBox ul li a {
	width: 160px;
	height: 75px;
	display: block;
}
#indexHeaderWavebeam {
	width: 100%;
	height: 54px;
	padding: 2px;
	float: none;
	clear: both;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
#indexHeaderWavebeam ul {
	width: 475px;
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
#indexHeaderWavebeam ul li {
	margin: 0;
	padding: 0;
}
#likeUsOnFacebook {
	float: right;
	width: 144px;
	height: 53px;
	margin-right: 28px;
}
/* CENTER HEADLINES COLUMN */
#headlines_col {
	float: left;
	width: 691px;
	padding-top: 6px;
}
/* RIGHT COLUMN */
#right a {
	color: #70FF70;
}
#right a:hover {
	color: #00FF00;
}
#right .divider {
	width: 160px;
	height: 30px;
	margin: 0px 0px 5px 0px;
	position: relative;
	overflow: hidden;
	text-indent: -5000px;
}
#right .divider:nth-of-type(1) {
	background-image: url(images/homepage/poll.gif);
}
#right .divider:nth-of-type(2) {
	background-image: url(images/homepage/remixes.gif);
}
#right .divider:nth-of-type(3) {
	background-image: url(images/homepage/releases.gif);
}
#right .divider:nth-of-type(4) {
	background-image: url(images/homepage/swag.gif);
}
#right p {
	font-size: 11px;
}
.locale {
	color: lime;
	font-family: monospace;
}
/* MISC */
#earlier_headlines {
	text-align: right;
	margin-bottom: 0px;
	font-style: italic;
	font-size: 10px;
}
