@charset "UTF-8";
/* CSS Document */

body {
	background: url(../images/background-sun.jpg) no-repeat #000 center center fixed;
	margin: 0px auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
}
img {
	border: 0px;
}
h1 {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}
h2 {
	color: #8c0d0d;
	font-size: 16px;
	font-weight: bold;
}
h3 {
	color: #8c0d0d;
	font-size: 14px;
	margin: 0px;
}
h4 {
	color: #CCC;
	font-size: 12px;
	margin: 0px;
}
h4 a {
	color: #CCC;
	font-size: 12px;
	text-decoration: none;
}

/*-- DIV ID's --*/
#wrapper {
	width: 970px;
	margin: 0px auto;
	position: relative;
	top: 40px;
}
#mainCanvas {
	width: 970px;
	background: url(../images/canvas-back-trans.png) repeat-y;
}
#simpleImage {
	background: url(../images/canvas-small.png) no-repeat;
	width: 970px;
	height: 506px;
}
#homeImage {
	background: url(../images/canvas-main-trans.png) no-repeat;
	width: 970px;
	height: 680px;
}
#homeContainer {
	margin: 0px auto;
	padding: 10px;
	width: 950px;
}
#copyrightContainer {
	margin: 0px auto;
	font-size: 9px;
	text-align: center;
	width: 970px;
}
#copyrightContainer a {
	font-size: 9px;
	color: #FFF;
	text-decoration: none;
}
#copyrightContainer a:hover {
	font-size: 9px;
	color: #36F;
	text-decoration: none;
}
#videoContainer {
	width: 260px;
	height: 146px;
	position: relative;
	top: 50px;
	left: 610px;
}
#videoContent {
	float: left;
	width: 460px;
	margin: 10px 0px 0px 10px;
	position: relative;
	left: 5px;
	background: #333;
}
#facebookContainer {
	width: 50px;
	height: 80px;
	position: relative;
	top: 270px;
	left: 130px;
}
#facebookContainerSmall {
	width: 50px;
	height: 80px;
	position: relative;
	top: 270px;
	left: 670px;
}
#mp3Container {
	float: left;
	width: 300px;
	margin: 10px 0px 0px 10px;
	position: relative;
	left: 5px;
	background: url(../images/mp3Background.jpg) no-repeat;
}
#mp3Content {
	padding: 10px;
}

/*-- Navigation --*/
#navContainer {
	background: url(../images/nav_background-trans.png) no-repeat;
	width: 970px;
	height: 75px;
	text-align: center;
}
#navLinks {
	margin: 0px auto;
	text-align: center;
	position: relative;
}
#navContainer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navContainer ul li {
	display: inline;
}
#navContainer ul li a {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-shadow: #000 1px 1px 1px;
	text-decoration: none;
	line-height: 75px;
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
}
#navContainer ul li a:hover {
	color: #FFF;
	text-decoration: none;
	background: url(../images/nav_hover.jpg) repeat-x;
}
#navContainer ul li a:visited {
	color: #FFF;
	text-decoration: none;
}

/*-- Slide containers --*/
#gigsContainer {
	margin: 0px auto;
	width: 920px;
	height: 150px;
	overflow: scroll;
	text-align: left;
}
#gigsContainer ul {
	list-style: none;
}
.gigs {
	display: none;
	width: 950px;
	height: 300px;
	margin-left: 10px;
}
#tracksContainer {
	margin: 0px auto;
	width: 920px;
	height: 300px;
	overflow: scroll;
	text-align: left;
}
#tracksContainer ul {
	list-style: none;
}
.tracks {
	display: none;
	width: 950px;
	height: 300px;
	margin-left: 10px;
}