/**
 * pdfdevelopment.com main site style sheet.
 *
 * @package    PDFDevelopment
 * @subpackage UI
 * @copyright  Copyright 2008 Spenlen Media (http://spenlen.com)
 * @version    $Id$
 */


/**** 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, BODY {
  height: 100%;
}

BODY {
  background: #b6a37a;
  font: normal normal normal 0.9em/1.3em Arial, Helvetica, sans-serif;
  color: #e0d2ac;
}

/* Headings */

H1, H2, H3, H4, H5, H6 {
  margin: 0 0 1em 0;
  color: #f0ad00;
  font-family: Garamond, Georgia, "Times New Roman", serif;
  line-height: 1.1em;
  font-weight: normal;
  letter-spacing: 0.05em;
}

H2 {
  font-size: 1.6em;
  line-height: 1.1em;
  font-variant: small-caps;
}

H3 {
  font-size: 1.4em;
  line-height: 1.2em;
}

H4 {
  font-size: 1.2em;
  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;
}

TR.odd, DIV.odd {
  background: #d8c99f;
}
TR.even, DIV.even {
  background: #cbb688;
}


/* 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, DIV.markeddown UL {
  margin-bottom: 2em;
  list-style: disc;
}
OL.numbered {
  list-style: decimal;
}

LI {
  margin-bottom: 1em;
}

BR.clear {
  clear: both;
}

HR {
  margin: 1em 0 1em 0;
  border-top: 1px solid #666;
  border-right: none;
  border-top: 1px solid #4d4d4d;
  border-left: none;
}

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: #f0ad00;
  text-decoration: underline;
}
A:hover {
  color: #e0d2ac;
}

A.deleteLink {
  font-size: 0.8em;
}


/* Form Elements */

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

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

INPUT.cancelButton, BUTTON.cancelButton {
  margin-left: 2em;
}

BUTTON {
  padding: 0.2em 1.5em;
  background: #003082;
  border: none;
  color: #fff;
  vertical-align: middle;
  cursor: pointer;
}


/* Images and Other Inline Elements */

IMG {
  border: none;
}

ACRONYM, ABBR {
  text-decoration: none;
}


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

/* Page Frame */

#page {
  margin: 0 auto;
  background: #cbb688;
  min-width: 800px;
  max-width: 1100px;
  min-height: 100%;
  position: relative;
}


/* Page Header */

#pageHeader {
  padding: 10px 20px;
  height: 82px;
}

#pageHeader H1 {
  margin: 0 2em 0 0;
  font-size: 1em;
}
#pageHeader H1 A {
  background: url('../images/logo_header.gif') left center no-repeat;
  text-indent: -1000em;
  text-decoration: none;
  color: #161006;
  width: 195px;
  height: 82px;
  display: block;
  float: left;
}

#pageHeader UL {
  margin: 0;
  text-align: right;
}

#pageHeader LI {
  margin: 0 0 0.5em 1em;
  font-family: Garamond, Georgia, "Times New Roman", serif;
  font-variant: small-caps;
  font-size: 1.3em;
  color: #161006;
  white-space: nowrap;
  display: inline;
}

#pageHeader LI A, #pageHeader A:visited {
  color: #161006;
  text-decoration: none;
}
#pageHeader LI A:hover, #pageHeader LI.current A {
  color: #6f4a2e;
}


/* Page Navigation */

#pageNavigation {
  margin: 0;
  padding: 12px 0;
  background: #161006;
}

#pageNavigation UL {
  margin: 0;
}

#pageNavigation LI {
  margin: 0;
  background: #916f4e;
  border: 1px solid #cbb688;
  border-left: none;
  float: left;
}
#pageNavigation LI.current {
  background: #cbb688;
}

#pageNavigation LI A {
  padding: 5px 20px;
  font-size: 0.9em;
  text-transform: uppercase;
  text-decoration: none;
  color: #cbb688;
  display: block;
}
#pageNavigation LI.current A, #pageNavigation LI A:hover {
  color: #361e09;
}



/* Page Content Area */

#pageContent {
  padding: 10px 20px 30px 20px;
  background: #161006;
  position: relative;
  clear: both;
}

.alignLeft {
  text-align: left;
}

.alignCenter {
  text-align: center;
}

.alignRight {
  text-align: right;
}

.alignMiddle {
  vertical-align: middle;
}

.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;
}


