/* SASS definitions
--------------------------------------------------------------------*/
/* $colOrange    : #FF6400; */
/*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.71429em;
  margin-top: 1.71429em;
  margin-bottom: 1.71429em; }

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

p.dialogue {
  margin: 1.71429em 0.71429em 1.71429em 0.71429em;
  text-indent: 0; }

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

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

.footnote {
  font-size: 0.85714em;
  line-height: 2em;
  text-align: center; }

.caption {
  text-align: center;
  font-style: italic;
  font-size: 0.85714em;
  line-height: 2em;
  margin-bottom: 2em;
  margin-top: 0; }

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

code {
  display: block;
  background-color: #EAEAEA;
  border: dashed #B8B7B6 1px;
  border-left: none;
  border-right: none;
  padding: 0 0.71429em 0 0.71429em;
  margin-top: -2px;
  color: #212121;
  overflow: auto; }

blockquote {
  padding: 0 1.42857em 0 1.42857em;
  margin-top: 1.71429em;
  margin-bottom: 1.71429em; }

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.42857em;
  line-height: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em; }

h2 {
  font-size: 2.57143em;
  line-height: 1.33333em;
  line-height: 1.3333333em;
  margin-top: 0.66667em;
  margin-bottom: 0.66667em; }

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

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

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

em {
  font-style: italic; }

strong {
  font-weight: bold; }

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

ul, ol {
  list-style: outside; }

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

ol {
  list-style: decimal inside; }

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

table {
  line-height: 1.71429em;
  width: 100%;
  border-top: solid 2px #212121;
  border-bottom: solid 2px #212121; }

thead td {
  font-weight: bold;
  border-bottom: solid 1px #212121; }

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.71429em;
  margin-bottom: 0.85714em;
  width: 15.71429em;
  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.71429em; }

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

.button {
  color: #FFF;
  background-color: #2458B2;
  border-color: #2458B2;
  margin-top: 1.71429em;
  padding-left: 0;
  padding-right: 0;
  width: 11.42857em; }

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.71429em 0 0.71429em; }

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

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

.textimage {
  line-height: 10.28571em;
  text-align: center;
  text-indent: 0; }
  .textimage img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* ie8 */
    vertical-align: middle; }
  .textimage img.thumb {
    /*	max-width: 90%;*/ }

.videoWrapper {
  max-width: 100%; }

.video {
  position: relative;
  padding-bottom: 66.7%;
  padding-top: 25px;
  height: 0;
  overflow: hidden; }
  .video embed, .video object, .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.avatar {
  margin: 0 1.42857em 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
--------------------------------------------------------------------*/
#content {
  /*    background: url(/images/40plus20.png);*/ }

#siteheader {
  background: #EAEAEA url(/images/banner-head.png) repeat-x bottom;
  padding: 0 0.71429em 0 0.71429em; }
  #siteheader .navigation {
    line-height: 0; }
  #siteheader span {
    font-style: italic;
    text-transform: lowercase; }
  #siteheader h1 {
    text-align: center;
    margin: 0;
    font-size: 1.28571em;
    line-height: 2.66667em;
    font-weight: normal; }
    #siteheader h1 a:link {
      color: #212121; }
    #siteheader h1 a:visited {
      color: #212121; }
  #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.71429em 0 0.71429em; }

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

.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.71429em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.42857em; }
  .index .indexitem h2 {
    font-size: 1.28571em;
    line-height: 1.33333em;
    margin-top: 1.33333em;
    margin-bottom: 1.33333em;
    color: #212121; }
    .index .indexitem h2 a {
      color: #212121; }

.indexitem img.thumb, #contenthead img.thumb {
  margin: 0; }

.contentpage #content, .index #content {
  padding-bottom: 6.85714em; }
.contentpage .indexattribution, .index .indexattribution {
  font-size: 0.85714em;
  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; }
.contentpage #contentBonus, .index #contentBonus {
  display: none; }

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

.readingList li {
  margin-bottom: 0.85714em; }

