@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  margin: 2em auto;
  min-width: 353px;
  max-width: 970px;
  color: black;
  background: white;
  font-family: Helvetica, sans-serif;
  font-size: 1.0em;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%; }
  body > header {
    position: relative;
    min-height: 152px; }
    body > header #site-id {
      float: left;
      width: 10em; }
    body > header nav {
      position: relative;
      margin-left: 11em;
      padding: 3em 0 1.42857em 0.41667em;
      line-height: 1.66667em; }
      body > header nav ul {
        list-style: none;
        margin: 0;
        padding-left: 0;
        border-bottom: 0; }
      body > header nav li {
        display: inline-block;
        margin: 0 0.33333em 20px 0.33333em;
        padding: 0;
        font-weight: bold;
        font-size: 1.2em;
        font-family: Helvetica, sans-serif;
        white-space: nowrap;
        text-transform: capitalize; }
        body > header nav li.active {
        margin: 0 0.33333em 10px 0.33333em; }
        body > header nav li .active {
          padding: 0 0.5em;
          color: #cc4214; }
        body > header nav li.active span {
          padding: 0 0.5em;
          color: #cc4214;
          display:inline-block;
          height:36px;
          -webkit-border-radius:6px 6px 0 0;
          -moz-border-radius:6px 6px 0 0;
          border-radius:6px 6px 0 0; }
        body > header nav li a {
          padding: 0.41667em 0.5em;
          color: #999999;
          text-decoration: none;
          border-bottom: 4px solid #9FB620; }
          body > header nav li a:link {
            border-bottom: 4px solid #9FB620; }
          body > header nav li a:hover {
            color: #9fb620;
            padding: 0.41667em 0.5em;
            background-color: transparent; }
        body > header nav li:nth-child(odd) a {
          border-bottom: 4px solid #497e39; }
        body > header nav li:nth-child(odd) a:hover {
          color: #497e39; }
        body > header nav ul.subnav {
          border:0;
          margin-top: 12px;
          padding:6px 0;
          background:#eee;
          font-size:smaller;
          -webkit-border-radius:6px;
          -moz-border-radius:6px;
          border-radius:6px; }
          body > header nav ul.subnav li {
            margin: 0 0.33333em 0 0.33333em;
          }
      body > header nav img {
        display: inline-block; }
  body > footer {
    clear: both;
    margin-top: 0.5em;
    font-size: 0.9em;
    border-top: 1px solid black; }
    body > footer p {
      margin: 0.41667em 0; }
    body > footer a {
      border-bottom: none !important; }
  body > section {
    position: relative; }

.dark-green {
  color: #497e39;
}

.light-green {
  color: #9fb620;
}

.red {
  color: #cc4214;
}

.signature {
  font-family: cursive;
  font-weight: bold;
  color: #cc4214;
}

.prize-table tr:first-child {
  font-size: 108%;
}

.prize-table tr:first-child, .prize-table td:first-child {
  font-weight: bold;
}

.contact-form {
  float: left;
  width: 54%;
  border: 1px solid #333333;
  padding: 10px;
}
.contact-table {
  width: 100%;
}
.contact-table, .contact-table tr, .contact-table td {
  border: 0;
}

img {
  display: block;
  border: 0;
}

a {
  color: #333333;
  text-decoration: none;
}

p {
  margin-top: 1em;
  margin-bottom: 1em;
  color: inherit;
  background: inherit; }
  p:first-child {
    margin-top: 0;
    margin-bottom: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica, sans-serif;
  font-weight: bold; }

h1 {
  font-size: 1.4em;
  margin-top: 1.42857em;
  margin-bottom: 0.5em; }

h2 {
  font-size: 1.2em;
  margin-top: 2em;
  margin-bottom: 0.5em; }

h3 {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  margin-top: 2em;
  margin-bottom: 0.5em; }

h1 + h2, h2 + h3, h1 + p, h2 + p, h3 + p, h1 + ul, h2 + ul, h3 + ul, h1 + ol, h2 + ol, h3 + ol {
  margin-top: 0.5em; }

body.home > section > header {
  margin-bottom: 1em; }
body.home #blog-posts {
  border: none;
  padding: 0 0 1em 0.2em;
  background-image: url('/index-book.png');
  background-size: cover; }
body.home #blog-posts:after {
  content: "";
  display: table;
  clear: both; }
  body.home #blog-posts a {
    border: none;
    color: #88A727; }
  body.home #blog-posts a, body.home #blog-posts a:hover {
    border: none;
    font-size: larger;
    color: #ffffff;
    text-decoration: none;
    background: #9fb620;
    padding: 2px 5px; }
  body.home #blog-posts .morecontent span {
    display: none; }
  body.home #blog-posts p.more a, body.home #blog-posts p.more a.morelink {
    font-size: medium;
    color: #88A727;
    background: none;
    padding: 2px 4px; }
  body.home #blog-posts p.more a:hover, body.home #blog-posts p.more a.morelink:hover {
    font-size: medium;
    color: #ffffff;
    text-decoration: none;
    background: #9fb620;
    padding: 2px 4px; }
  body.home #blog-posts > header h1 {
    margin-top: 0;
    margin-bottom: 1em;
    color: #444444; }
  body.home #blog-posts article {
    margin: 0 0 1.08333em 0; }
    body.home #blog-posts article > header h1 {
      font-size: 1.1em;
      font-weight: bold;
      font-family: Helvetica, sans-serif;
      font-style: normal;
      margin: 0;
      color: #cc4214; }
    body.home #blog-posts h2 {
      font-size: 1em;
      font-weight: bold;
      font-family: Helvetica, sans-serif;
      font-style: normal;
      margin: 0;
      color: #497e39; }
    body.home #blog-posts h3 {
      font-size: 1em;
      font-weight: bold;
      font-family: Helvetica, sans-serif;
      font-style: normal;
      margin: 0;
      color: #555555; }
    body.home #blog-posts article p {
      margin: 0; }
    body.home #blog-posts article img {
      -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
      box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3); }
    /*body.home #blog-posts #contentcycle section {
    top: -0.58333em !important; }*/
    body.home #blog-posts #contentcyclenav {
      margin-top: 9px; }
    body.home #blog-posts #contentcyclenav a,
    body.home #blog-posts #inner-contentcyclenav a {
      margin: 0 15px 0 0;
      padding: 1px 5px;
      -webkit-text-size-adjust: 96%;
      display: inline-block; }
    body.home #blog-posts #contentcyclenav a {
      margin-top: 15px; }
    body.home #blog-posts #inner-contentcyclenav a:last-child {
      margin: 0; }
    body.home #blog-posts article footer {
      color: #666666; }
      body.home #blog-posts article footer p {
        font-size: 0.9em;
        margin: 0; }
