@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 {
  display: none;
}

#header h1 {
  display: none;
}

#header h2 {
  display: none;
}

#header p {
  display: none;
} 

#header a {
  display: none;
}

#header a:hover {
  display: none;
} 

#search-box {
  display: none;
}  
/* ++ End of Header ++ */

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

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

#popup a span {
display: none;
}

#popup a:hover span {
display: block;
position: relative;
top: 0px;
left: 0px;
width: 945px;
padding: 0 5px 0 5px;
margin: 10px 0 0 0;
z-index: 100;
color: #050060;
background: #ffffff;
text-align: left;
text-decoration: none;
}
/* ++ End of Tooltip Popups ++ */

/* ++ Start of Top Menu ++ */
#top-menu-zone {
  display: none;
}

/* Top Level Menu */
.top-menu {
  display: none;
}  
/* ++ 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 {
  display: none;
}



/* ++ Start of Left Column Menu ++ */
#left-menu-zone {
  display: none;
}


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

/* ++ Start of Right Column ++ */
#right-zone {
  display: none;
}



/* ++ Start of Right Column Menu ++ */
#right-menu-zone {
  display: none;
}


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

.more {
  align: right;
} 

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

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

.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: 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 {
  display: none;
}

/* ++ Start of Footer Menu ++ */
.footer-menu {
  display: none;
}

#footer-zone p {
  display: none;

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