div.readingContents {
  text-align: center;
  background: url(/images/hr-rule.png) repeat-x bottom;
  padding-bottom: 1.71429em; }
  div.readingContents h5 {
    display: inline;
    padding-right: 1em;
    margin: 0; }
  div.readingContents ul {
    display: inline;
    margin: 0;
    list-style: none;
    padding: 0; }
    div.readingContents ul li {
      margin: 0;
      display: inline;
      padding-right: 1em; }
    div.readingContents ul li:last-child {
      padding-right: 0; }

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

#welcomeText {
  font-size: 1.71429em;
  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.28571em;
  line-height: 1.33333em;
  padding-top: 5.33333em;
  padding-bottom: 5.33333em;
  background: url(/images/hr-rule.png) repeat-x bottom; }

.post {
  padding-bottom: 3.42857em;
  padding-top: 3.42857em;
  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.42857em; }

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

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

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

p.error, p.warning {
  margin-bottom: 1.71429em;
  line-height: 1.71429em;
  padding: 0 0.71429em 0 0.71429em;
  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.85714em;
  line-height: 2em;
  text-align: right; }

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

.commentinfo {
  color: #787877; }

.commentbody {
  clear: both; }

.commentform {
  margin-top: 1.71429em; }

#blogBonus, .contentpage #contenthead {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3.42857em;
  line-height: 0; }
  #blogBonus #bonusImage, .contentpage #contenthead #bonusImage {
    display: none; }
  #blogBonus h5, .contentpage #contenthead h5 {
    margin-bottom: 1.33333em;
    font-style: normal;
    text-align: left; }
  #blogBonus .section, .contentpage #contenthead .section {
    width: 15.71429em;
    margin-left: auto;
    margin-right: auto; }
  #blogBonus ul, #blogBonus ol, .contentpage #contenthead ul, .contentpage #contenthead ol {
    margin-top: 0;
    padding: 0;
    margin-bottom: 4em;
    font-size: 0.85714em;
    line-height: 2em; }
    #blogBonus ul li, #blogBonus ol li, .contentpage #contenthead ul li, .contentpage #contenthead ol li {
      background: url(/images/hr-rule.png) repeat-x bottom;
      list-style: none;
      margin: 0;
      text-transform: uppercase;
      padding-left: 0.83333em; }
      #blogBonus ul li img, #blogBonus ol li img, .contentpage #contenthead ul li img, .contentpage #contenthead ol li img {
        vertical-align: middle;
        padding-right: 10px;
        margin-top: -3px; }
    #blogBonus ul ul, #blogBonus ul ol, #blogBonus ol ul, #blogBonus ol ol, .contentpage #contenthead ul ul, .contentpage #contenthead ul ol, .contentpage #contenthead ol ul, .contentpage #contenthead 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.83333em;
      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.66667em; }
        #serendipity_plugin_eikisarchives ul li ul li a:first-child {
          background: none;
          padding: 0; }

.fourohfour #content {
  width: 15.71429em;
  text-align: center;
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6.85714em;
  margin-bottom: 6.85714em; }
.fourohfour h1 {
  font-size: 10.28571em;
  line-height: 0.33333em; }

