/**
 * spenlen.com site style sheet.
 *
 * @package    Spenlen
 * @subpackage UI
 * @copyright  Copyright 2009-2011 Spenlen Media, Inc. (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%;
  min-width: 600px;
}

BODY {
  background: #400c01 url('../images/backgrounds/page.jpg') left top fixed repeat;
  font-family: minion-pro-1, minion-pro-2, serif;
  font-size: 0.9em;
  line-height: 1.3em;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  color: #2b2824;
}

/* Headings */

H1, H2, H3, H4, H5, H6 {
  margin: 0 0 0.3em 0;
  font-family: freight-sans-pro-1, freight-sans-pro-2, sans-serif;
  font-size: 1em;
  font-weight: 700;
}

H1 {
  margin: 0 0 0.7em 0;
  font-size: 2em;
  line-height: 1.1em;
  color: #655538;
}

H2 {
  margin: 1em 0 0.5em 0;
  font-size: 1.5em;
  line-height: 1.1em;
  color: #865a06;
}

H3 {
  margin-bottom: 0.7em;
  font-size: 1.25em;
  line-height: 1.1em;
  font-weight: 600;
  color: #696b2e;
}

/* Tables */

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

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

TR.odd {
  background: #eae7cf url('../images/backgrounds/table_odd.jpg') center top repeat;
}
TR.even {
  background: #f3edda url('../images/backgrounds/table_even.jpg') center top repeat;
}

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

BLOCKQUOTE {
  margin: 1.5em 4em;
}

BR.clear {
  clear: both;
}

HR {
  margin: 1em 0 1em 0;
  border: none;
  border-top: 1px solid #d0e3a9;
}

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: #5b5618;
  text-decoration: underline;
}
A:hover {
  color: #000;
}

H2 A, H2 A:link, H2 A:visited {
  text-decoration: none;
}
H2 A:hover {
  color: #000;
  text-decoration: underline;
}

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

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

/* Form Elements */

INPUT, TEXTAREA, SELECT, BUTTON {
  font-family: minion-pro-1, minion-pro-2, serif;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1.2em;
}

INPUT[type="text"], INPUT[type="password"], TEXTAREA {
  padding: 0.1em 0.4em;
}

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

P.formButtons {
  margin: 0.5em 0;
}

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

BUTTON {
  margin: 0 0 0 0.5em;
  padding: 0.25em 1em 0.35em 1em;
  border: 1px solid #a39885;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  background: #e6e2d7;
  background: rgba(231, 227, 216, 0.6);
  -moz-box-shadow: 1px 1px 3px rgba(68, 68, 68, 0.3);
  -webkit-box-shadow: 1px 1px 3px rgba(68, 68, 68, 0.3);
  box-shadow: 1px 1px 3px rgba(68, 68, 68, 0.3);
  font-family: freight-sans-pro-1, freight-sans-pro-2, serif;
  font-size: 0.9em;
  font-weight: 600;
  color: #696b2e;
  cursor: pointer;
}
BUTTON:hover {
  border-color: #865a06;
  background: #e6e2d7;
  background: rgba(231, 227, 216, 0.8);
  color: #865a06;
}
BUTTON:active {
  position: relative;
  top: 1px;
  left: 1px;
}

BUTTON.deleteButton {
  margin-left: 2em;
/*  background: #e5e5e5;*/
}


/* Images and Other Inline Elements */

IMG {
  border: none;
}

ACRONYM, ABBR {
  text-decoration: none;
}

EM {
  font-style: italic;
}

STRONG {
  font-weight: bold;
}



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

/* Desktop Items */

.deskItem {
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
  position: fixed;
  z-index: 900;
}
.deskItemPen {
  background-image: url('../images/desk_items/green_pen.png');
  width: 185px;
  height: 325px;
  top: -5px;
  right: 92%;
}
.deskItemCup {
  background-image: url('../images/desk_items/coffee_cup.png');
  width: 330px;
  height: 310px;
  top: 502px;
  right: 81%;
}
.deskItemLoupe {
  background-image: url('../images/desk_items/loupe.png');
  width: 125px;
  height: 175px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1000;
}


/* Page Header */

P.logo {
  margin: 0;
  background: url('../images/logo.png') left bottom no-repeat;
  width: 404px;
  height: 140px;
  position: absolute;
  top: 0;
  left: 16%;
  z-index: 1000;
}
P.logo A {
  text-indent: -1000em;
  display: block;
  width: 375px;
  height: 110px;
  position: absolute;
  top: 0;
  left: 10px;
}


/* Site Navigation Tabs */

#siteNavBackgrounds {
  width: 100px;
  height: 580px;
  position: fixed;
  top: 0;
  right: 84%;
  z-index: 0;
}
#siteNavBackgrounds SPAN {
  background-position: left bottom;
  background-repeat: no-repeat;
  display: block;
  width: 60px;
  position: absolute;
  right: 0;
}
#siteNavBackgrounds SPAN.current {
  width: 85px;
}
#siteNavBackgroundProducts {
  background-image: url('../images/backgrounds/navigation_tab_products.png');
  height: 150px;
  top: 0;
}
#siteNavBackgroundServices {
  background-image: url('../images/backgrounds/navigation_tab_services.png');
  height: 179px;
  top: 117px;
}
#siteNavBackgroundPortfolio {
  background-image: url('../images/backgrounds/navigation_tab_portfolio.png');
  height: 181px;
  top: 257px;
}
#siteNavBackgroundBlog {
  background-image: url('../images/backgrounds/navigation_tab_blog.png');
  height: 166px;
  top: 405px;
}

