/**
 * spenlen.com site style sheet.
 *
 * @package    SpenlenMediaWeb
 * @subpackage UI
 * @copyright  Copyright 2009 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: normal normal normal 0.9em Helvetica, Arial, sans-serif;
  line-height: 1.3em;
  color: #2b2824;
}

/* Headings */

H1, H2, H3, H4, H5, H6 {
  margin: 0 0 0.3em 0;
  font-family: Garamond, Georgia, "Times New Roman", serif;
  font-size: 1em;
  font-weight: normal;
}

H2 {
  font-variant: small-caps;
  font-size: 2.8em;
  line-height: 1em;
  letter-spacing: 0.08em;
  color: #655538;
}

H3 {
  font-size: 2.1em;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  color: #865a06;
}

H4 {
  margin-bottom: 1em;
  font-weight: 1.1em;
  line-height: 1em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  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: #e6f5d7;
}
TR.even {
  background: #d6e9c4;
}

/* Paragraphs and Other Block-Level Elements */

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

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

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

H3 A, H3 A:link, H3 A:visited {
  text-decoration: none;
}
H3 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: normal normal normal 1em Arial, Helvetica, sans-serif;
}

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

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

BUTTON {
  margin: 0 0 0 0.5em;
  padding: 0.3em 1em;
  border: none;
  background: #cae694;
  font-family: Garamond, Georgia, "Times New Roman", serif;
  font-size: 0.9em;
  text-transform: uppercase;
  color: #557330;
  cursor: pointer;
}
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 */

H1 {
  margin: 0;
  background: url('../images/logo.png') left bottom no-repeat;
  width: 404px;
  height: 140px;
  position: absolute;
  top: 0;
  left: 16%;
  z-index: 1000;
}
H1 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;
}
#siteNavBackgroundServices {
  background-image: url('../images/backgrounds/navigation_tab_services.png');
  height: 150px;
  top: 0;
}
#siteNavBackgroundProducts {
  background-image: url('../images/backgrounds/navigation_tab_products.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;
}
#siteNavLinkServices {
  height: 133px;
  top: 0;
}
#siteNavLinkProducts {
  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;
  min-height: 135px;
}

#pageHeader A, #pageHeader A:link, #pageHeader A:visited {
  white-space: nowrap;
}

#pageHeader UL {
  margin: 0 0 1em 0;
  padding: 10px 15px;
  text-align: right;
}
#pageHeader LI {
  margin: 0;
  padding: 0 0.7em;
  border-left: 1px solid #5d5c3e;
  display: inline;
}
#pageHeader LI.first {
  padding-left: 0;
  border-left: none;
}


/* 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: 0 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 H3 {
  padding: 35px 4% 0 4%;
  background: url('../images/rules/line.png') 0 5px no-repeat;
  color: #ce6507;
}
DIV.sidebar H3: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;
}

.requiredField:after {
  margin-right: -0.6em;
  content: '*';
  color: #6e953e;
}

.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-size: 0.9em;
  font-weight: bold;
  color: #c3102d;
}

#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 {
  font-size: 0.8em;
  color: #333;
}

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


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

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

DIV.recordSet TH {
  padding: 0.3em 20px 0.3em 0.7em;
  background: #abca70;
  color: #fff;
}

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.4em 20px 0.4em 0.7em;
  border-left: 1px solid #d0e3a9;
}
DIV.recordSet TD:first-child {
  border-left: none;
}

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


/* Forms */

DIV.formFrame {
  margin: 1.5em 5% 1.5em -7px;
  padding: 6px 7px;
  background: url('../images/backgrounds/form.jpg');
  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;
}

DIV.formContent P.formInstructions {
  margin: 0;
  padding: 8px 12px;
  border-bottom: 6px solid #aba657;
  font-family: Garamond, Georgia, "Times New Roman", serif;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  color: #696b2e;
}

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


TABLE.form TH, TABLE.form TD {
}

TABLE.form TH {
  padding-top: 0.3em;
  padding-right: 1em;
  padding-bottom: 0.3em;
  /* padding-left intentionally omitted */
  text-align: right;
  vertical-align: middle;
  color: #666;
}
TABLE.verticalForm TH {
  text-align: left;
}

TABLE.form TD {
  padding-top: 0.3em;
  padding-right: 0.2em;
  padding-bottom: 0.3em;
  /* padding-left intentionally omitted */
  vertical-align: middle;
}
TABLE.form TD TD {
  padding: 0 0.05em 0 0;
}
TABLE.verticalForm TD {
  padding-right: 1em;
}

.formButtons {
  padding: 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.homePostcard {
  margin-right: -20px;
  height: 445px;
  position: relative;
  z-index: 20;
}

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

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

DIV.homePostcard P.homePostcardText {
  margin: 0;
  background-position: center top;
  background-repeat: no-repeat;
  text-indent: -1000em;
  width: 385px;
  height: 340px;
}


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: Garamond, Georgia, "Times New Roman", serif;
  font-size: 1.5em;
  font-weight: bold;
  text-transform: lowercase;
  color: #696b2e;
  width: 30%;
  float: left;
}


/* Portfolio Elements */

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

#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 H2, DIV.portfolioWebsite H3, 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 H3 A {
  color: #865a06;
}
DIV.blogPost H3 A:hover {
  color: #000;
}

DIV.blogPost P.blogPostAuthor {
  margin-top: -0.5em;
  font-family: Garamond, Georgia, "Times New Roman", serif;
  font-weight: bold;
  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');
}

H3.twitter {
  margin-left: -10px;
}
H3.twitter A, H3.twitter A:link, H3.twitter A:visited {
  padding: 10px 0 10px 55px;
  background: url('../images/icons/bird.png') left center no-repeat;
  color: #6e711b;
}
H3.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: Garamond, Georgia, "Times New Roman", serif;
  font-weight: bold;
  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;
}



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