@charset "iso-8859-1";

/* ++ Start of CSS Reset Code ++ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, h7, h8, h9, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 1.0m;
  font-family: inherit;
  vertical-align: baseline;
  line-height: 1.5em;
}
/* ++ End of CSS Reset Code ++ */

/* ++ Start of Base Code ++ */
body {
  text-align: center;/* Centre page on screen */
  background: #ffffff;
  background-color: #ffffff; /* Page Background Color - White */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;/* Default Font Size */
  color: #000000;/* Default Text Color - Black */
  padding: 20px 0 0 0;
}

/* Overall Page Dimensions */
#page {
  width: 960px;/* Width of displayed page */
  text-align: left;/* Needed to left align text after text-align: center in body entry */
  margin: 0 auto;/* Needed to left align text in Chrome and Firefox */
  background: #ffffff;/* Default Background Colour for website - White */
  /* padding: 1px 6px 6px 6px; Default Space around text on all sides */
}

/* Heading Styles */

h1, h2, h3, h4, h5, h6, h7, h8, h9 {font-weight: normal; margin: 5px 0 0 0;}

h1 {
  font-size: 1.6em;
}

h2 {
  font-size: 1.3em;
}

h3 {
  font-size: 1.1em;
}

/* List Styles */
ol, ul {
  padding: 0 0 0 15px;
}

ol li {
  list-style: decimal outside;
  margin: 0 0 10px 5px;
  color: #000000;
}

ul li {
  list-style: square outside;
  margin: 0 0 10px 0;
  color: #000000;
}

/* Image Styles */
.image-left {
  margin: 10px 20px 10px 0;
  border: 5px solid #d6cbcb;
  float: left;
}

.image-right {
  margin: 10px 5px 10px 25px;
  border: 3px solid #d6cbcb;
  float: right;
}
/* ++ End of Base Code ++ */

/* ++ Start of Header ++ */
#header {
  height: 100px;/* Set height of header zone */
  margin: 0;
  border-bottom: 5px solid #ffffff;/* Solid border to separate header from rest of page */
  background: #ffffff /* url(../images/header-background.jpg) */ ;
}

#header h4 {
  font-family: "Goudy Old Style",times,serif;
  font-size: 3em;
  font-weight: bold;
  cursor: default;
  position: relative;
  padding: 0 0 0 0;
  margin: 0 0 -20px 0; /* Reduce spacing between main heading and sub heading */
  letter-spacing: 1px;
  color: #008500;
  font-style: normal;
}

#header h5 {
  font-family: "Goudy Old Style",times,serif;
  font-size: 2em;
  font-weight: normal;
  cursor: default;
  position: relative;
  padding: 0 0 0 100px; /* offset from left hand margin */
  letter-spacing: 1px;
  color: #008500;
  font-style: italic;
}

#header p {
  text-align: right;
  font-size: 1.0em;
  font-weight: bold;
  color: #000000;
  margin: 0 10px 5px 0
} 

#header a {
  color: #050060;
  text-decoration: none;
}

#header a:hover {
  color: #666666; 
  text-decoration: none;
} 

#search-box {
  position: absolute;
  top: 70px;
  margin: 0 0 0 765px;
}  
/* ++ End of Header ++ */

/* ++ Start of Tooltip Popups ++ */
#popup {
align: right;
Position: static;
}	

#popup a:hover {
color: black;
text-decoration: none;
}

#popup a span {
display: none;
}

#popup a:hover span {
display: block;
position: absolute;
top: 220px;
right: 40px;
margin: 10px 0 0 0;
width: 250px;
padding: 5px 10px 5px 10px;

z-index: 100;
color: #050060;
background: #f5edeb;
text-align: left;
text-decoration: none;
}
/* ++ End of Tooltip Popups ++ */

/* ++ Start of Image Popups ++ */
#image-popup {
align: right;
Position: relative;
}	

#image-popup a:hover {
color: black;
text-decoration: none;
}

#image-popup a span {
display: none;
}

#image-popup a:hover span {
display: block;
position: absolute;
z-index: 100;
}
/* ++ End of Image Popups ++ */

/* ++ Start of Top Menu ++ */
#top-menu-zone {
  z-index: 200;
  postion: relative;
  margin: 0 0 5px 0;
  float: left;
  background: #050060; /* Dark Blue */
  width: 100%;
  font-size: 100%;
  font-weight: bold;
}

/* Top Level Menu */
.top-menu {
  z-index: 200;
  postion: relative;
}  

ul.top-menu {
  /* text-transform: uppercase; */
  margin: 0 0 0 -5px;
  padding: 0;
}

