/*
Title:     screen.css - Ford Interactive screen styles.
Author:    Andy Ford - andy@fordinteractive.com
Copyright: 2010, Ford Interactive. All rights reserved. Don't steal.
*/
@import url('diagnostic.css');
@font-face {
  font-family: 'DroidSerifRegular';
  src: url("fonts/DroidSerif-Regular-webfont.eot");
  src: local("☺"), url("fonts/DroidSerif-Regular-webfont.woff") format("woff"), url("fonts/DroidSerif-Regular-webfont.ttf") format("truetype"), url("fonts/DroidSerif-Regular-webfont.svg#webfontOAAhrq6s") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DroidSerifItalic';
  src: url("fonts/DroidSerif-Italic-webfont.eot");
  src: local("☺"), url("fonts/DroidSerif-Italic-webfont.woff") format("woff"), url("fonts/DroidSerif-Italic-webfont.ttf") format("truetype"), url("fonts/DroidSerif-Italic-webfont.svg#webfontKHo48rSK") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DroidSerifBold';
  src: url("fonts/DroidSerif-Bold-webfont.eot");
  src: local("☺"), url("fonts/DroidSerif-Bold-webfont.woff") format("woff"), url("fonts/DroidSerif-Bold-webfont.ttf") format("truetype"), url("fonts/DroidSerif-Bold-webfont.svg#webfontcY5tFAO2") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DroidSerifBoldItalic';
  src: url("fonts/DroidSerif-BoldItalic-webfont.eot");
  src: local("☺"), url("fonts/DroidSerif-BoldItalic-webfont.woff") format("woff"), url("fonts/DroidSerif-BoldItalic-webfont.ttf") format("truetype"), url("fonts/DroidSerif-BoldItalic-webfont.svg#webfont7Z4rXpYC") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'NymphetteRegular';
  src: url("fonts/Nymphette-webfont.eot");
  src: local("☺"), url("fonts/Nymphette-webfont.woff") format("woff"), url("fonts/Nymphette-webfont.ttf") format("truetype"), url("fonts/Nymphette-webfont.svg#webfontyxQVloyB") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BebasNeueRegular';
  src: url("fonts/BebasNeue-webfont.eot");
  src: local("☺"), url("fonts/BebasNeue-webfont.woff") format("woff"), url("fonts/BebasNeue-webfont.ttf") format("truetype"), url("fonts/BebasNeue-webfont.svg#webfontf0WP9KEe") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* @group GLOBALS
============================= */
/* @group Globals - Text Resets
============================= */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  height: 100%;
  min-height: 100%;
}

body {
  min-height: 95%;
  padding: 0 18px;
  border: 8px solid #31290e;
  font-size: 62.5%;
  line-height: 1;
  font-family: 'Georgia', Times, 'Times New Roman', serif;
  color: #31290e;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  background: #e8e7e4 url(i/bg-body.jpg);
  -moz-box-shadow: inset 0 0 90px rgba(90, 74, 25, 0.2);
  /*-webkit-box-shadow: inset 0 0 90px rgba(90, 74, 25, .2);*/
  /* gives webkit fits =( */
  box-shadow: inset 0 0 90px rgba(90, 74, 25, 0.2);
}

p, ul, ol, dl, table, blockquote {
  margin: 0 0 1.428em;
  line-height: 1.428;
}

p, li, dt, dd, table {
  font-size: 1.4em;
}

