@charset "utf-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
}
html body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: url(../images/light-yellow.jpg) no-repeat center top fixed;
	background-size: cover;
}
a img {
	border: none;
}
a {
	text-decoration: none;
	color: #6c3801;
}
img {
	max-width: 100%;
}
input[type=button] {
	-webkit-appearance: none;
}
h1 {
	font-size: 25px;
	font-weight: bold;
	/* text-transform: capitalize; */
	text-align: left;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
}

hr{ 
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: thin solid #fff;
    margin: 0 0 10px;
}

.entry-title{
	 border-bottom: 2px solid #fff; 
    margin-bottom: 20px;
    padding-bottom: 5px;	
	
	}

p {
	clear: both;
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    margin: 0 0 10px;
    overflow: hidden;
    text-align: left;
}
.clr {
	clear: both;
	padding: 0px;
	margin: 0px;
}
table tb{
	padding:5px;
}
#main {
    width: 100%;
    height: auto;
    float: left;
   /* background-color: rgba(255,255,255, 0.4);*/ 
}
.wrapper {
	width: 900px;
	height: auto;
	margin: auto;
}
.logo {
	width: 50%;
	float: left;
	margin: 10px 0;
}
.head_right {
	float: right;
	margin: 38px 0px;
	padding: 0px;
}
.search-box {
	width: 300px;
	height: auto;
	float: right;
	margin: 0px;
}
.search-input {
	background: rgba(255, 255, 255, 0.40);
	color: #492602;
	border: rgba(152, 79, 2, 0.30) thin solid;
	border-radius: 5px 0 0 5px;
	padding: 10px;
	font-size: 14px;
	width: 187px;
	float: left;
}
.search-buttion {
	width: 70px;
	color: #fff;
	background: #984f02;
	border-radius: 0 5px 5px 0;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	border: none;
	cursor: pointer;
}

.save-buttion {
    background: none repeat scroll 0 0 #984f02;
    border: medium none;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    width: 70px;
}


.guest-book-input {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
    border: thin solid rgba(152, 79, 2, 0.3);
    border-radius: 5px 5px 5px 5px;
    color: #492602;
    float: left;
    font-size: 14px;
    padding: 10px;
    width: 300px;
}

