.mynav {
margin: 0;
padding: 0;
list-style: none;
border-bottom: none;
width: 175px;
overflow: hidden;
zoom: 1;
}
.mynav a {
color: black;
display: block;
font-size: 12pt;
padding: 10px 10px;
text-decoration: none;
border: none;
background-image: url(/js/plugins/imagemanager/files/button-white.png);
background-repeat: no-repeat;
background-position: 0px 0px;
zoom: 1;
}
.mynav li {
padding: 0;
margin: 10px 0px 10px 0px;
}
.mynav a:hover {
color: white;
font-size: 12pt;
padding: 10px 10px;
text-decoration: none;
border: none;
background-image: url(/js/plugins/imagemanager/files/button-grey.png);
background-position: 0px 0px;
}
a:hover[href$='.pdf'] {
background-image: url(/js/plugins/imagemanager/files/pdf-icon.png);
background-position: 0px 5px;
background-repeat: no-repeat;
padding: 10px 0px 10px 35px;
}
a:hover[href$='.doc'] {
background-image: url(/js/plugins/imagemanager/files/word-icon.png);
background-position: 0px 5px;
background-repeat: no-repeat;
padding: 10px 0px 10px 35px;
}
.members li{
margin-left: 20px;
padding-left: 20px;
}
h1 {
margin-bottom: 20px;
}
.gig {
width: 600px;
border: none;
margin-bottom: 20px;
}
.date {
font-size: 1.5em;
width: 200px;
font-weight: bold;
color: yellow;
}
.venue {
font-size: 1.5em;
font-weight: bold;
}
.address {
font-size: 1.25em;
}
.website {
text-align: right;
}
.review {
color: #f3bfbf;
padding-left: 35px;
padding-bottom: 20px;
background-image: url(/js/plugins/imagemanager/files/quote.png);
background-position: 0px 0px;
background-repeat: no-repeat;
line-height: 1.5em;
}
.reviewee {
color: #cccccc;
font-size: 0.8em;
padding-right: 10px;
font-weight: bold;
}
.tracks li {
line-height: 0.9em;
margin: 0px;
}
.buy {
float: right;
margin-right: 25x;
}
.cover {
float: left;
margin-right: 40px;
margin-left: 20px;
}