li *, dt *, dd *, td *, th * {
  font-size: 1em;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

blockquote, q {
  quotes: none;
}

blockquote div cite {
  font-style: italic;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

ins {
  text-decoration: none;
  font-style: italic;
  color: green;
}

del {
  text-decoration: line-through;
}

abbr, acronym {
  border-bottom: 1px dotted;
  cursor: help;
}

abbr[title='and'] {
  border: 0;
  font-family: Baskerville;
  font-style: italic;
}

sub {
  font-size: .75em;
  line-height: 1px;
  position: relative;
  bottom: -0.5em;
}

sup {
  font-size: .75em;
  line-height: 1px;
  position: relative;
  top: -0.5em;
}

pre, code {
  margin: 1.5em 0;
  white-space: pre;
}

pre, code, tt {
  font-size: 1em;
  font-family: 'andale mono', 'lucida console', monospace;
  line-height: 1.5;
}

/* "Courier New", Monaco, Courier */
hr {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  margin: 0 0 1em;
  height: 0;
}

/* graphical HR's ~ http://borgar.undraland.com/s/2007/01/style-hr-elements/ */
/*
hr {
	border: none;
	outline: none;
	clear: both;
	margin: 1em 0;
	height: 1.4em;
	background: url(i/hr.png) no-repeat 50% 50%;
}

* html hr {
	display : list-item;
	list-style : url(i/hr.gif) inside;
	filter : alpha(opacity=0);
	width : 0;
}
*:first-child+html hr {
	display : list-item;
	list-style : url(i/hr.png) inside;
	filter : alpha(opacity=0);
	width : 0;
}
*/
a,
a:visited {
  color: #31290e;
}

a:active {
  outline: none;
}

/* remove outline from :active state only - http://people.opera.com/patrickl/experiments/keyboard/test*/
/* @end Globals - Text Resets
--------------------- */
/* @group Globals - Headings (H1-H6)
============================= */
/* traditional scale: 72 60 48 36 24 21 18 16 14 12 11 10 9 8 7 6 */
#header h1 {
  margin: 0 0 55px;
}
#header h1 a {
  display: block;
  width: 140px;
  height: 326px;
  text-indent: -9999px;
  background: url(i/ford-interactive-logo.png);
}

h2, h3, h4, h5, h6 {
  font-family: 'BebasNeueRegular';
  line-height: 1;
  font-weight: normal;
  color: #59480E;
}

/* extra top margin for headings preceded by other elements */
* + h2, * + h3, * + h4, * + h5, * + h6 {
  margin-top: 30px;
}

h2 {
  margin: 0 -10px 30px;
  padding: 0 10px;
  font-size: 45px;
  border-bottom: 2px solid;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}
h2 code {
  margin: 0;
  font-family: inherit;
  line-height: inherit;
}

h3 {
  font-size: 27px;
}

h4 {
  font-size: 1.8em;
  font-weight: 700;
}

h5 {
  font-size: 1.6em;
  font-weight: 700;
}

h6 {
  font-size: 1.4em;
  font-weight: 700;
}

/* @end Globals - Headings (H1-H6)
--------------------- */
/* @group Globals - Lists (UL, OL)
============================= */
ol, ul {
  margin: 0 0 2em 1.5em;
}

ol {
  margin-left: 2.5em;
}

/* change bullet style when nesting lists */
ul {
  list-style: disc;
}

ul ul {
  list-style: circle;
}

ul ul ul {
  list-style: square;
}

ol {
  list-style: decimal;
}