body.home #apps {
  color: #333333;
  /* background-color: #CBD785; based on light-green */
  background-color: #D6E2D2; /* based on dark-green */
  text-decoration: none;
  border: 1px solid #cccccc;
  position: relative;
  z-index: 99;
  float: right;
  width: 304px;
  padding: 0.83333em 18px;
  margin-bottom: 2em;
  margin-left: 5px;
  -webkit-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4); }
  body.home #apps a {
    color: #333333;
    border-bottom: 1px solid #333333; }
  body.home #apps a:hover {
    color: white;
    text-decoration: none;
    border-bottom: 0; }
  body.home #apps > header h1 {
    text-align: center;
    margin-top: 0; }
  body.home #apps h1 {
    margin-top: 0; }
  body.home #apps section {
    margin-bottom: 1.66667em; }
  body.home #apps section:first-child h1 {
    margin-top: 0.66667em; }
  body.home #apps section:last-child {
    margin-bottom: 0; }

body.article article {
  position: relative;
  margin: 1em 0 1em 0; }
  body.article article > header {
    margin-bottom: 1.5em; }
    body.article article > header > h1 {
      font-size: 1.4em; }
  body.article article h1 {
    font-size: 1.1em;
    margin-top: 1.81818em;
    margin-bottom: 0.5em; }
  body.article article h2 {
    font-size: 1em;
    margin-top: 2em;
    margin-bottom: 0.5em; }
  body.article article h3 {
    font-size: 1em;
    font-style: italic;
    font-weight: normal;
    margin-top: 2em;
    margin-bottom: 0.5em; }
  body.article article h1 + h2, body.article article h2 + h3, body.article article h1 + p, body.article article h2 + p, body.article article h3 + p, body.article article h1 + ul, body.article article h2 + ul, body.article article h3 + ul, body.article article h1 + ol, body.article article h2 + ol, body.article article h3 + ol {
    margin-top: 0.5em; }
  body.article article aside.prominent-quote {
    width: 260px;
    background-color: white;
    padding: 1em;
    font-size: 1.6em; }
  body.article article footer.aside {
    position: absolute;
    top: 3.5em;
    left: -15em;
    width: 12em; }
    body.article article footer.aside .date {
      font-weight: bold;
      font-size: 1em;
      margin: 0 0;
      color: #cc4214; }
    body.article article footer.aside .author {
      margin: 0 0 2em 0; }
    body.article article footer.aside .update-date {
      margin: 1em 0;
      font-size: 0.9em; }
    body.article article footer.aside .shortlink {
      margin: 1em 0;
      font-size: 0.9em; }
      body.article article footer.aside .shortlink a:link, body.article article footer.aside .shortlink a:hover, body.article article footer.aside .shortlink a:active {
        border-bottom: none; }
    body.article article footer.aside .series {
      margin: 2em 0 1em 0; }
      body.article article footer.aside .series ol {
        margin: 0.5em 0;
        padding: 0;
        font-weight: normal;
        list-style: none; }
        body.article article footer.aside .series ol li {
          margin: 0;
          padding: 0;
          color: #9fb620; }
          body.article article footer.aside .series ol li.active {
            color: #cc4214;
            background-color: white;
            list-style: disc outside; }
          body.article article footer.aside .series ol li p {
            margin: 0.25em 0; }
          body.article article footer.aside .series ol li a:link {
            border-bottom: none; }
          body.article article footer.aside .series ol li a:hover {
            color: white;
            background-color: #9fb620;
            padding: 0.16667em 0; }
  body.article article footer.bottom {
    position: relative;
    margin-top: 4em;
    margin-left: -15em;
    margin-bottom: 3em; }
    body.article article footer.bottom .feedback, body.article article footer.bottom .subscribe {
      margin-right: 15em; }
      body.article article footer.bottom .feedback h1, body.article article footer.bottom .subscribe h1 {
        color: #cc4214; }

body.archive > section {
  position: relative;
  margin: 0em 0 0em 15em; }
  body.archive > section > h1 {
    font-size: 1.6em; }
  body.archive > section > section > header h1 {
    font-size: 1.4em;
    margin-top: 2em;
    margin-bottom: 0.5em;
    color: #cc4214;
    border-bottom: 1px solid black; }
  body.archive > section > section > section {
    margin-top: 1.5em; }
    body.archive > section > section > section h1 {
      font-size: 1.2em;
      margin-bottom: 0.5em; }
    body.archive > section > section > section article {
      position: relative; }
      body.archive > section > section > section article a {
        border-bottom: none; }
      body.archive > section > section > section article p {
        margin: 0.5em 0; }
      body.archive > section > section > section article footer {
        position: absolute;
        top: -0.5em;
        left: -15em;
        width: 14em;
        text-align: right;
        color: #666666; }
  body.archive > section > section > section:first-of-type {
    margin-top: 0.5em; }

ul {
  list-style: disc outside;
  margin: 0 0;
  padding-left: 1.5em; }

ol {
  margin: 0 0;
  padding-left: 1.5em; }

li {
  margin: 0.5em 0; }

blockquote {
  quotes: none;
  font-family: Helvetica, sans-serif;
  font-style: italic;
  font-size: 1em;
  margin: 0.75em 2.5em; }
  blockquote:before, blockquote:after {
    content: '';
    content: none; }
  blockquote.conversation {
    font-style: normal; }
  blockquote em {
    font-style: normal; }

q:before {
  content: '“'; }
q:after {
  content: '”'; }

q q:before {
  content: '‘'; }
q q:after {
  content: '’'; }

a:link {
  color: #999999;
  background: transparent;
  text-decoration: none;
  border-bottom: 1px solid #9fb620; }
a:hover {
  color: white;
  background: #9fb620;
  padding: 0.16667em 0;
  text-decoration: none; }
  a:hover code {
    background: transparent; }
a.img-link {
  border: none !important;
  color: inherit !important;
  background: inherit !important;
  padding: 0 !important; }
a.ycaa-logo, a.ycaa-logo:hover {
  border: none !important;
  color: inherit !important;
  padding: 0 !important;
  display: block;
  width: 308px;
  height: 163px;
  background: transparent url('/index-ycaa-logo.png') !important; }

pre {
  overflow: auto;
  overflow-y: hidden;
  border: 1px solid #cccccc;
  background: #f4f4f4;
  padding: 0.5em;
  margin: 1em 0 1em -0.5em;
  font-family: Inconsolata, monospace;
  font-size: 0.8em; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #cccccc; }
  table th {
    font-weight: bold;
    text-align: left;
    background-color: #f4f4f4; }
  table th, table td {
    padding: 0.33333em; }
    table th.number, table td.number {
      text-align: right; }
    table th.highlight, table td.highlight {
      background-color: #FEF6B2; }
  table tr {
    border-bottom: 1px solid #cccccc; }
    table tr.result td {
      background-color: #FEF6B2; }
  table.valign-middle td, table.valign-middle th {
    vertical-align: middle; }
  table.cell-border td, table.cell-border th {
    border-right: 1px solid #cccccc; }

small, .small {
  font-size: 0.9em; }

sup {
  font-size: 0.75em;
  vertical-align: super; }
  sup a {
    border: none !important; }

.footnotes {
  color: #666666;
  margin-top: 2em;
  font-size: 0.9em;
  letter-spacing: -3px; }
  .footnotes:before {
    content: "――――"; }
  .footnotes ol {
    letter-spacing: normal; }

.very-small {
  font-size: 0.85em; }

.unimportant {
  color: #666666; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid black;
  margin: 1em 0;
  padding: 0; }

.caption {
  font-style: italic;
  font-size: 0.9em;
  margin: 0;
  padding: 0.5em 1em;
  background-color: #f4f4f4; }

.with-caption {
  /*  border: 1px solid $box-border-color;*/
  margin-bottom: 1em; }
  .with-caption img {
    /*    text-align: center;*/ }

.align-right {
  float: right;
  margin-left: 1em; }

.align-left {
  float: left;
  margin-right: 1em; }

.align-center {
  margin-left: auto;
  margin-right: auto; }

.text-center {
  text-align: center; }

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

/* End: Recommended Isotope styles */

#isotope-container article {
	width: 261px;
	float: left;
	border: 2px solid #cc4214;
	padding: 7px 12px;
	margin: 20px !important;
}
