/*
		R E S E T
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	font: 10px/14px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color: black;
	background-color: #333;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:link, a:hover, a:active, a:visited {
	text-decoration: none;
}

/*
		G L O B A L S
*/

html, body {
	text-align: center;
/*	height: 100%;*/
}
body.one {
	background: url(../img/1.jpg) repeat fixed center center;
}
body.two {
	background: url(../img/2.jpg) no-repeat fixed center center;
}
body.three {
	background: url(../img/3.jpg) repeat fixed center center;
}
body.five {
	background: url(../img/5.jpg) repeat fixed center center;
}
body.six {
	background: url(../img/6.jpg) repeat fixed center center;
}
body.seven {
	background: url(../img/7.jpg) no-repeat fixed center center;
}
body.eight {
	background: url(../img/8.jpg) repeat fixed top left;
}
body.nine {
	background: url(../img/9.jpg) no-repeat fixed center center;
}
body.ten {
	background: url(../img/10.jpg) no-repeat fixed center center;
}
body.eleven {
	background: url(../img/11.jpg) no-repeat fixed center center;
}
body.twelve {
	background: url(../img/12.jpg) no-repeat fixed center center;
}

/*
	H E A D E R   &   F O O T E R
*/

#header {
	position: fixed;
	/*position: absolute;*/
	display: block;
	top: 0;
	left: 0;
	width: 100%;
/*	left: 50%;
	margin-left: -464px;*/
	z-index: 100;
}
#header div {
	margin: 0 auto;
	width: 988px;
	height: 74px;
	background: url(../img/header-bkg.png) no-repeat;
}
#header ul {
	float: right;
	margin: 21px 24px 17px 17px;
}
#header ul li {
	display: inline;
	font: 9px/9px 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	background: none;
}
#header ul li a {
	padding: 10px 10px 14px 10px;
	color: #999;
}
#header ul li a:hover {
/*	font-weight: bold;*/
}
#header ul li.games a:hover, #header ul li.games a.current {
	color: #388817;
}
#header ul li.about a:hover, #header ul li.about a.current {
	color:#b22033;
}
#header ul li.news a:hover, #header ul li.news a.current {
	color: #cec705;
}
#header ul li.jobs a:hover, #header ul li.jobs a.current {
	color: #2492b5;
}
#header ul li.contact a:hover, #header ul li.contact a.current {
	color: #d07608;
}
/*#header ul li a.current {
	font-weight: bold;
}
#header ul li a.current:after {
	content: " \2193";
}*/


#footer {
	position: absolute;
	bottom: 0px;
	display: block;
	width:100%;
/*	margin-left: -464px;*/
	z-index: 50;
}
div > #footer {
	position: fixed;
}
#footer div.footer-wrap {
	width: 948px;
	height: 49px;
	background: url(../img/footer-bkg.png) no-repeat;
	padding: 25px 20px 0 20px;
	margin: 0 auto;
}
#footer div.music {
	display: block;
	height: 42px;
	width: 42px;
	float: left;
}
#footer div.background {
	text-align: right;
	float: right;
/*	width: 333px;*/
	padding: 7px 50px 0 0;
}
#footer h3 {
	font: bold 16px/16px 'Helvetica Neue', Helvetica, Arial, sans-serif;
/*	font: bold 16px/16px 'Lucida Fax', Georgia, serif;*/
	color: #787878;
}
#footer h3 em {
	font-weight: normal;
	color: #666;
}
#footer p {
	font: 9px/11px 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#footer p a {
	color: #777;
}
#footer p a:hover {
	color: #f63;
}
#footer div.music {
	display: block;
	width: 400px;
	text-align: left;
}
#footer div.music #hmxplayer {
	display: block;
	float: left;
	margin-right: 5px;
}
#footer div.music h3 {
	margin-top: 7px;
}

/*
	M O D U L E S
*/

#welcome {
	display: block;
	height: 10px;
	width: 10px;
	margin: 0 auto 100px auto;
}
/*#games, #about, #news, #jobs, #contact, #hmxbands {
	display: block;
	height: 10px;
	width: 10px;
	margin: 300px auto 100px auto;
}*/
#welcome-div, #games-div, #about-div, #news-div, #jobs-div, #contact-div, #hmxbands-div {
	position: relative;
	width: 820px;
	height: auto;
	text-align: left;
	background: url(../img/module_middle.png) repeat-y center 0;