ol ol, ol.alpha {
  list-style: lower-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

p + ul, p + ol {
  margin-top: -2em;
}

/* get lists below paragraphs closer to the paragraph - may need tweaking */
li ul, li ol {
  margin-top: .5em;
  margin-bottom: .75em;
}

/* lists inside of LI's usually need room to breathe */
/* @end Globals - Lists (UL, OL)
--------------------- */
/* @group Globals - Definition Lists (DL)
============================= */
dl dt {
  font-weight: 700;
}
dl dt a {
  text-decoration: none;
}
dl dd dd p {
  padding: 0;
}

/* @end Globals - Definition Lists (DL)
--------------------- */
/* @group Globals - Forms
============================= */
form {
  width: 340px;
  margin: 0 auto;
  /* for Fx<=3.5 See Bugzilla id# 436046 & 501959 */
}
form ol {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
form ol li {
  margin: 0 0 10px;
}
form label {
  display: block;
  font-variant: small-caps;
}
form label:after {
  content: ':';
}
form input,
form select,
form textarea {
  width: 330px;
  margin: 0;
  padding: 4px;
  border: 1px solid #BCB087;
  font-family: 'Courier New', Monaco, Courier, 'andale mono', 'lucida console', monospace;
  font-size: 14px;
  color: #31290E;
  text-shadow: 0 1px 2px rgba(133, 107, 21, 0.4);
  background: rgba(255, 255, 255, 0.3);
  -moz-box-shadow: inset 0 1px 3px rgba(156, 150, 117, 0.2), 0 1px 0 rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: inset 0 1px 3px rgba(156, 150, 117, 0.2), 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 3px rgba(156, 150, 117, 0.2), 0 1px 0 rgba(255, 255, 255, 0.4);
}
form input:focus,
form textarea:focus {
  border-color: #856B15;
}
form button, form .buttons input {
  cursor: pointer;
}
form input[type='submit'] {
  cursor: pointer;
}
form input[type='hidden'] {
  display: none !important;
}
form span.reqtxt, form span.emailreqtxt {
  display: none;
}
form p {
  position: relative;
}
form p span.required {
  position: absolute;
  right: -12px;
  color: #856B15;
}
form p.comment-notes {
  font-size: 10px;
}
form p.comment-notes span.required {
  position: static;
  right: auto;
}
form p.cf-sb,
form p.form-submit {
  text-align: right;
}
form input.sendbutton,
form .form-submit input {
  width: auto;
  padding: 3px 6px;
  border-color: #9D9885;
  font-family: 'DroidSerifRegular';
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background: rgba(156, 150, 117, 0.12);
  -moz-box-shadow: 0 1px 2px rgba(156, 150, 117, 0.32);
  -webkit-box-shadow: 0 1px 2px rgba(156, 150, 117, 0.32);
  box-shadow: 0 1px 2px rgba(156, 150, 117, 0.32);
}

#ll {
  display: none;
}

/* @end Globals - Forms
--------------------- */
/* @group Globals - Form Responses
============================= */
/*.error, .notice, .success { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }

.error { background: #FBE3E4; color: #8a1f11; border-color: #FBC2C4; }
.notice { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success { background: #E6EFC2; color: #264409; border-color: #C6D880; }

.error a { color: #8a1f11; }
.notice a { color: #514721; }
.success a { color: #264409; }*/
/* @end Globals - Form Responses
--------------------- */
/* @group Globals - Tables
============================= */
table {
  border-collapse: collapse;
  border-spacing: 0;
  /*tr:nth-child(even) td*/
}
table caption {
  text-align: left;
  font-weight: 700;
}
table th {
  font-weight: 700;
}
table th, table td {
  padding: .5em;
  border: 1px solid #ccc;
  font-size: 1em;
  line-height: 1.2;
  text-align: left;
  vertical-align: middle;
}
table tr.alt td {
  background: #eee;
}
table tfoot {
  font-style: italic;
}

/* @end Globals - Tables
--------------------- */
/* @end GLOBALS
--------------------- */
/* @group HELPER CLASSES
============================= */
/*
.hide { display: none !important; }

.left { float: left !important; }
.right { float: right !important; }

img.left { margin: 0 18px 1em 0; }
img.right { margin: 0 0 1em 18px; }
img.center { display: block; margin: 1em auto; }


p.intro { font-size: 1.5em; }
p.center { text-align: center; }
p.fineprint { font-size: .9em; }

a.prompt {}
a.more {}
*/
img#wpstats {
  display: none;
}

/* Clearfix ~ see: http://www.positioniseverything.net/easyclearing.html & http://perishablepress.com/press/2009/12/06/new-clearfix-hack/ */
.group:after,
#page:after,
#main:after,
body.home #main > section:after,
body.home section.testimonials .quotes:after,
ul.projects:after,
body.home .portfolio > ul.projects > li:after {
  display: block;
  clear: both;
  height: 0;
  content: " ";
  font-size: 0;
  visibility: hidden;
}

/* @end HELPER CLASSES
--------------------- */
/* @group LAYOUT
============================= */
#page {
  width: 860px;
  margin: 0 auto;
  padding: 38px 80px 0 0;
}

#main {
  float: right;
  width: 620px;
  padding-top: 72px;
}
body.page #main {
  padding-top: 117px;
  padding-bottom: 30px;
}
body.single #main {
  width: 540px;
  margin-right: 80px;
}

/* @group Layout - Header
============================= */
#header {
  position: relative;
  float: left;
  width: 140px;
}