#featurePropertyFrame {
  margin: 0 -20px 0 20px;
  border-top: 2px solid #916f4e;
  border-left: 2px solid #916f4e;
  border-bottom: 2px solid #916f4e;
  width: 450px;
  height: 300px;
  position: relative;
  float: right;
}
.featureProperty {
  background-position: center center;
  background-repeat: no-repeat;
  width: 450px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
}

.featureProperty A {
  padding: 0.2em 30px 0.2em 10px;
  background: #cbb688;
  color: #161006;
  text-decoration: none;
  position: absolute;
  right: 0;
  bottom: 10px;
}
.featureProperty A:hover {
  color: #161006;
  text-decoration: underline;
}


H2.executiveSuitesImpression {
  margin-bottom: 0.5em;
  font-size: 2.3em;
  font-variant: normal;
  font-style: italic;
  text-transform: none;
}

.executiveSuitesHeader {
  margin-bottom: 10px;
  padding-left: 530px;
  background: url('../images/executive_suites_main.jpg') left top no-repeat;
  min-height: 300px;
}
.executiveSuitesHeader H2 {
  margin: 0 0 0.5em -4.5em;
  font-size: 2.8em;
  font-variant: normal;
  text-transform: uppercase;
  line-height: 1.1em;
}
.executiveSuitesHeader H2.elevate {
  margin: 0 0 0 -5.4em;
  padding-top: 5px;
}
.executiveSuitesHeader H2.elevate SPAN.elevate {
  color: #fff;
}
.executiveSuitesHeader H2.elevate SPAN.yourImage {
  margin-left: 0.2em;
  font-size: 0.8em;
  font-style: italic;
  text-transform: none;
}

.executiveSuitesImages {
  margin-right: 20px;
  width: 215px;
  float: left;
}
.executiveSuitesImages SPAN {
  margin-bottom: 10px;
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
  width: 213px;
}
SPAN.executiveSuitesImage1 {
  background-image: url('../images/executive_suites_1.jpg');
  height: 184px;
}
SPAN.executiveSuitesImage2 {
  background-image: url('../images/executive_suites_2.jpg');
  height: 250px;
}
SPAN.executiveSuitesImage3 {
  background-image: url('../images/executive_suites_3.jpg');
  height: 196px;
}

.executiveSuitesDetail {
  margin-left: 225px;
}

A.floorPlanLink {
  padding-top: 90px;
  background: url('../images/floor_plan_link.gif') center top no-repeat;
  text-align: center;
  display: block;
  width: 150px;
}

A.propertyLink IMG {
  border: 2px solid #916f4e;
}
A.propertyLinkThumb IMG {
  border: 1px solid #916f4e;
}

P.mapLink {
  text-align: right;
}

DIV.propertyImages {
  float: left;
  width: 450px;
}
#propertyImage {
  margin: 0 0 10px -20px;
  background-position: center center;
  background-repeat: no-repeat;
  border: 2px solid #916f4e;
  border-left: none;
  width: 450px;
  height: 300px;
}
.propertyImageThumbnail {
  margin: 0 0 10px 10px;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #916f4e;
  display: block;
  width: 75px;
  height: 60px;
  float: left;
  cursor: pointer;
}

DIV.propertyDetail {
  margin-left: 450px;
}
DIV.propertyDetail H2 {
  margin-bottom: 0.2em;
  font-size: 1.7em;
  text-transform: none;
}


TABLE.availabilityTable {
  width: 100%;
}
TABLE.availabilityTable TH {
  padding: 0.4em 0.8em;
  background: #cbb688;
  border-bottom: 1px solid #916f4e;
  text-transform: uppercase;
  text-align: center;
  color: #916f4e;
}
TABLE.availabilityTable TR.odd {
  background: #cbb688;
}
TABLE.availabilityTable TR.even {
  background: #d8c99f;
}
TABLE.availabilityTable TBODY {
  vertical-align: middle;
}
TABLE.availabilityTable TD {
  padding: 1em 0.8em;
  color: #161006;
  text-align: center;
}



UL.stateLinks {
  margin: -10px 0 30px 80px;
}
UL.stateLinks LI {
  margin: 0 1.5em 0.5em 0;
  font-family: Garamond, Georgia, "Times New Roman", serif;
  font-size: 1.3em;
  font-variant: small-caps;
  white-space: nowrap;
  display: inline;
}
UL.stateLinks A, UL.stateLinks A:visited {
  color: #e0d2ac;
  text-decoration: none;
}
UL.stateLinks LI.current A, UL.stateLinks A:hover {
  color: #f0ad00;
  text-decoration: none;
}


