* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #000;
	font-family: Arial, sans-serif;
	overflow-x: hidden;
}

img {
	border: 0;
}

/* Backgrounds */

#homeBG {
	position:absolute;
	width: 1650px;
	height: 1024px;
	z-index: 1;
}

#bioBG {
	position: absolute;
	margin-top: 0;
	background: url(images/biobg.jpg) no-repeat;
	width: 1650px;
	height: 1024px;
	z-index: 1;
}

#tourBG {
	position: absolute;
	margin-top: 0;
	background: url(images/tourbg.jpg) no-repeat;
	width: 1650px;
	height: 1024px;
	z-index: 1;
}

#mediaBG {
	position: absolute;
	margin-top: 0;
	background: url(images/mediabg.jpg) no-repeat;
	width: 1650px;
	height: 1024px;
	z-index: 1;
}

#followBG {
	position: absolute;
	margin-top: 0;
	background: url(images/followbg.jpg) no-repeat;
	width: 1650px;
	height: 1024px;
	z-index: 1;
}

#albumBG {
	position: absolute;
	margin-top: 0;
	background: url(images/albumbg.jpg) no-repeat;
	width: 1650px;
	height: 1024px;
	z-index: 1;
}

/* HOME! */

#titleNon a {
	position: absolute;
	width: 43px;
	height: 559px;
	background-image:url(images/non_title.png);
	z-index: 5;
	margin-left: 42px;
	margin-top: 100px
}

#titleNonHome {
	position: absolute;
	width: 43px;
	height: 559px;
	background-image:url(images/non_title.png);
	z-index: 5;
	margin-left: 42px;
	margin-top: 100px
}

#FC a {
	position: absolute;
	width: 80px;
	height: 38px;
	background-image:url(images/fc_logo.png);
	z-index: 5;
	margin-top: 725px;
	margin-left: 25px;
}

/* THE MENU */
#menuBar a {
	position: absolute;
	width: 8px;
	height: 1024px;
	background-image:url(images/menu_colorbar.png);
	z-index: 10;
	margin-top: 0px;
	margin-left:  118px;
	opacity:0.5;
	filter:alpha(opacity=50);
	-webkit-transition: all 500ms linear;
}

#menuBar a:hover {
	opacity:1;
	filter:alpha(opacity=100);
	}

#menuBG {
	position:absolute;
	width: 137px;
	height: 1024px;
	margin-left: 126px;
	background: #5185ab;
	filter: alpha(opacity=05);
	opacity: .05;
	z-index: 10;
}

#menuBorder {
	position:absolute;
	border-right: 2px solid #798b99;
	width: 2px;
	height: 1024px;
	margin-left: 265px;
	z-index: 10;
}

#menuReveal {
	position:absolute;
	z-index: 10;
}

#menuElements {
	position:absolute;
	margin-top:175px;
	margin-left: 140px;
	z-index: 10;
}

#menuElements ul {
	list-style: none;
	margin-left: 0;
}

#menuElements ul li {
	display: block;
	margin-left: 2px;
	margin-bottom: 25px;
	padding: 0;
}

/* Biography */

#bioContainer {
	position:absolute;
	width: 500px;
	height: 385px;
	z-index: 10;
	margin-left: 330px;
	margin-top: 125px;
	line-height: 3;
}

.bioText {
	color: #a6c6db;
	font-size: 10px;
	letter-spacing: 1px;
}

.bioText a {
	color: #a6c6db;
}

.bioText a:hover {
	color: #fff;
}

/* Tour */

#tourContainer {
	position:absolute;
	width: 340px;
	height: 385px;
	z-index: 10;
	margin-left: 330px;
	margin-top: 125px;
	line-height: 3;
}

#newsContainer {
	position:absolute;
	width: 1051px;
	height: 2000px;
	z-index: 10;
	margin-left: 269px;
	margin-top: 0px;
	line-height: 3;
}

.tourText {
	color: #a6c6db;
	font-size: 10px;
	font-weight: bold;
}

.tourCat {
	color: #e09e1e;
}

/* Tour List Master */

#tourListMaster {
	font-size: large;
	display: inline;
	color: #cc9900;
}

#tourListMaster ul li {
	list-style: none;
	display: inline;
	margin:0;
	padding:0;
}

