@charset "UTF-8";
/* CSS Document */
/* START ERIC MEYER'S RESET.CSS */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END ERIC MEYER's RESET.CSS */

/* LAYOUT */

html, body {
  height: 100%;
}

body {
  text-align: center;
  background-color: #000000;
  font-size: 62.5%;
}

#container {
  margin: 0 auto;
  text-align: left;
  width: 1000px;
  position: relative;
  min-height: 100%;
  max-height: 100%;
  background-color: #D4D4D4;
}

#side {
  min-height: 100%;
  max-height: 100%;
  width: 250px;
  position: absolute;
  top: 0;
  left: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #D4D4D4;
}

#sidecontainer {
  width: 214px;
  margin: 0 auto;
  background-color: #D4D4D4;
}

#main {
  position: absolute;
  top: 0;
  left: 250px;
  width: 750px;
  min-height: 100%;
  max-height: 100%;
  background-color: #000000;
}

.slide {
  width: 250px;
  position: absolute;
  overflow-y: scroll;
  overflow-x: hidden;
  min-height: 100%;
  max-height: 100%;
}

#slide1 {
  top: 0;
  left: 0;
}

#slide2 {
  top: 0;
  left: 250px;
}

#slide3 {
  top: 0;
  left: 500px;
}

#nav {
  text-align: center;
  width: 214px;
  margin: 0 auto;
}

#audio {
  position: absolute;
  top: 0;
  left: 18px;
}

/* NAVIGATION */

#banner {
  margin: 0 auto 0.4em auto;
  width: 214px;
  height: 116px;
  font-size: 1.1em;
  line-height: 1.2em;
  background: url(../images/thedatsuns.png) no-repeat 0px 50px;
}

#mail {
  margin: 0.4em auto 3.6em auto;
  text-align: center;
  font-size: 1.2em;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #0ba6aa;
}

#nav ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

#nav ul li {
  display:inline;
  height: 22px;
  margin: 0;
  padding: 0;
}

/* CSS SPRITE MENU */

.m_item {
  height: 22px;
  display: -moz-inline-stack;
  display:inline-block;
  margin: 0;
  padding: 0;
/*   display:inline-table; */
}

#m_News {
  width: 35px;
  background: url(../images/menu.png) no-repeat 0 0;
}

#m_Shows {
  width: 44px;
  background: url(../images/menu.png) no-repeat -35px 0;
}

#m_Discography {
  width: 87px;
  background: url(../images/menu.png) no-repeat -79px 0;
}

#m_Video {
  width: 37px;
  background: url(../images/menu.png) no-repeat -166px 0;
}

#m_Photos {
  width: 47px;
  background: url(../images/menu.png) no-repeat -203px 0;
}

#m_Artwork {
  width: 60px;
  background: url(../images/menu.png) no-repeat -250px 0;
}

#m_Merchandise {
  width: 89px;
  background: url(../images/menu.png) no-repeat -310px 0;
}

#m_Downloads {
  width: 76px;
  background: url(../images/menu.png) no-repeat -399px 0;
}

#m_Links {
  width: 36px;
  background: url(../images/menu.png) no-repeat -475px 0;
}

#m_Forums {
  width: 50px;
  background: url(../images/menu.png) no-repeat -511px 0;
}

#m_MySpace {
  width: 57px;
  background: url(../images/menu.png) no-repeat -561px 0;
}

#m_Facebook {
  width: 61px;
  background: url(../images/menu.png) no-repeat -618px 0;
}

#m_Contact {
  width: 53px;
  background: url(../images/menu.png) no-repeat -679px 0;
}

#m_News:hover, #m_News.current {
  background: url(../images/menu.png) no-repeat 0 -22px;
}

#m_Shows:hover, #m_Shows.current {
  background: url(../images/menu.png) no-repeat -35px -22px;
}

#m_Discography:hover, #m_Discography.current {
  background: url(../images/menu.png) no-repeat -79px -22px;
}

#m_Video:hover, #m_Video.current {
  background: url(../images/menu.png) no-repeat -166px -22px;
}

#m_Photos:hover, #m_Photos.current {
  background: url(../images/menu.png) no-repeat -203px -22px;
}

#m_Artwork:hover, #m_Artwork.current {
  background: url(../images/menu.png) no-repeat -250px -22px;
}

#m_Merchandise:hover, #m_Merchandise.current {
  background: url(../images/menu.png) no-repeat -310px -22px;
}

#m_Downloads:hover, #m_Downloads.current {
  background: url(../images/menu.png) no-repeat -399px -22px;
}

#m_Links:hover, #m_Links.current {
  background: url(../images/menu.png) no-repeat -475px -22px;
}

#m_Forums:hover, #m_Forums.current {
  background: url(../images/menu.png) no-repeat -511px -22px;
}

