/* General Styles */

@font-face {
    font-family: 'Roboto Condensed'; 
    src: url('/fonts/RobotoCondensed.eot');
    src: url('/fonts/RobotoCondensed.eot?#iefix') format('eot'),
         url('/fonts/RobotoCondensed.woff') format('woff'),
         url('/fonts/RobotoCondensed.ttf') format('truetype'),
         url('/fonts/RobotoCondensed.svg') format('svg');
}

html { 
	height:100%; 
	-webkit-text-size-adjust:none;
}

body
{
	height:100%; 
	width:100%;
	margin: 0; 
	padding: 0; 
	font-family: "Roboto Condensed","Apple LiGothic Medium", Tahoma, Helvetica, Arial, "Hiragino Sans GB", "Microsoft YaHei", "STHeiti", "SimSun", sans-serif;
	font-size: 20px;
	color: #2A2A2A;
	background-color: #ECEFE0;
	back___ground-image:url(../images/bkgd.png);
	background-repeat:repeat-x;
	back___ground-position: 50% 138px;	
}

#home_nav, #bible_index {
	list-style-type: none;
    margin: 10px 0;
    padding: 0;
	clear:both;
}

#home_nav li {
	dis____play: inline;
	width: 240px;
	height: 60px;
	line-height:60px;
	font-weight:bold;
	margin:4px auto;
	text-align:center;
	background-color: #fcfef6;
	border: solid 1px #A69F84;

}

#home_nav a:link, #home_nav a:visited {
	display:inline-block;
	font-size: 28px;
	fo___nt-weight:bold;
	width: 100%;
	color: #4a4c4c;
	text-decoration:none;
	background-color:#f5f9ea;
}

#home_nav a:hover, #home_nav a:active {
	color: #FF6600;
	background-color:#ECEFE0;
}

#bible_index {
    margin: 0;
}

#bible_index li {
	display: inline;
	white-space: nowrap;
	height: 50px;
	line-height:50px;
	font-size: 20px;
	font-weight:normal;
	padding:5px;
	background-color: #fcfef6;
	border: solid 1px #A69F84;
	border-radius: 3px;
}

#bible_index a:link, #bible_index a:visited, .bible_chapters a:link, .bible_chapters a:visited {
	display:inline-block;
	font-size: 20px;
	font-weight:normal;
	width: 100%;
	color: #4a4c4c;
	padding-left:10px;
	text-decoration:none;
	background-color:#f5f9ea;
}

#bible_index a:hover, #bible_index a:active, .bible_chapters a:hover, .bible_chapters a:active {
	color: #FF6600;
	font-weight:normal;
	background-color:#ECEFE0;
}

#bible_index .bible_chapters, .bible_chapters{
	display: none;
	border: solid 0 #00F;
}

#bible_index .bible_chapters ul, .bible_chapters ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
}

#bible_index .bible_chapters ul li, .bible_chapters ul li  {
	display: inline-block;
	text-align:center;
	margin:2px;
	padding: 0 1px;
	width:50px;
	border: solid 1px #A69F84;
	background-color:#ECEFE0;
}

#bible_index .bible_chapters a:link{
	
	padding:0;
}
.bible_chapters a:link{
	padding:0;
	line-height:50px;
}

#bible_index .oldnew {
	font-size: 24px;
	font-weight:bold;
	color: #FFF;
	margin:0;
	text-align:center;
	text-decoration:none;
	background-color:#A69F84;
}

.bookchapter {
	font-size: 22px;
	font-weight:bold;
	color: #FFF;
	margin:0;
	padding: 2px;
	text-align:center;
	text-decoration:none;
	background-color:#A69F84;
}

.st_btn, .st_btn_on {
	width: 32px; 
	height: 32px; 
	float: left; 
	border: solid 1px #A69F84;
	line-height: 32px;
}
.st_btn_on a:link, .st_btn_on a:visited, .st_btn_on a:hover, .st_btn_on a:active{
	display:inline-block;
	font-size: 18px;
	width: 100%;
	color: #4a4c4c;
	text-decoration:none;
	background-color:#F5F9EA;
}
.st_btn a:link, .st_btn a:visited{
	display:inline-block;
	font-size: 18px;
	width: 100%;
	color: #fcfef6;
	text-decoration:none;
	background-color:#A69F84;
}
.st_btn a:hover, .st_btn a:active{
	display:inline-block;
	font-size: 18px;
	width: 100%;
	color: #F00;
	text-decoration:none;
	background-color:#F5F9EA;
}


