body {
  background-color: #161112;
  color: #ebebeb;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 20px;
}

a:link,
a:visited {
  color: #54ccff;
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  color: #161112;
  background-color: #54ccff;
}

h1, h2 {
  font-size: 72px;
  font-weight: normal;
  line-height: 72px;
  margin: 0px;
  padding: 0px;
}

h2 {
  font-weight: bold;
  margin-bottom: 20px;
}

li {
  float: left;      
}

#page {
  width: 960px;
  margin: auto;
}

#page>ul>li {
  display: block;
  width: 450px;
  padding-left: 10px;
  margin-bottom: 40px;
  border-left: 8px solid #54ccff;
}

li.left {
  margin-right: 20px;
}

p {
  margin-bottom: 10px;
  vertical-align: baseline;
}

p.date {
  font-size: 24px;
}

p.location {
  font-size: 12px;
  line-height: 12px;
}

p.location .venue {
  font-weight: bold;
}

li.tba {
  color: #48383b;
  border-color: #48383b !important;
}

li.tba .venue {
  visibility: hidden;
}

.history p {
  font-size: 24px;
  line-height: 30px;
  color: #48383b;
}

.location a,
.history p a {
  padding-left: 5px;
  padding-right: 5px;
}

.history .location {
  color: #ebebeb;
  font-weight: bold;
}

#social {
/*  width: 224px; */
  width:186px;
  clear: left;
  padding: 20px;
  background-color: black;
  overflow: auto;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border: 10px;
}

#social li,
#social a {
  display: block;
  height: 55px;
  line-height: 0px;
  background-repeat: no-repeat;
}

#social li {
  float: left;
}

#social a {
  display: block;
  background-image: url('../images/link_icons.png');
  text-indent: -1000px;
  margin: 0px;
  padding: 0px;
  margin-right: 10px;
}

#social a:focus,
#social a:hover,
#social a:active {
  background-color: transparent;
}


#ebp a {
  width: 62px;
}

#twitter a,
#facebook a,
#myspace a,
#youtube a {
  width: 28px;
  height: 28px !important;
  margin-top: 13px;
}

#twitter a {
  background-position: -72px -14px;
}
#facebook a {
  background-position: -110px -14px;
}
#myspace a {
  background-position: -148px -14px;
}
#youtube a {
  background-position: -186px -14px;
  margin-right: 0px;
}

footer {
  text-align: center;
  margin: 20px auto 0px auto;
  font-size: 12px;
}