/* @end Layout - Header
--------------------- */
/* @group Layout - Footer
============================= */
#footer {
  float: right;
  clear: both;
  width: 640px;
  margin: 0 -10px 0 0;
  padding: 18px 0 30px;
  border-top: 3px solid;
  background: url(i/bg-header.png) repeat-x;
}
#footer p {
  margin: 0 0 4px;
  font-size: 10px;
  text-align: center;
  color: #856B15;
}
#footer p abbr {
  border: 0;
}
#footer p a {
  text-decoration: none;
  color: inherit;
}
#footer p a:hover {
  text-decoration: underline;
}
#footer nav {
  margin: 0 0 10px;
  text-align: center;
}
#footer nav:before {
  content: 'B';
  font-size: 16px;
  font-family: 'NymphetteRegular';
  color: rgba(49, 41, 14, 0.66);
}
#footer nav:after {
  content: 'A';
  font-size: 16px;
  font-family: 'NymphetteRegular';
  color: rgba(49, 41, 14, 0.66);
}
#footer nav ul {
  display: inline;
  margin: 0;
  list-style: none;
}
#footer nav ul li {
  display: inline;
  margin: 0;
  border-left: 1px solid;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}
#footer nav ul li:first-child {
  border: 0;
}
#footer nav ul li a {
  padding: 0 .5em;
  text-decoration: none;
}
#footer nav ul li a:hover {
  text-decoration: underline;
}
body.single #footer {
  width: 560px;
  margin: 0 70px 0 0;
}

/* @end Layout - Footer
--------------------- */
/* @end LAYOUT
--------------------- */
/* @group NAV/UI
============================= */
/* @group Nav - Main
============================= */
#nav-main ul {
  position: relative;
  margin: 0 -3px;
  list-style: none;
}
#nav-main ul li {
  margin: 0;
  font-size: 24px;
  line-height: 40px;
  text-transform: lowercase;
}
#nav-main ul li a {
  display: block;
  padding: 0 4px;
  text-decoration: none;
  color: #856B15;
}
#nav-main ul li.current a {
  color: #856B15 !important;
  background: rgba(211, 180, 8, 0.16);
  -moz-box-shadow: inset 0 1px 4px rgba(221, 190, 18, 0.24), 0 1px 0 rgba(255, 255, 255, 0.25), 1px 0 0 rgba(255, 255, 255, 0.15), -1px 0 0 rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: inset 0 1px 4px rgba(221, 190, 18, 0.24), 0 1px 0 rgba(255, 255, 255, 0.25), 1px 0 0 rgba(255, 255, 255, 0.15), -1px 0 0 rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 1px 4px rgba(221, 190, 18, 0.24), 0 1px 0 rgba(255, 255, 255, 0.25), 1px 0 0 rgba(255, 255, 255, 0.15), -1px 0 0 rgba(255, 255, 255, 0.15);
}
#nav-main ul li a:hover {
  color: #31290E;
}

/* @end Nav - Main
--------------------- */
/* @end NAV/UI
--------------------- */
/* @group MODULES
============================= */
/* @group Intro
============================= */
#intro {
  position: relative;
  margin: 0 -50px 66px;
  padding: 40px 30px 0;
  background: url(i/bg-intro.png) no-repeat;
}
#intro h1 {
  margin: 0;
  padding: 5px 10px 0;
  font-family: 'BebasNeueRegular';
  font-size: 45px;
  font-weight: normal;
  color: #59480E;
}
#intro h1 span {
  margin-left: -6px;
}
#intro p {
  margin: 0;
  padding: 5px 10px;
  font-size: 27px;
  line-height: 30px;
  letter-spacing: -1px;
  color: #59480e;
}
#intro p a {
  margin: 0 -3px;
  padding: 0 3px;
  text-decoration: none;
  color: #856b15;
  background: rgba(221, 190, 18, 0.16);
}
#intro p a:hover {
  color: #614D0A;
  background: rgba(221, 190, 18, 0.33);
}
#intro p a em {
  font-family: 'DroidSerifItalic';
  font-style: normal;
}

