/****************************************
*  Site specific css definitions
****************************************/

html, body {
  background-color:#000000;
  background-position: top left;
  text-align: center;
}

body.home {
  background-color:#000000;
  background-image:url(/images/background_home.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  text-align: center;
}

table {
  border-collapse: collapse;
}

td {
  text-align: left;
  vertical-align: top;
}

div.book {
  text-align: center;
}

table.page {
  height: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  vertical-align: top;
}

td.left-column {
  width: 50%;
  background-image:url(/images/background_left.gif);
  background-repeat:repeat-x;
}

td.column-home {
  width: 50%;
  background-image:url(/images/background_left_home.gif);
  background-repeat:repeat-x;
}

td.left-middle-column {
  width: 693px;
}

td.right-middle-column {
  width: 197px;
}

td.right-column {
  width: 50%;
  background-image:url(/images/background_right.gif);
  background-repeat:repeat-x;
  background-position: top left;
}

td.right-column-home {
  width: 50%;
  background-image:url(/images/background_left_home.gif);
  background-repeat:repeat-x;
  background-position: top left;
}

table.layout {
  width: 693px;
}

td.head {
  height: 155px;
}

td.head_home {
  height: 50px;
}

td.menu {
  height: 24px;
  text-align:right;
}

td.content {
  background-image:url(/images/background_content.jpg);
  background-repeat:no-repeat;
  background-position:top right;
  padding-bottom:20px;
}

td.content-home {
  padding-bottom:20px;
}

td.content-home-left {
  width:450px;
}

td.content-home-right {
  width:374px;
  padding-top:340px;
  text-align:right;
}

td.content_left {
  width:319px;
}

td.content_right {
  width:374px;
  text-align:right;
}

table.calendar {
  width:300px;
}

table.calendar-inside {
  width:300px;
}

td.event {
  background-color:#530d1d;
}

div.event {
  background:#FFFFFF;
  border:1px solid #000000;
  width:100px;
  padding:6px 6px 6px 6px;
}

table.donate {
  border: 1px solid #FFFFFF;
  background-color:#252525;
}

/******************************
  Text Options
*******************************/

p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 16px;
  font-weight: normal;
  color: #eae4d2;
  margin: 0px 0px 12px 5px;
}

p.small {
  font-size: 11px;
  line-height: 14px;
  margin: 0px 0px 12px 5px;
}

p.nav {
  font-size: 11px;
  line-height: 14px;
  color: #666666;
  margin: 8px 20px 0px 0px;
}

p.calendar {
  font-size: 11px;
  line-height: 14px;
  color:#e5de92;
  margin: 10px 10px 30px 10px;
}

blockquote {
  margin: 5px 46px 12px 26px;
}

ul {
  margin-top: 5px;
}

li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 16px;
  font-weight: normal;
  color: #eae4d2;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 22px;
  letter-spacing:1px;
  font-weight: normal;
  color: #e5de92;
  margin: 15px 0px 5px 5px;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 16px;
  font-weight: normal;
  color: #000000;
  margin: 5px 42px 12px 46px;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 16px;
  font-weight: normal;
  color: #000000;
  margin: 5px 42px 12px 46px;
}

h3.white {
  color: #fff;
}

div.event p {
  font-size: 11px;
  line-height: 14px;
  margin: 0px 0px 0px 0px;
  color:#000000;
}

/******************************
  Form Options
*******************************/

input, option, textarea, select {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 12px;
  color: black;
}

input.button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: white;
  font-weight:normal;
  background-color: #a61939;
  padding: 4px;
  margin-top: 5px;
}

/******************************
  Link Styles
*******************************/

a:link,
a:visited,
a:hover {
  text-decoration: underline;
  color: #1d94dc;
}

a.plain:link,
a.plain:visited,
a.plain:hover {
  text-decoration: none;
  color: #eae4d2;
}

a.nav:link,
a.nav:visited {
  color: #d4cbb0;
  text-decoration: none;
}

a.nav:hover {
  color: #cd395b;
}