.menu {
	width: 100%;
	background: #be7220;
	float: left;
}
.mid-part {
	width: 100%;
	height: auto;
	float: left;
}
.left-section {
	width: 63%;
	max-width: 570px;
	height: auto;
	float: left;
	background: #f8ebb7;
	border-radius: 5px;
	padding: 15px;
	margin: 20px 0;
}
.content {
	width: 100%;
	height: auto;
	float: left;
}
.right-section {
	float: right;
	width: 31%;
	max-width: 288px;
	height: auto;
	margin: 20px 0;
}
.right-image {
	width: 100%;
	height: auto;
	float: left;
}
.right-search-box {
	width: 100%;
	height: auto;
	float: right;
	margin: 10px 0;
	position: relative;
}
.right-search-input {
	background: rgba(255, 255, 255, 0.40);
	color: #492602;
	border: rgba(152, 79, 2, 0.30) thin solid;
	border-radius: 5px 0 0 5px;
	padding: 10px;
	font-size: 14px;
	width: 68%;
	float: left;
	position: relative;
}
.right-search-buttion {
	width: 70px;
	color: #fff;
	background: #984f02;
	border-radius: 0 5px 5px 0;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	border: none;
	cursor: pointer;
	position: absolute;
	right: 0;
}
.right-language {
	background: rgba(255, 255, 255, 0.40);
	color: #492602;
	border: rgba(152, 79, 2, 0.30) thin solid;
	border-radius: 5px;
	padding: 10px;
	font-size: 14px;
	width: 92%;
	float: left;
	text-align: left;
}
.right-language span {
	float: left;
	margin-top: 2px;
}
.right-language img {
	float: left;
	margin: 0 5px;
}
.guest-links {
	width: 100%;
	height: auto;
	float: left;
	margin: 10px 0;
}
.view-guest-book {
	text-align: center;
}
.view-guest-book a {
	background: #984f02;
	display: block;
	clear: both;
	border-radius: 5px;
	padding: 8px 10px;
	color: #fff;
	font-weight: bold;
}
.view-guest-book a:hover {
	background: #000;
}
.sign-guest-book {
	float: right;
}
.sign-guest-book a {
	background: #984f02;
	float: left;
	border-radius: 5px;
	padding: 8px 10px;
	color: #fff;
	font-weight: bold;
}
.sign-guest-book a:hover {
	background: #000;
}
.right-content {
	width: 100%;
	height: auto;
	float: left;
	font-family: 'Droid Serif', serif;
	font-size: 15px;
	color: #984f02;
	font-weight: 700;
	text-align: center;
}
.copy {
	color: #000;
	text-align: center;
	width: 100%;
	display:inline-block;
	margin: 20px 0 20px 0;
}
/*--**********************bibleunderstandign*****************************--*/
.head_right.inner {
	float: right;
	margin: 14px 0 0 0px;
	padding: 0px;
}
.bradcrum {
	float: left;
	margin: 15px 0px;
	padding: 0px;
}
.bradcrum ul li {
	list-style: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3d2614;
	font-weight: 400;
	margin: 0 4px 0 0px;
}
.bradcrum ul li a {
	text-decoration: none;
	color: #3d2614;
	font-weight: 700;
}
.bradcrum ul li a:hover {
	text-decoration: none;
	color: #be7220;
}
.guest_link {
	float: left;
	background: #984f02;
	border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin: 14px 0 0 0px;
	padding: 10px 12px;
	clear: both;
	overflow: hidden;
}
.guest_link:hover {
	color: #fff;
	background: #000;
}


.sign_guest_link {
	float: right;
	background: #984f02;
	border-radius: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin: -5px 0 0 0px;
	padding: 10px 12px;
	clear: both;
	overflow: hidden;
}

.sign_guest_link:hover {
	color: #fff;
	background: #000;
}

.language {
	float: left;
	margin: 14px 0 0 5px;
	padding: 0 8px;
	background: #984f02;
	border-radius: 5px;
}
.language ul li {
	list-style: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: 700;
	margin: 7px 4px 0 4px;
	line-height: 18px;
}
.inner_section {
	background: #f8ebb7;
	border-radius: 5px;
	display: block;
	clear: both;
	overflow: hidden;
	padding: 25px 17px;
}
.inner_section h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #010101;
	font-weight: 700;
	border-bottom: double 4px #ebca7b;
	text-transform: uppercase;
	margin: 0px;
	padding: 0 0 3px 0px;
}
.basic_detail_section {
	border: solid 4px #fff;
	border-radius: 3px;
	display: block;
	clear: both;
	overflow: hidden;
	padding: 23px 24px;
	margin-top: 15px;
}
.detail_row {
	margin: 0 0 25px 0px;
	padding: 0px;
	width: 100%;
	float: left;
}
.detail_row h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000;
	font-weight: 700;
	margin: 0px;
	padding: 0px;
}
.detail_row h3 span {
	display: block;
	clear: both;
	font-size: 14px;
	font-weight: 400;
	margin: 5px 0 8px 0px;
}
.detail_row ol li {
	list-style: upper-latin inside;
	font-family: Arial, Helvetica, sans-serif;
	color: #6c3801;
	font-size: 13px;
	font-weight: 400;
	margin: 4px 0 0 10px;
}
.detail_row ol li a {
	text-decoration: none;
	color: #6c3801;
}
.detail_row ol li a:hover {
	text-decoration: none;
	color: #000000;
}
.detail_row ul li {
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #6c3801;
	font-size: 13px;
	font-weight: 400;
	margin: 4px 0 0 0;
}
.detail_row ul li span {
	color: #000;
}
.detail_row ul li a {
	text-decoration: none;
	color: #6c3801;
}
.detail_row ul li a:hover {
	text-decoration: none;
	color: #000000;
}
.detail_row h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6c3801;
	font-weight: 700;
	margin: 0 0 20px 0px;
	padding: 0px;
}

