/* SCREEN STYLE */

/* resets from Eric Meyer */
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, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, 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: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

/* ------------------------------------------------------- */
/* common styles */
    
body {
  background: #66ffff url('../images/common/background.page.jpg');
  color: #333;
  font-size: 14px;
  font-family: arial;
  margin: 0;
  padding: 0;
  text-align: center;
}

a {
  color: #6600ff;
  text-decoration: none;
}

a:visited {
  color: #6600ff;
}

a:hover {
  text-decoration: underline;
}

.highlight {
  background: #6633cc;
  color: #fff;
  font-size: 16px;
  margin: 3px 0 3px 0;
  line-height: 2.4em;
  padding: 3px 5px 3px 5px;
}

a.highlight {
  color: #fff;
}

h1 {
  font-size: 75px;
  font-weight: normal;
  height: 56px;
  color: #6633ff;
  text-transform: uppercase;
  letter-spacing: -.1em;
  background: url('../images/common/siteTitle.png') no-repeat;
}

h1 span {
  color: #fff;
}

h1 div {
  display: none;
}

h2 {
  color: #eee;
  font-size: 52px;
  font-weight: bold;
  margin-top: 20px;
  text-transform: uppercase;
}

h3 {
  color: #330066;
  font-size: 26px;
  font-weight: normal;
  letter-spacing: .1em;
}

h4 {
  color: #330066;
  font-size: 20px;
  font-weight: normal;
  margin-top: 10px;
  letter-spacing: 0;
  text-transform: uppercase;
}

h5 {
  color: #6633cc;
  font-size: 48px;
  font-weight: normal;
  margin-top: 20px;
  text-transform: uppercase;
}

h6 {
  color: #6633cc;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0;
}

p {
  line-height: 1.4em;
  padding-top: 5px;
}

form {
  margin: 20px 20px 10px 20px;
}

form label {
  font-weight: bold;
  line-height: 1.8em;
}

form input {
  display: inline;
  width: 100%;
}

form .button {
  background: #9933ff;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  padding: 7px 30px 7px 30px;
  float: right;
  width: auto;
  opacity: .85;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
}

form .buttonFull {
  background: #9933ff;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  padding: 7px 30px 7px 30px;
  float: right;
  width: auto;
  opacity: .99;
  filter: alpha(opacity=99);
  -moz-opacity: 0.99;
}

form textarea {
  color: #333;
  font-family: inherit;
  font-size: 12px;
  padding: .2em;
  width: 100%;
}

form #sked {
  display: none;
}

form fieldset {
  padding: 0 10px 10px 10px;
  margin-bottom: 10px;
  margin-top: 0px;
  width: 96%;
}

html > body form fieldset {
  width: 92%;
}

form fieldset legend {
  font-size: 14px;
  margin-bottom: 15px;
}

.formRow .explainer {
  color: #666;
}

.formRow .alert {
  color: #666;
}

.full {
  opacity: .99;
  filter: alpha(opacity=99);
  -moz-opacity: 0.99;
}

.dim {
  opacity: .80;
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
}

.left {
  float: left;
  margin-right: 5px;
}

.right {
  float: right;
  margin-left: 5px;
}


/* ------------------------------------------------------- */
/* elements */
#container {
  margin: 0px auto;
  position: relative;
  text-align: left;
  top: 0;
  width: 1000px;
  z-index: 4;
}

* html #container {

}

/* backgrounds */
#splash {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

#topBackground {
  background: #fff;
  height: 523px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .30;
  filter: alpha(opacity=30);
  -moz-opacity: 0.30;
  width: 100%;
  z-index: 1;
}

#containerBackground {
  background: #fff;
  height: 236px;
  position: absolute;
  top: 76;
  left: 0;
  opacity: .65;
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  width: 100%;
  z-index: -1;
}

#purpleRowBackground {
  background: #6633cc;
  height: 10px;
  position: absolute;
  top: 129;
  left: 0;
  opacity: .45;
  filter: alpha(opacity=45);
  -moz-opacity: 0.45;
  width: 100%;
  z-index: 0;
}

#whiteRowBackground {
  background: #fff;
  height: 15px;
  position: absolute;
  top: 310;
  left: 0;
  opacity: .90;
  filter: alpha(opacity=90);
  -moz-opacity: 0.90;
  width: 100%;
  z-index: 0;
}

#promoBackground {
  background: #6633cc;
  height: 162px;
  position: absolute;
  top: 340;
  left: 0;
  opacity: .35;
  filter: alpha(opacity=35);
  -moz-opacity: 0.35;
  width: 100%;
  z-index: -1;
}

