
@import url("http://fonts.googleapis.com/css?family=Ropa+Sans");
@import url("http://fonts.googleapis.com/css?family=Kaushan+Script");    

body {
  background-color:#000000; 
  color:white;
  margin:0px;
  font-family: 'Ropa Sans', cursive;
  font-size:14px;
}

#header {
  background-image:url(../images/header.jpg);
  width: 1099px;
  height:234px;  
  
}

#navigation {
  position:absolute;
  width:250px;
  height:372px;
  z-index:1;
  left: 50px;
  top: 226px;
}

a.navigationLink, a.navigationLink:visited {
  font-family: 'Kaushan Script', cursive; 
  font-size:32px; 
  color:red;
  text-decoration: none;
}

a.navigationLink:hover  {
  color:white;
}

#appStoreLink {
  position:absolute;
  z-index:1;
  left: 50px;
  top: 520px;
  width:150px;
}

#pageContent {
  width:494px;
  margin-left:275px;  
}

.upcomingShowsHeading {
  font-family: 'Kaushan Script', cursive; 
  font-size:22px; 
  color:red;
}

#shows {
  position:absolute;
  left: 815px;
  top: 226px;    
  width: 200px;
  height: 300px;  
  font-size: 15px;;
}


#links {
  margin-top:50px;
  margin-left:275px;  
}

#contactlist {
  height:50px;  
  position: relative;
  top:0px;
  left:0px;
  width:900px;  
}

#contactlist, li {
    margin: 0px 15px 0px 0px; padding: 0; list-style: none;
  display:inline;
}

#navigationlist a {
  color:white;
  text-decoration:none;
}

a.emailLink, a.emailLink:visited {
  color:red;
  text-decoration: none;
}

a.emailLink:hover {
  color:white;
}

.smallerText {
  font-size:12px;
}

.bioText {
  font-size: 17px;
}