#siteNavLinks {
  margin: 0;
  width: 100px;
  height: 580px;
  position: fixed;
  top: 0;
  right: 84%;
  z-index: 1000;
}
#siteNavLinks LI {
  margin: 0;
}
#siteNavLinks A {
  text-indent: -1000em;
  display: block;
  width: 50px;
  position: absolute;
  right: 0;
}
#siteNavLinks A.current {
  width: 75px;
}
#siteNavLinkProducts {
  height: 133px;
  top: 0;
}
#siteNavLinkServices {
  height: 158px;
  top: 122px;
}
#siteNavLinkPortfolio {
  height: 155px;
  top: 265px;
}
#siteNavLinkBlog {
  height: 143px;
  top: 410px;
}


/* Page Frame */

#pageFrame {
  margin: 0 0 0 auto;
  background: #d3c9b5 url('../images/backgrounds/content.jpg') left bottom repeat;
  width: 84%;
  position: relative;
  z-index: 10;
}

#page {
  background: url('../images/backgrounds/content_left_side.png') left bottom repeat-y;
  min-height: 570px;
}
#pageEdge {
  background: url('../images/backgrounds/content_left_edge.png') right bottom repeat-y;
  display: block;
  width: 34px;
  position: absolute;
  top: 0;
  left: -34px;
  bottom: 0;
}


/* Page Header */

#pageHeader {
  margin: 0 0 0 400px;
  font-family: freight-sans-pro-1, freight-sans-pro-2, serif;
  font-weight: 500;
  text-align: right;
  position: absolute;
  top: 25px;
  right: 30px;
}

#pageHeader P.welcome {
  margin: 0 0 0.5em 0;
  font-size: 1.2em;
  color: #865a06;
}

#pageHeader UL {
  margin: 0 0 0.3em 0;
  font-weight: 400;
}
#pageHeader LI {
  margin: 0;
  padding: 0 0 0 1em;
  display: inline;
}
#pageHeader LI.first {
  padding-left: 0;
}
#dashboardSubNavigation {
  font-size: 0.85em;
}

#pageHeader A, #pageHeader A:link, #pageHeader A:visited {
  color: #655538;
  text-decoration: none;
  white-space: nowrap;
}
#pageHeader A:hover {
  color: #865a06;
  text-decoration: underline;
}
#subNav A.current, #dashboardSubNavigation A.current {
  font-weight: 600;
  color: #000;
}


/* Page Doodles */

.pageDoodle {
  background-position: left top;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -10;
}
.pageDoodleBicycle {
  background-image: url('../images/doodles/bicycle.png');
}
.pageDoodleCamera {
  background-image: url('../images/doodles/camera.jpg');
}
.pageDoodleFlowchart {
  background-image: url('../images/doodles/flowchart.jpg');
}
.pageDoodleLightBulb {
  background-image: url('../images/doodles/light_bulb.jpg');
}
.pageDoodleSpeechBubbles {
  background-image: url('../images/doodles/speech_bubbles.jpg');
}


/* Page Content Area */

#pageContent {
  padding: 160px 20px 20px 40px;
}


H2.swagtastic {
  margin: -20px 0 0 1em;
  background: url('../images/swagtastic/swagtastic.png') center top no-repeat;
  text-indent: -1000em;
  height: 117px;
}
H3.swagtastic {
  margin: 1.5em 0 0.7em 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0;
  color: #bf1e2e;
}

DIV.contentWithSidebar {
  width: 62%;
  float: left;
}

DIV.sidebarFrame {
  margin: 0 -20px 4em 2em;
  background: url('../images/backgrounds/graph_paper.png') left top repeat-y;
  width: 35%;
  max-width: 432px;
  float: right;
  position: relative;
}
DIV.sidebarFrame .sidebarTopEdge {
  background: url('../images/backgrounds/graph_paper_top_edge.png') left top no-repeat;
  display: block;
  height: 69px;
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
}
DIV.sidebarFrame .sidebarBottomEdge {
  background: url('../images/backgrounds/graph_paper_bottom_edge.png') left bottom no-repeat;
  display: block;
  height: 91px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -22px;
}

DIV.sidebar {
  padding: 10px 5% 0 10%;
  font-size: 0.9em;
  position: relative;
}
DIV.sidebar H2 {
  padding: 35px 4% 0 4%;
  background: url('../images/rules/line.png') 0 5px no-repeat;
  color: #ce6507;
}
DIV.sidebar H2:first-child {
  padding-top: 0;
  background: none;
}


.alignLeft {
  text-align: left !important;
}

.alignCenter {
  text-align: center !important;
}

.alignRight {
  text-align: right !important;
}

.alignTop {
  vertical-align: top !important;
}

.alignMiddle {
  vertical-align: middle !important;
}

.alignBaseline {
  vertical-align: baseline !important;
}

.alignBottom {
  vertical-align: bottom !important;
}

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

.promptText {
  color: #b3b3b3;
}

