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

#header .logo a {
	width:277px;
	height:25px;
}

a,
a:visited {
	color:#629fa6;
}

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:#629fa6;
}

::selection,
::-moz-selection {
	background:#629fa6;
}

blockquote {
	border-left:3px solid #629fa6;
}

.navbar ul li a:hover {
	color:#629fa6;
}

.mask .slide_content h3.subtitle {
	color:#629fa6;
}

.pag_box ol a:hover,
.pag_box ol a.flex-active {
	background:#629fa6;
}

.list_locations li .link:hover {
	color:#629fa6;
}

.list_widget li a:hover {
	color:#629fa6;
}

.pagination li:hover,
.pagination li.active {
	background:#629fa6;
}

.selectbox-wrapper ul li.selected,
.selectbox-wrapper ul li.current {
	background:#629fa6;
}

.search-excerpt {
	color:#629fa6;
}

.single-location small a {
	color:#629fa6 !important;
}


/* Events Manager Styles */

table.em-calendar td.eventful a,
table.em-calendar td.eventful-today a {
	color:#629fa6 !important;
}
.ui-state-hover {
	color:#629fa6 !important;
}
.ui-datepicker-today .ui-state-highlight {
	background:#629fa6 !important;
}


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


/* Reftagger Plugin Styles */

.lbsTooltipFooter a:hover {
	color:#629fa6;
}
