/**
 * jeffhand.com main site style sheet.
 */


/**** Global Rules ****/

/** Page Structure **/

HTML, BODY, H1, H2, H3, H4, H5, H6, HR, DIV, P, PRE, UL, OL, LI, BLOCKQUOTE, FORM, FIELDSET, LEGEND, TABLE, TR, TH, TD, DL, DT, DD {
  margin: 0;
  padding: 0;
}

HTML {
  height: 100%;
}

BODY {
  padding: 10px 5%;
  background: #000;
  font: normal normal normal 0.8em/1.3em Verdana, Helvetica, Arial, sans-serif;
  color: #999;
}

/** Headings **/

H1, H2, H3, H4, H5, H6 {
  margin: 0 0 0.7em 0;
  font-size: 1em;
  font-weight: normal;
  color: #fff;
}

H1 {
  padding-top: 0.7em;
  font-size: 2em;
  line-height: 1.2em;
}

H2 {
  margin-bottom: 0.5em;
  font-size: 1.4em;
  line-height: 1.2em;
}

/** Tables **/

TABLE {
  border-collapse: collapse;
  border-spacing: 0;
  background: none;
}

TH, TD {
  font-style: normal;
  font-weight: normal;
  text-align: left;
}

COL.sorted {
  background: #d0d0d0;
}

TR.odd, DIV.odd {
  background: #fff;
}
TR.even, DIV.even {
  background: #e8e8e8;
}

TABLE.collapsed, TBODY.collapsed {
  display: none;
}

/** Paragraphs and Other Block-Level Elements **/

P {
  margin-bottom: 1em;
  line-height: 1.5em;
}

OL, UL {
  margin: 1em 1em 1em 2em;
  list-style: none;
}

UL.bullets, .markdown UL {
  list-style-type: disc;
}

LI {
  margin-bottom: 1em;
}

DL {
  margin: 1em 0;
}

BLOCKQUOTE {
  margin: 1.5em 2em;
}

BR.clear {
  clear: both;
}

HR {
  margin: 1em 0 1em 0;
  border: 1px solid #666;
}

HR.sectionBreak {
  margin: 2em 0 2em 0;
}

HR.separator {
  border-right: none;
  border-bottom: none;
  border-left: none;
}

/** Anchors (Hyperlinks) **/

A, A:link, A:visited {
  color: #31e5f6;
  text-decoration: none;
}
A:active, A:hover {
  color: #fff;
}

A.readMore {
  font-size: 0.85em;
}

/** Form Elements **/

INPUT, TEXTAREA, SELECT, BUTTON {
  font: normal normal normal 1em Helvetica, Arial, sans-serif;
  color: #000;
}

INPUT.fullWidth, TEXTAREA.fullWidth {
  width: 100%;
  max-width: 50em;
}

P.formButtons {
  margin: 0.5em 0;
}

BUTTON {
  margin: 0 0 0 0.5em;
  padding: 0.3em 1em;
  border: 1px solid #000;
  background: #ccc;
  font-size: 0.9em;
  text-transform: uppercase;
  cursor: pointer;
}
BUTTON:active {
  position: relative;
  top: 1px;
  left: 1px;
}

TABLE.form {
  margin: 1em 0;
}

TABLE.form TH {
  padding: 0.3em 0.5em 0.3em 0;
  text-align: right;
}
TABLE.form TD {
  padding: 0.3em 0;
}

LABEL, .disabled LABEL.requiredField {
  color: #999;
}
LABEL.requiredField {
  font-weight: bold;
  color: #000;
}

.promptText, INPUT[type="text"].promptText, INPUT[type="password"].promptText, TEXTAREA.promptText {
  color: #ccc;
}


/** Images and Other Inline Elements **/

IMG {
  border: none;
}

ACRONYM, ABBR {
  text-decoration: none;
}
EM {
  font-style: italic;
}
STRONG {
  font-weight: bold;
}


/**** Site Layout ****/


/** Page Frame **/

#page {
  margin: 0 auto;
  min-width: 600px;
  max-width: 1200px;
}


/** Page Header **/

#header {
  padding: 0 2em 6px 2em;
  border-top: 2px solid #666;
  border-left: 2px solid #666;
  border-right: 2px solid #666;
  min-height: 90px;
  position: relative;
}

#header H1 {
  margin: 0;
  padding: 0;
  font-size: 2.2em;
  line-height: 1.25em;
  text-transform: uppercase;
}
#header H1 A {
  padding: 20px 0 0 80px;
  background: url('../images/jeff_hand.jpg') left top no-repeat;
  color: #fff;
  display: block;
  min-height: 80px;
}
#header H1 SPAN.phone {
  font-size: 0.65em;
}