/*	background-color: #0f0;*/
	margin: 0 auto 100px auto;
	padding: 10px 35px;
}
#hmxbands-div {
	background: url(../img/bands_middle.png) repeat-y center 0;
}
#welcome-div img {
	margin: 15px 0 17px 0;
}
#hmxbands-div {
/*	margin-bottom: 70px;*/
	margin-bottom: 400px;
}
#games-div p img, #about-div p img, #news-div p img, #jobs-div p img, #contact-div p img {
	float: left;
/*	margin-left: -260px;
	margin-right: 20px;*/
	padding: 5px;
}
span.imgborder {
	display: block;
	float: left;
	width: 544px;
	height: 361px;
	background: url(../img/twocolumn-img-border.gif) no-repeat;
	margin-left: -280px;
	margin-right: 15px;
/*	padding-left: 0px;*/
}
div.about-box span.imgborder {
	padding-left: 5px;
}
span.top {
	position: absolute;
	left: 0;
	display: block;
	width: 888px;
	height: 24px;
	background: url(../img/module_top.png) no-repeat;
/*	top: -24px;*/
	top: 0;
	margin: -24px 0 0 0;
}
span.bottom {
	position: absolute;
	left: 0;
	display: block;
	width: 888px;
	height: 24px;
	background: url(../img/module_bottom.png) no-repeat;
/*	bottom: -24px;*/
	bottom: 0;
	margin: 0 0 -24px 0;
}
#hmxbands-div span.top {
	background: url(../img/bands_top.png) no-repeat;
}
#hmxbands-div span.bottom {
	background: url(../img/bands_bottom.png) no-repeat;
}
ul#about-list, #news-div ul, ul#jobs-list {
	clear: both;
	float: left;
	font: bold 12px/12px 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
/*	text-transform: uppercase;
	letter-spacing: 1px;*/
	margin-top: 15px;
}
#news-div ul li ul {
	border-left: 5px #efefef solid;
	padding-left: 15px;
	margin: 10px 0;
}
#news-div ul li ul li, ul#jobs-list li {
	padding: 2px 0;
}
#news-div ul li ul li a:hover:after {
	content: " \2192";
}
ul#about-list li a, #news-div ul li a {
	display: block;
	color: #39c;
	padding: 3px 0;
}
ul#about-list li a:hover, #news-div ul li a:hover, ul#jobs-list li a:hover {
	color: #f63;
}
ul#about-list li a strong, #news-div ul li a strong {
	font-size: 12px;
	font-weight: bold;
	color: #666;
}
#news-div ul li a span {
	color: #999;
}
#news-div ul li a:hover span {
	color: #666;
}
/*
	W E L C O M E
*/

ul.welcome-text {
	position: relative;
	display: block;
	width: auto;
	height: 87px;
	text-indent: -9999px;
	background: url(../img/text/welcome.gif) no-repeat;
}
ul.welcome-text li a {
	position: absolute;
	display: block;
}
ul.welcome-text li a.welcomebands {
	left: 235px;
	top: 22px;
	height: 38px;
	width: 225px;
}
ul.welcome-text li a.welcomegames {
	left: 590px;
	top: 22px;
	height: 38px;
	width: 100px;
}
ul.welcome-text li a.welcomeabout {
	left: 400px;
	top: 60px;
	height: 30px;
	width: 265px;
}
ul.welcome-text li a.welcomebands:hover {
	background: url(../img/text/welcome.gif) -235px -109px no-repeat;
}
ul.welcome-text li a.welcomegames:hover {
	background: url(../img/text/welcome.gif) -590px -109px no-repeat;
}
ul.welcome-text li a.welcomeabout:hover {
	background: url(../img/text/welcome.gif) -400px -147px no-repeat;
}
ul.slideshow {
	position: relative;
/*	display: block;*/
	width: 825px;
	height: 468px;
	background: url(../img/welcome-img-border.gif) no-repeat;
	margin: 10px 0;
}
ul.slideshow li {
	list-style-type: none;
	position: absolute;
	top: -15px;
	left: 0;
}
ul.slideshow img {
	padding: 5px;
}
ul#games-list li h3 span {
	font: 9px/4px 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999;
	padding-left: 2px;
	line-height: 2.2em;
}
ul#games-list {
	margin-top: 15px;
	margin-bottom: 15px;
}
ul#games-list li {
	display: block;
	float: left;
	width: 260px;
	margin-right: 20px;
	margin-bottom: 15px;
	padding-bottom: 4px;
}
/* hidden because these dimensions are declared in the markup
ul#games-list li img {
	width: 260px;
	height: 200px;
}*/
ul#games-list li.third {
	margin-right: 0;
}
ul#games-list li h3 {
	font: bold 16px/12px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #666;
	clear: both;
	margin-top: 5px;
	padding: 0 3px 3px 3px;
}
ul#games-list li:hover {
	cursor: pointer;
	background: #f63 url(../img/games-hover.png) no-repeat center bottom;
}
ul#games-list li:hover h3 {
	color: #fff;
}
ul#games-list li:hover h3 span {
	color: #ccc;
}
div.games-box ul, div.about-box ul {
	margin: 15px 0 15px 300px;
}
div.games-box ul li, div.about-box ul li {
	font: bold italic 13px/16px Georgia, serif;
/*	font: 11px/16px 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;*/
	color: #787878;
	padding: 5px 0;
}
div.games-box ul li cite, div.about-box ul li cite {
	font: 9px/16px 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999;
}
div.about-box p img {
	margin: 0 10px 0px -5px;
}

