/* SASS definitions
--------------------------------------------------------------------*/
/*vertical rhythm spacing, in pixels*/
/*base font size, in pixels*/
/* SASS definitions
--------------------------------------------------------------------*/
/* default height of one line, in ems */
/* 16 column 960px grid */
/* SASS mixins for determining font-size, line-height, etc. for elements based on desired text height,
argument should be in units of pixels */
/* Reset Styles - Eric Meyer's Reset Reloaded 
--------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
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-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

body {
  line-height: 1;
  color: black;
  background: #FFF; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

/* Fundamental Styles
--------------------------------------------------------------------*/
html {
  background: #eaeaea;
  margin: 0;
  padding: 0;
  line-height: 0; }

body {
  background: #f7f7f5 url(/images/bg.png);
  color: #212121;
  font-size: 87.5%;
  font-family: 'Open Sans', Myriad, Verdana, sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 24px; }

html > body {
  font-size: 14px; }

p, ul {
  font-size: 1em;
  line-height: 1.714em;
  margin-top: 1.714em;
  margin-bottom: 1.714em; }

p.verse {
  font-style: italic;
  margin: 1.714em 1.429em 1.714em 1.429em;
  text-indent: 0; }

p.dialogue {
  margin: 1.714em 0.714em 1.714em 0.714em;
  text-indent: 0; }

p.epigram {
  padding: 0 0.357em 0 0.357em; }

p.attribution {
  padding: 0 0.357em 0 0.357em;
  text-indent: 0;
  text-align: right; }

pre {
  font-family: "Droid Sans Mono", Courier, monospace;
  font-size: 0.857em;
  line-height: 2em;
  margin-top: 2em;
  margin-bottom: 2em; }

code {
  display: block;
  background-color: #FFF;
  overflow: auto; }