LABEL {
  font-family: freight-sans-pro-1, freight-sans-pro-2, serif;
  font-weight: 400;
}
.requiredField {
  font-weight: 600;
}

.fieldHint {
  margin-top: 0.7em;
  font-size: 0.8em;
  font-style: italic;
  color: #999;
}

.validationError {
  padding: 0.5em;
  border-left: 3px double #c3102d;
}
.validationError INPUT, .validationError TEXTAREA {
  outline-color: #d45555;
}
.validationErrorText {
  font-family: freight-sans-pro-1, freight-sans-pro-2, serif;
  font-size: 0.9em;
  font-weight: 600;
  color: #c3102d;
}

.fieldPrompt {
  font-family: freight-sans-pro-1, freight-sans-pro-2, sans-serif;
  font-weight: 300;
  font-size: 0.85em;
  color: #666;
}
TD.fieldPrompt {
  padding-left: 2em !important;
}

.mapLink {
  margin: 0 4px 0 0;
  background: url('../sme/images/icons/map_tiny.gif') center center no-repeat;
  text-indent: 16px;
  display: inline-box;
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
}

#flashMessageContainer {
  margin-left: -0.7em;
  max-width: 30em;
  overflow: hidden;
}
#flashMessage {
  padding: 0.7em;
  margin-bottom: 1.5em;
  background-color: #ffffda;
  border-top: 1px solid #f2f2f2;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  border-left: 1px solid #f2f2f2;
  cursor: pointer;
}

P.documentation, DIV.documentation P, DIV.documentation UL, P.legal {
  font-family: freight-sans-pro-1, freight-sans-pro-2, serif;
  font-weight: 300;
  line-height: 1.2em;
  color: #333;
}
P.legal {
  font-size: 0.7em;
}

DIV.recaptcha {
  margin: 1em 0;
}
DIV.recaptcha P.documentation {
  margin-bottom: 0.5em;
}
#recaptcha_table {
  background: #d6e9c4;
  border: 5px solid #d6e9c4 !important;
}


/** Columns **/

DIV.columnContainer {
  overflow: hidden;
}

DIV.columnHalf {
  margin: 0 1.75% 0 0;
  width: 47.5%;
  float: left;
}

DIV.columnThird {
  margin: 0 1.75% 0 0;
  width: 31.25%;
  float: left;
}
DIV.columnTwoThird {
  margin: 0 1.75% 0 0;
  width: 65%;
  float: left;
}

DIV.columnHalf H2:first-child, DIV.columnHalf H3:first-child, DIV.columnHalf H4:first-child {
  margin-top: 0;
}


/** Markdown **/

.markdown UL.noBullets {
  list-style: none;
}

.markdown OL {
  list-style: decimal;
}

.markdown IMG.left {
  padding-right: 2em;
  padding-bottom: 1.5em;
  float: left;
  clear: left;
}
.markdown IMG.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
  clear: both;
}
.markdown IMG.right {
  padding-left: 2em;
  padding-bottom: 1.5em;
  float: right;
  clear: right;
}


/** Record Set Table **/

