/* This stylesheet refers to pages with the music linksbar at the top*/
  /* Navigation bars */
#BHbar{
	top: 560px;
}

#eventslinksbar{
	top: 530px;
}

#musiclinksbar{
	top: 100px;
}

/*Typography - #CC0033 for music pages*/
.quote {
border-top-color: #CC0033;
border-bottom-color: #CC0033;
}

.ctext
{
border-top: 2px solid #CC0033;
border-bottom: 2px solid #CC0033;
}

/*Links*/
a:link, a:visited {
color: #CC0033;
}

a:hover {
color: #00A39B;
}

a:active {
color: #00A39B;
}