a:link 
{
	color: #aaaaaa;
	text-decoration: underline;
	border: none;
}
a:visited 
{
	color: #aaaaaa;
	text-decoration: underline;
	border: none;
}
a:hover 
{
	color: white;
	text-decoration: none;
	border: none;
}
a:active
{
	color: #aaaaaa;
	text-decoration: underline;
	border: none;
}

a img {
	border: none;
}

a div img {
	border: none;
}

body
{
	background-color: black;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	background-image: url(../php/RandomBackgroundImage.php);
	padding-top: 0px;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

table tr td
{
	vertical-align: top;
}

div
{
	position: relative;
}

.topBanner
{
	position: relative;
	width: 1092px;
	top: 0px;
	height: 260px;
	background-color: black;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-top-left-radius: 15px;
	-moz-border-top-right-radius: 15px;
	-moz-box-shadow: 0px 0px 20px black;
    -webkit-box-shadow: 0px 0px 20px black;
    box-shadow: 0px 0px 20px black;
}

.clockDiv
{
	position: relative;
	top: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

.container
{
	position: relative;
	text-align: center;
}

.center
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1096px;
	text-align: left;
	/*filter: alpha(opacity=90);
	opacity: 0.90;*/
	/*border: solid green 2px;*/
}

.blog
{
	/*border: solid blue 2px;*/
	position: relative;
	padding-left: 0px;
}

.linksDiv
{
	height: 20px;
	background-color: #888888;
	position: relative;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 0px 0px 20px black;
    -webkit-box-shadow: 0px 0px 20px black;
    box-shadow: 0px 0px 20px black;
}

.linksTable
{
	color: black;
	font-weight: bold;
	font-size: 12px;
}
.linksTable tr td
{
	padding-left: 20px;
	padding-right: 20px;
}
.linksTable a:link 
{
	color: black;
}
.linksTable a:visited 
{
	color: black;
}
.linksTable a:hover 
{
	color: black;
}
.linksTable a:active
{
	color: black;
}

.headerTable
{
	background-color: black;
	width: 1092px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-bottom-left-radius: 15px;
	-moz-border-bottom-right-radius: 15px;
	-moz-box-shadow: 0px 0px 20px black;
    -webkit-box-shadow: 0px 0px 20px black;
    box-shadow: 0px 0px 20px black;
}

.topHeaderTable {
	background-position: 0px 10px;
	background-image: url(../images/backgrounds/top-banner-background02.jpg);
	background-repeat: no-repeat;
	vertical-align: text-top;
	height: 220px;
}

.leftTable
{
	width: 185px;
	top: 10px;
}

.middleTable
{
	width: 672px;
}

.rightTable
{
	width: 212px;
}

.playerWidget
{
	position: relative;
}

.buyBanners
{
	top: 20px;
	position: relative;
}
.buyBanners div
{
	padding-bottom: 3px;
}

.flickrSlideshow
{
	position: relative;
	width: 210px;
}

.pressWidget
{
	position: relative;
	width: 210px;
}

.twitterWidget
{
	position: relative;
	width: 210px;
}

.spotifyWidget
{
	position: relative;
	text-align: center;
	width: 210px;
}

.spreadshirtWidget
{
	position: relative;
	text-align: center;
	width: 210px;
}
.fanCollector
{
	padding-top: 20px;
	position: relative;
}

.facebookFeed
{
	height: 100px;
}

.text
{
	top: 640px;
	font-size: 12px;
	color: #aaaaaa;
	text-align: center;
}

.post
{
	position: relative;
	background-color: #151515;
	padding: 10px;
	border: solid #444444 1px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 0px 0px 20px #777;
    -webkit-box-shadow: 0px 0px 20px #777;
    box-shadow: 0px 0px 20px #777;
}

.postHeader
{
	position: relative;
}

.postDate
{
	font-size: 12px;
	font-weight: bold;
	color: #AAAAAA;
}

.postTitle
{
	font-size: 16px;
	font-weight: bold;
	color: white;
}

.postDescription
{
	position: relative;
	font-size: 10px;
	font-weight: normal;
	color: white;
}

.imageDescription
{
	position: relative;
	font-size: 10px;
	font-weight: normal;
	text-align: center; 
	color: white;
}

.postLink
{
	font-size: 10px;
	font-weight: normal;
}

.downloadsForDevices
{
	position: relative;
	background-color: #441919;
	border: solid #444444 1px;
	padding: 2px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 20px #777;
    -webkit-box-shadow: 0px 0px 20px #777;
    box-shadow: 0px 0px 20px #777;
}

.downloadsForDevicesHeader
{
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	color: black;
	background-color: #BBBBBB;
	padding: 5px;
	border: solid #770000 1px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 6px #FF0000;
    -webkit-box-shadow: 0px 0px 6px #FF0000;
    box-shadow: 0px 0px 6px #FF0000;
}

.downloadsForDevicesTitle
{
	font-size: 12px;
	font-weight: bold;
	color: black;
}

.downloadsForDevicesDescription
{
	font-size: 10px;
	font-weight: normal;
}

.downloadForDevicesLine1
{
	padding-left: 5px;
}

.downloadForDevicesLine2
{
	padding-left: 12px;
}

div.disabledWideYouTubePlayer 
{
	width: 640px; 
	height: 310px 
	!important; 
	overflow: hidden; 
	border: 1px red solid; 
	position: relative;
	top: 0px;
}

object.disabledWideYouTubePlayer 
{
	position:absolute;
	clip: rect(1px, 640px, 310px, 1px);
}
