html {
	overflow: auto;
}

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 100%;
}

/* header and basic frame */
#header {
	background: #fff url(http://www.rodandstaffbooks.com/mm5/images/h_bg_logo.png) repeat-x;
	height: 94px;
}

#logo h1,
#logo h3 {
	margin: 0;
	padding: 0;
}

#logo a {
	display: block;
	width: 500px;
	height: 94px;
	padding-left: 10px;
	background: url(http://www.rodandstaffbooks.com/mm5/images/h_logo_2010.png) no-repeat;
	background-position: bottom center;
}

#logo span {
	display: none;
}

#main {
	background: #fff url(http://www.rodandstaffbooks.com/mm5/images/h_shadow_white.gif) repeat-x;
	padding: 1em;
}

.noscreen {
	display: none;
}

/* verses */

.chapter {
	margin: 1em 0 0 0;
	padding: 0;
	font-weight: normal;
	width: 100%;
}

.p {
	margin: 0 1em;
	padding: 0;
}

.block_p .p {
	text-indent: 1em;
	margin-bottom: .5em;
}

.verse {
	margin: .25em 0 0 0;
	padding: 0;
	list-style: none;
	line-height: 1.5em;
}

.block_p .verse {
	display: inline;
}

.verse.gap {
	font-weight: bold;
	line-height: .5em;
	position: relative;
	top: -.4em;
}

.block_p .verse.gap {
	top: 0;
}

.verse_num {
	font-weight: bold;
	font-size: .75em;
	position: relative;
	top: -.25em;
	font-family: Arial, Helvetica, sans-serif;
}

.title,
.colophon {
	font-style: italic;
}

.foreign {
    font-style: normal;
}

.added {
	font-style: italic;
}

.divineName {
	font-variant: small-caps;
}
.inscription .divineName {
	font-variant: normal;
	text-transform: uppercase;
}

.quote {
	color: red;
}

.q {
	background: #fe0;
}

.audio {
	display: inline;
	position: relative;
}

.hidden .audio {
	visibility: hidden;
}
.hidden.hover .audio,
.hidden.active .audio {
	visibility: visible;
}

.audio .swf {
	display: inline;
	position: relative;
	left: 1em;
	top: -.1em;
	vertical-align: middle;
	z-index: 10;
	width: 250px;
}

.a-instr {
	position: absolute;
	left: 110px;
	top: .45em;
	font-size: .6em;
	color: #999;
	white-space: nowrap;
	z-index: 9; /* below swf */
}

.a-instr a {
	margin-left: 70px;
}

.block_p .para {
	display: none;
}

.w.hover {
	border-bottom: 1px dashed #999;
}

/* strongs */
.strongs {
	background: #eee;
	padding: .5em;
	margin: 1em 0 0 0;
}

.strongs dl {
	margin: 0;
}

.strongs .entry {
	margin: 0 0 .25em 0;
	padding: 0;
	font-size: 1.2em;
	font-weight: normal;
	white-space: nowrap;
}

.pronunciation {
	color: #999;
}

.kjv_words {
	background: #eee;
	padding: .5em .5em 0 .5em;
	line-height: 1.5em;
}

.kjv_words .show,
.kjv_words .hide {
	font-variant: small-caps;
}
.kjv_words .hidden {
	display: none;
}

.freq {
	font-weight: bold;
}

.occurs {
	font-size: .75em;
}

.current {
	background: #fff;
	padding: .25em 0;
}

