/*
Theme Name: Church of the Nativity
Theme URI: http://churchofthenativity.com/
Author: Philip Mann, Jo Davidsmeyer
Description: A Wordpress theme designed for Church of the Nativity, Sarasota FL
Version: 1.0
Tags: episcopal, church, sarasota, bradenton, florida, jesus, christ, nativity, bible-believing, traditional
Text Domain: nativity
*/

/*
	CSS reset
*/
* {
	margin: 0;
	padding: 0;
	border: none;
	/* font-size: 62.5%; */
	font: inherit;
	vertical-align: baseline;
}
li,ol { list-style: none; }

strong {
    font-weight: bold;
}

hr {
    border: none;
    border-bottom: 1px dashed #555555;
    width: 100%;
    display: block;
    margin: 1em 0;
    clear: both;
}

blockquote {
    border-left: 5px solid #bbbbbb;
    padding: 5px 5px 5px 20px;
    font-size: 0.95rem
} blockquote > p { margin: 0; }

a {
    font-weight: 600;
    color: #1424aa;
    text-decoration: underline;
    transition: color 0.5s linear;
}
a:hover {
    color: #aa2200;
}
a:visited {

}
a:active {

}

#map-canvas {
	width: 500px;
	height: 400px;
}

.cue-tracks { max-height: none !important; }

.wp-playlist-light { background: transparent !important; }
.wp-playlist-current-item {
	height: auto !important;
	background: #14243d;
	margin: 0 !important;
	padding: 15px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.wp-playlist-current-item .wp-playlist-item-title,
.wp-playlist-current-item .wp-playlist-item-artist,
.wp-playlist-current-item .wp-playlist-item-album {
	color: #ccc !important;
}

.wp-playlist-current-item > img { display: none; }
.wp-playlist-item-title {
	font-size: 18px !important;
	font-weight: bold !important;
}
.wp-playlist-item-artist { 
	font-size: 16px !important;
	text-transform: none !important;
}
.mejs-controls { background-color: #14243d !important; }

.wp-playlist-tracks {
	margin-top: 0 !important;
	background-color: #eee;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.wp-playlist-item { padding: 10px !important; }
.wp-playlist-item-length { top: 14px !important; right: 10px !important; }

.fright { float: right; margin: 10px; }

/* #main .col h2.christmas { background-color: #7f1d1e; } */

.no-border { border: none !important; }