#tourListMaster li {
	list-style: none;
	display:inline;
}

#tourListMaster span {
	position:absolute;
}

#tourListMaster .date {
	width: 200px;
}

#tourListMaster .venue {
	width: 200px;
	left: 200px;
}

#tourListMaster .with {
	width: 300px;
	left: 400px;
}

#tourListMaster .time {
	width: 200px;
	left: 700px;
}

/* Tour List - Dates for Tours */

#tourList {
	display: inline;
}

#tourList a, #tourList a:hover, #tourList a:visited {
	color: #0184fb;
	display: inline;
}

#tourList ul li {
	list-style: none;
	display: inline;
	margin:0;
	padding:0;
}

#tourList li {
	list-style: none;
	display:inline;
}

#tourList span {
	position:absolute;
}

#tourList .date {
	width: 200px;
}

#tourList .venue {
	width: 200px;
	left: 200px;
}

#tourList .with {
	width: 300px;
	left: 400px;
}

#tourList .time {
	width: 200px;
	left: 700px;
}

/* Media */

#mediaContainer {
	position:absolute;
	width: 340px;
	height: 385px;
	z-index: 10;
	margin-left: 330px;
	margin-top: 135px;
	line-height: 2;
}

#mediaWallpaper {
	position:absolute;
	width: 548px;
	height: 173px;
	z-index: 10;
	margin-top: 375px;
	margin-left: 330px;
}


#downloads {
	position:absolute;
	z-index: 10;
	margin-top: 600px;
	margin-left: 330px;
}
.numbers {
	padding-left: 100px;
}

#wallpapersHolder {
	margin-top: 5px;
}

/* Media Fades */

/* Media Fades */

#small a {
background-image:url(images/768.png);
color:#000;
display:block;
float:left;
font-size:1px;
height:16px;
opacity:0.5;
filter:alpha(opacity=50);
text-align:right;
width: 85px;
-webkit-transition: all 500ms linear;
}
#small a:hover {
opacity:1;
filter:alpha(opacity=100);
}

#medium a {
background-image:url(images/1024.png);
color:#000;
display:block;
float:left;
font-size:1px;
height:16px;
opacity:0.5;
filter:alpha(opacity=50);
text-align:right;
width: 85px;
-webkit-transition: all 500ms linear;
}
#medium a:hover {
opacity:1;
filter:alpha(opacity=100);
}

#large a {
background-image:url(images/1050.png);
color:#000;
display:block;
float:left;
font-size:1px;
height:16px;
opacity:0.5;
filter:alpha(opacity=50);
text-align:right;
width: 85px;
-webkit-transition: all 500ms linear;
}
#large a:hover {
opacity:1;
filter:alpha(opacity=100);
}


/* Follow */

#followContainer {
	position:absolute;
	width: 161px;
	height: 500px;
	z-index: 10;
	margin-left: 330px;
	margin-top: 275px;
}

.followText {
	color: #a6c6db;
	font-size: 11px;
	font-weight: bold;
}

/* Social Media */

#facebook a {
background-image:url(images/facebook.png);
color: #0184fb;
display:block;
float:left;
font-size:1px;
height:54px;
opacity:0.5;
filter:alpha(opacity=50);
width: 161px;
-webkit-transition: all 500ms linear;

}
#facebook a:hover {
opacity:1;
filter:alpha(opacity=100);
}

#myspace a {
background-image:url(images/myspace.png);
color:#0184fb;
display:block;
float:left;
font-size:1px;
height:54px;
opacity:0.5;
filter:alpha(opacity=50);
width: 161px;
-webkit-transition: all 500ms linear;

}
#myspace a:hover {
opacity:1;
filter:alpha(opacity=100);
}

#twitter a {
background-image:url(images/twitter.png);
color:#0184fb;
display:block;
float:left;
font-size:1px;
height:54px;
opacity:0.5;
filter:alpha(opacity=50);
width: 161px;
-webkit-transition: all 500ms linear;
}
#twitter a:hover {
opacity:1;
filter:alpha(opacity=100);
}

/* ALBUM */

#albumContainer {
	position:absolute;
	width: 340px;
	height: 385px;
	z-index: 10;
	margin-left: 330px;
	margin-top: 45px;
	line-height: 3;
}