#m_MySpace:hover, #m_MySpace.current {
  background: url(../images/menu.png) no-repeat -561px -22px;
}

#m_Facebook:hover, #m_Facebook.current {
  background: url(../images/menu.png) no-repeat -618px -22px;
}

#m_Contact:hover, #m_Contact.current {
  background: url(../images/menu.png) no-repeat -679px -22px;
}

#m_mail {
  display: block;
  margin: 0 auto;
  height: 14px;
  width: 100px;
  background: url(../images/mail.png) no-repeat 0px 0px;
}

#m_mail:hover {
  background: url(../images/mail.png) no-repeat 0px -14px;
}

/* AUDIO */

#audio {
  width: 214px;
  font-size: 1.1em;
  z-index: 2;
}

#audioDiv {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
}

#audiocontroller {
  display: none;
  position: absolute;
  width: 214px;
  top: 12px;
  left: 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.8em;
  font-weight: bold;
  font-family: "Helvetica Neue", "Franklin Gothic", Arial, Helvetica, sans-serif;
  clear: both;
  color: #5E5E62;
}

#controls {
  float: left;
}

#controls li {
  display: block;
  float: left;
}

#controls .button {
  width: 11px;
  height: 8px;
  margin-top: 1px;
}

#controls li a {
  display: block;
  width: 100%;
}

#audioinfo {
  clear: both;
}

#controls .seperator {
  padding-left: 3px;
}

#audiocontroller #controls #rewind {
  background: url(../images/audiocontrols.png) no-repeat 0 0;
  margin-left: 3px;
}
#audiocontroller #controls #rewind :hover {
  background: url(../images/audiocontrols.png) no-repeat 0 -8px;
}

#audiocontroller #controls #play {
  background: url(../images/audiocontrols.png) no-repeat -11px 0;
}
#audiocontroller #controls #play :hover {
  background: url(../images/audiocontrols.png) no-repeat -11px -8px;
}

#audiocontroller #controls #pause {
  background: url(../images/audiocontrols.png) no-repeat -22px 0;
  display: none;
}
#audiocontroller #controls #pause :hover {
  background: url(../images/audiocontrols.png) no-repeat -22px -8px;
}

#audiocontroller #controls #ffwd {
  background: url(../images/audiocontrols.png) no-repeat -33px 0;
}
#audiocontroller #controls #ffwd :hover {
  background: url(../images/audiocontrols.png) no-repeat -33px -8px;
}

#audiocontroller #controls #stop {
  background: url(../images/audiocontrols.png) no-repeat -44px 0;
}
#audiocontroller #controls #stop :hover {
  background: url(../images/audiocontrols.png) no-repeat -44px -8px;
}


#playlist {
  width: 100px;
  background: url(../images/1pxbg.png);
  padding: 0 3px;
  overflow: hidden;
  position: relative;
  top: -1px;
  left: 0px;
}

#playlist li {
  width: 100%;
  display: none;
  float: left;
  border-bottom: 1px solid #5E5E62;
}

#playlist li a {
  display: block;
  width: 100%;
  padding: 3px 0;
  line-height: 1.2em;
  color: #5E5E62;
}

#playlist li a:hover {
  color: #0ba6aa;
}

#playlist li.active {
  display: block;
  border-bottom: 0;
}

#playlist li.active a {
  padding: 0;
}

#playlist.hover {
  padding-bottom: 12px;
/*   padding-top: -3px; */
}

#playlist.hover li {
  display: block;
}

#playlist.hover li.active {
  border-bottom: 1px solid #5E5E62;
}

#playlist.hover li.active a {
  padding: 3px 0;
  color: #0ba6aa;
}

#playlist.hover .songlink {
  padding: 0 0 3px 0 !important;
}

#audioinfo {
  display: none;
}

#info_bytes {
  clear: both;
  margin-bottom: 2px;
  font-family: "Helvetica Neue", "Franklin Gothic", Arial, Helvetica, sans-serif;
}

/* MAILING LIST SIGNUP FORM */

#listsignup {
  position: relative;
  top: -2.4em;
  display: none;
}

#listsignup td {
  padding: 2px 0;
}

#listsignup td div {
  text-align: right;
}

#listsignup input, #listsignup select {
  width: 140px;
  font-family: "Helvetica Neue", "Franklin Gothic", Arial, Helvetica, sans-serif;
  font-size:1em;
  margin-left: 0.5em;
  border: none;
}

#listsignup .action {
  background-color: #0ba6aa;
  color: white;
  height: 2em;
}

#listsignup span {
  display: block;
  font-size: smaller;
  float: left;
}

#listsignup #close {
  float: right;
}

/* (LOGIN) FORM */

form, .actions, #ForgotPassword {
  margin-top: 1.2em;
}

label {
  line-height: 1.2em;
}