#galleryBackground {
  background: #6633cc;
  height: 266px;
  position: absolute;
  top: 535;
  left: 0;
  opacity: .85;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  width: 100%;
  z-index: 0;
}

#footerBackground {
  background: #fff;
  height: 30px;
  position: absolute;
  top: 928;
  left: 0;
  opacity: .90;
  filter: alpha(opacity=90);
  -moz-opacity: 0.90;
  width: 100%;
  z-index: 0;
}

#header {
  padding: 20px 0 0 100px;
}

#lead {
  padding: 30px 0 0 10px;
  width: 490px;
}

#mainPromo {
  color: #000;
  margin-top: 35px;
  padding: 5px 0 0 10px;
  width: 432px;
}

#mainPromo a {
  color: #330066;
}

#mainPromo a:visited {
  color: #330066;
}

#gallery {
  margin-top: 34px;
  padding: 0 20px 10px 0;
}

#gallery a {
  color: #ccffff ;
}

#gallery a:visited {
  color: #ccffff ;
}

#gallery a:hover {
  color: #fff;
  text-decoration: none;
}

#promos {
  background: #eee;
  float: left;
  margin: 16px 10px 0 10px;
  padding: 20px 0px 0 20px;
  opacity: .85;
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
}

.promo {
  background: #ccffff url('../images/common/background.promo.jpg') repeat-x;
  float: left;
  padding: 5px 10px 0 10px;
  margin-right: 20px;
  width: 298px;
}

html > body .promo {
  width: 280px;
}

.promo a {
  color: #000;
}

.promo a:visited {
  color: #000;
}

#footer {
  clear: both;
  position: relative;
  top: 10px;
  text-align: center;
}

#colLeft {
  float: left;
  padding: 0 10px 10px 20px;
  width: 440px;
}

#colRight {
  float: right;
  padding: 0 20px 10px 10px;
  width: 410px;
}

#colLeft h3, #colRight h3 {
  margin-top: 20px;
}

.screen {
  background: #ebf8f9;
  border: 2px solid #fff;
  padding: 15px;
  margin: 10px 0 20px 0;
}

li.screen {
  padding: 3px 5px 3px 5px;
  margin-bottom: 5px;
}

li.screen div {
  display: inline;
  font-weight: bold;
}

.coupon {
  border: 2px solid #9999cc;
  margin-top: 5px;
}

/* ------------------------------------------------------- */
/* menu styles */
    
#menu ul {
  float: left;
  position: relative;
  z-index: 5;
}

#menu ul li {
  font-size: 17px;
  list-style: none;
  display: inline;
  letter-spacing: .1em;
  text-transform: uppercase;
}

#menu ul li a {
  border-bottom: 0px;
  color: #333;
  font-weight: normal;
  padding: 30px 8px 5px 8px;
  text-decoration: none;
  float: left;
}

#menu ul li a:hover {
  background-color: #d8d6f0;
  color: #333;
}
    
#menu .active {
  background: #6633cc;
  color: #fff;
}


/* ------------------------------------------------------- */
/* photostream */
#photostream {
  width: 780px;
  height: 235px;
  overflow: hidden;
  padding: 0px;
  position: relative;
}

#photostreamHOF {
  float: left;
  margin-top: 20px;
  position: relative;
}

.photo, .photoFull {
  background: #fff;
  border: 2px solid #9999cc;
  float: left;
  margin: 0 10px 15px 10px;
  padding: 18px 12px 0px 12px;
  opacity: .90;
  filter: alpha(opacity=90);
  -moz-opacity: 0.90;
}

#photostreamHOF .photo {
  margin-bottom: 15px;
  opacity: .99;
  filter: alpha(opacity=99);
  -moz-opacity: 0.99;
}

.photoFull {
  border: 2px solid #6633ff;
  opacity: .99;
  filter: alpha(opacity=99);
  -moz-opacity: 0.99;
}

.photo img, .photoFull img {
  width: 145px;
  height: 190px;
}

#photostreamHOF .photo img {
  width:195px;
  height: 260px;
}

#photostream p, #photostreamHOF p {
  background: #eee;
  color: #000;
  margin: 0;
  padding: 3px 5px 0 5px;
  position: relative;
  bottom: 34px;
  opacity: .60;
  filter: alpha(opacity=60);
  -moz-opacity: 0.60;
  z-index: 10;
}

#photostreamHOF p {
  font-size: 16px;
  width: 100%;
}