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

#musiclinksbar{
	top: 530px;
}

/*Typography - #00A39B for events pages*/
.quote {
border-top-color: #00A39B;
border-bottom-color: #00A39B;
}

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

h3 {
color: #00A39B;
}

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

a:hover {
color: #CC0033;
}

a:active {
color: #CC0033;
}