/* @override http://biblesociety.org.nz/css/styles.css */


body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	line-height: 1.5em;
	}
/*	a:link { 
	color: #000000;
	}
	a:visited { 
	color: #000000;
	}
	a:hover { 
	color: #AF292E;
	text-decoration: none;
	}
	a:active { 
	color: #000000;
	} 
	
*/
		

/* --------------------- Header Section */

#wrap {
	
}
#container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	;
	padding: 0 10px 0 10px;
}
#header {
	width: 770px;
	height: 150px;
	margin: 0 auto;
}
#mainMenu {
	width: 770px;
	min-height: 30px;
	background: #F7901E url(../images/menu-bg.gif) repeat-x bottom left;
}
#nav{
	margin-left: 5px;
	margin-right: 5px;
}

#nav li{
	float: left;
  	position: relative;
}

#nav li a{
	color: #ffffff;
	text-decoration: none;
	padding: 3px 7px 7px 7px;
	display: block;
	border-right: 1px solid #FFFFFF;
}
#nav li a:hover {
	color: #ffffff;
	background: #DA7607 url(../images/nav-bg-hover.gif) repeat-x top left; 
}
#nav li ul{
   position: absolute;
   left: -999em;
   z-index: 999;
   width: 150px; /* Needs to be same as other 150px value */
   list-style: none;
   line-height: 1;
   text-align: left;
}

#nav li li a{
	border: none;
}

#nav li ul ul{
   margin: -25px 0 0 150px; /* the -25px and 150px need to be adjusted until the sub-sub-menu sits in the right place */
}

#nav li:hover ul ul,
#nav li.sfhover ul ul{
   left: -999em;
}

#nav li:hover ul,
#nav li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul{
   left: auto;
}

#nav li li li{
}

#nav li li a{
   width: 150px; /* Needs to be same as other 150px value, less any padding or margin */
   background: #F7901E; /* Change to more appropriate value */
   padding: 7px;
}
#nav li:hover, #nav li.hover {
    position: static;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#search-text[type="text"]:focus {
	background: #FFF;
	border: #FFFFCC solid 1px;
	color: F7901E;
	}
#logo {
	width: 250px;
	height: 71px;
	margin: 25px 28px 20px 10px;
	float: left;
}
#logo img {
	border: 0;
}
#shoutIt {
	width: 340px;
	height: 118px;
	margin: 2px 85px 0px 05px;
	float: right;
	border: none;
}

/* --------------------- Page Focus Section */
#page-pic {
	width: 260px;
	height: 200px;
	margin: 0;
	float: left;
	color: #FFFFFF;

}
#page-blurb {
	width: 480px;
	min-height: 140px;
	padding: 20px 20px 10px 20px;
	margin: 0;
	/*background: #F7901E url(../images/focus-bg.gif) repeat-x top left;*/
	background: #F7901E;
	float: right;
	color: #FFFFFF;
}
#breadcrumb-nav {
	float: right;
	font-style: italic;
	width: 480px;
	padding: 5px 20px;
	/*border-bottom: #FFB44F 10px solid;*/
	background: #F7901E;
	color: #ffffff;
}

/* --------------------- Focus Section */
#focus {
}

#focusHome {
 	width: 759px;
	height: 296px;
	float:left;
	margin: 5px;

}

#featureAppeal {
	width: 350;
	height: 200px;
	background: #f7901e;
	float: left;
}
#welcome {
	width: 360px;
	min-height: 170px;
	padding: 15px;
	margin: 0;
	/*background: #f7901e url(../images/focus-bg.gif) repeat-x top left;*/
	background: #f7901e;
	float: left;
	color: #FFFFFF;
}
#welcome a {
	color: #FFFFFF;
	text-decoration: none;
}
#welcome a:hover {
	color: #CC4200;
}
#focusBlock	{
	width: 780px;
	height: 130px;
	
	clear: both;
}
.focusCapsualShare {
	width: 173px;
	min-height: 100px;
	float: left;
	background: #FFFFFF;
	padding: 10px;
	color: #000000;
	
	
	
}
.focusCapsualDiscover {
	width: 165px;
	min-height: 100px;
	float: left;
	background: #FFFFFF;
	padding: 10px;
	color: #000000;
	
}
.focusCapsualSign {
	width: 185px;
	min-height: 100px;
	padding: 10px;
	float: left;
	
	color: #000000;
}
.focusCapsualQuick {
	width: 175px;
	min-height: 100px;
	float: left;
	background: #FFFFFF;
	padding: 10px;
	color: #000000;
}