ul.top-menu li {
  background-color: #050060;
  color: #ffffff;
  float: left;
  line-height: 1.3em;
  vertical-align: middle;
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.top-menu li:hover {
  position: relative;
  cursor: default;
}

ul.top-menu li:hover > a.dir {
  background-color: #332cb0; /* Light Blue */;
  color: #ff0000;
  z-index: 200;
}

ul.top-menu li:hover > ul {
  visibility: visible;
}

ul.top-menu li a {
  display: block;
  padding: 2px 28px;
}

ul.top-menu a {
  color: #ffffff;
  text-decoration: none;
}

ul.top-menu a:hover {
  color: #000000;
  text-decoration: none;
}

/* Second Level Menu */
ul.top-menu ul {
  z-index: 200;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 165px; /* Width of Drop Down Menu Background */
  background-color: #f0f0f0; /*  Grey */;  
  color: #000000;
  font-size: .9em;
  text-transform: none;
  border: #050060 solid 1px;
}

ul.top-menu ul li {
  float: none;
  background-color: transparent;
  color: #000000;
  text-align: left;
}

ul.top-menu ul a {
  padding: 4px 5px 4px 14px;
  width: 130px;/* Width of Drop Down Menu Entry */
  float: left;
}

ul.top-menu ul a:link, ul.top-menu ul a:visited, ul.top-menu ul a:active {
  color: #666666;
  text-decoration: none;
}

ul.top-menu ul a:hover {
  background-color: #f0f0f0; /* Grey */
  color: #000000;
  text-decoration: none;
}

ul.top-menu li:hover > a.dir {
  background-color: #332cb0; /* Light Blue */;
  color: #000000;
}
/* ++ End of Top Menu ++ */

/* ++ Start of Main Content ++ */
#content-zone {
  margin: 0 0 10px 0;
  clear: both;
}

#banner-image {
  margin: 10px 0 5px -5px;
  clear: both;
}  

/* ++ Start of Left Column ++ */
#left-zone {
  float: left;
  width: 210px;
  padding: 0px 5px 10px 5px;
  background: #ffffff;
}

#left-zone h6 {
  font-style: standard;
  font-size: 1.4em;
  font-weight: standard;
  color: #ffffff;
  float: left;
/*  margin: 100px 0 15px 18px;  */
  margin: 22px 0 15px 18px;
/*  margin: 55px 0 15px 18px; */
  padding: 0px 0 1px 12px;
  width: 85%;
  background-color: #008500;
  text-align: left;
}

#left-zone h7 {
  font-size: 1.3em;
  font-weight: bold;
  color: #050060;
  padding: 5px 0 0px 0px;
}

#left-zone h3 {
  font-family: "Goudy Old Style",times,serif;
  font-size: 1.1em;
  font-weight: bold;
  color: #050060;
  padding: 5px 0 0px 0px;
}

#xleft-zone h1 {
  margin: 0 0 5px 0;
  font-size: 100%;
  color: #FFFFFF;
  padding: 1px 0 2px 12px;
  width: 97%;
  background-color: #008500;
}

#left-zone ul {
  font-size: 1.0em;
  color: #000000;
  padding: 0 0 0 25px;
}

#left-zone ul li {
  list-style: square outside;
  margin: 0 0 0 0;
  color: #000000;
}

#left-zone p {
  font-size: 1em;
  color: #000000;
  padding: 0px 5px 0px 5px;
}

#left-zone a {
  font-size: 100%;
  font-weight: normal;  
  color: #2200c1;
  padding: 0px 5px 0px 5px;
  margin: 0 0 10px 0;
}  

#left-zone a:hover {
  font-size: 1em;
  color: #003c27;
  text-decoration: underline;
}

.left-block {
  background: #f5edeb;
  padding: 0 5px 5px 5px;
  margin: 0 0 20px 0;
  clear: both;
}

/* ++ Start of Left Column Menu ++ */
#left-menu-zone {
  float: left;
  width: 200px;
  margin: 0 0 20px 20px;
  padding: 0 0 20px 0;
  border-bottom: 5px solid #b3b3b3;
}

#left-menu-zone ul {
  margin: 0;
  padding: 0;
}

#left-menu-zone li {
  list-style: none;
  margin: 25px 0 0 -5px;
}

#left-menu-zone a {
  font-weight: bold;  
  text-decoration: underline;  
}

#left-menu-zone li.sub {
  list-style: none;
  margin: 10px 0 0px 5px;
}

#left-menu-zone a.sub {
  font-weight: normal;  
  text-decoration: none;  
}

/* ++ End of Left Column Menu ++ */
/* ++ End of Left Column ++ */

