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: 960px;
  margin-left: auto;
  margin-right: auto;
}


.clearfloats {
  height: 16px;
  line-height: 8px;
  clear: both;
  width: 100%;
}
.hidden {
  display: none;
}
.shown {
  display: block;
}

#header {
  background-image: url(http://www.greymatter-music.co.uk/images/header-background.jpg);
  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: 589px;
  margin: 36px 26px 0px 0px;
  text-align: right;
}
#fansite-links ul {
  display: inline;
  padding: 0px;
  margin: 0px;
}
#header #fansite-links li {
  display: inline;
  border-right: solid 1px #c4c4c4;
  padding: 0px 12px 0px 9px;
  font-size: 1.2em;
}
#header #fansite-links .last {
  text-align: left;
  border-right: none;
  padding-right: 0px;
}
#fansite-links a {
  text-decoration: none;
  color: #c4c4c4;
}
#fansite-links .on {
  color: #5293AF;
}
#fansite-links a:hover {
  text-decoration: underline;
}
#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.teal {
  color: #5293AF;
}
#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 h2.on {
  color: #5293AF;
}
#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 li {
  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;
  padding: 12px 26px 0px 26px;
}
#content #right-column {
  float: right;
  display: inline;
  padding: 12px 26px 0px 26px;
}
.one-third {
  width: 300px; 
}
.two-thirds {
  width: expression(Math.min(parseInt(this.offsetWidth), 621 ) + "px"); 
  /*width: 520px;*/
  max-width: 556px;
}
.three-thirds {
  width: 908px;
}
.color-back {
  background-color: #2C4F50; /*#grey - 3d3d3d;  teal - 216c9f*/
}
.head-margin {
  margin-top:  50px;
}

#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: 100px;
}
#event-table .event-link {
  width: 200px;
}

.track-title {
  color: #FFFFFF;
  font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
  font-size: 0.8em;
  width: 198px;
}
.track-link {
  width: 25px;
}

#gig-calendar {
  margin-top: 12px;
  width: 275px;
}
#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: 30px;
  padding-left: 8px;
  border: 1px solid #5293AF;
  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: #5293AF;
}
#gig-calendar .passed {
  color: #808080;
}
#gig-calendar .calendar-month {
  font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
  font-size: 0.9em;
  color: #c4c4c4;
}

#footer {
  text-align: center;
  color: #5293AF;
  font-size: 0.9em;
}
#footer a {
  text-decoration: none;
  font-weight: bold;
  color: #5293AF;
}
#footer a:hover {
  color: #c4c4c4;
}
