/*
Main Site Styles
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
caption {
	font-size: 18px;
	font-weight: bold;
}
thead th {
	background: #fffebb;
}
ol, ul {
	list-style: none;
	margin: 0;
}


/*
Header styles.
All of these styles are for styles within the header.
*/

#header {
	background: #171717 url(../img/hiddenword_icon.gif) no-repeat;
	border-bottom: #870000 solid 2px;
}
#header h1 {
	position: relative;
	left: -9000px;
}
#main-navigation {
	position: absolute;
	right: 0;
	top: 0;
}
#main-navigation li {
	float: left;
}
#welcome {
	color: #fff;
	position: absolute;
	left: 70px;
	top: 18px;
}


/*
Navigation styles.
All of the styles for the navigation go here.
*/

#main-navigation li {
	float: left;
	border-left: 1px solid #535353;
}
#main-navigation li:first-child {
	border-left: none;
}
#main-navigation li a {
	padding: 17px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#navigation {
	background: url(../img/navigation_bar.gif) repeat-x;
	margin-left: -20px;
}
#navigation li {
	float: left;
}
#navigation li a {
	padding: 9px 11px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	display: block;
}


/*
 * Error and Warning Styles
 * Styles for the warnings at  the top of the page.
 */
#flashMessage {
	background: #fffebb;
	border: 1px solid #d1d099;
	padding: 25px;
	color: #870000;
	font-size: 18px;
	margin-bottom: 15px;
}



/*
Content Styles
This is where all the styles go for the content section.
*/

#wrapper {
	background: #fff url(../img/gradient.gif) repeat-x;
}
#content {
	padding-top: 26px;
}
#content h1 {
	color: #870000;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}


/*
 * url: /verse_references/getverses/
 * Styles for the above url.
 */

#nasb-copyright {
	font-size: 10px;
	color: #c0c0c0;
	text-align: right;
}
#verse-list h2 {
	font-size: 18px;
	font-style: italic;
}
#study-list {
	float: left;
	margin-right: 40px;
}
#controlbar label {
	display: block;
	font-size: 11px;
}
#controlbar .submit {
	display: inline;
}
#previous-next-links {
	margin: 10px 0;
	padding: 10px 5px;
	background: #ededed;
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
}
#previous-next-links li {
	float: left;
	margin-left: 15px;
}
.verse-info {
	margin: 10px 0;
	background: #f0f0f0;
	padding: 10px 0;
}
.selected-checkbox {
	top: 0;
	margin-top: 0; 
}
.verse-number {
	font-size: 14px;
	font-weight: bold;
}
.small-caps {
	font-size: 10px;
}
.note {
	margin-top: 15px;
}
.note-text {
	color: #870000;
	margin-top: 5px;
	border: #7f7f7f solid 1px;
	padding: 10px;
	background: #d8d8d8;
}


/*
 * url: /studies
 * Styles for the above url.
 */

.table-description {
	width: 500px;
}
td {
	vertical-align: top;
}

/*
 * Form Styles
*/
label {
	display: block;
}
.input {
	margin: 10px 0;
}

/*
 * url: /studies/view
 * Styles for the above url.
 */

#study-description ol, #study-description ul, .note-text ol, .note-text ul {
	margin: 0 1.5em 1.5em;
}
#study-description ul, .note-text ul {
	list-style: disc;
}
#study-description ol, .note-text ol {
	list-style: decimal;
}
#remove-button, #translation-list {
	float: left;
	margin-right: 40px;
}
#remove-button {
	margin-top: 20px;
}
.bibleverse h2 {
	margin-bottom: 0;
	font-size: 16px;
	color: #870000;
}

/*
 * url: /search_index/index
 * Styles for the above url.
 */

#search-results h2 {
	color: #870000;
	font-size: 16px;
	margin-bottom: 0;
}
#search-form {
	margin-bottom: 20px;
}
#search-form .input {
	float: left;
}
#search-form .submit {
	float: left;
	margin-top: 34px;
	margin-left: 5px;
}

/* Paging */
div.paging {
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}


/*
ui framework styles
*/

a.ui-state-default {
	position: relative;
	padding: 0.4em 1em 0.4em 20px;
	text-decoration: none;
	font-size: 10px;
}
span.ui-icon {
	left: 0;
	margin: -8px 5px 0 0;
	position: absolute;
	top: 50%;
}
a.ui-state-default-right {
	padding: 0.4em 20px 0.4em 1em;
}
span.ui-icon-right {
	right: 0;
	left: auto;
	margin: -8px 3px 0 5px;
	position: absolute;
}


/*
 * Footer Styles
 */

#footer {
	text-align: center;
	color: #ccc;
	border-top: 1px solid #000;
	padding: 30px;
	margin-top: 40px;
}