blockquote {
  padding: 0 1.429em 0 1.429em;
  margin-top: 1.714em;
  margin-bottom: 1.714em; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Gentium Basic', Minion, Georgia, sans-serif;
  color: #27406b; }

h1, h2, h3, h4 {
  font-weight: bold; }
  h1 a:link, h2 a:link, h3 a:link, h4 a:link {
    color: #27406b; }
  h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited {
    color: #27406b; }
  h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
    color: #2458b2;
    text-decoration: none; }
  h1 a:active, h2 a:active, h3 a:active, h4 a:active {
    color: #3ca67a; }

h5 a:link, h6 a:link {
  color: #2458b2; }
h5 a:visited, h6 a:visited {
  color: #2458b2; }
h5 a:hover, h6 a:hover {
  color: #2458b2;
  text-decoration: none; }
h5 a:active, h6 a:active {
  color: #3ca67a; }

h1 {
  font-size: 3.429em;
  line-height: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em; }

h2 {
  font-size: 2.571em;
  line-height: 1.333em;
  line-height: 1.3333333em;
  margin-top: 0.667em;
  margin-bottom: 0.667em; }

h3 {
  font-size: 1.714em;
  line-height: 1em;
  margin-top: 1em;
  margin-bottom: 1em; }

h4 {
  font-size: 1.5em;
  line-height: 1.143em;
  margin-top: 1.143em;
  margin-bottom: 1.143em; }

h5 {
  font-size: 1.286em;
  line-height: 1.333em;
  margin-top: 1.333em;
  margin-bottom: 1.333em;
  color: #212121; }

em {
  font-style: italic; }

hr {
  height: 1.714em;
  border: 0;
  background: url(/images/hr-rule.png); }

ul, ol {
  list-style: outside; }

ul {
  padding-left: 0.714em;
  list-style: square outside; }

ol {
  list-style: decimal inside; }

li {
  padding: 0;
  margin-left: 0.714em; }

table {
  line-height: 1.714em; }

a:link {
  color: #2458b2;
  text-decoration: none; }

a:visited {
  color: #869bbf;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

a:focus {
  text-decoration: underline; }

a:active {
  color: #3ca67a;
  text-decoration: none; }

.formlist {
  list-style: none;
  padding: 0; }
  .formlist li {
    margin: 0;
    line-height: 0; }

input, select, textarea, div.fakeinput, div.faketextarea {
  padding: 5px 9px 5px 9px;
  margin: 0;
  font-family: 'Open Sans', Myriad, Verdana, sans-serif;
  font-size: 1em;
  line-height: 1.714em;
  margin-bottom: 0.857em;
  width: 15.714em;
  border-radius: 3px; }

input, select, textarea {
  background: none #FFF;
  border: solid 1px #FFF; }

div.fakeinput, div.faketextarea {
  background: url(/images/warn-bg.png);
  color: #276b4f;
  border: solid 1px #3ca67a;
  min-height: 1.714em; }

label, div.fakelabel {
  padding: 0;
  line-height: 1.714em;
  display: block; }

.button {
  color: #FFF;
  background-color: #2458b2;
  border-color: #2458b2;
  margin-top: 1.714em;
  padding-left: 0;
  padding-right: 0;
  width: 11.429em; }

input.error, select.error, textarea.error {
  border: #a63c3c solid 1px; }

input[type=checkbox] {
  padding: 0;
  border: 0; }

.disclaimer {
  font-style: italic; }

img.thumb {
  padding: 9px;
  border: 1px solid #b8b7b6;
  background: white; }

img.thumb {
  margin: 0 0.714em 0 0.714em; }

a img.thumb:hover {
  border: 1px solid #2458b2; }

a img.thumb:active {
  border: 1px solid #3ca67a; }

.textimage {
  line-height: 10.286em;
  text-align: center;
  text-indent: 0; }
  .textimage img {
    max-width: 100%;
    height: auto;
    vertical-align: middle; }
  .textimage img.thumb {
    max-width: 90%; }

.avatar {
  margin: 0 1.429em 20px 0;
  display: inline-block;
  line-height: 0;
  background: white;
  padding: 8px;
  border: 1px #b8b7b6 solid;
  float: left; }
  .avatar img {
    border: 1px #b8b7b6 solid; }

/* Site Layout
--------------------------------------------------------------------*/
#siteheader {
  background: #eaeaea url(/images/banner-head.png) repeat-x bottom;
  padding: 0 0.714em 0 0.714em; }
  #siteheader .navigation {
    line-height: 0; }
  #siteheader h1 {
    text-align: center;
    margin: 0;
    font-size: 1.286em;
    line-height: 2.667em;
    font-weight: normal; }
    #siteheader h1 a:link {
      color: #212121; }
    #siteheader h1 a:visited {
      color: #212121; }
    #siteheader h1 span {
      font-style: italic;
      text-transform: lowercase; }
  #siteheader ul {
    list-style: none;
    padding: 0 0 24px 0;
    margin: 0; }
  #siteheader li {
    margin: 0;
    text-align: center; }
    #siteheader li a:link {
      color: #212121; }
    #siteheader li a:visited {
      color: #212121; }

#sitebody {
  padding: 0 0.714em 0 0.714em; }

#sitefooter {
  background: #eaeaea url(/images/footer-rule.png) repeat-x top;
  border-top: solid #b8b7b6 1px;
  padding: 0 0.714em 0 0.714em;
  clear: both;
  padding-top: 1.714em;
  padding-bottom: 1.714em; }
  #sitefooter ol {
    margin-bottom: 1.714em; }
  #sitefooter ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    #sitefooter ul input {
      width: auto;
      margin-right: 0.714em; }

.navigation, #content, #footerContent {
  margin-left: auto;
  margin-right: auto; }

.artworks h1 {
  margin-bottom: 1em; }
.artworks .textimage {
  text-align: left; }

/* Index and content pages
-------------------------------------------------------------------------------- */
.index .indexitem {
  width: 15.714em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.429em; }
  .index .indexitem h2 {
    font-size: 1.286em;
    line-height: 1.333em;
    margin-top: 1.333em;
    margin-bottom: 1.333em;
    color: #212121; }
    .index .indexitem h2 a {
      color: #212121; }
  .index .indexitem .thumb {
    margin: 0; }

.contentpage #content, .index #content {
  padding-bottom: 6.857em; }
.contentpage .indexattribution, .index .indexattribution {
  font-size: 0.857em;
  line-height: 2em;
  margin-top: 2em;
  margin-bottom: 2em;
  text-transform: uppercase;
  color: #787877; }
.contentpage h1, .index h1 {
  margin-top: 1em; }
.contentpage #contenthead, .index #contenthead {
  background: none;
  padding: 0; }
.contentpage #welcomeText, .index #welcomeText {
  background: url(/images/hr-rule.png) repeat-x bottom;
  padding-bottom: 2em; }

.contact h1 {
  margin-bottom: 1em; }

/* Blog Layout
--------------------------------------------------------------------*/
#contenthead {
  margin-top: 3.429em;
  padding-bottom: 3.429em;
  margin-bottom: 0;
  background: url(/images/hr-rule.png) repeat-x bottom; }
  #contenthead h5 {
    margin: 0;
    text-align: center;
    font-style: italic; }