/* ++ Start of Right Column ++ */
#right-zone {
  float: right;
  width: 210px; /* was 180 */
  padding: 0px 5px 10px 5px;
  background: #ffffff;
}

#right-zone h8 {
  font-style: standard;
  font-size: 1.4em;
  font-weight: standard;
  color: #ffffff;
  float: left;
/*  margin: 100px 0 15px 18px;  */
  margin: 27px 0 15px 18px;
/*  margin: 55px 0 15px 18px; */
  padding: 0px 0 1px 12px;
  width: 85%;
  background-color: #008500;
  text-align: left;
}

#right-zone h9 {
  font-size: 1.3em;
  font-weight: bold;
  color: #050060;
  padding: 5px 0 0px 0px;
}

#right-zone h3 {
  font-family: "Goudy Old Style",times,serif;
  font-size: 1.1em;
  font-weight: bold;
  color: #050060;
  padding: 5px 0 0px 0px;
}

#right-zone h4 {
  font-style: standard;
  font-size: 1.4em;
  font-weight: standard;
  color: #ffffff;
  float: left;
  margin: 27px 0 15px 18px;
  padding: 0px 0 1px 12px;
  width: 85%;
  background-color: #008500;
  text-align: left;
}

#xright-zone h1 {
  margin: 0 0 5px 0;
  font-size: 100%;
  color: #FFFFFF;
  padding: 1px 0 2px 12px;
  width: 97%;
  background-color: #008500;
}

#right-zone p {
  font-size: 100%;
  color: #000000;
  padding: 0px 5px 0px 5px;
} 

#right-zone a {
  font-size: 100%;
  font-weight: normal;  
  color: #2200c1;
  padding: 0px 5px 0px 5px;
  margin: 0 0 10px 0;
} 

/* ++ Start of Right Column Menu ++ */
#right-menu-zone {
  float: left;
  width: 200px;
  margin: 0 0 20px 20px;
/* padding: 0 0 20px 0; */
/* border-bottom: 5px solid #b3b3b3; */
  padding: 0 0 0 0;
  border-bottom: 0px solid #b3b3b3;
}

#right-menu-zone ul {
  margin: 0;
  padding: 0;
}

#right-menu-zone li {
  list-style: none;
  margin: 10px 0 0 -5px;
}

#right-menu-zone a {
  font-weight: bold;  
  text-decoration: underline;  
}

#right-menu-zone li.sub {
  list-style: none;
  margin: 3px 0 0px 5px;
}

#right-menu-zone a.sub {
  font-weight: normal;  
  text-decoration: none;  
}

/* ++ End of Right Column Menu ++ */
/* ++ End of Right Column ++ */

/* ++ Start of Centre Column ++ */
#center-zone {
  margin-left: -30px;
  padding: 0px 5px 0 5px;
  background: #ffffff;
/* width: 750px; */
  width: 770px;
}

#center-zone h1 {
  margin: 0 0 5px 0;
  text-align: right;
  font-size: 2.7em;
  color: #050060; /* Text Colour Blue */
  width: 100%;
}

#center-zone h2 {
  padding: 10px 0 0 0;
  font-size: 1.8em;
  margin: 10px 0 0 0;
  color: #050060; /* Text Colour Blue */
}

#center-zone h2 a {
  padding: 10px 0 0 0;
  font-size: 1.0em;
  margin: 10px 0 0 0;
  color: #050060; /* Text Colour Blue */
  text-decoration: none;
}

#center-zone h3 {
  padding: 5px 0 0 0;
  font-size: 1.5em;
  margin: 5px 0 0 0;
  color: #050060; /* Text Colour Blue */
  font-style: italic;
}

#center-zone h3 a {
  padding: 5px 0 0 0;
  font-size: 1.0em;
  margin: 5px 0 0 0;
  color: #050060; /* Text Colour Blue */
  font-style: italic;
  text-decoration: none;
}

#center-zone h4 {
  padding: 5px 0 2px 0;
  font-size: 1.2em;
  margin: 5px 0 0 0;
  color: #050060; /* Text Colour Blue */
  font-style: normal;
  font-weight: bold;  
}

#center-zone p {
  margin: 5px 0 5px 0;
  font-size: 1.0em;
  color: #000000;
  text-align: justify;
}

#center-zone hr {
  width: 50%;
  align: left;
  margin: 20px 0 0 110px;
}

#center-zone a {
  color: #2200c1; /* Text Colour Blue */
}  

#center-zone a:visited {
  color: purple; /* Text Colour Purple */  
  text-decoration: none;
}
  
#center-zone a:hover {
  color: #C12200; /* Text Colour Red */  
}

.top-link{
  text-align: right;
  font-size: 1.3em
}  