DIV.recordSet {
  margin: 0 0 1.5em -15px;
  padding: 0 23px;
  background: url('../images/backgrounds/table_left_edge.png') left top repeat-y;
  -moz-box-shadow: 0 0 5px rgba(68, 68, 68, 0.4);
  -webkit-box-shadow: 0 0 5px rgba(68, 68, 68, 0.4);
  box-shadow: 0 0 5px rgba(68, 68, 68, 0.4);
  overflow: auto;
  position: relative;
}
DIV.recordSet SPAN.rightEdge {
  background: url('../images/backgrounds/table_right_edge.png') left top repeat-y;
  display: block;
  width: 23px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

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

DIV.recordSet TH {
  padding: 0.5em 20px 0.5em 0.7em;
  border-top: 3px double #e3e5c5;
  border-left: 1px solid #e3e5c5;
  border-bottom: 1px solid #e3e5c5;
  background: #f3edda url('../images/backgrounds/table_header.jpg') center top repeat;
  font-family: freight-sans-pro-1, freight-sans-pro-2, sans-serif;
  font-weight: 600;
  font-size: 1.05em;
  color: #696b2e;
}
DIV.recordSet TH:first-child {
  border-left: none;
}

DIV.recordSet TH .sortLabel {
  margin-right: -18px;
  padding-right: 18px;
  background-position: right center;
  background-repeat: no-repeat;
  min-height: 16px;
  display: block;
}
DIV.recordSet TH.sortable {
  cursor: pointer;
}
DIV.recordSet TH.sortable .sortLabel {
/*  background-image: url('../images/table_sortable.gif');*/
}
DIV.recordSet TH.sortable.forwardSort.sorted .sortLabel {
/*  background-image: url('../images/table_sort_ascending.gif');*/
}
DIV.recordSet TH.sortable.reverseSort.sorted .sortLabel {
/*  background-image: url('../images/table_sort_descending.gif');*/
}

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

DIV.recordSet TD {
  padding: 0.5em 20px 0.5em 0.7em;
  border-left: 1px solid #e3e5c5;
}
DIV.recordSet TD:first-child {
  border-left: none;
}

DIV.recordSet TFOOT TD {
  border-top: 1px solid #abca70;
  background: #d0e3a9;
}


/* Forms */

DIV.formFrame {
  margin: 0 5% 1.5em -7px;
  padding: 6px 7px;
  background: url('../images/backgrounds/form.jpg');
  display: inline-block;
  max-width: 60em;
  position: relative;
}
DIV.formFrame SPAN.topEdge, DIV.formFrame SPAN.leftEdge, DIV.formFrame SPAN.rightEdge, DIV.formFrame SPAN.bottomEdge,
DIV.formFrame SPAN.shadowLeftTop, DIV.formFrame SPAN.shadowLeft, DIV.formFrame SPAN.shadowLeftBottom,
DIV.formFrame SPAN.shadowRightTop, DIV.formFrame SPAN.shadowRight, DIV.formFrame SPAN.shadowRightBottom {
  display: block;
  position: absolute;
}
DIV.formFrame SPAN.topEdge {
  background: url('../images/backgrounds/form_edge_top.png') left top repeat-x;
  height: 100px;
  top: 0;
  left: 0;
  right: 0;
}
DIV.formFrame SPAN.leftEdge {
  background: url('../images/backgrounds/form_edge_left.png') left top repeat-y;
  width: 130px;
  top: 0;
  left: 0;
  bottom: 0;
}
DIV.formFrame SPAN.rightEdge {
  background: url('../images/backgrounds/form_edge_right.png') right top repeat-y;
  width: 65px;
  top: 0;
  right: 0;
  bottom: 0;
}
DIV.formFrame SPAN.bottomEdge {
  background: url('../images/backgrounds/form_edge_bottom.png') left bottom repeat-x;
  height: 111px;
  left: 0;
  right: 0;
  bottom: -11px;
}
DIV.formFrame SPAN.shadowLeftTop {
  background: url('../images/backgrounds/form_shadow_left_top.png') right bottom no-repeat;
  width: 7px;
  height: 15px;
  top: 0;
  left: -7px;
}
DIV.formFrame SPAN.shadowLeft {
  background: url('../images/backgrounds/form_shadow_left.png') right top repeat-y;
  width: 7px;
  top: 15px;
  left: -7px;
  bottom: 0;
}
DIV.formFrame SPAN.shadowLeftBottom {
  background: url('../images/backgrounds/form_shadow_left_bottom.png') right top no-repeat;
  width: 7px;
  height: 11px;
  left: -7px;
  bottom: -11px;
}
DIV.formFrame SPAN.shadowRightTop {
  background: url('../images/backgrounds/form_shadow_right_top.png') left bottom no-repeat;
  width: 5px;
  height: 15px;
  top: 0;
  right: -5px;
}
DIV.formFrame SPAN.shadowRight {
  background: url('../images/backgrounds/form_shadow_right.png') left top repeat-y;
  width: 5px;
  top: 15px;
  right: -5px;
  bottom: 0;
}
DIV.formFrame SPAN.shadowRightBottom {
  background: url('../images/backgrounds/form_shadow_right_bottom.png') left top no-repeat;
  width: 5px;
  height: 11px;
  right: -5px;
  bottom: -11px;
}

DIV.formContent {
  border: 1px solid #a39885;
  position: relative;
  z-index: 10;
}

DIV.formContent P.formInstructions {
  margin: 0;
  padding: 8px 12px;
  border-bottom: 6px solid #aba657;
  font-family: freight-sans-pro-1, freight-sans-pro-2, sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  color: #696b2e;
}

DIV.formSection {
  padding: 12px;
  border-bottom: 1px solid #a39885;
  position: relative;
}


TABLE.form TH, TABLE.form TD {
}

TABLE.form TH {
  padding: 0.3em 0.5em;
  text-align: right;
  color: #655538;
}
TABLE.verticalForm TH {
  text-align: left;
}

TABLE.form TD {
  padding: 0.3em 0;
}
TABLE.form TD TD {
  padding: 0 0.05em 0 0;
}
TABLE.verticalForm TD {
  padding-right: 1em;
}


UL.sitemap, UL.sitemap UL {
  margin: 0.5em 0 0.5em 1em;
  list-style: disc;
}
UL.sitemap LI {
  margin: 0.5em 0;
}


OL.terms {
  list-style: decimal;
  font-size: 0.9em;
}
OL.terms LI {
  margin: 3em 0;
}
OL.terms OL.letters {
  margin: 1.5em 2em;
  list-style: lower-alpha;
}
OL.terms OL.letters LI {
  margin: 1.5em 0;
}


DIV.homeBlurb {
  margin: 20px 0 1em 0;
  width: 35%;
  float: left;
}
DIV.homeBlurb P {
  margin-bottom: 2em;
  font-size: 0.8em;
  line-height: 1.6em;
}


#homeShowcaseDots {
  margin: -24px 0 12px 0;
  float: right;
  position: relative;
  z-index: 10;
}
#homeShowcaseDots LI {
  margin: 0 4px;
  background: url('../images/backgrounds/thumbnail_dots.png') 0 0 no-repeat;
  display: inline-block;
  width: 12px;
  height: 12px;
  cursor: pointer;
}

