/* Gorse Covert Free Church */
/* March 2006 */
/* Matthew Newton */


/* Header bar */

div.header {
  background-image: url(/graphics/topheaderbg.png);
  background-position: top right;
  background-repeat: no-repeat;
  height: 110px;
  margin: 0px;
  padding: 0px;
  border: 0px;
}

div.header img {
  margin-top: 30px;
  margin-left: 55px;
  border: none;
}

div.header_lhs {
  background-image: url(/graphics/tlblock.png);
  background-position: top left;
  background-repeat: no-repeat;
  width: 50px;
  height: 110px;
}


/* Main page content and layout */

body {
  margin: 0px;
  padding: 0px;
  background-color: #fcffdd;
  background-color: #d6d6b6;
  background-color: #ffffff;

  /* IE bug, center main page */
  text-align: center;
}

div.container {
  max-width: 800px;
  min-width: 550px;
  margin-top: 0px;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  /* IE bug, re-align page left */
  text-align: left;
}

/* IE very nasty hack, as it doesn't recognise max-width */
div.container {
  _width: 800px;
}

div.container {
  width:expression(((document.compatMode && 
  document.compatMode=='CSS1Compat') ? 
  document.documentElement.clientWidth : document.body.clientWidth) 
  > 800 ? "800px" : (((document.compatMode && 
  document.compatMode=='CSS1Compat') ? 
  document.documentElement.clientWidth : 
  document.body.clientWidth) < 570 ? "552px" : "99.7%"));
}
/* end IE really nasty hack */


div.page_rhs {
  background-image: url(/graphics/rhsbar.png);
  background-position: right;
  background-repeat: repeat-y;
  width: auto;
}

div.page_lhs {
  background-image: url(/graphics/lhsbar.png);
  background-position: top left;
  background-repeat: repeat-y;
}

div.page_container {
  background-image: url(/graphics/trcorner.png);
  background-position: top right;
  background-repeat: no-repeat;
}

div.page {
  margin-left: 60px;
  margin-right: 30px;
}


/* Menu buttons */

div.buttons {
  margin-left: 50px;
}

div.buttons a {
  font: 12px Verdana, Helvetica, sans-serif;
  text-decoration: none;
  background-color: #cf9fcb;
  border: solid 2px #5f1c5f;
  text-align: center;
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;
  display: inline;
  -moz-border-radius: 9px;
  color: black;
}

div.buttons1 {
  padding-top: 10px;
  padding-left: 20px;
  _padding-bottom: 1px;
  margin-bottom: 4px;
}

div.buttons1 a:hover {
  color: white;
}

div.buttons2 {
  padding-top: 5px;
  display: block;
  padding-left: 20px;
}

div.buttons2 a {
  font: bold 10px Verdana, Helvetica, sans-serif;
}

div.buttons2 a:hover {
  color: white;
}
 

/* Content */

div.content {
}

.content h1 {
  font: bold 20pt Verdana, Helvetica, sans-serif;
  line-height: 22pt;
  color: #fa4300;
  border-bottom: solid 2px #fa4300;
  margin: 0px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: -60px;
  padding-left: 70px;
  font-style: italic;
}

.content h2 {
  font: bold 14px Verdana, Helvetica, sans-serif;
  border-bottom: solid 1px #cf9fcb;
  padding-left: 40px;
}

.content p, dt, dd, li, td, th, ul, a {
  font: 10pt Verdana, Helvetica, sans-serif;
  color: #444444;
}

.content table {
  border-collapse: collapse;
}

.content th {
  padding: 4px;
  border-bottom: 2px solid #48877F;
  color: #222222;
  text-align: left;
}

.content td {
  padding: 1px 4px 2px 4px;
  border-bottom: 1px dashed #48877F;
}

.content tr.under {
  border-bottom: 1px solid #48877F;
}

.content p {
  padding-left: 40px;
  text-align: justify;
}

.content a {
  color: #5f1c5f;
  font-weight: bold;
  text-decoration: none;
}

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

.content img.logo {
  float: right;
  clear: right;
  margin: 20px;
  margin-top: 0px;
}


.content li {
  margin-left: 40px;
}

.content dt {
  margin-left: 40px;
  font-weight: bold;
  margin-top: 20px;
}

.content dd {
  margin-left: 60px;
  margin-right: 30px;
}

.content table {
  border: 0px;
}

/* What's on */

.whatson h2 {
  font: bold 14px Verdana, Helvetica, sans-serif;
  background-color: #cf9fcb;
  border: solid 2px #5f1c5f;
  position: relative;
  left: -30px;
  width: 100px;
  text-align: center;
  padding: 2px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  -moz-border-radius: 9px;
}

.whatson dl {
  margin: 0px;
  padding: 0px;
}

.whatson dt
{
  font-weight: normal;
  width: 120px;
  margin: 0px;
  padding: 0px;
  float: left;
}

.whatson dl.first dd
{
  border-top: 2px solid #5f1c5f;
  top: -26px;
}

.whatson dd {
  position: relative;
  padding-top: 24px;
  top: -24px;

  margin-right: -10px;
  padding-right: 40px;

  margin-left: 120px;
  padding-left: 120px;
  padding-bottom: 0px;
}

.whatson dd img {
  float: left;
  padding: 0px;
  margin-left: -120px;
  _margin-top: -22px;
  border: none;
}

.whatson dd .info {
  font-style: italic;
}


/* Department info pages */

.deptinfo dd li {
  margin-left: -40px;
  padding: 0px;
}

.deptinfo dt {
  border-bottom: solid 1px #bbb;
  padding: 0px;
}

/* Contact us */

.content p.address {
  margin-left: 20px;
  font-weight: bold;
}


/* Footer */

p.copyright {
  margin: 3px;
  padding: 0px;
  color: #999999;
  text-align: center;
  font: 8pt Verdana, Helvetica, sans-serif;
}

p.lastmodified {
  margin: 0px;
  padding: 0px;
  padding-left: 10px;
  color: #bbbbbb;
  height: 30px;
  font: 10px Verdana, Helvetica, sans-serif;
  line-height: 15px;
  background-image: url(/graphics/footerbar.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}


/* Front page verse */

div.verse {
  font-weight: bold;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

div.verse p {
  padding-left: 5px;
  padding-right: 5px;
  margin: 0px;
  font-style: italic;
}

.verse p.ref {
  font-size: 70%;
  text-align: right;
  font-style: normal;
}


/* Highlights / spotlights */

div.highlight {
  width: 22%;
  border: solid 1px #48877F;
  background-color: #eeeeee;
  background-color: white;
  float: right;
  clear: right;
  display: block;
  margin-right: 10px;
  margin-left: 10px;
  /* nasty IE hack alert */
  _margin-top: 20px;
  margin-bottom: 20px;
  _margin-bottom: 0px;
}

div.highlight h2 {
  font: bold 10pt Verdana, Helvetica, sans-serif;
  color: #5f1c5f;
  margin: 10px;
}

div.highlight p {
  font: 8pt Verdana, Helvetica, sans-serif;
  color: #444444;
  margin: 10px;
}

#twitter-link {
  display: block;
  text-align: right;
  color: #aaa;
  font-size: 60%;
}

