html {
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color:#dddddd;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color:#080808;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color: #000000;
	scrollbar-track-color: #000000;
}

body {
	background-color: #1B1918;
}

a {
	outline: none;
}

:focus
{
  -moz-outline-style: none;
}

#allwrapper {
position: absolute;
left: 50%;
margin-left: -450px;
width: 900px;
min-width:900px;
max-width:900px;
height: 650px;
min-height:650px;
max-height:650px;
background-image: url(../img/background.jpg);
}


#phpnav {
	position: absolute;
	margin-top: 90px;
	margin-left: 300px;
	width: 501px;
	padding: 0px;
	height: 30px;
	border: none;
}


#content {
	position: absolute;
	margin-top: 150px;
	margin-left: 100px;
	min-height: 450px;
	max-height: 450px;
	min-width: 700px;
	max-width: 700px;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #c6c5c9;
	background-image: url(../img/transparency.png);
}
	
#content a, a:visited {
	text-transform: none;
	text-decoration: none;
	border-bottom: thin dotted gray;
	color: #c6c5c9;
}

#content a:hover {
	text-transform: none;
	text-decoration: none;
	border-bottom: thin dotted orange;
	color: #c6c5c9;
}

input, select
{
border-width:1px;
font-size:12px;
padding:2px;
color: orange;
border: none;
background-color: #F9F9F9;
}

/*-----------------------   CONTAINERS   ----------------------------*/

#bottomcontainerSHORT {
	position: absolute;
	border-top: thin solid #252525;
	/*	width: 420px; */
	width: 700px;
	min-height: 140px;
	bottom: 0;
	left: 0;
	background-color: black;
	text-align: left;
}
#bottomcontainerTALL {
	position: absolute;
	border-top: thin solid #252525;
	/*	width: 420px; */
	width: 700px;
	min-height: 180px;
	bottom: 0;
	left: 0;
	background-color: black;
	text-align: left;
}


/*-----------------------   HOMESTAGE and HOMESTAGE CONTENT  ----------------------------*/

#homestagetext {
	position: absolute;
	bottom: 10px;
	right: 75px;
	color: #c6c5c9;
}

#itunesIMAGE {
	position: absolute;
	right:40px;
	bottom:35px;
	border: none;
	border-bottom:none;
	text-decoration: none;
}

#amazonIMAGE {
	position: absolute;
	right:210px;
	bottom:35px;
	border: none;
	border-bottom:none;
	text-decoration: none;
}


#latestupdatesscroll {
	padding-bottom: 10px;
	position: absolute;
	width: 410px;
	height: 120px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	bottom: 0;
	left: 0;
	text-align: left;
/*  COMMENT THESE IN WHEN MORE TEXT IS ADDED TO SHOW OVERFLOW AND SCROLLBARS, or OUT when necessary*/
	overflow-x: hidden;
	overflow-y: scroll;
}

#latestupdatesscrollright {
	padding-bottom: 10px;
	position: absolute;
	width: 410px;
	height: 120px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	bottom: 0;
	right: 0;
	text-align: left;
/*  COMMENT THESE IN WHEN MORE TEXT IS ADDED TO SHOW OVERFLOW AND SCROLLBARS, or OUT when necessary*/
	overflow-x: hidden;
	overflow-y: scroll;
}

#thelatestright {
	position: absolute;
	width: 700px;
	top: 0px;
	right: 0px;
	background-image: url(../img/debut.png);
	min-height: 303px;
	background-repeat: no-repeat;
}

#homestage {
	position: absolute;
	width: 700px;
	top: 0px;
	right: 0px;
	background-image: url(../img/debut.png);
	min-height: 303px;
	background-repeat: no-repeat;
}

#listenright {
	position: absolute;
	width: 700px;
	top: 0px;
	right: 0px;
	background-image: url(../img/listen.png);
	min-height: 303px;
	background-repeat: no-repeat;
}

#listenstage {
	position: absolute;
	width: 700px;
	top: 0px;
	right: 0px;
	background-image: none;
	min-height: 303px;
	background-repeat: no-repeat;
}

#listenstage p {
	left:100px;
}


#listenLEFT {
	position: absolute;
	min-height: 120px;
	padding: 10px;
	width: 390px;
	bottom: 0px;
	left: 0px;
	text-align: left;
}

#downloadright {
	position: absolute;
	width: 700px;
	top: 0px;
	right: 0px;
	background-image: url(../img/download.png);
	min-height: 303px;
	background-repeat: no-repeat;
}

#downloadLEFT {
	position: absolute;
	min-height: 120px;
	padding: 10px;
	width: 390px;
	bottom: 0px;
	left: 0px;
	text-align: left;
}

#getnotifiedLEFT {
	position: absolute;
	height: 160px;
	padding: 10px;
	width: 390px;
	bottom: 0;
	left: 0;
	text-align: left;
}

#getnotifiedright {
	position: absolute;
	width: 700px;
	top: 0px;
	right: 0px;
	background-image: url(../img/getnotified.jpg);
	min-height: 303px;
	background-repeat: no-repeat;
}

#thestoryMAIN {
	position: absolute;
	padding: 0px;
	width: 700px;
	height: 450px;
	top: 0;
	left: 0;
	text-align: left;
	background-image: url(../img/ws-thestory.png);
	background-position: center;
}

#thestoryWORDS {
	position: absolute;
	padding: 0px;
	width: 500px;
	top: 100px;
	left: 100px;
	text-align: left;
}

#thestoryLEFT {
	position: absolute;
	padding: 10px;
	width: 380px;
	top: 0;
	left: 0;
	text-align: left;
}

#thestoryRIGHT {
	position: absolute;
	width: 300px;
	max-width: 300px;
	right: 0px;
	top: 0px;
	border-left: thin solid #252525;
}

.centeredtext {
	color: white;
	text-align: center;
}

.storytext {
	color: #c6c5c9;
	background-color: black;
}




/*###   WIDGETS  ###*/





#miniwidget-left {
	position: absolute;
	width: 262px;
	bottom: 30px;
	left: 20px;
}

#miniwidget {
	position: absolute;
	width: 262px;
	bottom: 30px;
	right: 0px;
}

#fancollectorwidget {
	position: absolute; 
	width: 180px; 
	bottom: 0px; 
	right: 0px; 
	background-color: black;
}

#downloadwidget {
	position: absolute; 
	width: 180px; 
	bottom: 10px; 
	right: 0px; 
	background-color: black;
}





/*###   SOCIAL NETWORK LINKS  ###*/
#socialnetworking
{	position:relative;
	margin-top: 1px;
	text-align: right;
	max-height: 21px;
	height: 20px;
	position: absolute; 
	min-width: 64px; 
	bottom: -22px; 
	left: 0px; 
	background: transparent;
}

#socialnetworking a {
	border: none;
	border-bottom:none;
	text-decoration: none;
}

#tweet {
	padding: 0px;
	text-align: left;
	left: 0px;
	top:0px;
}
#tweet ul, #tweet ul li {list-style: none; display: block;}









