body {
background-color: #66FF99;
background-image: url('temp/sripts.png')
}

.upcomingshows {
background-color: white;
float: left;
margin-right: 50px;
margin-left: 10px;
padding-top: 20px;
padding-left: 10px;
width: 359px;
}

.upcomingshows div {
padding-bottom: 20px;
}

.upcomingshows .date {
color: #66FF99;
font-family: Helvetica;
font-size: 1.7em;
font-weight: bold;
margin-right: 10px;
text-align: right;
}

.upcomingshows .flyer {
border-left: 1px #770011 solid;
border-top: 1px #770011 solid;
width: 359px;
}

.upcomingshows .otherbands {
font-family: Courier;
margin-top: 3px;
}

.upcomingshows .otherbands span {
background-color: yellow;
}

.upcomingshows .venue {
background-color: #770011;
color: white;
font-size: 1.5em;
line-height: 1.4em;
margin-bottom: 2px;
padding-left: 5px;
}

.upcomingshows .location {
font-size: .9em;
font-weight: normal;

}

.upcomingshows .cost {
color: green;
font-size: .9em;
margin-top: 2px;
}

.blarg {
background-color: white;
float: left;
width: 550px;
margin-top: 20px;
padding: 20px 20px 20px 20px;
}

.blarg hr {
height: 20px;
border: 0;
}

.blarg img {
border: 0px;
}

.info {
clear: both;
background-color: #66FF99;
height: 20px;
padding-top: 5px;
text-align: right;
width: 100%;
}

.info p {
font-family: Helvetica, sans-serif;
font-size: .6em;
margin-right: 5px;
}

a:link {
color: #000000;
}
    
a:visited {
color: #000000
}
 
a:hover {
color: #000000;
text-decoration: none;
}
   
a:active {
color: #000000;
}  
