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

html, body {
  background-color:#242121;
  text-align:center;
}

div.page {
  width:960px;
  background-image:url(/images/layout/bg_repeat.jpg);
  background-repeat:repeat;
  background-position:top center;
  margin:0 auto;
}

td {
  vertical-align:top;
}

td.content-bg {
  background-color:#F4EFDC;
  border-left:1px solid #9e8864;
  border-right:1px solid #9e8864;
}

td.content-left-spacer {
  width:49px;
}

td.content-center {
  width:376px;
  padding:0px 55px 10px 0px;
}

td.content-right {
  width:266px;
  background-color:#dbd2b8;
  background-image:url(/images/layout/bg_right_column.gif);
  background-position:bottom;
  background-repeat:no-repeat;
  padding:5px 0px 10px 22px;
}

td.home-content-right {
  width:266px;
  background-color:#dbd2b8;
  background-image:url(/images/layout/bg_home_right_column.gif);
  background-position:bottom;
  background-repeat:no-repeat;
  padding:5px 0px 10px 22px;
}  

td.column-spacer {
  width:86px;
}

td.shim {
  height:15px;
  text-align:left;
}

img.inline {
  display:inline;
  border: #800606 solid 1px;
}

/******************************
  Calendar Options
*******************************/
table.calendar td {
  width:45px;
  height:45px;
  padding:5px;
  font-family:Arial, Helvetica, sans-serif;
}

td.calendar-out-of-bounds {
  font-size:22px;
  color:#C8B49A;
  border-bottom:1px solid #000000;
  border-right:1px solid #000000;
  background-color:#E3DAC1;
  vertical-align:middle;
  text-align:center;
}

td.day-blank {
  font-size:22px;
  color:#AF662C;
  border-bottom:1px solid #000000;
  border-right:1px solid #000000;
  background-color:#E3DAC1;
  vertical-align:middle;
  text-align:center;
}

td.day-names {
  height:15px;
  font-weight:bold;
  text-align:center;
  padding-bottom:5px;
  vertical-align:bottom;
  border-bottom:1px solid #000000;
}

td.day-selected {
  font-size:22px;
  color:#E3DAC1;
  border-bottom:1px solid #000000;
  border-right:1px solid #000000;
  background-color:#AF662C;
  vertical-align:middle;
  text-align:center;
}

td.hosted {
  background-color:#3A6BAE;
  font-size:22px;
  color:#F4EFDC;
  border-bottom:1px solid #000000;
  border-right:1px solid #000000;
  vertical-align:middle;
  text-align:center;
}

td.left-border {
  border-left:1px solid #000000;
}

td.month-title {
  border:0px;
}

td.reserved {
  background-color:#5A0404;
  font-size:22px;
  color:#E3DAC1;
  border-bottom:1px solid #000000;
  border-right:1px solid #000000;
  vertical-align:middle;
  text-align:center;
}

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

p {
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  line-height:16px;
  color:#312f2b;
  margin: 0px 0px 11px 0px;
}

p.red-line {
  height:1px;
  width:243px;
  font-size:1px;
  line-height:0px;
  background-color:#730101;
}

p.right {
  font-size:11px;
  line-height:15px;
  margin: 0px 20px 11px 0px;
}

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

blockquote {
 margin:0px 20px 0px 20px;
 padding:0px;
}

h1 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:38px;
  line-height:40px;
  font-weight:normal;
  color:#730101;
  margin:0px;
}

h1.home {
  font-size:45px;
  line-height:50px;
}

h2 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:23px;
  line-height:30px;
  font-weight:normal;
  color:#af662c;
  margin: 0px 0px 17px 0px;
}

h2.home {
  font-size:40px;
  line-height:37px;
}

h3 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:30px;
  line-height:32px;
  font-weight:normal;
  color:#730101;
  margin:30px 20px 5px 0px;
}

h3.cart-steps-off,
h4.cart-steps-off {
  color:#730101;
}

h3.cart-steps-on,
h4.cart-steps-on {
  color:#af662c;
}

h4 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:18px;
  line-height:20px;
  font-weight:normal;
  color:#af662c;
  margin:0px 0px 5px 0px;
}

h4.camps {
  font-family:Arial, Helvetica, sans-serif;
  font-size:18px;
  line-height:20px;
  font-weight:normal;
  color:#af662c;
  margin:0px 0px 0px 0px;
}

h5 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:13px;
  line-height:16px;
  color:#730101;
  text-transform:uppercase;
  margin: 20px 0px 5px 0px;
}

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

input.text {
  width:225px;
  height:20px;
  font-size:10px;
  background-color:#ebe5cf;
  border:1px solid #d2af8a;
  margin:0px 5px 0px 0px;
  padding:0px 0px 0px 3px;
}

select.text {
  height:20px;
  font-size:10px;
  background-color:#ebe5cf;
  border:1px solid #d2af8a;
  margin:0px 5px 0px 0px;
}

input.colored {
  font-size:10px;
  background-color:#ebe5cf;
  border:1px solid #d2af8a;
  margin:0px 5px 0px 0px;
}

/******************************
  Link Styles
*******************************/
a:link,
a:hover,
a:visited {
  color:#730101;
  font-weight:bold;
  text-decoration:none;
}

a.plain:link,
a.plain:hover,
a.plain:visited {
  color:#312f2b;
  font-weight:normal;
  text-decoration:inherit;
}

h4 a:link,
h4 a:hover,
h4 a:visited {
  font-weight:normal;
  color:#af662c;
}

.cursor {
  cursor:pointer;
}