#header P.zephyr {
  background: url('../images/zephyr_logo.gif') left top no-repeat;
  text-indent: -1000em;
  width: 65px;
  height: 60px;
  position: absolute;
  top: 15px;
  right: 2em;
}

#mainNav {
  background: url('../images/backgrounds/mainnav.jpg') center top no-repeat;
  border-left: 2px solid #666;
  border-right: 2px solid #666;
  border-bottom: 1px solid #333;
  width: 100%;
  position: relative;
  z-index: 1000;
}
#mainNav TD {
  border-top: 1px solid #333;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
#mainNav TD.current, #mainNav TD:hover {
  background: url('../images/backgrounds/subnav.png') center top repeat;
  border-left-color: #333;
  border-right-color: #333;
}
#mainNav A {
  padding: 0.7em;
  font-family: Georgia, Times, serif;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  display: block;
}
#mainNav A.current {
  color: #31e5f6;
}

#mainNav UL {
  margin: 0;
  padding: 1em 0;
  background: url('../images/backgrounds/subnav.png') center top repeat;
  border: 1px solid #333;
  position: absolute;
  top: 2.5em;
}
#mainNav UL LI {
  margin: 0;
}
#mainNav UL A {
  padding: 0.5em 1.5em;
  border: none;
  text-align: left;
  text-transform: none;
}
#mainNav UL A:hover {
  color: #31e5f6;
}


/** Page Content Area **/

#contentHeader {
  padding: 0 2em;
  background: url('../images/backgrounds/content.jpg') center bottom no-repeat;
  border-left: 2px solid #666;
  border-right: 2px solid #666;
  border-bottom: 1px solid #333;
  overflow: hidden;
}

#content {
  padding: 1em 2em 0.5em 2em;
  background: url('../images/backgrounds/content.jpg') center bottom no-repeat;
  border-left: 2px solid #666;
  border-right: 2px solid #666;
  overflow: hidden;
}

DIV.slideshow {
  position: relative;
  overflow: hidden;
}
DIV.slideshow IMG {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -ms-interpolation-mode: bicubic;
}
DIV.slideshow IMG:first-child {
  position: static;
  visibility: visible;
}

DIV.slideshowThumbnails {
  padding: 0 0 0 0.5%;
  overflow: hidden;
}
DIV.slideshowThumbnails IMG {
  margin: 0 1% 1% 0;
  width: 9%;
  float: left;
  cursor: pointer;
  opacity: 0.6;
  filter:alpha(opacity=60);
  -ms-interpolation-mode: bicubic;
}
DIV.slideshowThumbnails IMG:hover, DIV.slideshowThumbnails IMG.current {
  opacity: 1;
  filter:alpha(opacity=100);
}


UL.connectLinks {
  margin: 0;
  padding: 0.5em 0 0.5em 2.5em;
  border-left: 1px solid #333;
  list-style: url('../images/icons/connect_bullet.gif');
  float: right;
}
BODY.home UL.connectLinks {
  border-left: none;
}
UL.connectLinks LI {
  margin: 0.5em 0 0.5em 1em;
}
UL.connectLinks A {
  font-family: Georgia, Times, serif;
  color: #fff;
}
UL.connectLinks A:hover {
  color: #31e5f6;
}

P.tagline {
  margin: 2em 0 0 0;
  font-family: Georgia, Times, serif;
  font-style: italic;
  font-size: 1.5em;
  color: #fff;
}

DIV.propertyListing {
  padding: 1em 2em;
  background: url('../images/backgrounds/content.jpg') center bottom no-repeat;
  border-left: 2px solid #666;
  border-right: 2px solid #666;
  border-bottom: 1px solid #333;
  overflow: hidden;
}

DIV.propertyListing DIV.slideshow {
  margin: 0 3% 1em 0;
  width: 47%;
  float: left;
}
DIV.propertyListing DIV.slideshowThumbnails {
  margin: 0 3% 1em 0;
  width: 47%;
  float: left;
  clear: left;
}


/** General Classes **/

.alignLeft {
  text-align: left;
}

.alignCenter {
  text-align: center;
}

.alignRight {
  text-align: right;
}

.floatLeft {
  padding-right: 1em;
  padding-bottom: 1em;
  float: left;
}

.floatRight {
  padding-left: 1em;
  padding-bottom: 1em;
  float: right;
}

.noWrap {
  white-space: nowrap;
}

.hidden {
  visibility: hidden;
}
.removed {
  display: none;
  list-style:none;
}


/** Page Footer **/

#footer {
  padding: 1em 2em;
  border-top: 2px solid #666;
}
#footer P {
  font-size: 0.8em;
}
#footer SPAN.divider {
  padding: 0 0.5em;
}