/*
	N E W S   A C C O R D I O N
*/

.accordionPanel{
	display: none ;
}
li strong.a-trigger {
	display: block;
	width: 200px;
	cursor: pointer;
	padding: 3px 0;
	clear: both;
}
#news-div ul.opensaysme {
	display: block;
}

/*
	T Y P E
*/

h1 {
	display: block;
	float: left;
	width: 165px;
	height: 34px;
	text-indent: -9999px;
	background: url(../img/logo.png) no-repeat center left;
	margin: 12px 0 0 33px;
}
h1 a {
	display: block;
	height: 34px;
}
#welcome-div p, #games-div p, #about-div p, #news-div p, #jobs-div p, #contact-div p, #hmxbands-div p {
	font: 13px/20px 'Lucida Fax', Georgia, serif;
	color: #666;
	margin-left: 280px;
}
#welcome-div p {
	font-size: 16px;
	line-height: 22px;
}
#hmxbands-div p {
	clear: left;
	float: left;
	width: 260px;
	margin: 10px 20px 0 0;
}
#welcome-div p a, #games-div p a, #about-div p a, #news-div p a, #jobs-div p a, #contact-div p a, #hmxbands-div p a {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-weight: bold;
	padding: 3px 0 2px 0;
	color: #39c;
}
#welcome-div p a:hover, #games-div p a:hover, #about-div p a:hover, #news-div p a:hover, #jobs-div p a:hover, #contact-div p a:hover, #hmxbands-div p a:hover {
	color: #f63;
}
p + p {
	margin-top: 15px;
}
p strong {
	font: bold 18px/18px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #f63;
}
p em {
	font-style: italic;
}
#news-div h3, #news-div h4 {
	margin-left: 280px;
}
#news-div h3 {
	font: bold 24px/24px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #666;
	margin: 3px 0 15px 280px;
}
#news-div h4 {
	font: 9px/4px 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999;
	margin-bottom: 10px;
}
div.games-box hr, #news-div hr, #contact-div hr, #about-div hr {
	width: auto;
	height: 5px;
	border: none;
	color: #efefef;
	background-color: #efefef;
	margin: 15px 0 15px 280px;
}
h5.advance {
	clear: both;
	display: block;
	width: 260px;
	position: absolute;
	left: 30px;
	bottom: 10px;
	margin-top: 0;
	margin-left: 0;
	font: bold 9px/9px 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666;
}
h5.back, h5.back-aboutoverview {
	clear: both;
	display: block;
	width: 260px;
	position: absolute;
	left: 30px;
	top: 60px;
	margin-top: 0;
	margin-left: 0;
	font: bold 9px/9px 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666;
}
h5.back-aboutoverview {
	top: 150px;
}
h5.pushdown {
	top: 90px;
}
h5.advance a {
	padding: 3px;
	color: #39c;
}
h5.advance a:hover {
	color: #fff;
	background-color: #39c;
}
#jobs-div ul.listings, #hmxbands-div ul {
	width: 540px;
	margin-left: 280px;