/* @end Intro
--------------------- */
body.home .content > section {
  margin: 0 0 36px;
}
body.home .content > section > header,
body.home .content > section > section > header {
  position: relative;
  margin: 0 -10px 19px;
  padding: 10px 0 3px;
  border: solid #41350f;
  border-width: 3px 0 1px;
  background: url(i/bg-header.png) repeat-x;
  background-color: rgba(156, 150, 117, 0.12);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.61);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.61);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.61);
}
body.home .content > section > header h2,
body.home .content > section > section > header h2 {
  margin: 0 10px;
  padding: 0;
  border: 0;
  font-family: 'BebasNeueRegular';
  font-size: 18px;
  font-weight: normal;
  color: #31290E;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

body.home section.portfolio {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 20px;
}
body.home section.portfolio > header {
  margin-bottom: 3px;
}

ul.projects {
  position: relative;
  z-index: 1;
  margin: 0;
  list-style: none;
}
ul.projects > li {
  width: 300px;
  padding: 16px 0 16px 320px;
}
ul.projects > li:first-child {
  display: block;
}
ul.projects > li h3 {
  margin: 0 0 6px;
  font-family: 'BebasNeueRegular';
  font-size: 24px;
  line-height: 1;
  font-weight: normal;
  color: #856b15;
}
ul.projects > li h3 a {
  text-decoration: none;
  color: inherit;
}
ul.projects > li h3 a:hover img {
  -moz-box-shadow: 0 1px 5px rgba(66, 52, 6, 0.66), 0 0 1px #a48d40;
  -webkit-box-shadow: 0 1px 5px rgba(66, 52, 6, 0.66), 0 0 1px #a48d40;
  box-shadow: 0 1px 5px rgba(66, 52, 6, 0.66), 0 0 1px #a48d40;
}
ul.projects > li h3 img {
  display: block;
  float: left;
  width: 290px;
  height: 150px;
  margin: 0 0 0 -320px;
  border: 5px solid #fff;
  -moz-box-shadow: 0 0 1px #75611d, 0 1px 5px rgba(66, 52, 6, 0.33);
  -webkit-box-shadow: 0 0 1px #75611d, 0 1px 5px rgba(66, 52, 6, 0.33);
  box-shadow: 0 0 1px #75611d, 0 1px 5px rgba(66, 52, 6, 0.33);
}
ul.projects > li p {
  margin: 0;
  font-size: 14px;
  line-height: 1.428;
}
ul.projects > li p.meta strong {
  font-weight: normal;
  /*text-transform: uppercase;*/
  font-variant: small-caps;
}

body.page ul.projects {
  margin: 0 -10px;
  padding: 0;
}
body.page ul.projects > li {
  float: left;
  min-height: 260px;
  margin: 0 10px 20px;
  padding: 0;
}
body.page ul.projects > li h3 {
  margin: 0;
}
body.page ul.projects > li h3 img {
  float: none;
  margin: 0 0 15px;
}
body.page ul.projects > li p {
  font-size: 12px;
  line-height: 1.666;
}

nav#nav-projects {
  position: absolute;
  z-index: 20;
  right: 0;
  bottom: 36px;
  width: 300px;
  border-top: 1px solid #bcb087;
}
nav#nav-projects ol {
  margin: 0;
  padding: 4px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  list-style: none;
}
nav#nav-projects ol li {
  float: left;
  margin: 0 2px;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.61);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.61);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.61);
}
nav#nav-projects ol li a {
  display: block;
  width: 16px;
  height: 16px;
  background: #41350f;
  text-indent: -9999px;
}
nav#nav-projects ol li.active a {
  background: #856B15;
}

body.home section.testimonials {
  margin-bottom: 18px;
}
body.home section.testimonials .quotes {
  position: relative;
  margin: -4px -10px 0;
}
body.home section.testimonials .quotes blockquote {
  float: left;
  width: 300px;
  margin: 0;
  padding: 0 10px 1px;
}
body.home section.testimonials .quotes blockquote p {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  /*emchart*/
  font-family: 'DroidSerifItalic';
}
body.home section.testimonials .quotes blockquote p:first-child {
  text-indent: -0.4em;
}
body.home section.testimonials .quotes blockquote p:first-child:first-letter {
  /* font-size: 21px; */
  /* Suck. Ffx and safari apply to first quote and first letter =( */
}
body.home section.testimonials .quotes blockquote p cite {
  font-family: 'BebasNeueRegular';
  font-size: 14px;
  font-style: normal;
  text-transform: uppercase;
  color: #614d0a;
}
body.home section.testimonials .quotes blockquote p cite a {
  text-decoration: none;
  color: #856b15;
}
body.home section.testimonials .quotes blockquote p cite a:hover {
  text-decoration: underline;
}