.chapter_pn {
	width: 210px;
	height:36px;	
	margin:2px auto;
}

.btn_holder, .btn_prev, .btn_next {
	float:left;
	width: 32px;
	height:32px;	
	border:1px solid #fff;
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
}

.btn_prev a:link, .btn_next a:link, .btn_prev a:visited, .btn_next a:visited{
	display:inline-block;
	font-size: 26px;
	line-height:26px;
	width: 100%;
	color: #FFF;
	text-decoration:none;
}

.btn_chapter{
	float:left;
	width: 120px;
	height: 32px;
	margin: 0 6px;
	
	background: #8fad71;
	background-image: -webkit-linear-gradient(top, #8fad71, #2e520d);
	background-image: -moz-linear-gradient(top, #8fad71, #2e520d);
	background-image: -ms-linear-gradient(top, #8fad71, #2e520d);
	background-image: -o-linear-gradient(top, #8fad71, #2e520d);
	background-image: linear-gradient(to bottom, #8fad71, #2e520d);
	-webkit-border-radius: 5;
	-moz-border-radius: 5;
	border-radius: 5px;
	color: #ffffff;
	font-size: 18px;
	line-height:30px;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
}

.btn_search{
	float:left;
	width: 120px;
	height: 32px;
	margin: 0 6px;
	color: #ffffff;
	font-size: 16px;
	line-height:30px;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
}

#footer_mobile{
	width:100%;
	margin: 10px auto;
	clear:both;
	border-top:solid 1px #f4f4ea;
}


.main {
	border:1px solid #fff;
	background:#fcfef6;
	width:1003px;
	min-height:600px;
	margin:70px auto;
	fo___nt-size:0.8125em;
	line-height:1.3846em;
	position:relative;
	
}

.main-shadow {
	box-shadow:0px 0px 3px #ccc;
	-moz-box-shadow:0px 0px 3px #ccc;
	-webkit-box-shadow:0px 0px 3px #ccc;
}

.top_bar {
	width:920px;
	margin: 5px auto;
	padding: 0 10px;
	border-bottom:solid 1px #f4f4ea;
}

#top_lang{
	width:300px;
	float:right;
	margin-top:0;
	clear: both;
}

#top_lang div{
	float:left;
	width: 30px;
	line-height:16px;
	font-size:12px;
	color:#333;
	text-align:center;
	border:solid 1px #A69F84;
}

.btn_on{
	background-color:#f5f9ea;
}

.btn_off{
	background-color: #A69F84;
}

#top_lang .btn_title{
	width: 60px;
	border:solid 0px #A69F84;

}


#top_lang a.lang{
	font-size:12px;
	text-decoration:none;
	display:inline-block;
    width:100%;
    height:100%;
}

#top_lang a.lang:link, #top_lang a.lang:visited {
	color:#DDD;
}
#top_lang a.lang:hover, #top_lang a.lang:active {
	color:#F60;
	background-color: #f5f9ea;
}

#top_nav {
	width:420px;
	float:right;
	font-size: 16px;
	margin-top:40px;
	border:solid 0px #0F0;
	clear: both;
}

#top_nav ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
	
}

#top_nav ul li {
	display: inline;
	wid___th: 80px;
	margin-left:10px;

}

#top_nav a:link, #top_nav a:visited {
	display:inline-block;
	font-size: 16px;
	fo___nt-weight:bold;
	color: #4a4c4c;
	padding: 4px 12px;
	text-decoration:none;
	background-color:f5f9ea;
}

#top_nav a:hover, #top_nav a:active {
	color: #FF6600;
	background-color:#ECEFE0;
}

#rotate_banner {
	position: relative;
	width:640px;
	height:280px;
	margin:5px 10px 10px 30px;
	float:left;
	border:solid 1px #f4f4ea;
	overflow: hidden;
}

#page_container {
	width:640px;
	min-height:480px;
	margin:5px 10px 10px 30px;
	float:left;
	border:solid 0px #f4f400;
}

#page_container span a:link, #page_container span a:visited {
	color: #4a4c4c;
	text-decoration:none;
	line-height: 30px;
	padding: 5px 2px;
}
#page_container span a:hover, #page_container span a:active{
	color: #404242;
	back____ground-color:#E5E9Da;
	border-bottom:dotted 2px #679042;
	bor____der-radius: 5px;
}

