/*
 * scottahoward.com main site style sheet.
 *
 * Copyright 2007 Spenlen Media (http://spenlen.com)
 */


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

/* Page Structure */

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

BODY {
	background: #998565;
  font: normal normal normal 0.9em/1.3em Arial, Verdana, Tahoma, sans-serif;
  color: #c5ba8e;
}

#page {
  margin: 40px auto 40px auto;
  background: #000;
  border: 1px solid #000;
  min-width: 850px;
  max-width: 955px;
}

.printOnly {
  display: none;
}

/* Headings */

H1, H2, H3, H4, H5, H6 {
  margin: 0 0 1em 0;
  font-family: Times, Georgia, serif;
  font-weight: normal;
  text-transform: uppercase;
}

H1 {
  margin: 5px 0 0 15px;
  float: left;
}

H1 A {
  background: url('/images/Logo_header.gif') no-repeat center center;
  height: 30px;
  width: 360px;
  display: block;
  text-decoration: none;
}

H2 {
  margin: 0 0 0 0.2em;
  font-size: 1.2em;
}

H2 A {
  text-decoration: none;
}

/* Tables */

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

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

TH {
  font-weight: bold;
}

/* Paragraphs and Other Block-Level Elements */

P {
  margin-bottom: 1em;
}

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

LI {
  margin-bottom: 0;
}

ADDRESS {
  margin-bottom: 1em;
  font-style: normal;
}

BR.clear {
  clear: both;
}

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

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

HR.separator {
  margin: 1.5em 0 1.5em 0;
  border-right: none;
  border-bottom: none;
  border-left: none;
  clear: both;
}

/* Anchors (Hyperlinks) */

A {
  color: #c5ba8e;
  text-decoration: underline;
}

A:visited {
  color: #c5ba8e;
}

A:hover {    /* Must appear after :visited for IE brosers */
  color: #fff;
}

A SPAN {
  display: none;
}

/* Form Elements */

FIELDSET {
  margin: 0 0 1.5em 0;
  border: none;
}

FIELDSET.buttons {
  margin: 1em 0 0 0;
}

INPUT, TEXTAREA, SELECT {
  font: normal normal normal 1em Verdana, sans-serif;
}

INPUT.fullWidth, TEXTAREA.fullWidth {
  width: 100%;
}

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

.webKitInputFile {  /* WebKit's image upload control uses black text, which disappears on our background. */
  background: #fff;
}

/* Images and Other Inline Elements */

IMG {
  border: none;
}

ACRONYM, ABBR {
  text-decoration: none;
}


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

/* Page Header */

#pageHeader {
  height: 50px;
}

#pageNavigation {
  margin: 0 15px 0 420px;
  min-width: 427px;
}

#pageNavigation LI {
  padding-top: 14px;
  float: left;
}

#pageNavigation A {
  background-repeat: no-repeat;
  background-position: center 0;
  display: block;
  height: 20px;
  text-decoration: none;
}
#pageNavigation A:hover {
  background-position: center -20px;
}

#navLinkHome {
  width: 13%;
}
#navLinkHome A {
  background-image: url('/images/linkBackgroundHome.png');
}
#navLinkPortfolio {
  width: 22%;
}
#navLinkPortfolio A {
  background-image: url('/images/linkBackgroundPortfolio.png');
}
#navLinkBio {
  width: 22%;
}
#navLinkBio A {
  background-image: url('/images/linkBackgroundBio.png');
}
#navLinkSales {
  width: 24%;
}
#navLinkSales A {
  background-image: url('/images/linkBackgroundSales.png');
}
#navLinkContact {
  width: 19%;
}
#navLinkContact A {
  background-image: url('/images/linkBackgroundContact.png');
}


/* Page Content Area */

#pageBody {
  clear: both;
}

.fadeInImage {
  visibility: hidden;
}

#photo {
  float: left;
  clear: both;
}

#photo TD {
  height: 435px;
  vertical-align: middle;
}

#photo TD DIV { /* width on TD would only be a maximum; we need a fixed width */
  width: 435px;
  text-align: center;
}

#pageContent {
  margin-left: 440px;
  padding-top: 60px;
}

#portfolioContent {
  margin-left: 440px;
  padding-top: 30px;
}

#photoDetail {
  margin-bottom: 10px;
  padding: 0 20px 30px 50px;
  text-align: justify;
  min-height: 14em;
  position: relative;
}

#photoDetail H2 {
  margin-bottom: 1em;
  font: bold 1.1em/1.2em Arial, Verdana, Tahoma, sans-serif;
  text-transform: none;
}

#photoDetail .orderPrints {
  background: url('/images/Cart_Order.gif') center center no-repeat;
  width: 80px;
  height: 25px;
  position: absolute;
  bottom: 0;
  left: 50px;
}