body.home section.reading {
  position: relative;
  margin: 0 -10px;
  padding-bottom: 10px;
}
body.home section.reading > section {
  float: left;
  width: 140px;
  padding: 0 10px;
}
body.home section.reading > section > header {
  margin: 0 -10px;
}
body.home section.reading > section.blog {
  width: 300px;
}
body.home section.reading > section div.posts {
  padding: 16px 0 0;
}
body.home section.reading > section div.posts article {
  /* font-family: 'IM Fell DW Pica';*/
  /* color: #614D0A; */
}
body.home section.reading > section div.posts article header {
  margin: 0;
  padding: 0;
}
body.home section.reading > section div.posts article header h3 {
  font-family: 'BebasNeueRegular';
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
}
body.home section.reading > section div.posts article header h3 pre, body.home section.reading > section div.posts article header h3 code, body.home section.reading > section div.posts article header h3 tt {
  font-family: inherit;
}
body.home section.reading > section div.posts article header h3 a {
  text-decoration: none;
  color: #614D0A;
}
body.home section.reading > section div.posts article header h3 a:hover {
  /* text-decoration: underline; */
  /* color: #856b15; */
  color: #614D0A;
  background: rgba(221, 190, 18, 0.16);
}
body.home section.reading > section div.posts article .excerpt {
  /**/
}
body.home section.reading > section div.posts article .excerpt p {
  font-size: 13px;
  line-height: 1.538;
}
body.home section.reading > section div.posts .aktt_tweets ul {
  margin: 0;
  list-style: none;
}
body.home section.reading > section div.posts .aktt_tweets ul li {
  margin: 0 0 15px;
  font-size: 11px;
  line-height: 15px;
  word-wrap: break-word;
}
body.home section.reading > section div.posts .aktt_tweets ul li a {
  text-decoration: none;
  color: #614D0A;
}
body.home section.reading > section div.posts .aktt_tweets ul li a.aktt_hashtag, body.home section.reading > section div.posts .aktt_tweets ul li a.aktt_tweet_time {
  color: #856B15;
}
body.home section.reading > section div.posts .aktt_tweets ul li a:hover {
  text-decoration: underline;
}
body.home section.reading > section.code .posts header {
  margin: 0 0 10px;
}
body.home section.reading > section.code .posts header h3 {
  position: relative;
  margin: 0 -3px;
  font-size: 16px;
  line-height: 20px;
}
body.home section.reading > section.code .posts header h3 a {
  display: block;
  padding: 0 3px;
}

.post {
  margin: 0 0 30px;
}
.post header {
  position: relative;
  margin: 0 -10px 30px;
  padding: 0 10px;
}
.post header h2 {
  margin: 0;
  padding: 0;
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.post header .meta {
  overflow: hidden;
  position: relative;
  margin: 0 -10px;
  padding: 5px 10px 3px;
  border: solid #41350f;
  border-width: 3px 0 1px;
  background: url(i/bg-header.png) repeat-x;
  background-color: rgba(156, 150, 117, 0.12);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.61);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.61);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.61);
}
.post header .meta p {
  float: right;
  margin: 0;
  font-size: 11px;
}
.post header .meta dl {
  float: left;
  margin: 0 1em 0 0;
  padding: 0 1em 0 0;
}
.post header .meta dl dt {
  float: left;
  margin: 0 .25em 0 0;
  font-size: 12px;
  font-weight: normal;
  font-variant: small-caps;
}
.post header .meta dl dt:after {
  content: ':';
}
.post header .meta dl dd {
  float: left;
  margin: 0;
  font-family: 'DroidSerifItalic';
  font-size: 12px;
}
.post header .meta dl dd a {
  text-decoration: none;
  color: #856B15;
}
.post header .meta dl dd a:hover {
  text-decoration: underline;
}
.post div.entry-content {
  position: relative;
  margin: 0 -10px;
  padding: 0 10px 20px;
  border-bottom: 2px solid;
}
.post div.entry-content p, .post div.entry-content li, .post div.entry-content dt, .post div.entry-content dd, .post div.entry-content table {
  font-size: 1.6em;
}
.post div.entry-content p, .post div.entry-content ul, .post div.entry-content ol, .post div.entry-content dl, .post div.entry-content table, .post div.entry-content blockquote {
  margin: 0 0 1.5625em;
  line-height: 1.5625;
}
.post div.entry-content img {
  display: block;
  float: none;
  margin: 0 auto;
  border: 5px solid #fff;
  -moz-box-shadow: 0 0 1px #75611d, 0 1px 5px rgba(66, 52, 6, 0.33);
  -webkit-box-shadow: 0 0 1px #75611d, 0 1px 5px rgba(66, 52, 6, 0.33);
  box-shadow: 0 0 1px #75611d, 0 1px 5px rgba(66, 52, 6, 0.33);
}