label.left {
  width: 5em;
}

input.text {
  width: 12em;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

.checkbox input {
  margin: 0 0 0 1em;
  padding: 0;
  line-height: 1em;
  vertical-align: top;
}

.field {
  margin-bottom: 0.6em;
}

label.right {
  float: left;
}

/* CONTENT */

.content {
  padding: 0 0.5em;
  margin: 1.2em auto;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  line-height: 1.2em;
  color:#5E5E62;
}

p {
  margin-bottom: 1.2em;
}

a {
  text-decoration:none;
  color: #231F20;
}

a:hover {
  color: #0ba6aa;
}

.content a {
  color: #5E5E62;
  text-decoration: underline;
}

.content a:hover {
  color: #0ba6aa;
}

h2 {
  font-weight: bold;
  color: #0ba6aa;
  display: block;
  margin: 1.8em 0;
  text-transform: uppercase;
  border-bottom: 0.2em solid #5E5E62;
}

.hr-lite {
  border-bottom: 0.1em solid #5E5E62;
/*   overflow: auto; */
}

.heading {
  font-family: 'HelveticaNeue-CondensedBold', 'Helvetica Neue Bold Condensed','Helvetica Neue', 'ArialNarrow-Bold', 'Arial Narrow', "Franklin Gothic", Arial, Helvetica, sans-serif;
}

.left {
  float: left;
}

.right {
  float: right;
}

.em { /* date highlights, assumes 1.1em base; some are floated, see other classes */
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'HelveticaNeue-CondensedBold', 'Helvetica Neue Bold Condensed','Helvetica Neue', 'ArialNarrow-Bold', 'Arial Narrow', "Franklin Gothic", Arial, Helvetica, sans-serif;
}

/* NEWS */

.newsitem {
  margin-top: 2.4em;
}

.newsitem .em {
  float: left;
  color: #5E5E62;
}

.newsitem h2 {
  padding-left: 5.5em;
}

#newsnav {
  margin: 1.2em auto 0 auto;
  padding-bottom: 2.4em;
}

#newsnav a {
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.8em;
}

/* SHOWS/DISCS/DOWNLOADS */

.show, .download, .video {
  margin: 0 0 1.2em 1em;
}

.disc {
  margin: 0 0 0.6em 1em;
}

.label {
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'HelveticaNeue-CondensedBold', 'Helvetica Neue Bold Condensed','Helvetica Neue', 'ArialNarrow-Bold', 'Arial Narrow', "Franklin Gothic", Arial, Helvetica, sans-serif;
}

.show .block, .download .block, .video .block {
  margin: 0.9em 0 1.8em 1em;
  clear: both;
}

.downloadgroup {
  margin-bottom: 1.2em;
}

.disc .block {
  margin: 0.9em 0 0.6em 1em;
  clear: both;
}

.show a {
  color: #0ba6aa;
  text-transform: uppercase;
  font-weight: bold;
}

.download a, .video a {
  text-decoration: none;
}

.disc .em {
  float: left;
  width: 5em;
}

.disc .release-title {
  text-decoration: none;
  margin-left: 0.5em;
}

.disc table {
  clear: both;
  vertical-align:text-top;
  margin-top: 0.6em;
}

.disc .tracknumber {
  text-align: right;
}

.artwork, .videowindow {
  position: absolute;
  overflow-y: scroll;
  overflow-x: hidden;
  min-height: 100%;
  max-height: 100%;
  z-index: 2;
}

.viewing {
  color: #0ba6aa;
}

.videoWindow {
  text-align: center;
}

#videocontainer {
  text-align: center;
}

#videoDiv {
  text-align: center;
  margin: 0 auto;
}

#videoDiv span {
  display: block;
  margin-top: 3.6em;
  font-family: "Helvetica Neue", "Franklin Gothic", Arial, Helvetica, sans-serif;
  color: #bbbbbb;
  font-size: 1.1em;
  line-height: 1.2em;
}

#videoDiv span a {
  color: #0ba6aa;
}

/* PHOTOS */

#PhotoNav {
  margin: 2.4em 0;
}

#PhotoNav span, #PhotoNav a {
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  font-size: 0.8em;
}

#PhotoNav span {
  color: #99999B;
}

#PhotoNav a:hover {
  color: #0ba6aa;
}

#PhotoNav div {
  display: inline;
}

#ajaxphotocredit {
  float: right;
  color: #7C7C7F;
  margin-top: 9em;
  font-size: 0.8em;
}

#slideshow a:hover {
  cursor: pointer;
}

.ajaxphoto {
  position: absolute;
  top: 0;
  left: 0;
}

.ajaxphoto.inactive {
  display: none;
}

.artwork img {
  width: 100%;
  display: block;
}

.artworkhome img {
  width: 100%;
  display: block;
}