body
{
 color: white;
 background-color: black;
 margin: 0;
 padding: 0;
}
#headbar
{
 /*background-image: url("./images/bg.png");*/
 text-align: center;
 /*padding: 30px;*/
 margin-top: 20px;
 margin-bottom:-80px;
 z-index=3;
 position:relative;
 font-family: 'Rokkitt';
 font-size: 26px;
 text-align:center;
 text-decoration: none;
 color: white;




}

#telescope
{
 width: 100%;
 text-align: center;
 margin: auto;
 margin-top: 0px;
 background-color: #000;
 color: white;
 text-align: center;
 background-image: url("./images/tunnel_narrow3bg.jpg");
 background-repeat: repeat-x;
 background-position:center; 
 margin-bottom:-80px;
 
}

#tunnel
{
 width: 100%;
 text-align: center;
 margin: auto;
 margin-top: 0px;
 background-color: #000;
 color: white;
 text-align: center;
 background-image: url("./images/bg.jpg");
 background-repeat: repeat-x;
 background-position:center; 
 margin-bottom:-80px;
 
}


#biglink
{
 font-family: 'Rokkitt';
 font-size: 26px;
 text-align:center;
 text-decoration: none;
 color: white;
}

#links
{
 width: 100%;
 margin: auto;
 text-align: center;
}

#links a img
{
    border:0;
}

#content h2
{
 margin:0;
 padding: 0;
 text-align: center;
}
a
{
 color: white;
}

.twtr-widget .twtr-doc
{
 margin: auto;
}

#dates
{
    text-align:center;
}
.date
{
  font-family: 'Josefin Sans';
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  text-align:right;
}

.venue
{
  font-family: 'Josefin Sans';
  font-size: 12px;
  font-weight: 400;
  text-align:left;
}

.support
{
  font-family: 'Josefin Sans';
  font-size: 12px;
  font-weight: 400;
  text-align:left;
}

.city
{
  font-family: 'Josefin Sans';
  font-size: 14px;
  font-weight: 700;
  text-align:center;
  text-shadow: none;
}

#dates table
{
    border:0;
    margin:auto;
    padding:0;
}