.rdbg_out{
	padding-bottom:4px; /*think later*/
}
.rdbg{
	font-size:10px;
	color: #333;
	width: 16px;
	background-color:#EEE;
	border:solid 1px #679042;
	border-radius: 3px;
	line-height: 12px;
	text-align:center;
	padding: 4px 1px;
	
}

.bookline{
	wi___dth: 610px;
	float:left;
	margin: -4px 0 6px 2px;
	
	color: #4a4c4c;
	text-decoration: none;
	line-height: 22px;
	padding: 4px 0;
	bor__der-bottom: dotted 2px #FFF;

}

.book____line:hover{
	color: #404242;
	border-bottom:dotted 1px #679042;
}


.bookline span:hover{
	color: #404242;
	border-bottom:dotted 1px #679042;
}


.bookline a:link, .bookline a:visited {
	color: #4a4c4c;
	text-decoration:none;
	line-height: 28px;
	padding: 5px 2px;
}
.bookline a:hover, .bookline a:active{
	color: #404242;
	back____ground-color:#E5E9Da;
	border-bottom:dotted 2px #679042;
	bor____der-radius: 5px;
}

.booktitle{
	width:100%;
	height:40px;
	background-color:#f5f9ea;
	line-height:40px;
	font-size:18px;
	
}

.bookbody{
	width:100%;
	margin: 15px 0;
	min-height: 480px;
}

#ads_box {
	position: relative;
	width:280px;
	height:360px;
	margin:5px 30px 10px 5px;
	float:right;
	border:solid 0px #f4f4ea;
	text-align:center;
}

#search_box {
	position: relative;
	width:280px;
	height:280px;
	margin:5px 30px 10px 5px;
	float:right;
	border:solid 1px #f4f4ea;
}

#search_box input[type="text"], #key {
	float:left;
	width:238px;
	height:40px;
	padding:2px 6px;
	line-height:36px;
	font-size:20px;
	font-family: "Apple LiGothic Medium", Tahoma, Helvetica, Arial, "Hiragino Sans GB", "Microsoft YaHei", "STHeiti", "SimSun", sans serif;
	border:solid 2px #CCC;
	background-color:#F8F8F8;
	color:#4A4C4C;
	margin-right:2px;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;}

#search_box select{
	float:left;
	width:230px;
	height:30px;
	padding:2px 6px;
	line-height:20px;
	font-size:14px;
	font-family: "Apple LiGothic Medium", Tahoma, Helvetica, Arial, "Hiragino Sans GB", "Microsoft YaHei", "STHeiti", "SimSun", sans serif;
	border:solid 1px #679042;
	background-color:#F8F8F8;
	color:#4A4C4C;
	margin-right:2px;
box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;}

#search_box input[type=submit] {
	width:40px;
	height:28px;
	padding:4px;
	line-height:28px;
	font-size:14px;
	font-family: "Apple LiGothic Medium", Tahoma, Helvetica, Arial, "Hiragino Sans GB", "Microsoft YaHei", "STHeiti", "SimSun", sans serif;
	background:#F8F8F8;
	border:solid 1px #CCC;
}

#ChapterSelect, #SearchPageSelect{
	line-height:40px;
	font-size:18px;
	background-color:#f5f9ea;
	border:solid 0px #CCC;
	margin-top:8px;
}

.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #9acc85;
	-webkit-box-shadow:inset 0px 1px 0px 0px #9acc85;
	box-shadow:inset 0px 1px 0px 0px #9acc85;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #68a54b));
	background:-moz-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-webkit-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-o-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:-ms-linear-gradient(top, #74ad5a 5%, #68a54b 100%);
	background:linear-gradient(to bottom, #74ad5a 5%, #68a54b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#74ad5a', endColorstr='#68a54b',GradientType=0);
	background-color:#74ad5a;
	border:1px solid #3b6e22;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family: "Apple LiGothic Medium", Tahoma, Helvetica, Arial, "Hiragino Sans GB", "Microsoft YaHei", "STHeiti", "SimSun", sans serif;
	font-size:15px;
	font-wei____ght:bold;
	padding:3px 5px 2px 5px;
	text-decoration:none;
	float:left;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #68a54b), color-stop(1, #74ad5a));
	background:-moz-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-webkit-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-o-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:-ms-linear-gradient(top, #68a54b 5%, #74ad5a 100%);
	background:linear-gradient(to bottom, #68a54b 5%, #74ad5a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#68a54b', endColorstr='#74ad5a',GradientType=0);
	background-color:#68a54b;
}
.myButton:active {
	position:relative;
	top:1px;
}



#main_container {
	width:908px;
	margin: 10px auto;
	padding: 5px 5px 5px 20px;
	background-color:#f5f9ea;
	border:solid 5px #A69F84;
	clear:both;
}

#book_index {
	list-style-type: none;
    margin: 0;
    padding: 0;
}

#book_index li {
	display: inline-block;
	margin-right:5px;
	padding: 0 1px;
	width:140px;

}