.focusCapsualSign a, .focusCapsualQuick a, .focusCapsualDiscover a {
	color: #000000;
	text-decoration: none;
}
.focusCapsualSign a:hover {
	color: #af292e;
	text-decoration: underline;
}
.focusCapsualQuick a:hover {
	color: #af292e;
	text-decoration: underline;
}

.focusCapsualDiscover a:hover {
	color: #af292e;
	text-decoration: underline;
}
/* --------------------- Sidebar Section */
#sidebar {
	width: 260px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	color: #666666;
}
#sidebar li {
	padding-top: 10px;
}
.sidebarCapsual {
	width: 240px;
	padding: 10px;
	
	
}
#events {
	background: #FFEFB0;
	margin-bottom: 10px;
}

.sidebarVisual {
	width: 250px;
	height: 280px;
	padding: 10px;

}



.sidebarBannerCLT {
	width: 250px;
	height: 285px;
	padding: 0px 0px 0px 05px;
	margin:auto;

}

.sidebarBannerAdventurers {
	width: 250px;
	height: 113px;
	padding: 0px 0px 0px 03px;
	margin:auto;

}

.sidebarBannerbible {
	width: 250px;
	height: 285x;
	padding: 0px 0px 0px 05px;
	margin:auto;

}

.sidebarMap {
	width: 250px;
	height: 385px;
	padding: 0px 0px 0px 05px;
	margin:auto;
	}

.sidebarBanner {
	width: 250px;
	height: 285x;
	padding: 0px 0px 0px 05px;
	margin:auto;

}

.sidebarBannerTarore {
	width: 250px;
	height: 375px;
	padding: 5px;

}

.sidebarP09 {
	width: 250px;
	height: 285px;
	padding: 0px 0px 0px 05px;
	margin:auto;
}

.sidebarYOUTUBE {
	width: 250px;
	height: 259px;
	padding: 0px 0px 0px 05px;
	margin:auto;
}

.sidebarBannerChristmas {
	width: 250px;
	height: 320px;
	padding: 5px;

}


#vision {
	background: url(../images/OurVision.gif) no-repeat;
	background-position:bottom;
	margin-bottom: 10px;
	color:#F7901E;
	border: #F7901E solid 1px;
	
}

#news {
}


.sidebarRep {
	width: 250px;
	height: 320px;
	padding: 5px;
	background: #ffffff;
	/*border: #F7901E solid 1px;*/
	margin-bottom: 10px;
	float: left;
	color: #F7901E;
}

.sidebarMessage {
	width: 250px;
	height: 88px;
	padding: 5px;
	background: #ffffff;
	border: #af292e solid 1px;
	margin-bottom: 10px;
	float: left;
	color: #af292e;
}

#map {
	background: #F7901E url(../images/sidebar-bg.gif) repeat-x top left;
	margin-bottom: 10px;
}
/* --------------------- Content Section */
#content {
	width: 490px;
	padding: 10px 10px 0 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	color: #666666;
}

#content h2 a {
	text-decoration: none;
}
#content img, .sidebarCapsual img {
	float: left;
	padding: 2px;
	margin: 3px 10px 3px 0;
	border: #CCCCCC solid 1px;
	
}

#contentNoBorderImg {
	width: 490px;
	padding: 10px 10px 0 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	color: #666666;
}

.imgNoBorder img {
	border: none;
}

.appeal {
	margin-top: 10px;
	font-size: 14px;
	}
.appeal img {
	width: 22%;
}
.book {
	float: left;
	width: 150px;
	height: 100px;
	margin-right: 10px;
	margin-top: 10px;
}

dl {
  	margin-bottom: 10px;
  	padding: 0;
  	}
dl:after { /* self-clear floats */
	content: "."; 
	display: block; 
	height: 0; 
    clear: both; 
    visibility: hidden;
    }
dd {
  	margin: 0;
  	padding: 0;
  	}
