#header .logo {
	margin-top:16px;
}

#header .logo a {
	background:url(https://www.berkeyavenue.org/wp-content/uploads/2013/05/logo2-300x75.png) no-repeat;
	width:300px;
	max-width:300px;
	height:75px;
}

a,
a:visited {
	color:#00a15e;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:visited:hover,
h2 a:visited:hover,
h3 a:visited:hover,
h4 a:visited:hover,
h5 a:visited:hover,
h6 a:visited:hover {
	color:#00a15e;
}

::selection,
::-moz-selection {
	background:#00a15e;
}

blockquote {
	border-left:3px solid #00a15e;
}

.navbar ul li a:hover {
	color:#00a15e;
}

.mask .slide_content h3.subtitle {
	color:#00a15e;
}

.pag_box ol a:hover,
.pag_box ol a.flex-active {
	background:#00a15e;
}

.list_locations li .link:hover {
	color:#00a15e;
}

.list_widget li a:hover {
	color:#00a15e;
}

.pagination li:hover,
.pagination li.active {
	background:#00a15e;
}

.selectbox-wrapper ul li.selected,
.selectbox-wrapper ul li.current {
	background:#00a15e;
}

.search-excerpt {
	color:#00a15e;
}

.single-location small a {
	color:#00a15e !important;
}


/* Events Manager Styles */
table.em-calendar td.eventful a,
table.em-calendar td.eventful-today a {
	color:#00a15e !important;
}
.ui-state-hover {
	color:#00a15e !important;
}
.ui-datepicker-today .ui-state-highlight {
	background:#00a15e !important;
}


/* Audio Player Plugin Styles */
.mejs-container .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #00a15e;
	background: rgba(0,161,94,0.8);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(0,161,94,0.5)), to(rgba(0,161,94,1.0)));
	background: -webkit-linear-gradient(top, rgba(0,161,94,0.5), rgba(0,161,94,1.0));
	background: -moz-linear-gradient(top, rgba(0,161,94,0.5), rgba(0,161,94,1.0));
	background: -o-linear-gradient(top, rgba(0,161,94,0.5), rgba(0,161,94,1.0));
	background: -ms-linear-gradient(top, rgba(0,161,94,0.5), rgba(0,161,94,1.0));
	background: linear-gradient(rgba(0,161,94,0.5), rgba(0,161,94,1.0));
}


/* Reftagger Plugin Styles */
.lbsTooltipFooter a:hover {
	color:#00a15e;
}