UL.orderOptions LI {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

UL.orderOptions SPAN {
  position: relative;
  left: 6px;
  bottom: 6px;
}

DIV.bordered {
  padding: 1em 2em 0 1.5em;
	border-top: #c5ba8e 1px solid;
	border-bottom: #c5ba8e 1px solid;
	border-left: #c5ba8e 1px solid;
  font-size: 0.8em;
  font-weight: 600;
  line-height: 1.8em;
  letter-spacing: 0.04em;
  text-align: justify;
}

DIV.bordered P {
  font-weight: 600;
  line-height: 1.6em;
  letter-spacing: 0.04em;
}

.alignLeft {
  text-align: left;
}

.alignCenter {
  text-align: center;
}

.alignRight {
  text-align: right;
}

.noWrap {
  white-space: nowrap;
}

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

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

DIV.galleryList {
  margin: 40px 0 50px 50px;
  clear: both;
}

A.galleryPreview {
  margin-bottom: 60px;
  float: left;
  text-decoration: none;
}

DIV.galleryDescription {
  margin-left: 170px;
}

#manageLinks {
  margin: 0 15px 0 15px;
  font-size: 0.9em;
  clear: both;
}

#manageLinks LI {
  padding: 0 2em 0 0;
  display: inline;
}

#manageLinks A {
  color: #fff;
}
#manageLinks A:hover {
  color: #ffe57a;
}

#manageContent {
  margin: 20px 15px 0 15px;
  clear: both;
}

#manageContent H2 {
  margin-bottom: 1em;
}

/* Page Footer */

#pageFooter {
  height: 30px;
  clear: both;
}

#portfolioFooter {
  margin-top: 20px;
  padding: 6px 60px 0 6px;
  background: #c5ba8e;
  color: #000;
  position: relative;
  clear: both;
}

#portfolioFooter #viewCart {
  padding: 16px;
  position: absolute;
  top: 0;
  right: 0;
}

#portfolioFooter UL {
  margin: 0;
  padding: 0;
}

#portfolioFooter LI {
  margin: 0 12px 6px 0;
  padding: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  float: left;
}

#portfolioFooter LI A {
  height: 60px;
  width: 60px;
  display: block;
}

#portfolioFooter LI A.galleryLink {
  visibility: hidden;
}

#portfolioFooter .end {
  clear: both;
}


TABLE.printSales {
  margin: 1em 0 2em 0;
  border-bottom: 1px solid #333;
}

TABLE.printSales TH {
  padding: 0.2em 2em 0.2em 0.5em;
  font-family: Times, Georgia, serif;
  text-transform: uppercase;
}

TABLE.printSales TD {
  padding: 0.2em 2em 0.2em 0.5em;
  border-top: 1px solid #333;
}


/* Forms */

TABLE.form {
  margin: 1em 0 1em 0;
}

TABLE.form TH {
  padding-top: 0.3em;
  padding-right: 1em;
  padding-bottom: 0.3em;
  /* padding-left intentionally omitted */
  font-weight: bold;
  vertical-align: middle;
}

TABLE.form TD {
  padding-top: 0.3em;
  padding-right: 0.5em;
  padding-bottom: 0.3em;
  /* padding-left intentionally omitted */
  vertical-align: middle;
}

.promptText {
  color: #999;
}

.fieldHint {
  font-style: italic;
  font-weight: normal;
  font-size: 0.8em;
  line-height: 1em;
  color: #ffe57a;
}

.validationError {
  padding: 0.5em;
  border-left: 3px solid #ff6c55;
}

SPAN.validationErrorText {
  font-size: 0.9em;
  font-weight: bold;
  color: #ff6c55;
}

SPAN.accessoryField {
  font-size: 0.8em;
  font-weight: normal;
}



#SM_FormMagic_Calendar {
  display: none;
  position: absolute;
}

#SM_FormMagic_Calendar A {
  border: none;
}

#SM_FormMagic_Calendar TH {
  text-align: center;
}
#SM_FormMagic_Calendar TD {
  text-align: center;
}

#SM_FormMagic_Calendar .calnavleftyear {
  background: url('/images/calendarYearLeft.png') no-repeat;
  cursor: pointer;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 1px;
  height: 12px;
  width: 9px;
}

#SM_FormMagic_Calendar .calnavleftmonth {
  background: url('/images/calendarMonthLeft.png') no-repeat;
  cursor: pointer;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 8px;
  height: 12px;
  width: 9px;
  z-index: 1;
}

#SM_FormMagic_Calendar .calnavrightmonth {
  background: url('/images/calendarMonthRight.png') no-repeat;
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 8px;
  bottom: 0;
  height: 12px;
  width: 9px;
  z-index: 1;
}

#SM_FormMagic_Calendar .calnavrightyear {
  background: url('/images/calendarYearRight.png') no-repeat;
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 1px;
  bottom: 0;
  height: 12px;
  width: 9px;
}