div.navigation {
  display: none;
  /*devnote:temporary*/
}

#comments {
  padding: 20px 0;
}
#comments h3 {
  margin: 0 0 27px;
  text-align: center;
  color: #614D0A;
}
#comments h3 span {
  margin: 0 4px;
  padding: 0 4px;
  border-bottom: 3px double #BCB087;
}
#comments h3 abbr {
  position: relative;
  top: 2px;
  margin: 0 -1px 0 -4px;
  font-size: 39px;
  color: #856B15;
}
#comments h3:before {
  position: relative;
  top: -1px;
  content: 'B';
  font-size: 24px;
  font-family: 'NymphetteRegular';
  color: #856B15;
}
#comments h3:after {
  position: relative;
  top: -1px;
  content: 'A';
  font-size: 24px;
  font-family: 'NymphetteRegular';
  color: #856B15;
}
#comments h3 em {
  font-style: normal;
}
#comments h3 code {
  margin: 0;
  line-height: inherit;
  font-family: inherit;
  white-space: pre-wrap;
}
#comments ol {
  margin: 0 0 30px;
  list-style: none;
}
#comments ol li {
  min-height: 80px;
  padding: 0 0 30px;
}
#comments ol li .meta {
  position: relative;
  margin: 0 0 10px;
  padding: 4px 100px 1px 60px;
  border-top: 1px solid #614D0A;
  border-bottom: 1px dotted #614D0A;
  font-family: 'BebasNeueRegular';
  font-size: 16px;
  line-height: 18px;
  font-style: normal;
  color: #614D0A;
}
#comments ol li .meta:after {
  content: ' said:';
}
#comments ol li .meta a.comment-edit-link {
  display: none;
}
#comments ol li .meta .num {
  position: absolute;
  left: 3px;
}
#comments ol li .meta .num a {
  text-decoration: none;
  color: #856B15;
}
#comments ol li .meta .num a:after {
  content: '.';
}
#comments ol li .meta .date {
  position: absolute;
  right: 3px;
  color: #856B15;
}
#comments ol li .meta .author {
  color: #614D0A;
}
#comments ol li .meta .author a {
  text-decoration: none;
  color: #614D0A;
}
#comments ol li .meta .author a:hover {
  text-decoration: underline;
}
#comments ol li .meta .author img {
  position: absolute;
  top: 2.35em;
  left: 0;
  padding: 3px;
  background: rgba(255, 255, 255, 0.95);
  -moz-box-shadow: 0 1px 4px rgba(63, 43, 4, 0.2);
  -webkit-box-shadow: 0 1px 4px rgba(63, 43, 4, 0.2);
  box-shadow: 0 1px 4px rgba(63, 43, 4, 0.2);
}
#comments ol li.comment-author-admin .meta {
  margin-top: -1px;
  border-top-width: 2px;
  border-bottom-style: solid;
  background-color: rgba(156, 150, 117, 0.12);
}
#comments ol li.pingback {
  margin: 0;
  min-height: 1px;
}
#comments ol li.pingback p {
  margin: 0;
}
#comments ol li blockquote.comment-body {
  margin: 0 0 0 60px;
  color: #614D0A;
}
#comments ol li blockquote.comment-body p {
  margin: 0 0 1.538em;
  font-size: 13px;
  line-height: 1.538;
}
#comments ol li blockquote.comment-body *:last-child {
  margin-bottom: 0;
}

.blog-index .post h2 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  border: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.blog-index .post h2 a {
  color: #59480E;
  text-decoration: none;
}
.blog-index .post h2 a:hover {
  color: #856B15;
}
.blog-index .post .excerpt p {
  margin: 0;
}

/* @end MODULES
--------------------- */
/* EOF */