.messages, .messages--status, .messages--warning, .messages--error {
    background-position: 8px 8px;
    background-repeat: no-repeat;
    border: 1px solid #FFF;
    margin: 1.5em 0;
    padding: 10px 10px 10px 50px;
}

.field .field-label {
    font-weight: bold;
	line-height: 1.5em;
}

.prev{
		float:left;	
	}
.next{
		float:right;	
	}	
.navigation {
    margin-top: 10px;
}
.page-numbers {
    font-size: 14px;
    margin-left: 10px;
}	

.header_menu_twp{
	background: #be7220;
	width: 100%;
	float: left;
	z-index: 99999;
	position: relative;
}
	
 @media (min-width:768px) and (max-width:1000px) {
img {
	max-width: 100%;
	border: none;
}
.wrapper {
	width: 96%;
	height: auto;
	margin: auto;
}
.view-guest-book a {
	font-size: 12px;
	padding: 8px;
}
.sign-guest-book a {
	font-size: 12px;
	padding: 8px;
}
}
 @media (min-width:640px) and (max-width:767px) {
img {
	max-width: 100%;
	border: none;
}
.wrapper {
	width: 96%;
	height: auto;
	margin: auto;
}
.left-section {
	width: 53%;
}
.right-section {
	width: 40%;
}
.view-guest-book a {
	font-size: 12px;
	padding: 8px 10px;
}
.sign-guest-book a {
	font-size: 12px;
	padding: 8px 10px;
}
/*--**********************bibleunderstandign*****************************--*/
.head_right.inner {
	width: 300px;
}
.guest_link {
	width: 97%;
	padding: 10px 0;
}
.language {
	margin: 12px 0 12px 0px;
}
}
 @media (min-width:320px) and (max-width:640px) {
img {
	max-width: 100%;
	border: none;
}
.wrapper {
	width: 92%;
	height: auto;
	margin: auto;
}
.logo {
	float: left;
	margin: 10px 0;
	text-align: center;
	width: 100%;
}
.left-section {
	padding: 10px 4%;
	width: 92%;
}
.right-section {
	float: none;
	margin: 0 auto;
	width: 100%;
}
.view-guest-book a {
	font-size: 12px;
	padding: 8px 10px;
}
.sign-guest-book a {
	font-size: 12px;
	padding: 8px 10px;
}
.head_right {
	margin: auto;
	display: block;
	clear: both;
	margin-top: 15px;
	margin-bottom: 15px;
	float: none;
	width: 300px;
	overflow: hidden;
}
/*--**********************bibleunderstandign*****************************--*/
.head_right.inner {
	margin: auto;
	float: none;
	display: block;
}
.guest_link {
	width: 97%;
	padding: 10px 0;
	margin-bottom: 10px;
}
.language {
	margin: auto;
	display: table;
	clear: both;
	float: none;
	margin-bottom: 10px;
}
.inner_section h2 {
	font-size: 18px;
}
}
.purchase3d {
  font-size: 12px;
}
table td {
    line-height: 40px;
	padding:5px;
}
/*--********************** 14-6-16*****************************--*/

.capital-a {
  color: #ff0000;
  float: left;
  font-size: 16px;
  font-weight: bold;
  width: 2%;
}

.small-text {
  bottom: 30px;
  float: right;
  font-size: 11px;
  font-weight: bold;
  margin: 0;
  position: relative;
  right: 63px;
  width: 86%;
}

.capital-b {
  color: #408080;
  float: left;
  font-size: 16px;
  font-weight: bold;
  left: 2%;
  position: relative;
  width: 2%;
}
.small-textb {
  bottom: 30px;
  float: right;
  font-size: 11px;
  font-weight: bold;
  margin: 0;
  position: relative;
  right: 53px;
  width: 86%;
}