#comments {
	margin-top: 10px;
}
.commenter {
}
#commentLable {
	font-size: 18px;
}
#comments blockquote {
	padding: 10px;
	padding-top: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #99CC99 url(../images/comment-bg.gif) no-repeat top left;
}
#content textarea {
	display:block;
	width:480px;
	color:#000;
	background:#fff;
}
#content a {
	text-decoration: underline;
}
.subscribe {
float: right;
margin-left: 3px;
  padding: 0 0 0 20px;
  background: url(../images/rss.gif) no-repeat 0 50%;
}
/* --------------------- footer Section */
#footer {
	width: 780px;
	padding: 0px 10px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*background: url(../images/content-bg.gif) top left no-repeat;*/
}
.clear {
	clear: both;
	width: 760px;
	height: 1px;
}

/* --------------------- Headings */
h1, h2, h3, h4, {
	margin: 0;
}
#content h4 {
	color:#0099FF;
	}
	
#content p {
	margin: 0;
	margin-bottom: 20px;
}
#content h3 {
	margin-top: 10px;
	margin-bottom: 5px;
}
#content h3 a {
	padding-left: 20px;
	color: #F7901E;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/red-icon.png) left 30% no-repeat;
}
#content h3 a:hover {
	color:#DF4800;
	background: url(../images/red-icon.png) left 30% no-repeat;
}
#content li {
	list-style-image: url(../images/black-icon.png);
	list-style-position: inside;
}
#sidebar a {
	color: #666666;
	text-decoration: none;
	
}
#sidebar a:hover {
	color:#999999;
	text-decoration: underline;
	
}
.sidebarCapsual h4 a {
	padding-left: 20px;
	color: #666666;
	text-decoration: none;
	
	background: url(../images/black-icon.png) left 15% no-repeat;
}
.sidebarCapsual h4 a:hover {
	color:#CC0000;
	background: url(../images/black-icon.png) left 15% no-repeat;
	

}

.sidebarCapsual h3 a {
	padding-left: 20px;
	color: #666666;
	text-decoration: none;
	
	background: url(../images/black-icon.png) left 15% no-repeat;
}
.sidebarCapsual h3 a:hover {
	color:#CC0000;
	background: url(../images/black-icon.png) left 15% no-repeat;
	

}

.sidebarCapsual h2 a {
	padding-left: 20px;
	color: #666666;
	text-decoration: none;
	
	background: url(../images/black-icon.png) left 15% no-repeat;
}
.sidebarCapsual h2 a:hover {
	color:#CC0000;
	background: url(../images/black-icon.png) left 15% no-repeat;
	

}

.sidebarCapsual h1 a {
	padding-left: 20px;
	color: #666666;
	text-decoration: none;
	
	background: url(../images/black-icon.png) left 15% no-repeat;
}
.sidebarCapsual h1 a:hover {
	color:#CC0000;
	background: url(../images/black-icon.png) left 15% no-repeat;
	

}

/* --------------------- Misc */
.name {
	color:#0099CC
}
a {
	color: #009999;
	text-decoration: none;
}
a:hover {
	color:#CC0000;
	text-decoration: underline;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.horizontalList {
  		float: left;
  		position: relative;
		padding-right: 20px;
		padding-left: 20px;
		background: url(../images/red-icon.png) left 50% no-repeat;
}
form {
	margin: 0;
	}
button {
	background: none;
	border: 0;
	cursor: pointer;
	height: 20px;
	}
hr {
	border: 2px solid #eeeeee;
	margin: 15px 0 15px 0;
	}		
	
input.txt {
	display:block;
	width:250px;
	color:#000;
	background:#fff;
}
input.btn {padding:0 0.25em
}
textarea.txt {
	display:block;
	width:380px;
	color:#000;
	background:#fff;
}
input.txt:focus,
textarea.txt:focus {background:#f6feda}

/*
=Search
*/
#searchForm {
	margin:0;
	padding:0;
	font-size:0.94em;
	line-height:2.25em;
}
#searchForm label {
	display:inline;
	margin:0;
	padding-left: 10px;
	color:#fff;
	vertical-align:middle;
}
#searchForm input.txt {
	display:inline;
	width:200px;
	padding:1px;
	border:1px solid #999;
	vertical-align:middle;
}
#searchForm input.txt:focus {
	color:#000;
	background:#f6feda;
}
#searchForm input.btn {
	margin:0;
	vertical-align:middle;
}

/* Table */
table {
	margin-bottom: 20px;
}
td {
	border-bottom: 1px solid #ccc;
	padding: 5px;
	}
	
p#pagination a{
  padding: 2px 5px;
}

p#pagination a#off{
  display: none;
}

p#pagination a#current{
  background: #009999;
  text-decoration: none;
  color: #ffffff;
}