#homeShowcase {
  margin: 0 0 2em 45%;
}
#homeShowcase LI {
  margin: 0;
  line-height: 1.5em;
  position: relative;
}
#homeShowcase H2 {
  margin: 0 -20px 10px -5%;
  font-variant: small-caps;
  font-size: 1.8em;
  line-height: 1em;
  letter-spacing: 0.08em;
}
#homeShowcase H2 A {
  padding: 0 20px 0 5%;
  color: #865a06;
  text-decoration: none;
  text-indent: -1000em;
  display: block;
}
#homeShowcase H2 A:hover, #homeShowcase H2 A:active {
  text-decoration: underline;
}

#homeShowcase LI.websites {
  top: -10px;
}
#homeShowcase LI.websites H2 A {
  background: url('../images/showcase/websites.jpg') left top no-repeat;
  height: 306px;
}

#homeShowcase LI.swagtastic H2 A {
  background: url('../images/showcase/swagtastic_title.gif') center top no-repeat;
  height: 110px;
}
#homeShowcase LI.swagtastic SPAN.skater {
  margin: 0 0 0.5em 1.5em;
  background: url('../images/showcase/swagtastic_skater.gif') right bottom no-repeat;
  display: block;
  width: 150px;
  height: 220px;
  float: right;
}
#homeShowcase LI.swagtastic P {
  margin-top: 30px;
}

#homeShowcase LI.products {
  padding: 0 0 100px 0;
  min-height: 216px;
}
#homeShowcase LI.products H2 A {
  padding-left: 0;
  background: url('../images/showcase/products.jpg') left bottom no-repeat;
  width: 110%;
  height: 316px;
  position: absolute;
  left: -10%;
  bottom: 0;
}
#homeShowcase LI.products P {
  margin-left: -10%;
  padding-left: 10%;
  width: 220px;
  min-height: 216px;
  position: relative;
  z-index: 10;
}


DIV.homePostcard {
  margin-right: -20px;
  height: 445px;
  position: relative;
  z-index: 20;
}

DIV.homePostcard H1 {
  margin-bottom: 0.5em;
}

DIV.homePostcard H2 {
  margin: 0;
  background-position: left top;
  background-repeat: no-repeat;
  text-indent: -1000em;
  position: absolute;
  top: -20px;
  left: 400px;
  right: 0;
}
DIV.homePostcard H2 A {
  text-indent: -1000em;
  display: block;
  height: 445px;
}

DIV.homePostcardText {
  width: 385px;
}


DIV.servicesDescription {
  padding-right: 145px;
  min-height: 160px;
}

DIV.servicesProjectLinks {
  width: 125px;
  min-height: 160px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
DIV.servicesProjectLinks P {
  margin: 0;
  background: #875b06 url('../images/text_labels/view_projects_vertical.gif') 7px center no-repeat;
  text-indent: -1000em;
  width: 25px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
DIV.servicesProjectLinks UL, DIV.servicesProjectLinks LI {
  margin: 0;
}

DIV.productsList {
  min-height: 333px;
  overflow: hidden;
}
DIV.productsList UL {
  margin: 0.5em 0 0.5em 1em;
  font-family: freight-sans-pro-1, freight-sans-pro-2, sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  text-transform: lowercase;
  color: #696b2e;
  width: 30%;
  float: left;
}


/* Portfolio Elements */

#portfolioLinks {
  margin: 0;
  padding: 10px 0 0 38px;
  overflow: hidden;
}

#portfolioLinks LI {
  margin: 0 0 0 -38px;
  background: url('../images/film_strip/backgrounds.png') 0 1px no-repeat;
  display: block;
  width: 170px;
  height: 170px;
  position: relative;
  float: left;
}
#portfolioLinks LI.cell11, #portfolioLinks LI.cell12 {
  background-position: 0 1px;
}
#portfolioLinks LI.cell13 {
  background-position: 0 0;
}
#portfolioLinks LI.cell21 {
  background-position: 1px -170px;
}
#portfolioLinks LI.cell22 {
  background-position: 1px -169px;
}
#portfolioLinks LI.cell23 {
  background-position: 0 -170px;
}
#portfolioLinks LI.cell31, #portfolioLinks LI.cell32, #portfolioLinks LI.cell33 {
  background-position: 0 -341px;
}

#portfolioLinks LI P {
  margin: 0;
  background: url('../images/film_strip/cells.png') 0 0 no-repeat;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
}
#portfolioLinks LI.cell11 P {
  background-position: 0 0;
}
#portfolioLinks LI.cell12 P {
  background-position: -150px 0;
}
#portfolioLinks LI.cell13 P {
  background-position: -300px 0;
}
#portfolioLinks LI.cell21 P {
  background-position: 0 -150px;
}
#portfolioLinks LI.cell22 P {
  background-position: -150px -150px;
}
#portfolioLinks LI.cell23 P {
  background-position: -300px -150px;
}
#portfolioLinks LI.cell31 P {
  background-position: 0 -300px;
}
#portfolioLinks LI.cell32 P {
  background-position: -150px -300px;
}
#portfolioLinks LI.cell33 P {
  background-position: -300px -300px;
}

