@charset "iso-8859-1";

/* ++ Start of CSS Reset Code ++ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 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: 13px;/* 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 {
  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 5px 5px;
  color: #000000;
}

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

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

.image-right {
  margin: 10px 0 5px 10px;
  border: 5px 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 h1 {
  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: #000000;
  font-style: normal;
}

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

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

#header a {
  color: #050060;
  font-size: 1.1em;
  text-decoration: none;
}

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

#search-box {
  position: absolute;
  top: 60px;
  margin: 0 0 0 730px;
}  
/* ++ 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: 160px;
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.1em;
  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 24px;
}

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: 150px; /* 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: 200px;
  padding: 2px 5px 0 0px;
  background: #ffffff;
}

#left-zone h1 {
  font-family: "Goudy Old Style",times,serif;
  font-style: italic;
  font-size: 1.5em;
  font-weight: bold;
  color: #ffffff;
  float: left;
  width: 100%;
  margin: 15px 0 15px -5px;
  padding: 0px 0 1px 20px;
  background-color: #5f0054;
  text-align: left;
}

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

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

#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: 1em;
  color: #003c27;
  text-decoration: none;
}  

#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: 170px;
  margin-bottom: 10px;
}

ul.left-menu {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

ul.left-menu li {
  background-color: #ffffff;
  color: #ffffff;
  float: left;
  list-style: none;
  margin: 0;
  padding: 2px 0 0 0;
  width: 180px;
  text-align: center;
}

ul.left-menu li a {
  height: 20px;
  text-decoration: none;
  color: #000000;
  display: block;
  padding: 0 0 0 6px;
  background: #dddddd; /* grey */
  border-left: 8px solid #008500; /* Green */
  text-align: left;
}

ul.left-menu li a:hover {
  background: #64aad0; /* Blue */
  color: #FFFFFF;
  border-left: 8px solid #000000;
}
/* ++ End of Left Column Menu ++ */
/* ++ End of Left Column ++ */

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

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

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

/* ++ Start of Right Column Menu ++ */
#right-menu-zone {
  float: left;
  width: 170px;
  margin-bottom: 10px;
  padding: 8px 0 0 0;
}

ul.right-menu {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

ul.right-menu li {
  background-color: #ffffff;
  color: #ffffff;
  float: left;
  list-style: none;
  margin: 0;
  padding: 2px 0 0 0;
  width: 175px;
  text-align: center;
}

ul.right-menu li a {
  height: 20px;
  text-decoration: none;
  color: #000000;
  display: block;
  padding: 0 0 0 6px;
  background: #dddddd; /* Grey */
  border-left: 8px solid #008500; /* Green */
  text-align: left;
}

ul.right-menu li a:hover {
  background: #64aad0; /* Blue */
  color: #FFFFFF;
  border-left: 8px solid #000000;
}
/* ++ End of Right Column Menu ++ */
/* ++ End of Right Column ++ */

/* ++ Start of Centre Column ++ */
#center-zone {
  margin-left: 205px;
  padding: 0px 5px 0 5px;
  background: #ffffff;
  /* width: 335px; /* was 490 */
}

#center-zone h1 {
  margin: 0 0 5px 0;
  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: #5f0054;  /* Purple */
}

#center-zone h2 a {
  padding: 10px 0 0 0;
  font-size: 1.0em;
  margin: 10px 0 0 0;
  color: #5f0054;  /* Purple */
  text-decoration: none;
}

#center-zone h3 {
  padding: 5px 0 0 0;
  font-size: 1.5em;
  margin: 5px 0 0 0;
  color: #5f0054;  /* Purple */
  font-style: italic;
}

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

#center-zone h4 {
  padding: 5px 0 0 0;
  font-size: 1.2em;
  margin: 5px 0 0 0;
  color: #5f0054;  /* Purple */
  font-style: normal;
}

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

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

.entry{
  position:relative;
  margin: 10px -5px 20px 15px;
  border: 2px solid #dddddd;
  background: #f5edeb 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;
  font-style: italic;
  text-align: center;
  /* border: 4px double #050060; */
  border: solid 5px;
  border-color: #5e0054;
}

.feature-title a {
  color: #840202;  /* Red */ 
  text-decoration: none;
}

.feature-title a:hover {
  color: #006A00;  /* Green */ 
  text-decoration: underline;
}  

.more {
  text-align: right;
} 

.more a {
  text-decoration: none; 
  font-weight: bold;
  font-size: 1.1em;
} 

.more a:hover {
  text-decoration: underline;
  color: #5f0054;  
} 

.more a:visited {
  text-decoration: underline;
  color: #5f0054;  
}  

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

.previous, .next {
  font-size: 1.15em;
  text-decoration: none;
  text-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: 100%;
  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: 10px 10px 10px 10px;
  border-top: 2px solid #050060;/* Solid border to separate footer from rest of page */
  clear: both;
  text-align: center;
}

/* ++ 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 20px 0 0;
  color: #666666; /* Text colour = Grey */
  text-decoration: none;
}
.footer-menu a:hover {
  color: #000000; 
  text-decoration: none;
}

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

#footer-zone a {
  text-align: center;
  margin: 15px 0 0 -10px;
  text-decoration: none;  
} 

/* ++ 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;
}