/*	margin: -50px 20px -10px 0;*/
}
#jobs-div ul.listings li, #hmxbands-div ul li {
	display: block;
	height: 37px;
	border-bottom: 1px #d9d9d9 solid;
	padding: 18px 0 0 5px;
	overflow: hidden;
}
#hmxbands-div ul li {
	padding: 0 0 18px 0;
}
#hmxbands-div ul#listening li a {
	padding: 18px 0 50px 50px;
	display: block;
	background: url(../img/bt-play.png) 9999px 0 no-repeat;
}
#hmxbands-div ul#listening li a:hover {
	background-position: 8px 12px;
}
#jobs-div ul.listings li:last-child, #hmxbands-div ul li:last-child {
	border-bottom: none;
	margin-bottom: -15px;
}
#hmxbands-div ul li h4 {
	font: bold 16px/16px 'Helvetica Neue', Arial, sans-serif;
	color: #333;
}
#hmxbands-div ul li h4 em {
	font-weight: normal;
	color: #999;
}
#hmxbands-div ul li.listening a, #hmxbands-div ul li.listening a:hover {
	background: #ccc url(../img/play.png) 5px 7px no-repeat !important;
}
#hmxbands-div ul li.paused a, #hmxbands-div ul li.paused a:hover {
	background: #ccc url(../img/paused.png) 5px 7px no-repeat !important;
}
p.disclaimer {
	font-size: 9px !important;
	font-style: italic !important;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #999 !important;
	margin: 2px 0 0 0;
}
ul.news-list, ul.jobs-list {
	margin-left: 280px;
	width: 540px;
	padding-bottom: 15px;
	border-bottom: 1px #ccc solid;
	margin-bottom: 15px;
}
ul.jobs-list {
	margin-top: 15px;
	list-style-type: circle;
	margin-left: 300px;
	width: 515px;
}
ul.news-list li, ul.jobs-list li {
	font: 11px/16px 'Lucida Grande', 'Lucida Sans Uniode', Verdana, serif;
	text-transform: none;
	letter-spacing: 0;
	color: #777;
	margin-bottom: 10px;
}
ul.jobs-list li:last-child {
	margin-bottom: 0;
}
ul#news-list {
	width: 170px;
}
ul#news-list li ul li.current a {
	color: #666;
}
ul#news-list li ul li.current a:after {
	content: " \2192";
}


#band-info, #band-info img {
	width: 260px;
}
#band-info h5, #band-info h6 {
	display:block;
	float: left;
	font: bold 16px/16px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #454545;
}
#band-info h5 span {
	font-weight: normal;
	color: #787878;
}
#band-info p strong {
	font-size: 13px;
	color: #666;
	font-family: 'lucida grande', 'lucida sans unicode', verdana, sans-serif;
}
span.arrow {
	font-size: 1.2em;
}
/*
	H E A D I N G S
*/

h2 {
	display: block;
	float: left;
	width: 260px;
	height: 33px;
	text-indent: -9999px;
}
h2.games-heading {
	background: url(../img/headings/games.gif) no-repeat;
}
h2.about-heading {
	background: url(../img/headings/about.gif) no-repeat;
}
h2.news-heading {
	background: url(../img/headings/news.gif) no-repeat;
}
h2.jobs-heading {
	background: url(../img/headings/jobs.gif) no-repeat;
}
h2.contact-heading {
	background: url(../img/headings/contact.gif) no-repeat;
}
h2.bands-heading {
	background: url(../img/headings/bands.gif) no-repeat;
}
h2.directions-heading {
	background: url(../img/headings/directions.gif) no-repeat;
}
h2.beatlesrockband {
	background: url(../img/headings/games/beatlesrockband.gif) no-repeat;
	height: 66px;
}
h2.rockbandunplugged {
	background: url(../img/headings/games/rockbandunplugged.gif) no-repeat;
	height: 66px;
}
h2.rockband3 {
	background: url(../img/headings/games/rockband3.gif) no-repeat;
	height: 66px; 
}
}
h2.rockband2 {
	background: url(../img/headings/games/rockband.gif) no-repeat;
	height: 66px; 
}
h2.rockband {
	background: url(../img/headings/games/rockband.gif) no-repeat;
	height: 66px; 
}
h2.phase {
	background: url(../img/headings/games/phase.gif) no-repeat;
	height: 66px;
}
h2.guitarhero-1-2 {
	background: url(../img/headings/games/guitarhero-1-2.gif) no-repeat;
	height: 66px;
}
h2.eyetoy {
	background: url(../img/headings/games/eyetoy.gif) no-repeat;
	height: 66px;
}
h2.karaokerevolution {
	background: url(../img/headings/games/karaokerevolution.gif) no-repeat;
	height: 66px;
}
h2.amplitude {
	background: url(../img/headings/games/amplitude.gif) no-repeat;
	height: 66px;
}
h2.frequency {
	background: url(../img/headings/games/frequency.gif) no-repeat;
	height: 66px;
}
h2.greendayrockband {
	background: url(../img/headings/games/greendayrockband.gif) no-repeat;
	height: 66px;
}
h2.dancecentral {
	background: url(../img/headings/games/dancecentral.gif) no-repeat;
	height: 66px;
}
li.lsthdr {
	color: #B22033;
	margin-top: 50px;
	margin-bottom: 5px;
}