#portfolioLinks LI A {
  background-repeat: no-repeat;
  text-indent: -1000em;
  display: block;
  width: 130px;
  height: 105px;
  position: absolute;
}
#portfolioLinks LI.cell11 A, #portfolioLinks LI.cell12 A, #portfolioLinks LI.cell13 A {
  background-position: 0 0;
  top: 20px;
  left: 7px;
}
#portfolioLinks LI.cell21 A, #portfolioLinks LI.cell22 A, #portfolioLinks LI.cell23 A {
  background-position: 0 -105px;
  top: 22px;
  left: 7px;
}
#portfolioLinks LI.cell31 A, #portfolioLinks LI.cell32 A, #portfolioLinks LI.cell33 A {
  background-position: 0 -210px;
  top: 21px;
  left: 7px;
}


DIV.portfolioWebsite H1, DIV.portfolioWebsite H2, DIV.portfolioWebsite P.siteLink {
  margin-right: 390px;
}

DIV.portfolioWebsite UL.thumbnailLinks {
  margin: -10em 0 20px 25px;
  width: 365px;
  float: right;
}

UL.thumbnailLinks LI {
  margin: 0 0 20px 0;
}
UL.thumbnailLinks P.thumbnailLink{
  background-repeat: no-repeat;
}
UL.thumbnailLinks P.thumbnailLink A {
  background-position: center top;
  background-repeat: no-repeat;
  text-indent: -1000em;
  display: block;
}

UL.thumbnailLinks LI.thumbnailStyleA P.thumbnailLink{
  background-position: center 38px;
}
UL.thumbnailLinks LI.thumbnailStyleA P.thumbnailLink A {
  background-image: url('../images/photo_frames/frame_1.png');
  height: 274px;
}
UL.thumbnailLinks LI.thumbnailStyleB P.thumbnailLink{
  background-position: center 38px;
}
UL.thumbnailLinks LI.thumbnailStyleB P.thumbnailLink A {
  background-image: url('../images/photo_frames/frame_2.png');
  height: 288px;
}
UL.thumbnailLinks LI.thumbnailStyleC P.thumbnailLink{
  background-position: center 31px;
}
UL.thumbnailLinks LI.thumbnailStyleC P.thumbnailLink A {
  background-image: url('../images/photo_frames/frame_3.png');
  height: 308px;
}
UL.thumbnailLinks LI.thumbnailStyleD P.thumbnailLink{
  background-position: center 34px;
}
UL.thumbnailLinks LI.thumbnailStyleD P.thumbnailLink A {
  background-image: url('../images/photo_frames/frame_4.png');
  height: 324px;
}

UL.thumbnailLinks P.thumbnailDescription {
  margin: -10px 40px 0 40px;
  font-size: 0.8em;
  text-align: center;
  color: #655538;
}


/* Blog Elements */

DIV.blogPost {
  margin-top: 20px;
  padding-top: 20px;
  background: url('../images/rules/dots.png') left top repeat-x;
}
DIV.firstBlogPost {
  margin-top: 0;
  padding-top: 0;
  background: none;
}

DIV.blogPost H2 A {
  color: #865a06;
}
DIV.blogPost H2 A:hover {
  color: #000;
}

DIV.blogPost P.blogPostAuthor {
  margin-top: -0.5em;
  font-family: freight-sans-pro-1, freight-sans-pro-2, sans-serif;
  font-weight: 600;
  font-size: 0.9em;
  letter-spacing: 0.04em;
  color: #696b2e;
  text-transform: uppercase;
}

UL.blogPostActions {
  margin: 2em 0 1em -8px;
}
UL.blogPostActions LI {
  margin: 0 1.5em 0 0;
  display: inline;
}
UL.blogPostActions A, UL.blogPostActions A:link, UL.blogPostActions A:visited {
  padding: 10px 0 10px 50px;
  background-image: left center;
  background-repeat: no-repeat;
  color: #865a06;
  text-decoration: none;
}
UL.blogPostActions A:hover {
  color: #333;
  text-decoration: underline;
}
UL.blogPostActions LI.share A {
  background-image: url('../images/icons/envelope.png');
}
UL.blogPostActions LI.comment A {
  padding-left: 46px;
  background-image: url('../images/icons/bullhorn.png');
}

H2.twitter {
  margin-left: -10px;
}
H2.twitter A, H2.twitter A:link, H2.twitter A:visited {
  padding: 10px 0 10px 55px;
  background: url('../images/icons/bird.png') left center no-repeat;
  color: #6e711b;
}
H2.twitter A:hover {
  color: #000;
}

UL.tweets {
  margin: 0 4%;
}
UL.tweets LI {
  margin: 1.5em 0 0 0;
  padding-left: 32px;
  font-size: 0.95em;
  color: #655538;
  position: relative;
}
UL.tweets IMG {
  position: absolute;
  top: 4px;
  left: 0;
}
UL.tweets P {
  margin-bottom: 0.3em;
}
UL.tweets P.tweetAuthor {
  font-size: 0.85em;
  color: #8d7c5b;
}
UL.tweets P.tweetAuthor A {
  color: #8d7c5b;
  text-decoration: none;
}
UL.tweets P.tweetAuthor A:hover {
  color: #655538;
  text-decoration: underline;
}

UL.blogLinks {
  margin: 0 4%;
  font-family: freight-sans-pro-1, freight-sans-pro-2, sans-serif;
  font-weight: 600;
  font-size: 1.2em;
}
UL.blogLinks LI {
  margin: 0.4em 0.2em;
}
UL.blogLinks A, UL.blogLinks A:link, UL.blogLinks A:visited {
  color: #655538;
  text-decoration: none;
}
UL.blogLinks A:hover {
  color: #000;
  text-decoration: underline;
}



