body {
  background-color: #000000;
  margin-left: 0px;
  margin-right: 0px;
}
a img {
  border: 0px;  /*REMOVE FROM EVERYWHERE ELSE CUS ITS ACROSS THE BOARD NOW*/
}

.head-height {
  height: 82px;
}
.block-height {
  height: 256px;
}
.page-width {
  width: 812px;
  margin-left: auto;
  margin-right: auto;
}

.grey-grad-up {
  background-image: url(http://www.greymatter-music.co.uk/images/grey-grad.jpg);
  background-repeat: repeat-x;
  background-position: bottom;
}
.orange-grad-side {
  background-image: url(http://www.greymatter-music.co.uk/images/orange-grad-side.jpg);
  background-repeat: repeat-y;
  background-position: left;
}
.orange-grad-down {
  background-image: url(http://www.greymatter-music.co.uk/images/orange-grad.jpg);
  background-repeat: repeat-x;
  background-position: top;
}


.clearfloats {
  height: 16px;
  line-height: 8px;
  clear: both;
}
.hidden {
  display: none;
}
.shown {
  display: block;
}


#header {
  position: relative;
}
#header #logo-holder {
  float: left;
  display: inline;
  border: 0px;
  margin: 6px 0px 0px 26px;
}
#header #fansite-links {
  float: right;
  display: inline; /*ie6 doubling margin fix*/
  width: 240px;
  margin: 18px 26px 0px 0px;
}
#fansite-links ul {
  /*list-style: none;*/
  padding: 0px; margin: 0px;
}
#header #fansite-links li {
  display: inline;
  float: right;
  width: 33%;
  text-align: center;
}
#header #fansite-links .first {
  text-align: left;
}
#header #fansite-links .last {
  text-align: right;
}
#fansite-links a {
  font-size: 0.9em;
  text-decoration: none;
  font-weight: bold;
  color: #b93502;
}
#fansite-links a:hover {
  color: #c4c4c4;
}
#fansite-links form {
  margin-bottom: 4px;
  text-align: right;
}
#fansite-links form input {
  font-size: 0.6em;
}
#fansite-links #email_address {
  float: left;
  width: 160px;
}
#fansite-links #submit_button {
  width: 60px;
}

#navigation {
  position: relative;
}
#navigation #nav-links {
  position: absolute;
  bottom: 0px;
  margin: 0px 0px 12px 26px;
  padding: 0px;
  list-style: none;
}
#navigation #nav-links li {
  line-height: 1.1em;
}
#navigation #nav-links .gap-below {
  margin-bottom: 10px;
}
#navigation #nav-links a {
  font-size: 0.9em;
  text-decoration: none;
  font-weight: bold;
  color: #c4c4c4;
}
#navigation #nav-links .on {
  color: #b93502;
}
#navigation #nav-links a:hover {
  color: #b93502;
}
#navigation #nav-links.reverse a {
  font-size: 0.9em;
  text-decoration: none;
  font-weight: bold;
  color: #000000;
}
#navigation #nav-links.reverse .on {
  color: #c4c4c4;
}
#navigation #nav-links.reverse a:hover {
  color: #c4c4c4;
}

#navigation #page-pic {
  float:right;
  display: inline;
  margin: 0px 26px 0px 0px;
  border: 0px;  /*CAN REMOVE THIS ONCE I'VE PUT ALL THE IMAGES IN THE PAGE-PIC DIV INSTEAD (E.G. VIDEO PAGE*/
}
#navigation #page-pic a img { /*CIOULD DO THIS SITE WIDE - I.E. REMOVE THE DIV IDENTIFIER BIT*/
  border: 0px;
}

#content h1 {
  margin-top: 4px;
  margin-bottom: 0px;
  /*font-weight: bold;*/
  font-size: 1.6em;
}
#content h1.orange {
  color: #b93502;
}
#content h1.light {
  color: #c4c4c4;
}
#content h2 {
  margin-top: 12px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
  font-size: 0.8em;
  color: #c4c4c4;
}
#content h2 .smaller {
  font-size: 0.8em;
}
#content h3 {
  margin-top: 6px;
  margin-bottom: 0px;
  font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
  font-size: 0.8em;
  color: #ffffff;
}
#content blockquote {
  margin-top: 3px;
  margin-left: 15px;
}
#content p {
  margin-top: 0px;
  color: #FFFFFF;
  font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
  font-size: 0.8em;
}
#content a {
  color: #c4c4c4;
  text-decoration: none;
}
#content a:hover {
  text-decoration: underline;
}
#content .shown { /*margin setting possibly needs removing if these get used other than by bios*/
  /*display: block;   ALREADY IN AS A GENERAL SETTING SO SHOULD CASCADE*/
  /*margin-left: 18px;
  margin-right: 18px;*/
  margin-bottom: 18px;
  padding: 18px 18px 6px 18px;
  background: #484848;
  font-size: 0.9em;
}
#content .shown img {
  margin-left: 18px;
  margin-bottom: 12px;
}


#content #left-column {
  float: left;
  display: inline;
  margin: 12px 0px 0px 26px;
}
#content #right-column {
  float: right;
  display: inline;
  margin: 12px 26px 0px 0px;
}
.one-third {
  width: 240px; 
}
.two-thirds {
  width: expression(Math.min(parseInt(this.offsetWidth), 520 ) + "px"); 
  /*width: 520px;*/
  max-width: 520px;
}
.three-thirds {
  width: 760px;
}


#event-table td {
  font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
  font-size: 0.8em;
  text-align: left;
  color: #ffffff;
}
#event-table .event-datetime {
  width: 80px;
}
#event-table .event-link {
  width: 365px;
}


#track-table td {
  font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
  font-size: 0.8em;
  color: #ffffff;
}
#track-table .track-title {
  width: 360px;
}
#track-table td.track-link {
  width: 40px;
  text-align: right;
}

#gig-calendar {
  margin-top: 12px;
  width: 240px;
}
#gig-calendar th {
  text-transform: uppercase;
  font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
  font-size: 0.9em;
  color: #c4c4c4;
  text-align: center;
}
#gig-calendar td {
  width: 34px;
  padding-left: 8px;
  border: 1px solid #b93502;
  font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
  font-size: 0.8em;
  text-align: left;
  color: #ffffff;
}
#gig-calendar td a {
  text-decoration: none;
  color: #ffffff;
}
#gig-calendar .linked-day {
  background-color: #b93502;
}
#gig-calendar .passed {
  color: #808080;
}

#footer {
  text-align: center;
  color: #b93502;
  font-size: 0.9em;
}
#footer a {
  text-decoration: none;
  font-weight: bold;
  color: #b93502;
}
#footer a:hover {
  color: #c4c4c4;
}