#welcomeText {
  font-size: 1.714em;
  line-height: 1em;
  margin-top: 2em;
  margin-bottom: 0;
  font-family: 'Gentium Basic', Minion, Georgia, sans-serif; }

.pagination {
  font-family: 'Gentium Basic', Minion, Georgia, sans-serif;
  text-align: center;
  font-size: 1.286em;
  line-height: 1.333em;
  padding-top: 5.333em;
  padding-bottom: 5.333em;
  background: url(/images/hr-rule.png) repeat-x bottom; }

.post {
  padding-bottom: 3.429em;
  padding-top: 3.429em;
  background: url(/images/hr-rule.png) repeat-x bottom; }

#singlepost {
  /* if you're only looking at one post */
  background: none; }
  #singlepost .postbody {
    margin-bottom: 3.429em; }

.postmeta {
  font-size: 0.857em;
  line-height: 2em;
  color: #787877;
  margin: 0 0 48px 0;
  text-transform: uppercase; }

.date {
  text-transform: uppercase;
  font-size: 0.857em;
  line-height: 2em; }

.postbody {
  margin-top: 3.429em; }
  .postbody img {
    max-width: 100%;
    height: auto; }

p.error, p.warning {
  margin-bottom: 1.714em;
  line-height: 1.714em;
  padding: 0 0.714em 0 0.714em;
  margin: 0; }

p.error {
  background: url(/images/error-bg.png);
  color: #6b2727; }

p.warning {
  background: url(/images/warn-bg.png);
  color: #276b4f; }

.continue {
  text-transform: uppercase;
  font-size: 0.857em;
  line-height: 2em;
  text-align: right; }

.comment {
  margin-top: 3.429em;
  margin-bottom: 3.429em;
  padding-bottom: 3.429em;
  background: url(/images/hr-rule.png) repeat-x bottom; }

.commentinfo {
  color: #787877; }

.commentbody {
  clear: both; }

.commentform {
  margin-top: 1.714em; }

#blogBonus, #contentBonus {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.429em;
  line-height: 0; }
  #blogBonus #bonusImage, #contentBonus #bonusImage {
    display: none; }
  #blogBonus h5, #contentBonus h5 {
    margin: 0;
    margin-bottom: 1.333em; }
  #blogBonus .section, #contentBonus .section {
    width: 15.714em;
    margin-left: auto;
    margin-right: auto; }
  #blogBonus ul, #blogBonus ol, #contentBonus ul, #contentBonus ol {
    margin-top: 0;
    padding: 0;
    margin-bottom: 4em;
    font-size: 0.857em;
    line-height: 2em; }
    #blogBonus ul li, #blogBonus ol li, #contentBonus ul li, #contentBonus ol li {
      background: url(/images/hr-rule.png) repeat-x bottom;
      list-style: none;
      margin: 0;
      text-transform: uppercase;
      padding-left: 0.833em; }
    #blogBonus ul ul, #blogBonus ul ol, #blogBonus ol ul, #blogBonus ol ol, #contentBonus ul ul, #contentBonus ul ol, #contentBonus ol ul, #contentBonus ol ol {
      font-size: 1em;
      /* so that nested lists don't inherit and get smaller */ }