/* Store */

DIV.sizingTable {
  margin: 1em 0;
  padding: 0.2em 0.5em;
  background: url('../sme/images/backgrounds/highlight/white.png') left top repeat;
  width: 90%;
}
DIV.sizingTable TH, DIV.sizingTable TD {
  padding: 0.2em 0.5em;
}
DIV.sizingTable TH {
  font-weight: bold;
  font-size: 0.85em;
}
DIV.sizingTable TD {
  line-height: 1.8em;
}
DIV.sizingTable TD:first-child {
  text-align: right;
}
DIV.sizingTable SPAN.stockNote {
  font-size: 0.8em;
  color: #666;
}

A.cartContinueLink {
  padding: 0.4em 0.4em 0.2em 0.4em;
  background: #ccc;
  font-size: 1.2em;
  line-height: 1.1em;
}
A.cartContinueLink:hover {
  background: #999;
  text-decoration: none;
}

DIV.recordSet TD.cartDescription A {
  padding: 15px 0 15px 60px;
  background-position: left center;
  background-repeat: no-repeat;
  display: block;
}
DIV.recordSet TD.cartQuantity {
  font-size: 1.1em;
  text-align: center;
}
DIV.recordSet TD.cartQuantity INPUT {
  padding: 0.5em;
}

IMG.paymentIcon {
  padding-right: 0.5em;
  vertical-align: middle;
}

BODY.store #pageContent DIV.shippingOptions {
  padding-left: 75px;
  position: relative;
}
SPAN.upsLogo {
  background: url('../sme/images/icons/shipper/ups/small.png') left top no-repeat;
  display: block;
  width: 50px;
  height: 60px;
  position: absolute;
  top: 6px;
  left: 10px;
}
BODY.store #pageContent DIV.shippingOptions H2 {
  margin-bottom: 0;
}
BODY.store #pageContent DIV.shippingOptions TABLE.form {
  margin: 0.5em 0 0 0;
}
BODY.store #pageContent DIV.shippingOptions TABLE.form TD {
  padding: 0.2em 0.5em 0.3em 0;
  line-height: 1.1em;
  vertical-align: baseline;
}
BODY.store #pageContent DIV.shippingOptions LABEL {
  color: #333;
}
SPAN.noTracking {
  font-size: 0.8em;
  font-weight: 600;
}

TABLE.billingSameAsShipping TD {
  padding-right: 0.5em;
  vertical-align: baseline;
}
TABLE.billingSameAsShipping LABEL {
  color: #655538;
}

DIV.orderReview {
  padding-top: 0.5em !important;
}
DIV.orderReview P {
  margin: 0 0 0.35em 0;
}
DIV.orderReview TFOOT TD {
  padding-top: 0.4em;
  padding-bottom: 0;
  font-size: 0.9em;
}
DIV.orderReview TFOOT TR.orderTotal TD {
  font-size: 1em;
  font-weight: bold;
}
DIV.orderReview P.changeLink {
  margin-top: -0.2em;
  font-size: 0.7em;
}
SPAN.storeSubmitWait, SPAN.submitWait {
  padding: 4px 0 4px 20px;
  background: url('../sme/images/icons/progress/white.gif') left center no-repeat;
}


/* CMS */

UL.paginationSearch {
  margin: 2em 2em 2em 0;
  font-family: freight-sans-pro-1, freight-sans-pro-2, serif;
  font-weight: 300;
  font-size: 0.8em;
  color: #655538;
}
UL.paginationSearch LI {
  margin: 0.2em;
  display: inline;
}
UL.paginationSearch LI.current {
  font-weight: 600;
  color: #000;
}
UL.paginationSearch A {
  color: #655538;
  text-decoration: none;
}
UL.paginationSearch A:hover {
  color: #865a06;
  text-decoration: underline;
}

BODY.hideRedirectURLs TD.urlColumn SPAN.supplemental {
  display: none;
}
#hideRedirectURLsForm {
  font-size: 0.7em;
  float: right;
}