/*
	C O N T A C T
*/

#contact-div form {
	margin-left: 280px;
}
#contact-div form fieldset dl dt label {
	font: 9px/4px 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666;
}
#contact-div form fieldset dl dd {
	margin-bottom: 15px;
}
#contact-div form fieldset dl dd input, #contact-div form fieldset dl dd textarea {
	border: 2px #ccc solid;
	padding: 4px;
	background-color: #efefef;
	color: #666;
}
#contact-div form fieldset dl dd input:focus, #contact-div form fieldset dl dd textarea:focus {
	border-color: #666;
	background-color: #fff;
}
#contact-div form fieldset dl dd input {
	width: 260px;
}
#contact-div form fieldset dl dd textarea {
	width: 528px;
	height: 184px;
	font: 13px/20px 'Lucida Fax', Georgia, serif;
}
a.maplink {
	display: block;
	float: left;
	clear: both;
	width: 260px;
}
a.maplink h5 {
	font-weight: bold;
	font-size: 11px;
	color: #39c;
}
a.maplink:hover h5 {
	color: #f63;
}

/*
	J O B S
*/

#jobs-div ul.listings li:hover {
	background-color: #fff;
}
#jobs-div ul.listings li form input.button {
	font: bold 24px/24px 'Helvetica Neue', Helvetica, Arial, sans-serif;
/*	background-color: #39c;*/
	color: #39c;
	background-color: #fff;
	border: none;
	text-align: left;
	cursor: pointer;
	width: 100%;
	margin: 0;
}
#jobs-div ul.listings li form input.button:hover {
	color: #f63;
}
ul#jobs-list {
	display: block;
	clear: both;
	float: left;
	width: 260px;
	margin: 15px 0;
}

/*
	G A M E S
*/

.esrb {
	position: absolute;
	bottom: 36px;
	left: 30px;
/*	margin: 0 0 15px 0;*/
}
.pushdown100px {
	margin-bottom: 100px;
}
.pushdown125px {
	margin-bottom: 125px;
}

/*
	M I S C .
*/

.wipe {
	clear: both;
}
h5 a.back-to-games, h5 a.about-overview {
	font-size: 13px;
	text-transform: none;
	letter-spacing: 0;
	font-weight: bold;
	color: #fff;
	background-color: #39c;
	padding: 5px;
	cursor: pointer;
	/*	margin: 0 0 0 -266px;*/
}
h5 a.back-to-games:hover, h5 a.about-overview:hover {
	background-color: #f63;
}
#contact-div iframe {
	float: left;
	clear: both;
	border: 2px #ccc solid;
	margin-bottom: 50px;
}
#contact-div h5.viewlargermaps {
	clear: both;
	margin-bottom: 30px;
}
ul#about-list li a, ul#jobs-list li a {
	color: #39c;
}
ul#about-list a:hover, ul#jobs-list a:hover {
	color: #f63;
}
ul#about-list li.current a, ul#jobs-list li.current a {
	font-size: 12px;
	color: #666;
	font-weight: bold;
}
ul#about-list li.current a:after, ul#jobs-list li.current a:after {
	content: " \2192";
}

.pushdown {
	margin-bottom: 24px;
}
hr.wipe {
	width: 1px !important;
	clear: both;
	height: 1px !important;
	border: none;
	margin: 0 !important;
}

/*
	D I R E C T I O N S
*/

body#directions {
	background-color: #fff;
	background-image: none;
	text-align: left;
	margin: 0 0 50px 0;
}
body#directions div.header {
	display: block;
	height: 61px;
	width: 100%;
	background-color: #333;
}
body#directions div.header h1 {
	margin: 12px 0 0 50px;
}
body#directions h2 {
	margin: 50px 0 10px 50px;
}
body#directions p {
	font: 14px/18px 'Lucida Fax', Georgia, serif;
	color: #666;
	width: 600px;
	margin: 0 0 15px 50px;
}
body#directions hr {
	color: #efefef;
	background-color: #efefef;
	width: 600px;
	height: 5px;
	border: none;
	margin: 15px 0 15px 50px;
}
body#directions ul {
	font: 12px/15px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color: #ccc;
	list-style-type: circle;
	margin: 0 0 15px 50px;
	width: 600px;
}
body#directions ul li {
	margin-bottom: 5px;
}
body#directions ul li span {
	color: #666;
}
body#directions ul li:last-child {
	margin-bottom: 0;
}