#serendipity_plugin_eikisarchives {
  color: #787877; }
  #serendipity_plugin_eikisarchives ul li {
    padding: 0;
    background: none; }
    #serendipity_plugin_eikisarchives ul li .archivesYear {
      cursor: pointer;
      color: #2458b2;
      padding-left: 0.833em;
      background: url(/images/hr-rule.png) repeat-x bottom;
      display: block; }
      #serendipity_plugin_eikisarchives ul li .archivesYear img {
        margin-right: 4px; }
    #serendipity_plugin_eikisarchives ul li ul {
      display: none;
      margin: 0;
      background: url(/images/hr-rule.png) repeat-x bottom; }
      #serendipity_plugin_eikisarchives ul li ul li {
        padding-left: 1.667em; }
        #serendipity_plugin_eikisarchives ul li ul li a:first-child {
          background: none;
          padding: 0; }

.fourohfour #content {
  width: 15.714em;
  text-align: center;
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6.857em;
  margin-bottom: 6.857em; }
.fourohfour h1 {
  font-size: 10.286em;
  line-height: 0.333em; }

/* 
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
 */
@media print {
  * {
    background: transparent !important;
    color: #444 !important;
    text-shadow: none; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }

  a:after {
    content: " (" attr(href) ")"; }

  abbr:after {
    content: " (" attr(title) ")"; }

  .ir a:after {
    content: ""; }

  /* Don't show links for images */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  img {
    page-break-inside: avoid; }

  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }
