body {
  background-color: #000000;
  color: #FFFFFF;
  text-align: center;
  
  background-image: url('./img/background3.jpg');
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position: 50% 280px;   
  
}

div#sitecontainer {
  width: 700px;
  margin: 0px auto;
  text-align: left;
}

div#header {
  background-image: url('./img/title.jpg');
  height: 140px;
}

div#menu {  
  height: 35px;
}

div#contentcontainer {
  padding-bottom: 120px;
}

div#sidebar {
  border: 2px solid #888888;
  float: left;
  width: 140px;
  padding-left: 12px;
  padding-right: 10px;
  padding-top: 14px;
  padding-bottom: 12px;
  font-size: 9pt;
  font-family: Arial, sans-serif;  
}

div#content {
  border: 2px solid #888888;
  float: right;
  width: 490px;
  min-height:350px;

  
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 14px;
  padding-bottom: 20px;  
  
  line-height: 15pt;
  font-size: 9pt;
  font-family: Arial, sans-serif;
  font-weight: 600; 
  color: #FFFFFF;
}

div#logo_footer {
  float: right;
  width: 490px;
  /*height: 80px; */
  height: 20px;
  text-align: right;
  margin-top: 10px;
}

p {
  margin-bottom: 18pt;
}

h1.content {
  font-family: Arial, sans-serif;
  font-size: 13pt;
  color: #888888;
  text-transform: uppercase;
  font-weight: bold; 
  margin-bottom: 2pt;
  margin-top: 6pt;
}

span.blogtitle {

  font-family: Arial, sans-serif;
  font-size: 13pt;
  color: #888888;
  text-transform: uppercase;
  font-weight: bold; 
}

span.blogdate {

  font-family: Arial, sans-serif;
  font-size: 8pt;
  color: #FFFFFF;
}

h1.gigs {
  font-family: Arial, sans-serif;
  font-size: 11pt;
  color: #FFFFFF;
  font-weight: bold; 
  margin-bottom: 2pt;
  margin-top: 2pt;
}

div.gigvenue {
  font-family: Arial, sans-serif;
  font-size: 10pt;
  color: #FFFFFF;
  font-weight: bold; 
  line-height: 14pt;
  margin-bottom: 2pt;
  margin-top: 2pt;
  margin-left: 25px;
}

div.gigbands {
  font-family: Arial, sans-serif;
  font-size: 8pt;
  color: #FFFFFF;
  font-weight: bold; 
  line-height: 12pt;
  margin-left: 25px;
}

div.centered {
  text-align: center;
  margin: 0px auto;
}

div.sidebarlink {
  margin-left: 5px;
}

a:link {
  text-decoration: underline;
  color: #888888;
}

a:visited {
  text-decoration: underline;
  color: #888888;
}

a:hover {
  text-decoration: none;
  color: #FFFFFF;
}

a:active {
  text-decoration: underline;
  color: #888888;
}

span.blogtitle a:link {
  text-decoration: none;
  color: #888888;
}

span.blogtitle a:visited {
  text-decoration: none;
  color: #888888;
}

span.blogtitle a:hover {
  text-decoration: none;
  color: #FFFFFF;
}

span.blogtitle a:active {
  text-decoration: none;
  color: #888888;
}

img.header {
  margin-left: -3px;
}

td.bandroster {
  font-family: Arial, sans-serif;
  font-size: 13pt;
  color: #888888;
  text-transform: capitalize;
  font-weight: bold; 
}

td.bandroster a:link {
  text-decoration: none;
  color: #888888;
}

td.bandroster a:visited {
  text-decoration: none;
  color: #888888;
}

td.bandroster a:hover {
  text-decoration: none;
  color: #FFFFFF;
}

td.bandroster a:active {
  text-decoration: none;
  color: #888888;
}

table.gigs {

}

table.gigs td {
  padding-left: 4px;
  padding-right: 4px;
  border: 1px solid #888888;
}

table.gigs th.gigsdate {
  text-align: center;
  font-weight: bold; 
  width: 76px;
}

table.gigs th.gigsvenue {
  font-weight: bold; 
  width: 110px;
}

table.gigs th.gigscity {
  font-weight: bold; 
  width: 120px;
}

table.gigs th.gigslineup {
  font-weight: bold; 
  width: 165px;
}

table.links td {
  vertical-align: top;
  padding: 10px;
}