DIV.recordSet TD.urlColumn DIV {
  max-width: 22em;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

DIV.recordSet .supplemental, .supplementalText {
  font-size: 0.8em;
  line-height: 1.2em;
  color: #655538;
}

UL.assetGroupList {
  margin: 1em 0;
}
UL.assetGroupList LI {
  margin: 1em 0 1.5em 0;
}
UL.assetGroupList P {
  margin-bottom: 0.3em;
  line-height: 1.1em;
}
UL.assetGroupList P.revisionDate {
  font-size: 0.8em;
  line-height: 1.1em;
}
UL.assetGroupList P.revisionComment {
  font-size: 0.9em;
  line-height: 1.1em;
  color: #808080;
}
UL.assetGroupList P.viewChangeLink {
  font-size: 0.7em;
  line-height: 1.1em;
}

A.assetViewLink {
  background: url('../sme/images/buttons/cms/view_asset.png') 0 center no-repeat;
  text-indent: -1000em;
  text-decoration: none;
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  top: 1px;
}
A.assetViewLink:hover {
  background-position: -60px center;
}

A.assetThumbnailViewLink {
  background-position: left top;
  background-repeat: no-repeat;
  text-indent: -1000em;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  width: 24px;
  height: 24px;
}


DIV.cmsEditLeftColumn {
  width: 70%;
  float: left;
}
DIV.cmsEditRightColumn {
  margin-bottom: 40px;
  font-size: 0.85em;
  width: 28%;
  float: right;
}
DIV.cmsEditLeftColumn .fullWidth, DIV.cmsEditRightColumn .fullWidth {
  width: 97%;
  max-width: 100%;
}

DIV.cmsEditLeftColumn H2 {
  font-size: 1.275em;
}
DIV.cmsEditLeftColumn H2:first-child, DIV.cmsEditRightColumn H2:first-child {
  margin-top: 0;
}

A.cmsToggleLink {
  margin: 0.7em 0 0 0.5em;
  font-size: 0.5em;
  line-height: 1em;
  float: right;
}
A.cmsToggleLink {
  color: #666 !important;
  text-decoration: underline;
}
A.cmsToggleLink:hover {
  color: #ccc !important;
}

DIV.cmsEditLeftColumn DIV.cmsEditField {
  margin: 0 0 0.5em 0;
}
DIV.cmsEditRightColumn DIV.cmsEditField {
  margin: 0 0 1.3em 0;
}

DIV.cmsEditField P {
  margin-bottom: 0.3em;
  line-height: 1.1em;
}

.cmsEditFieldTitle {
  font-size: 1.6em;
}
DIV.cmsEditLeftColumn .cmsEditFieldTitle TEXTAREA.fullWidth, DIV.cmsEditLeftColumn .cmsEditFieldTitle INPUT.fullWidth {
  padding-left: 0.2em;
  padding-right: 0.2em;
}
.cmsEditFieldTitle TEXTAREA:first-line {
  font-size: 0.8em;
}
.cmsEditFieldURL {
  font-size: 0.9em;
}
DIV.cmsEditLeftColumn P {
  margin-top: 1em;
}
DIV.cmsEditLeftColumn P.previewLink {
  margin-top: 0;
  margin-right: 1.5%;
  float: right;
}

TABLE.cmsDocumentDetails {
  margin: -0.5em 0 1em 0;
}
TABLE.cmsDocumentDetails TH, TABLE.cmsDocumentDetails TD {
  padding: 0.1em 0;
  color: #7a3b12;
}
TABLE.cmsDocumentDetails TH {
  padding-right: 0.5em;
  font-size: 0.7em;
  font-weight: bold;
  text-align: right;
}
TABLE.cmsDocumentDetails TD {
  font-size: 0.8em;
}

TABLE.publicationScheduleTable TH {
  padding-right: 0.5em;
  text-align: right;
}

DIV.cmsEditRightColumn .formButtons {
  margin-top: 2em;
  font-size: 1.1765em;
}

DIV.cmsEditRightColumn P.revisionNumber {
  margin: -0.2em 0.5em 0.5em 0;
  font-size: 1.1765em;
  float: left;
}
DIV.cmsEditRightColumn P.revisionDate {
  margin-bottom: 0.2em;
  font-size: 0.9em;
  line-height: 1.1em;
}
DIV.cmsEditRightColumn P.revisionComment {
  margin-bottom: 1.3em;
  font-size: 0.9em;
  line-height: 1.1em;
  color: #808080;
}


/* Page Footer */

#pageFooterFrame {
  margin: 0 0 70px auto;
  background: url('../images/backgrounds/footer.png') left top repeat-x;
  width: 84%;
  height: 106px;
  position: relative;
  z-index: 10;
}
#pageFooterLeftEdge {
  background: url('../images/backgrounds/footer_left_edge.png') left top no-repeat;
  display: block;
  width: 150px;
  height: 106px;
  position: absolute;
  top: 0;
  left: -34px;
}
#pageFooterBottomEdge {
  background: url('../images/backgrounds/footer_bottom_edge.png') left top repeat-x;
  display: block;
  height: 21px;
  position: absolute;
  top: 85px;
  left: 116px;
  right: 0;
}

#pageFooter {
  margin: 0 250px 0 0;
  font-size: 0.85em;
  color: #333;
  position: absolute;
  left: 25px;
  bottom: 28px;
  z-index: 20;
}

#pageFooter A, #pageFooter A:link, #pageFooter A:visited {
  color: #5b5618;
  white-space: nowrap;
  text-decoration: none;
}
#pageFooter A:hover {
  color: #333;
  text-decoration: underline;
}

#contactCard {
  margin: 0;
  background: url('../images/contact_card.png') left top no-repeat;
  width: 250px;
  height: 188px;
  position: absolute;
  right: 0;
  bottom: -35px;
}
#contactCard A {
  text-indent: -1000em;
  text-decoration: none;
  display: block;
  width: 165px;
  height: 80px;
  position: absolute;
  top: 32px;
  left: 55px;
}

#pageFooter UL {
  margin: 0 0 1em 0;
}
#pageFooter LI {
  margin: 0;
  padding: 0 0.7em;
  border-left: 1px solid #5d5c3e;
  display: inline;
}
#pageFooter LI.first {
  padding-left: 0;
  border-left: none;
}

#pageFooter P {
  margin-bottom: 0;
}