#book_index a:link, #book_index a:visited {
	font-size: 16px;
	color: #4a4c4c;
	padding: 5px 10px 4px 10px;
	text-decoration:none;
	background-color:transparent;
	display: block;
	
}

#book_index a:hover, #book_index a:active {
	color: #EA6000;
	background-color:#ECEFE0;
	border-radius: 8px;
}


.switch_left_on, .switch_left_off, .switch_right_on, .switch_right_off {
	float:right;
	width:36px;
	height:22px;
	line-height:22px;
	text-align:center;
	font-size:12px;
	
}

.switch_left_off a, .switch_right_off a{
	font-size:12px;
	background-color:#DDD;
	border:solid 1px #AAA;
	display: block;
}

.switch_left_off a:hover, .switch_right_off a:hover, .switch_right_off a:active, .switch_right_off a:active {
	background-color:#EFE;
}

.switch_left_on, .switch_right_on {
	background-color:#696;
	border:solid 1px #090;
	color:#FFF;
}

.switch_left_on, .switch_left_off a{
	border-radius: 5px 0 0 5px;
}
.switch_right_on, .switch_right_off a {
	border-radius: 0 5px 5px 0;
}

.switch_left_on{
	border-right:solid 0px #666;
}

.switch_right_on{
	border-left:solid 0px #666;
}

.home_info_col{
	font-size:14px;
	
	width: 270px;
	hei___ght: 300px;
	margin-left:20px;
	padding: 10px;
	float:left;
	border:solid 0px #600;
	back____ground-color:#f5f9ea;
}

.home_info_col h3{
	font-size: 16px;
	color: #EA6000;
	line-height: 20px;
	margin: 4px 0;
}


.home_info_center{
	padding: 10px 30px;
	border-left:solid 1px #f4f4ea;
	border-right:solid 1px #f4f4ea;
}

#footer{
	width:920px;
	margin: 10px auto;
	padding: 5px 20px;
	clear:both;
	border-top:solid 1px #f4f4ea;
}


/*Slide Show Begin*/

.captionOrange, .captionBlack
{
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	border-radius: 4px;
	padding: 0;
	overflow: visible;
	position:absolute; 
	left:20px; 
	top: 180px; 
	width:496px; !important
	height:88px; !important
}
.captionOrange
{
	back___ground: #EB5100;
	back__ground: #726b51;
	back___ground-color: rgba(235, 81, 0, 0.6);
	background-color: rgba(109, 102, 78, 0.8);
}

.captionOrange a:link, .captionOrange a:visited 
{
	color: #FFAA00;
}

.captionOrange a:hover, .captionOrange a:active 
{
	color: #fff;
}

.captionBlack
{
	font-size:16px;
	background: #000;
	background-color: rgba(0, 0, 0, 0.4);
}
a.captionOrange, A.captionOrange:active, A.captionOrange:visited
{
	color: #ffffff;
	text-decoration: none;
}
a.captionOrange:hover
{
	color: #eb5100;
	text-decoration: underline;
	background-color: #eeeeee;
	background-color: rgba(238, 238, 238, 0.7);
}
.bricon
{
	background: url(../images/browser-icons.png);
}

a.backtoindex:link,  a.backtoindex:visited {
	font-size: 13px;
	color: #4a4c4c;
	text-decoration: none;
}

a.backtoindex:hover,  a.backtoindex:active {
	color: #EA6000;
	text-decoration: none;
}

a.searchresult:link,  a.searchresult:visited {
	color: #EA6000;
	text-decoration: none;
}

a.searchresult:hover,  a.searchresult:active {
	text-decoration: underline;
}