.entry{
  position:relative;
  margin: 10px -5px 20px 15px;
/*   border: 2px solid #dddddd; */
  background: #ffffff url(../images/entrybg.jpg) repeat-x;
  color: #333;
  padding: 25px 15px 15px 15px;
}

.feature-title {
  padding: 5px 0 5px 0;
  font-size: 1.5em;
  margin: 5px 0 0 0;
  color: #5e0054;  /* Purple */
  font-style: italic;
  text-align: center;
  border: 4px double #050060;
}

.feature-title a {
  text-decoration: none;
}

.feature-title a:hover {
  text-decoration: underline;
}  

.more {
  text-align: right;
  font-size:1.3em;
  font-weight: normal;
  margin: 10px 0 0 0;
} 

.more a {
  text-decoration: underline; 
  color: #050060;
} 

.more a:hover {
  text-decoration: none;
}  

.banner {
  position: relative;
  z-index: -10;
}

.previous, .next {
  font-size: 1.15em;
  text-decoration: none;
  font-weight: bold;
}

.previous, .next a {
  color: #008500; /* Green */
}

.previous a:hover {
  color: #ffffff;
  background-color: #2e2e2e;
  padding: 0 5px 0 5px;
}  

.next a:hover {
  color: #ffffff;
  background-color: #2e2e2e;
  padding: 0 5px 0 5px;
} 
.previous {
  float: left;
}  

.next {
  float: right;
} 

.table-navigation {
  margin: 0 0 0 12px;
}

.table-navigation table {
  width: 100%;
  /* border: thin solid #999933; */
}  

.table-navigation tr {
}

.table-navigation td {
  background-color: #ffffff;
  text-align: center;
  width: 33.3%;
  color: #003c27;
}  

.table-navigation p {
  padding: 5px 0 5px 0;
} 

.table-navigation a {
  color: #003c27;
  text-decoration: none;  
} 

.table-navigation a hover {
  color: #ffffff;
  text-decoration: none;
  transparency: 50%;
} 

/* Three Column Table */
.table-events-3 {
}

.table-events-3 table {
  width: 80%;
  border: 0;
  cellpadding: 2;
}

.table-events-3 tr {
  align: center;
}   

.table-events-3 td {
  width: 33%;
  padding: 0 0 0 5px;
  border-bottom: 3px solid #e8d7df;  
}

/* Four Column Table */
.table-events-4 {
}

.table-events-4 table {
  width: 80%;
  border: 0;
  cellpadding: 2;
}

.table-events-4 tr {
  align: center;
}   

.table-events-4 td {
  width: 25%;
  padding: 0 0 0 5px;
  border-bottom: 3px solid #e8d7df;  
}

/* Audiobible Table */
.table-audiobible {
}

.table-audiobible table {
  width: 100%;
  border: 1;
  cellpadding: 2;
}

.table-audiobible tr {
  align: center;
}   

.table-audiobible td {
  width: 25%;
  text-color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #050060; 
  padding: 5px; 
}

.table-audiobible a {
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}

.table-audiobible a:hover {
  color: #ffffff;
  text-align: center;
  text-decoration: underline;
}

.shaded {
  background-color: #e8d7df;
}  
 
/* ++ End of Centre Column ++ */

/* ++ Start of Footer ++ */
#footer-zone {
  height: 20px;/* Set height of footer zone */
  background: #ffffff; 
  margin: 10px 0 0 0;
  padding: 15px 15px 15px 15px;
  border-top: 2px solid #050060;/* Solid border to separate footer from rest of page */
  clear: both;
}

/* ++ Start of Footer Menu ++ */
.footer-menu {
  text-transform: none;
  font-weight: normal;
  text-align: left;
  margin: 0 0 0 -25px; /* Reduce spacing between footer menu and sub heading */
}

.footer-menu li {
  color: #000000;
  float: left;
  line-height: 1.3em;
  vertical-align: middle;
  list-style: none;
  margin-left: 0px;
  padding: 0;
}

.footer-menu a {
  margin: 0 25px 0 0;
  color: #666666; /* Text colour = Grey */
  text-decoration: none;
}
.footer-menu a:hover {
  color: #000000; 
  text-decoration: none;
}

#footer-zone p {
  text-align: left;
  margin: 15px 0 0 -10px;

} 
/* ++ End of Footer Menu ++ */
/* ++ End of Footer ++ */ 

#cookie-law { 
    max-width:940px;
    background:#EEEADD; 
    margin:10px auto 0; 
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
}
 
#cookie-law p { 
    padding:10px; 
    font-size:1.2em; 
/*  font-weight:bold; */
    text-align:center; 
    color:#682008; 
    margin:0;
}