/*
Syntax Highlighting
-------------------------------------------------------------------*/
pre {
  /*
      .constant.numeric {
  	color: #D87D50;
      }
      .constant {
  	color: #889AB4;
      }
      .constant.symbol, .constant.language {
  	color: #D87D50;
      }
  */ }
  pre .comment {
    color: #787877; }
  pre .modifier {
    font-weight: bold;
    color: #2458B2; }
  pre .type {
    color: #B7861E; }
  pre .string {
    color: #3CA67A; }
  pre .string.regexp {
    color: #E9C062; }
  pre .keyword, pre .selector {
    color: #2458B2;
    font-weight: bold; }
  pre .keyword.operator {
    color: #212121;
    font-weight: normal; }
  pre .meta.preprocessor, pre .keyword.include, pre .keyword.define {
    color: #787877;
    font-weight: normal; }
  pre .inherited-class {
    color: #9B5C2E; }
  pre .entity, pre .meta {
    color: #C46116; }
  pre .support {
    color: #9B859D; }
  pre .support.magic {
    color: #DAD69A; }
  pre .variable {
    color: #2458B2; }
  pre .function, pre .entity.class {
    color: #B7861E;
    font-weight: bold; }
  pre .function.call {
    color: #212121;
    font-weight: normal; }
  pre .support.class-name, pre .support.type {
    color: #6B5527; }

/* 
 * 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: 60px) {
  .textimage img.thumb {
    max-width: 20px; } }
@media all and (min-width: 120px) {
  .textimage img.thumb {
    max-width: 80px; } }
@media all and (min-width: 180px) {
  .textimage img.thumb {
    max-width: 140px; } }
@media all and (min-width: 240px) {
  .textimage img.thumb {
    max-width: 200px; } }
@media all and (min-width: 300px) {
  input, select, textarea, div.fakeinput, div.faketextarea, .videoWrapper {
    width: 18.57143em; }

  .textimage img.thumb {
    max-width: 260px; } }
@media all and (min-width: 360px) {
  input, select, textarea, div.fakeinput, div.faketextarea, .videoWrapper {
    width: 22.85714em; }

  .textimage img.thumb {
    max-width: 300px; } }
@media all and (min-width: 420px) {
  textarea, div.faketextarea, .videoWrapper {
    width: 27.14286em; }

  .textimage img.thumb {
    max-width: 380px; } }
@media all and (min-width: 480px) {
  .navigation, #content, #footerContent, .videoWrapper {
    width: 32.85714em; }

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

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

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

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

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

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

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

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

  div.comment h5 {
    clear: none;
    width: 25.55556em;
    margin-left: 6.66667em; }

  .commentbody {
    clear: none;
    width: 32.85714em;
    margin-left: 8.57143em; }

  /*
      #contentBonus {
  	margin-top: 0;
  	float: left;
  	width: widthOfCols(4);
  	margin-right: $gutter;
  	.textimage img {
  	    max-width: widthOfCols(4) - $gutter;
  	    height: auto;
  	}
      }
  */
  #footerContent {
    width: 41.42857em; }
    #footerContent div {
      float: none;
      width: 41.42857em; }
      #footerContent div li {
        display: inline;
        padding: 0;
        margin: 0;
        margin-right: 1.42857em; }
    #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.42857em; }
  .index #content {
    width: 50em; }
  .index .indexcontent .indexitem {
    margin-left: 1.42857em; }
  .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.42857em; }

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

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

  .pagination {
    background: none; }

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

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

  .contentpage {
    /*
    	#contentBonus {
    	    margin-left: - widthOfCols(14);
    	    margin-right: 0;
    	    @include topMargins(1, 14);
    	    .textimage img {
    		vertical-align: top;
    	    }
    	}
    */ }
    .contentpage #content {
      width: 58.57143em;
      margin-left: 0; }
    .contentpage .postbody, .contentpage #contenthead {
      width: 41.42857em;
      margin-left: 8.57143em; }

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

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

  #footerContent {
    width: 58.57143em; }

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

  #content {
    margin-left: 25.71429em; }

  #sitebody {
    width: 67.14286em; }

  #blogBonus {
    float: left;
    margin-left: -67.14286em;
    width: 24.28571em; }
    #blogBonus #bonusImage {
      display: block;
      margin-bottom: 1.71429em; }
    #blogBonus .section {
      margin-left: 2.85714em !important; }

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

  #footerContent {
    width: 67.14286em; }

  .contentpage {
    /*	#contenthead, .postbody {
    	    margin-left: widthOfCols(6) + $gutter;
    	}
    */
    /*	#contentBonus {
    	    margin-left: - widthOfCols(16);
    	    width: widthOfCols(6);
    	    .textimage img {
    		max-width: widthOfCols(6) - $gutter;
    	    }
    	}*/ }
    .contentpage #content {
      width: 67.14286em; }
    .contentpage #contenthead {
      width: 24.28571em;
      margin-left: 0;
      float: left;
      margin-top: 0; }
    .contentpage .postbody {
      margin-left: 25.71429em; }

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

/*# sourceMappingURL=em.css.map */
