/* SCREEN STYLES */

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

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

body {
  line-height: 1;
}

ul, ol {
  list-style-type: 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: #0b0602;
  color: #e8e8e7;
  font-family: Georgia, serif;
  font-size: 14px;
  margin: 0;
  text-align: center;
}

a {
  color: #999;
}

a:visited {
  color: #999;
}

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

h1 {
  background: url(../images/common/logo.png) no-repeat;
  cursor: pointer;
  height: 130px;
  position: relative;
  z-index: 10;
}

h1 span {
  display: none;
}

h2 {
  background: url(../images/common/subhead.png) no-repeat;
  height: 130px;
}

h2 span {
  display: none;
}

h3 {
  font-size: 1.6em;
  margin-bottom: 10px;
  font-weight: normal;
}

h3:first-letter {
  font-size: 1.4em;
}

h4 {

}

h5 {

}

h6 {

}

/* png fix for IE nonsense */
* { 
  behavior: url(../css/iepngfix.htc);
}

p {
  line-height: 1.3em;
  margin: 0 0 18px 0;
}

address {
  line-height: 1.3em;
}

/* lists */
ul {
  margin-bottom: 18px;
}

ul li {
  margin-bottom: .5em;
}

/* forms */

form {
  font-size: 13px;
}

form label {

}

form input {
  color: #333;
  font-family: Georgia, serif;
  font-size: 13px;
  margin-top: 10px;
  padding: 3px;
  width: 96%;
}

form button {
  background: transparent;
  border: 0px;
  cursor: pointer;
  margin: 10px 10px 0 -6px;
  padding: 0;
  float: right;
}

form textarea {
  color: #333;
  font-family: Georgia, serif;
  font-size: 13px;
  margin: 10px 0 0 -1px;
  padding: 3px;
  width: 96%;
}

form #sked {
  display: none;
}

form fieldset {

}

form fieldset legend {

}


/* ------------------------------------------------------- */
/* custom styles */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-Mac \*/
*html .clearfix {height: 1%;}

.left {
  float: left;
  margin-right: 20px;
  width: 410px;
}

.right {
  float: right;
  width: 430px;
}

.imgLeft {
  border: 1px solid #999;
  float: left;
  margin: 0 10px 10px 0;
}

.label {
  background: #0b0602;
  color: #e8e8e7;
  margin: 20px 40px 20px 40px;
  padding: 15px 20px 15px 20px;
  position: relative;
  z-index: 12;
  letter-spacing: .1em;
  text-align: left;
  opacity: .88;
  filter: alpha(opacity=88);
  -moz-opacity: 0.88;
}

.label p:first-letter {
  font-size: 26px;
}

#page {
  background: #15110e url(../images/common/backgroundPage.png) repeat-x;
  margin: 0px auto;
  padding: 0 0 30px 0;
  width: 950px;
}

#aboveFold {
  border: 1px solid #15110e;
  text-align: left;
  position: relative;
  margin-top: -45px;
}

#aboveFoldBackground {
  position: absolute;
  top: -42px;
  margin-left: 20px;
  z-index: 6;
}

#belowFold {
  background: url(../images/common/backgroundBelowFold.jpg);
  color: #000;
  width: 100%;
  position: relative;
  z-index: 9;
  opacity: .65;
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
}

html > body #belowFold {
  position: absolute;
  left: 0;
  width: 100%;
}

#belowFold a {
  color: #333;
}

#belowFold a:visited {
  color: #333;
}

#belowFoldContainer {
  margin: 0px auto;
  padding: 0;
  text-align: left;
  width: 950px;
}

#header {
  
}

#footer {
  text-align: center;
  margin: 30px 0 10px 0;
}

html > body #footer {
  margin: 430px 0 10px 0;
}


/* ------------------------------------------------------- */
/* navigation styles */
#navigation {
  background: #0b0602;
  height: auto;
  clear: both;
  position: relative;
  top: -44px;
  padding: 0px 40px 0px 0;
  margin: 0;
  text-align: right;
  opacity: .80;
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  z-index: 8;
}

html > body #navigation {
  padding-top: 0px;
}

#navigation li {
  border: 0px solid #fff;
  color: #999;
  display: inline;
  font-size: 14px;
  margin: 0;
  padding: 0;
  position: relative;
}

#navigation li a {
  text-decoration: none;
  position: relative;
  opacity: .65;
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
}

#navigation li a:visited {
  text-decoration: none;
}

#navigation li a:hover {
  color: #fff;
  text-decoration: underline;
  opacity: .99;
  filter: alpha(opacity=99);
  -moz-opacity: 0.99;
}

#navigation .active {
  color: #eee;
}

#navigation .divider:after {
  content: " * ";
  position: relative;
}


/* ------------------------------------------------------- */
/* gallery styles */

#gallery {
  margin: 0;
  padding: 20px 0 20px 40px;
  position: relative;
  z-index: 12;
}

#photostream {

}

#photostream .label {
  width: 239px;
  height: 177px;
  float: left;
  margin: 0 18px 18px 0;
}

#photostream .photo {
  background: #ece0da url(../images/common/backgroundPhoto.jpg);
  float: left;
  margin: 0 18px 18px 0;
  padding: 12px;
  width: 254px;
  height: 183px;
}

#photostream .photo img {
  width: inherit;
  height: inherit;
}

#photostream .photo p {
  background: #0b0602;
  color: #e8e8e7;
  letter-spacing: .1em;
  line-height: 1em;
  padding: .4em;
  position: relative;
  bottom: 24px;
  text-align: right;
  text-transform: capitalize;
  opacity: .80;
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
}


/* ------------------------------------------------------- */
/* fixes */

.imgCorrection {
  margin-left: -10px;
}

.lftPad {
  margin: 10px 0 10px 20px;
}

html > body .lftPad {
  margin: 15px 0 15px 40px;
}

.rtPad {
  margin: 10px 20px 10px 0;
}

html > body .rtPad {
  margin: 15px 40px 15px 0;
}

.homeBox {
  width: 420px;
  margin-top: 50px;
  margin-bottom: 50px;
}

html > body .homeBox {
  width: 375px;
}

.label .left {
  width: 385px;
}

.label .right {
  width: 400px;
}