/* AUTO-SELECTING NAVIGATION http://24ways.org/advent/auto-selecting-navigation */

body.home #navbar li.home,
body.archives #navbar li.archives,
body.address #navbar li.address { font-weight: bold; background: url(http://www.calvin.edu/includes/templates/9/images/bg-border-navbar.gif) left bottom repeat-x; background-color: #ddd;}

/* Tabs */
body.home #tabs li.home a,
body.address #tabs li.address a,
body.archives #tabs li.archives a { 
	font-weight: bold;
	background-color: #fff;
	border-bottom: solid #fff 1px;
}


/*---------------------------------------------------------------------------------------------
    TAB STYLES - Based on Dan Cederholm's Simplified CSS Tabs Trick
  --------------------------------------------------------------------------------------------- */

#tabs {border-bottom: 1px solid #ccc; width: 675px; margin-left: 20px; margin-bottom: 20px;}

.tabnav {
	height: 23px;
	margin: 0;
	padding-left: 5px;
	width: 700px;
	top: 0;
	_top: 1px; /* show to IE, hide from other browsers */
}

.tabnav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}

.tabnav a {
	float: left;
	background: #eeeeee;
	line-height: 12px;
	padding: 5px 5px 5px 5px;
	margin-right: 4px;
	border: 1px solid #ccc;
	text-decoration: none;
	color: #333366;
}

.tabnav a:hover {
	background: #eeeeee;
	text-decoration: underline;
	color:#000;
}
.underlined-heading {
     border-bottom: 1px dotted #999999;
}

.scripture {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	line-height: 1.5em;
}
a.btn.play {
	color: #111;
	padding-left: 3em; background: url('http://www.calvin.edu/images/icons/play.png') 1em center no-repeat #ccc;
	}
a:hover.btn.play {
	color: #000;
	background: url('http://www.calvin.edu/images/icons/play.png') 1em center no-repeat #ddd;
	}
.img-right-caption {
	float: right;
	clear: right;
	width: 110px;
	color: #333333;
	text-align: center;
	vertical-align: top;
	padding: 0px;
	font-size: 80%;
	background-position: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
