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

html,body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	background-color:#728d08;
	margin-left:0px;
	margin-top:0px;
}
a {
	font-size:12px;
}
a:link {
	color:#728d08;
	text-decoration:none;
}
a:visited {
	color:#728d08;
	text-decoration:none;
}
a:active {
	color:#728d08;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
	color:#a2ca00;
}
.tourText {
	font-family:Arial;
	font-size:16px;
	color:#fff;
	text-indent:30px;
}
a.tourText {
	font-size: 16px;
}
a.tourText:link {
	color:#728d08;
	text-decoration:none;
}
a.tourText:visited {
	color:#728d08;
	text-decoration:none;
}
a.tourText:active {
	color:#728d08;
	text-decoration:none;
}
a.tourText:hover {
	text-decoration:none;
	color:#a2ca00;
}
.venueText {
	font-family:Arial;
	font-size:15.5px;
	color:#728d08;
	text-decoration:none;
}
.venueText:hover {
	color:#a2ca00;
	text-decoration:none;
}

/* FOCUS FIX FOR FIREFOX */
a:focus {
	outline:0px !important;
}

/*background*/
#bird {
	background-image:url(../images/BG.png);
	height:1294px;
	width:934px;
	left:50%;
	margin-left:-653px;
	top:0px;
	position:absolute;
}

/* wrapper */
#wrapper {
	background-color:transparent;
	height:100%;
	width:732px;
	margin-left:-366px;
	left:50%;
	top:278px;
	position:absolute; 
}

/* layout */
#content {
	background-color:#000;
	width:732px;
	height:344px;
}
#widget1 {
	background-image:url(../images/buySYR.png);
	background-position:center;
	background-repeat:no-repeat;
	width:362px;
	height:118px;
	padding-top:119px;
	padding-bottom:23px;
	position:absolute;
}
#widget2 {
	background-color:transparent;
	width:362px;
	height:260px;
	position:absolute;
	left:370px;
}
#vids {
	width:732px;
	height:844px;
	position:relative;
	top:270px;
}
#footer {
	background-color:#000;
	width:712px;
	height:40px;
	padding-left:10px;
	padding-right:10px;
	position:absolute;
	top:1650px;
}
.footerRight {
	float:right;
}
.footerLeft {
	float:left;
}


/* ROLLOVER IMAGE FORMATTING */
#store img {
	width:150px;
	height:40px;
	left:34px;
	border:none;
	position:relative;
}
a#store img {
	background:url(../images/store.png);
}
a#store:hover img {
	background:url(../images/store-on.png);
}

#fb img {
	width:74px;
	height:40px;
	left:221px;
	border:none;
	position:absolute;
}
a#fb img {
	background:url(../images/fb.png);
}
a#fb:hover img {
	background:url(../images/fb-on.png);
}

#iTunes img {
	width:99px;
	height:40px;
	left:323px;
	border:none;
	position:absolute;
}
a#iTunes img {
	background:url(../images/iTunes.png);
}
a#iTunes:hover img {
	background:url(../images/iTunes-on.png);
}

#myspace img {
	width:108px;
	height:40px;
	left:441px;
	border:none;
	position:absolute;
}
a#myspace img {
	background:url(../images/myspace.png);
}
a#myspace:hover img {
	background:url(../images/myspace-on.png);
}

#youtube img {
	width:70px;
	height:40px;
	left:567px;
	border:none;
	position:absolute;
}
a#youtube img {
	background:url(../images/youtube.png);
}
a#youtube:hover img {
	background:url(../images/youtube-on.png);
}

#mwl img {
	width:41px;
	height:40px;
	left:656px;
	border:none;
	position:absolute;
}
a#mwl img {
	background:url(../images/mwl.png);
}
a#mwl:hover img {
	background:url(../images/mwl-on.png);
}

#buyVinyl img {
	width:132px;
	height:118px;
	border:none;
}
a#buyVinyl img {
	background:url(../images/buySYR-vinyl.jpg);
}
a#buyVinyl:hover img {
	background:url(../images/buySYR-vinyl-on.jpg);
}

#buyCD img {
	width:100px;
	height:118px;
	border:none;
}
a#buyCD img {
	background:url(../images/buySYR-cd.jpg);
}
a#buyCD:hover img {
	background:url(../images/buySYR-cd-on.jpg);
}

#buyDL img {
	width:130px;
	height:118px;
	border:none;
}
a#buyDL img {
	background:url(../images/buySYR-dl.jpg);
}
a#buyDL:hover img {
	background:url(../images/buySYR-dl-on.jpg);
}