/* Prevent iOS, WinMobile from adjusting font size */
/* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
@media all and (min-width: 300px) {
  input, select, textarea, div.fakeinput, div.faketextarea {
    width: 18.571em; } }
@media all and (min-width: 360px) {
  input, select, textarea, div.fakeinput, div.faketextarea {
    width: 22.857em; } }
@media all and (min-width: 420px) {
  textarea, div.faketextarea {
    width: 27.143em; } }
@media all and (min-width: 480px) {
  .navigation, #content, #footerContent {
    width: 32.857em; }

  #siteheader .navigation h1 {
    text-align: left; }
  #siteheader .navigation ul {
    text-align: right; }
    #siteheader .navigation ul li {
      display: inline;
      padding-left: 1.429em; }

  #blogBonus {
    width: 32.857em; }
    #blogBonus .section {
      float: left; }
    #blogBonus #serendipity_categories_plugin {
      margin-left: 0; }
    #blogBonus #serendipity_plugin_eikisarchives {
      margin-left: 1.429em; }

  textarea, div.faketextarea {
    width: 31.429em; }

  #footerContent:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden; }
  #footerContent div {
    float: left;
    width: 15.714em; }
  #footerContent div:last-child {
    margin-left: 1.429em; }

  .index .indexitem {
    float: left; }
  .index .indexcontent .indexitem:nth-child(even) {
    margin-left: 1.429em; }
  .index .indexcontent .indexitem:nth-child(odd) {
    clear: both; } }
@media all and (min-width: 600px) {
  .navigation, #content, #footerContent {
    width: 41.429em; }

  textarea, div.faketextarea {
    width: 40em; }

  .comment {
    clear: both; }
    .comment:after {
      content: ".";
      display: block;
      height: 0px;
      clear: both;
      visibility: hidden; }

  .commentinfo {
    width: 7.143em;
    float: left; }

  .comment h5 {
    clear: none;
    width: 25.556em;
    margin-left: 6.667em; }

  .commentbody {
    clear: none;
    width: 32.857em;
    margin-left: 8.571em; }

  #contentBonus {
    margin-top: 0;
    float: left;
    width: 15.714em;
    margin-right: 1.429em; }
    #contentBonus .textimage img {
      max-width: 14.286em;
      height: auto; }

  #footerContent {
    width: 41.429em; }
    #footerContent div {
      float: none;
      width: 41.429em; }
      #footerContent div li {
        display: inline;
        padding: 0;
        margin: 0;
        margin-right: 1.429em; }
    #footerContent div:last-child {
      margin-left: 0; }
    #footerContent ol {
      counter-reset: olist 0; }
      #footerContent ol li:before {
        counter-increment: olist 1;
        content: counter(olist, decimal) ". "; } }
@media all and (min-width: 720px) {
  .index .navigation, .index #content, .index #footerContent {
    width: 50em; }
  .index .navigation h1 {
    float: left; }
  .index #siteheader .navigation ul {
    padding: 0;
    line-height: 3.429em; }
  .index #content {
    width: 50em; }
  .index .indexcontent .indexitem {
    margin-left: 1.429em; }
  .index .indexcontent .indexitem:nth-child(odd) {
    clear: none; }
  .index .indexcontent .indexitem:nth-child(3n+1) {
    margin-left: 0;
    clear: both; } }
@media all and (min-width: 840px) {
  .navigation h1 {
    float: left; }

  #siteheader .navigation ul {
    padding: 0;
    line-height: 3.429em; }

  .navigation, #footerContent {
    width: 58.571em; }

  #content {
    float: left;
    margin-left: 17.143em; }

  .pagination {
    background: none; }

  #sitebody {
    width: 58.571em;
    margin-left: auto;
    margin-right: auto; }

  #blogBonus {
    float: left;
    margin-left: -58.571em;
    width: 15.714em; }
    #blogBonus .section {
      float: none; }
    #blogBonus #serendipity_plugin_eikisarchives {
      margin-left: 0; }

  .contentpage #content {
    width: 58.571em;
    margin-left: 0; }
  .contentpage #contenthead, .contentpage .postbody {
    width: 41.429em;
    margin-left: 17.143em; }
  .contentpage #contenthead {
    float: left;
    margin-top: 0; }
  .contentpage #contentBonus {
    margin-left: -58.571em;
    margin-right: 0;
    margin-top: 1.714em; }
    .contentpage #contentBonus .textimage img {
      vertical-align: top; }

  .contact .postbody {
    margin-top: 1.714em; }

  #contactBonus p, #contactBonus ul {
    float: left;
    width: 11.429em;
    clear: both;
    margin-bottom: 0; }
  #contactBonus p:first-child {
    margin-top: 0;
    float: none;
    width: 58.571em; }

  #footerContent {
    width: 58.571em; }

  .index .navigation, .index #content, .index #footerContent {
    width: 58.571em; }
  .index #content {
    width: 58.571em;
    margin-left: auto;
    margin-right: auto; } }
@media all and (min-width: 980px) {
  .navigation, #footerContent {
    width: 67.143em; }

  #content {
    margin-left: 25.714em; }

  #sitebody {
    width: 67.143em; }

  #blogBonus {
    float: left;
    margin-left: -67.143em;
    width: 24.286em; }
    #blogBonus #bonusImage {
      display: block;
      margin-bottom: 1.714em; }
    #blogBonus .section {
      margin-left: 2.857em !important; }

  #contactBonus {
    float: left;
    width: 20em; }
    #contactBonus p, #contactBonus ul, #contactBonus p:first-child {
      width: 20em;
      float: none; }

  #footerContent {
    width: 67.143em; }

  .contentpage #content {
    width: 67.143em; }
  .contentpage #contenthead, .contentpage .postbody {
    margin-left: 25.714em; }
  .contentpage #contentBonus {
    margin-left: -67.143em;
    width: 24.286em; }
    .contentpage #contentBonus .textimage img {
      max-width: 22.857em; }

  .index .navigation, .index #content, .index #footerContent {
    width: 67.143em;
    margin-left: auto;
    margin-right: auto; }
  .index .indexcontent .indexitem {
    margin-left: 1.429em;
    clear: none; }
  .index .indexcontent .indexitem:nth-child(3n+1) {
    margin-left: 1.429em;
    clear: none; }
  .index .indexcontent .indexitem:nth-child(4n+1) {
    margin-left: 0;
    clear: both; } }