DIV.recordSet {
  margin: 0 0 1.5em 0;
  border: 1px solid #916f4e;
  overflow: auto;
}

DIV.recordSet TABLE {
  margin-left: -0.026em; /* To prevent unnecessary horizontal scroll bars in Firefox. */
  width: 100%;
}

DIV.recordSet TH {
  padding: 0.5em 0.8em;
  background: #3f2c19;
  border-bottom: 1px solid #916f4e;
  font-family: Garamond, Georgia, "Times New Roman", serif;
  font-size: 1.3em;
  font-variant: small-caps;
  color: #f0b30f;
}
DIV.recordSet TFOOT TD {
  padding: 0.5em 0.8em;
  background: #3f2c19;
}

DIV.recordSet TBODY {
  vertical-align: baseline;
}

DIV.recordSet TD {
  padding: 1em 0.8em;
  color: #361e09;
}

DIV.recordSet A, DIV.recordSet A:visited {
  color: #c97906;
}
DIV.recordSet A:hover {
  color: #361e09;
}

DIV.recordSet P.mapLink {
  margin-bottom: 0;
}


UL.manageLinks {
  margin: 0 0 2em 0;
}
UL.manageLinks LI {
  margin: 0 2em 0 0;
  display: inline;
}
UL.manageLinks A, UL.manageLinks A:visited {
  color: #e0d2ac;
}
UL.manageLinks A:hover {
  color: #f0ad00;
}


/* Forms */

TABLE.form TH {
  padding: 0.4em 1em;
  background: #cbb688;
  text-align: right;
  color: #161006;
  vertical-align: top;
}

TABLE.form TD {
  padding: 0.4em 1em;
  background: #d8c99f;
  color: #161006;
  vertical-align: top;
}
TABLE.form TD TD {
  padding: 0 0.05em 0 0;
}

.promptText {
  color: #b3b3b3;
}

.validationError {
  padding: 0.5em;
  border-left: 3px double #ff6c55;
  font-size: 0.9em;
  font-weight: bold;
  color: #ff6c55;
}
.validationError INPUT, .validationError TEXTAREA {
  outline-color: #993333;
}

.formButtons {
  padding-top: 1.5em;
}


/* Page Footer */

#pageFooter {
  padding: 10px 20px;
  clear: both;
  color: #161006;
  position: relative;
}

UL.footerStateLinks {
  margin: 0;
  text-align: right;
}
UL.footerStateLinks LI {
  margin: 0 0 0.5em 0.7em;
  font-family: Garamond, Georgia, "Times New Roman", serif;
  font-size: 1.3em;
  font-variant: small-caps;
  white-space: nowrap;
  display: inline;
}
UL.footerStateLinks LI:first-child {
  margin-left: 0;
}
UL.footerStateLinks A, UL.footerStateLinks A:visited {
  color: #161006;
  text-decoration: none;
}
UL.footerStateLinks A:hover {
  color: #8e7f5f;
  text-decoration: none;
}

#pageFooter P {
  margin: 0;
  font-size: 0.8em;
  line-height: 1.2em;
}

#pageFooter .credit A, #pageFooter .credit A:visited {
  color: #8e7f5f;
  text-decoration: none;
}
#pageFooter .credit A:hover {
  color: #514936;
  text-decoration: none;
}


#pageFooter.pageFooterAlt {
  padding-top: 0;
}

.footerLogo {
  background: url('../images/logo_footer.gif') right bottom no-repeat;
  display: block;
  width: 120px;
  height: 140px;
  float: right;
}

.executiveSuitesLink {
  margin: 0;
  border: 2px solid #916f4e;
  width: 205px;
  float: left;
}
.executiveSuitesLink A {
  background: url('../images/executive_suites_link.jpg') left top no-repeat;
  text-indent: -1000em;
  display: block;
  height: 180px;
}

#pageFooter.pageFooterAlt UL.footerStateLinks {
  margin: 0 -20px;
  padding: 20px 0 10px 0;
  background: #161006;
}

#pageFooter.pageFooterAlt UL.footerStateLinks A, #pageFooter.pageFooterAlt UL.footerStateLinks A:visited {
  color: #f0ad00;
}
#pageFooter.pageFooterAlt UL.footerStateLinks A:hover {
  color: #e0d2ac;
  text-decoration: none;
}

#pageFooter.pageFooterAlt P.credit {
  padding-top: 1em;
  clear: left;
}


/* Self-Clearing Elements */

#pageNavigation UL:after {
  content: '.';
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