.capital-c {
  color: #ff00ff;
  float: left;
  font-size: 16px;
  font-weight: bold;
  left: 4%;
  position: relative;
  width: 2%;
}
.small-textc {
  bottom: 30px;
  float: right;
  font-size: 11px;
  font-weight: bold;
  margin: 0;
  position: relative;
  right: 42px;
  width: 86%;
}

.capital-d {
  color: #80FF80;
  float: left;
  font-size: 16px;
  font-weight: bold;
  left: 6%;
  position: relative;
  width: 2%;
}
.small-textd {
  bottom: 30px;
  float: right;
  font-size: 11px;
  font-weight: bold;
  margin: 0;
  position: relative;
  right: 31px;
  width: 86%;
}

.capital-e {
  color: #800080;
  float: left;
  font-size: 16px;
  font-weight: bold;
  left: 8%;
  position: relative;
  width: 2%;
}
.small-texte {
  bottom: 30px;
  float: right;
  font-size: 11px;
  font-weight: bold;
  margin: 0;
  position: relative;
  right: 23px;
  width: 86%;
}

.capital-f {
  color: #C0C0C0;
  float: left;
  font-size: 16px;
  font-weight: bold;
  left: 9%;
  position: relative;
  width: 2%;
}
.small-textf {
  bottom: 30px;
  float: right;
  font-size: 11px;
  font-weight: bold;
  margin: 0;
  position: relative;
  right: 19px;
  width: 86%;
}

.capital-g {
  color: #0000FF;
  float: left;
  font-size: 16px;
  font-weight: bold;
  left: 11%;
  position: relative;
  width: 2%;
}
.small-textg {
  bottom: 30px;
  float: right;
  font-size: 11px;
  font-weight: bold;
  margin: 0;
  position: relative;
  right: 3px;
  width: 86%;
}

.capital-h {
  color: #000000;
  float: left;
  font-size: 16px;
  font-weight: bold;
  left: 18%;
  position: relative;
  width: 2%;
}
.small-texth {
  bottom: 30px;
  float: right;
  font-size: 11px;
  font-weight: bold;
  margin: 0;
  position: relative;
  right: -37px;
  width: 86%;
}

.capital-g {
  color: #0000FF;
  float: left;
  font-size: 16px;
  font-weight: bold;
  left: 11%;
  position: relative;
  width: 2%;
}
.small-textg {
  bottom: 30px;
  float: right;
  font-size: 11px;
  font-weight: bold;
  margin: 0;
  position: relative;
  right: 3px;
  width: 86%;
}


.mynewtable1 td {
    font-weight: normal !important;
    vertical-align: top;
	padding:0 7px !important;
}



.naturetab td {
    font-weight: normal;
	line-height: 30px;
}


a.mpatalaudos {
    font-size: 13px;
}

.biblesttabl td {
  line-height: 2px !important;
   vertical-align: top !important;

}
.midacttabl td {
  font-weight: normal !important;
  line-height:25px !important;
}


.submsg .message textarea {
  width: 46% !important;
}

.brkel {
  line-height: 23px !important;
}

.biblesttabl a {
    line-height: normal !important;
}


   



p.eneycls {
    font-weight: bold;
}
p.gdspcls {
    font-weight: bold !important;
}


.old-teas {
    font-size: 16px !important;
    font-weight: bold !important;
}
.mndkjgk {
    display: none !important;
}
.eneybld {
    font-weight: bold !important;
}

.postid-1002 .right-section {
    display: none;
}

.postid-1002 .left-section {
    max-width: 100% !important;
    width: 100% !important;
}

.postid-299 .right-section {
    display: none;
}

.postid-299 .left-section {
    max-width: 100% !important;
    width: 100% !important;
}
.postid-299 .midacttabl p {
  
    text-align: center;
}