/* black color theme */

body {
	color: silver;
	background: black url(bible_bgnd_05.png) no-repeat fixed center;
}
a:link {
	color: silver;
}
a:visited {
	color: silver;
}
a:hover, a:focus, a:active {
	color: #9685BA;
}

.bible_version_select{
	background: black;
	color: silver;
}

.bible_book_select {
	background: #333333;
	color: silver;
}

#chapters_dropdown select {
	background: #333333;
	color: silver;
}

#bible_text_search {
	background: white;
	color: black;
}

#submit_btn {
	background: black url(bible_button.png) no-repeat center;
	/* border: 1px solid; */
	/* border-color: silver #AAAAAA #AAAAAA silver; */
	border: none;
}

#settings_button {
	background: black url(settings_button.png) no-repeat center;
	border: none;
}

#chapters {
	background: silver;
}
#chapters a {
	color: white;
}

#chapters:hover {
	background: gold;
	color: black;
}
#chapters:hover a {
	color: black;
}
#chapters:hover a:hover {
	color: red;
}
