<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * ---:[ Thesis CSS reset ]:---
 */
* {
  margin: 0;
  padding: 0;
  word-wrap: break-word; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img,
fieldset {
  border: 0; }

abbr,
acronym {
  text-decoration: none; }

code {
  line-height: 1em; }

pre {
  overflow: auto;
  word-wrap: normal;
  -moz-tab-size: 4;
  tab-size: 4; }

sub,
sup {
  line-height: 0.5em; }

img,
.wp-caption {
  max-width: 100%;
  height: auto; }

iframe,
video,
embed,
object {
  display: block;
  max-width: 100%; }

img {
  display: block; }

.left,
.alignleft,
img[align=left] {
  display: block;
  float: left; }

.right,
.alignright,
img[align=right] {
  display: block;
  float: right; }

.center,
.aligncenter,
img[align=middle] {
  display: block;
  float: none;
  text-align: center;
  margin-right: auto;
  margin-left: auto; }

.clear {
  clear: both; }

input[type=submit],
button {
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none; }

.wp-smiley {
  display: inline; }

/*
 * ---:[ layout structure ]:---
 */
body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 25px;
  color: #111111;
  background-color: #b6dd4b;
  padding-top: 25px; }

.container {
  width: 1070px;
  margin: 0 auto; }

.columns {
  box-sizing: border-box; }
  .columns &gt; .content {
    box-sizing: border-box;
    width: 760px;
    float: left;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #b6dd4b; }
  .columns &gt; .sidebar {
    box-sizing: border-box;
    width: 310px;
    float: right;
    padding: 25px 25px 0 25px; }

/*
 * ---:[ links ]:---
 */
a {
  color: #1347ad;
  text-decoration: none; }
  p a {
    text-decoration: underline; }
    p a:hover {
      text-decoration: none; }

/*
 * ---:[ nav menu ]:---
 */
.menu {
  position: relative;
  z-index: 50;
  list-style: none;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #b6dd4b; }
  .menu a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #111111;
    background-color: #b6dd4b;
    padding: 9px 14px;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #b6dd4b; }
  .menu a:hover {
    background-color: #b6dd4b; }
  .menu li {
    position: relative;
    float: left;
    margin-bottom: -1px; }
  .menu .sub-menu {
    display: none;
    position: absolute;
    z-index: 110;
    left: -1px;
    list-style: none;
    border-color: #b6dd4b;
    margin-top: -1px; }
    .menu .sub-menu .sub-menu {
      top: 0;
      left: 178px;
      margin: 0 0 0 -1px; }
    .menu .sub-menu li {
      width: 178px;
      clear: both; }
    .menu .sub-menu a {
      border-left-width: 1px; }
    .menu .sub-menu .current-menu-item &gt; a {
      border-bottom-color: #b6dd4b; }
  .menu li:hover &gt; .sub-menu {
    display: block; }
  .menu .current-menu-item &gt; a {
    border-bottom-color: #b6dd4b;
    background-color: #b6dd4b;
    cursor: text; }

.menu_control {
  display: block;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #111111;
  background-color: #b6dd4b;
  padding: 9px 14px;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  border-color: #b6dd4b;
  display: none;
  background-color: #b6dd4b; }
  .menu_control:hover {
    background-color: #b6dd4b; }

/*
 * ---:[ header ]:---
 */
.header {
  border-bottom: 3px double #b6dd4b;
  padding: 25px; }

#site_title {
  font-size: 37px;
  line-height: 1.31em;
  font-weight: bold;
  color: #111111; }
  #site_title a {
    color: #111111; }
    #site_title a:hover {
      color: #1347ad; }
  #site_title + #site_tagline {
    margin-top: 6px; }

#site_tagline {
  font-size: 14px;
  color: #888888;
  line-height: 1.5em; }

/*
 * ---:[ golden ratio typography with spaced paragraphs ]:---
 */
  .grt h1,
  .grt .headline {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 24px;
    line-height: 38px; }
  .grt h1 {
    margin-bottom: 25px; }
  .grt .headline {
    color: #3f6621;
    margin: 0; }
    .grt .headline a {
      color: #3f6621; }
      .grt .headline a:hover {
        color: #1347ad; }
  .grt h2,
  .grt h3,
  .grt h4 {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #3f6621; }
  .grt h2 {
    font-size: 23px;
    line-height: 37px;
    margin-top: 40px;
    margin-bottom: 15px; }
  .grt h3 {
    font-size: 18px;
    line-height: 30px;
    margin-top: 34px;
    margin-bottom: 9px; }
  .grt h4 {
    font-size: 14px;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 6px; }
  .grt h1 + h2,
  .grt h2 + h3 {
    margin-top: 0; }
      .grt .post_content h2:first-child,
      .grt .post_content h3:first-child {
        margin-top: 0; }
  .grt ul {
    list-style-type: square; }
    .grt ul li a {
      text-decoration: underline; }
      .grt ul li a:hover {
        text-decoration: none; }
  .grt blockquote {
    color: #888888;
    padding-left: 15px;
    border-left: 1px solid #b6dd4b; }
    .grt blockquote.right,
    .grt blockquote.left {
      width: 45%;
      font-size: 23px;
      line-height: 33px;
      padding-left: 0;
      border: 0;
      margin-bottom: 15px; }
  .grt code,
  .grt pre,
  .grt kbd {
    font-size: 12px; }
  .grt code {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: rgba(0, 0, 0, 0.08);
    padding: 3px 4px;
    border-radius: 6px;
    margin: 0 1px; }
  .grt pre {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: #b6dd4b;
    padding: 15px 15px 15px 9px;
    border-left: 6px solid rgba(0, 0, 0, 0.15); }
  .grt kbd {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    color: #111111;
    background-color: white;
    padding: 3px 4px;
    border-radius: 6px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.45);
    margin: 0 1px; }
  .grt .alert,
  .grt .note,
  .grt .box {
    padding: 15px; }
  .grt .alert {
    background-color: #ffff99;
    border: 1px solid #e6e68a; }
  .grt .note {
    background-color: #b6dd4b;
    border: 1px solid #b6dd4b; }
  .grt .box {
    background-color: #e2ebfc;
    border: 1px solid #b7cdf8; }
  .grt .footnotes {
    font-size: 11px;
    line-height: 21px;
    padding-top: 25px;
    border-top: 1px dotted #b6dd4b; }
  .grt .footnotes,
  .grt sub,
  .grt sup,
  .grt .post_cats,
  .grt .post_tags {
    color: #888888; }
  .grt fieldset {
    margin-bottom: 25px; }
    .grt fieldset legend {
      font-size: 18px;
      line-height: 30px;
      font-weight: bold;
      margin-bottom: 6px; }
  .grt .avatar {
    width: 59px;
    height: 59px;
    float: right;
    clear: both;
    margin-left: 15px; }
  .grt .small,
  .grt .caption {
    font-size: 11px;
    line-height: 21px; }
  .grt .caption {
    margin-top: -15px;
    color: #888888; }
  .grt .frame,
  .grt .post_image_box,
  .grt .wp-caption {
    box-sizing: border-box;
    background-color: #b6dd4b;
    padding: 15px;
    border: 1px solid #b6dd4b; }
  .grt .wp-caption p {
    font-size: 11px;
    line-height: 21px; }
  .grt .wp-caption img,
  .grt .post_image_box .post_image,
  .grt .thumb,
  .grt .footnotes p {
    margin-bottom: 15px; }
  .grt .drop_cap {
    font-size: 50px;
    line-height: 1em;
    margin-right: 9px;
    float: left; }
  .grt .author_description {
    padding-top: 25px;
    border-top: 1px dotted #b6dd4b; }
    .grt .author_description .avatar {
      width: 75px;
      height: 75px;
      float: left;
      margin-right: 15px;
      margin-left: 0; }
  .grt .author_description_intro {
    font-weight: bold; }
  .grt p,
  .grt ul,
  .grt ol,
  .grt blockquote,
  .grt pre,
  .grt dl,
  .grt dd,
  .grt .center,
  .grt .aligncenter,
  .grt .block,
  .grt .alignnone,
  .grt .post_image,
  .grt .post_image_box,
  .grt .wp-post-image,
  .grt .caption,
  .grt .wp-caption,
  .grt .alert,
  .grt .note,
  .grt .box,
  .grt .footnotes,
  .grt .headline_area {
    margin-bottom: 25px; }
  .grt .right,
  .grt .alignright,
  .grt .ad {
    margin-bottom: 25px;
    margin-left: 25px; }
  .grt .left,
  .grt .alignleft,
  .grt .ad_left {
    margin-bottom: 25px;
    margin-right: 25px; }
  .grt ul,
  .grt ol,
  .grt .stack {
    margin-left: 25px; }
  .grt ul ul,
  .grt ul ol,
  .grt ol ul,
  .grt ol ol,
  .grt .wp-caption p,
  .grt blockquote.right p,
  .grt blockquote.left p {
    margin-bottom: 0; }
    .grt .alert :last-child,
    .grt .note :last-child,
    .grt .box :last-child,
    .grt .right :last-child,
    .grt .left .footnotes :last-child {
      margin-bottom: 0; }

/*
 * ---:[ other content styles ]:---
 */
.post_box {
  padding: 25px 25px 0 25px;
  border-top: 1px dotted #b6dd4b; }
  .post_box.top {
    border-top: 0; }

.byline {
  color: #888888; }
  .byline a {
    color: #888888;
    border-bottom: 1px solid #b6dd4b; }
    .byline a:hover {
      color: #111111; }
  .byline a,
  .byline .post_author,
  .byline .post_date {
    text-transform: uppercase;
    letter-spacing: 1px; }
  .byline .post_author_intro,
  .byline .post_date_intro,
  .byline .post_cats_intro {
    font-style: italic; }
  .byline .post_edit {
    margin-left: 9px; }
    .byline .post_edit:first-child {
      margin-left: 0; }

  .wp-caption.aligncenter img {
    margin-right: auto;
    margin-left: auto; }
  .wp-caption .wp-caption-text .wp-smiley {
    display: inline;
    margin-bottom: 0; }

.num_comments_link {
  display: inline-block;
  color: #888888;
  text-decoration: none;
  margin-bottom: 25px; }
  .num_comments_link:hover {
    background-color: #dbeea5; }

.num_comments {
  font-size: 25px;
  color: #111111; }

.bracket {
  font-size: 25px;
  color: #b6dd4b; }

.archive_intro {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #b6dd4b; }
  .archive_intro .headline {
    margin-bottom: 25px; }

.prev_next {
  clear: both;
  color: #888888;
  border-top: 1px solid #b6dd4b;
  padding: 15px 25px; }
  .prev_next .next_posts {
    float: right; }

.previous_posts,
.next_posts {
  display: block;
  font-size: 11px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 2px; }
  .previous_posts a:hover,
  .next_posts a:hover {
    text-decoration: underline; }

/*
 * ---:[ comments ]:---
 */
#comments {
  margin-top: 50px; }

.comments_intro {
  color: #888888;
  padding: 0 25px;
  margin-bottom: 15px; }
  .comments_intro a:hover {
    text-decoration: underline; }

.comments_closed {
  font-size: 11px;
  line-height: 21px;
  color: #888888;
  margin: 0 25px 25px 25px; }

.comment_list {
  list-style-type: none;
  border-top: 1px dotted #b6dd4b;
  margin-bottom: 50px; }

.comment {
  padding: 25px;
  border-bottom: 1px dotted #b6dd4b; }
  .comment .comment_head {
    margin-bottom: 15px; }
  .comment .comment_author {
    font-weight: bold; }
  .comment .avatar {
    float: right;
    width: 46px;
    height: 46px;
    margin-left: 15px; }
  .comment .comment_date {
    display: block;
    font-size: 11px;
    line-height: 21px;
    color: #888888; }
    .comment .comment_date a {
      color: #888888; }
  .comment .comment_text &gt; :last-child {
    margin-bottom: 0; }
  .comment .comment_footer {
    margin-top: 15px; }
    .comment .comment_footer a {
      font-size: 11px;
      line-height: 21px;
      color: #888888;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-right: 15px; }

  .children .comment {
    list-style-type: none;
    padding: 0 0 0 25px;
    border-bottom: 0;
    border-left: 1px solid #b6dd4b;
    margin-top: 25px; }
  .children .bypostauthor {
    background-color: transparent;
    border-color: #1347ad; }

  .comment_head a:hover,
  .comment_footer a:hover,
  comment_nav a:hover {
    text-decoration: underline; }

.comment_nav {
  font-size: 11px;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 25px;
  border-style: dotted;
  border-color: #b6dd4b; }
  .comment_nav a:hover {
    text-decoration: underline; }

.comment_nav_top {
  border-width: 1px 0 0 0; }

.comment_nav_bottom {
  border-width: 0 0 1px 0;
  margin: -50px 0 50px 0; }

.next_comments {
  float: right; }

.comment_moderated {
  font-weight: bold; }

/*
 * ---:[ inputs ]:---
 */
  input[type="text"],
  input[type="number"],
  input[type="url"],
  input[type="tel"],
  input[type="email"],
  input[type="password"] {
    font-family: inherit;
    font-size: inherit;
    line-height: 1em;
    font-weight: inherit;
    color: #111111;
    background-color: #b6dd4b;
    padding: 6px;
    border: 1px solid #b6dd4b;
    box-sizing: border-box; }
    input[type="text"]:focus,
    input[type="number"]:focus,
    input[type="url"]:focus,
    input[type="tel"]:focus,
    input[type="email"]:focus,
    input[type="password"]:focus {
      background-color: #b6dd4b;
      border-color: #b6dd4b; }

select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: inherit;
  color: #111111;
  background-color: #b6dd4b;
  padding: 6px;
  border: 1px solid #b6dd4b;
  box-sizing: border-box;
  line-height: inherit; }
  select:focus,
  textarea:focus {
    background-color: #b6dd4b;
    border-color: #b6dd4b; }

/*
 * ---:[ buttons ]:---
 */
button,
input[type="submit"] {
  font-family: inherit;
  font-size: inherit;
  line-height: 1em;
  font-weight: bold;
  background-color: #b6dd4b;
  padding: 9px;
  border: 3px double #b6dd4b; }
  button:hover,
  input[type="submit"]:hover,
  button:active,
  input[type="submit"]:active {
    background-color: #b6dd4b;
    transition: background-color 0.3s; }

/*
 * ---:[ comment form ]:---
 */
#commentform {
  padding: 0 25px;
  margin: 50px 0; }
  .comment #commentform {
    padding-right: 0;
    padding-left: 0;
    margin-top: 15px; }
  #commentform .comment_form_title {
    font-size: 18px;
    line-height: 30px;
    color: #3f6621;
    padding: 0 25px 15px 25px;
    border-bottom: 1px dotted #b6dd4b;
    margin-right: -25px;
    margin-left: -25px; }
  #commentform p {
    margin-bottom: 15px; }
    #commentform p .required {
      color: #dd0000; }
  #commentform label {
    display: block; }
  #commentform input[type="checkbox"] + label {
    display: inline;
    margin-left: 6px; }
  #commentform #wp-comment-cookies-consent + label {
    font-size: 11px;
    line-height: 21px;
    color: #888888; }
  #commentform input[type="text"] {
    width: 50%; }
  #commentform input[type="submit"] {
    font-size: 18px; }
  #commentform textarea {
    display: block;
    width: 100%; }

#cancel-comment-reply-link {
  float: right;
  font-size: 11px;
  line-height: inherit;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1347ad;
  margin-top: 6px; }
  #cancel-comment-reply-link:hover {
    text-decoration: underline; }

.login_alert {
  font-weight: bold;
  background-color: #b6dd4b;
  border: 1px solid #b6dd4b; }

/*
 * ---:[ sidebar ]:---
 */
.sidebar {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 21px; }
  .sidebar .widget_title,
  .sidebar .sidebar_heading,
  .sidebar .headline {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 23px;
    color: black;
    line-height: 33px;
    margin-bottom: 13px; }
  .sidebar .widget_title,
  .sidebar .sidebar_heading {
    font-variant: small-caps;
    letter-spacing: 1px; }
  .sidebar p,
  .sidebar ul,
  .sidebar ol,
  .sidebar blockquote,
  .sidebar pre,
  .sidebar dl,
  .sidebar dd,
  .sidebar .left,
  .sidebar .alignleft,
  .sidebar .ad_left,
  .sidebar .right,
  .sidebar .alignright,
  .sidebar .ad,
  .sidebar .center,
  .sidebar .aligncenter,
  .sidebar .block,
  .sidebar .alignnone {
    margin-bottom: 21px; }
  .sidebar .left,
  .sidebar .alignleft,
  .sidebar .ad_left {
    margin-right: 21px; }
  .sidebar ul ul,
  .sidebar ul ol,
  .sidebar ol ul,
  .sidebar ol ol,
  .sidebar .right,
  .sidebar .alignright,
  .sidebar .ad,
  .sidebar .stack {
    margin-left: 21px; }
  .sidebar ul ul,
  .sidebar ul ol,
  .sidebar ol ul,
  .sidebar ol ol,
  .sidebar .wp-caption p,
  .sidebar .post_excerpt p {
    margin-bottom: 0; }
  .sidebar .text_box,
  .sidebar .thesis_email_form,
  .sidebar .query_box {
    margin-bottom: 42px; }
    .sidebar .search-form input[type="text"],
    .sidebar .thesis_email_form input[type="text"] {
      width: 100%;
      margin-bottom: 13px; }
  .sidebar button,
  .sidebar input[type="submit"] {
    padding: 8px; }
  .sidebar .query_box .post_author,
  .sidebar .query_box .post_date {
    color: #888888; }
  .sidebar .widget {
    margin-bottom: 42px; }
    .sidebar .widget ul {
      list-style-type: none; }
      .sidebar .widget ul li {
        margin-bottom: 13px; }
        .sidebar .widget ul li ul,
        .sidebar .widget ul li ol {
          margin-top: 13px; }
        .sidebar .widget ul li a:hover {
          text-decoration: underline; }

/*
 * ---:[ footer ]:---
 */
.footer {
  font-size: 11px;
  line-height: 21px;
  color: #888888;
  text-align: right;
  padding: 15px 25px;
  border-top: 3px double #b6dd4b; }
  .footer a {
    color: #888888; }
    .footer a:hover {
      color: #111111; }

/*
 * ---:[ custom template styles ]:---
 */
  body.landing {
    padding-top: 0; }
  .landing .container {
    width: 760px; }
  .landing .header,
  .landing .headline_area,
  .landing .footer {
    text-align: center; }

.full_page .columns &gt; .content {
  width: 1070px;
  float: none;
  border-right: 0; }

/*
 * ---:[ clearfix ]:---
 */
  .columns:after,
  .menu:after,
  .post_box:after,
  .post_content:after,
  .author_description:after,
  .sidebar:after,
  .query_box:after,
  .prev_next:after,
  .comment_text:after,
  .comment_nav:after {
    display: table;
    clear: both;
    content: ''; }

/*
 * ---:[ media queries ]:---
 */
@media all and (max-width: 1069px) {
  body {
    padding-top: 0; }

  .container,
  .landing .container {
    width: auto;
    max-width: 760px; }

  .header {
    border-top: 1px solid #b6dd4b; }
    .landing .header {
      border-top: 0; }

    .columns &gt; .content {
      float: none;
      width: 100%;
      border: 0; }
      .full_page .columns &gt; .content {
        width: 100%; }
    .columns &gt; .sidebar {
      float: none;
      width: 100%;
      border-top: 3px double #b6dd4b; }

  .menu_control {
    display: block;
    width: 100%;
    background-color: #b6dd4b;
    padding: 1em 25px;
    border-width: 0;
    cursor: pointer;
    box-sizing: border-box; }

  .menu {
    display: none;
    clear: both;
    width: 100%;
    border-width: 1px 0 0 0; }
    .menu .sub-menu {
      position: static;
      display: block;
      padding-left: 25px;
      border-top: 1px solid #b6dd4b;
      margin: 0; }
      .menu .sub-menu li {
        width: 100%; }
    .menu li {
      float: none;
      width: 100%;
      margin-bottom: 0; }
      .menu li:first-child &gt; a:first-child {
        border-top-width: 0; }
    .menu a {
      background-color: #b6dd4b;
      padding: 1em 25px;
      border-width: 1px 1px 0 0; }
    .menu .current-menu-item &gt; a {
      background-color: #b6dd4b; }
    .menu &gt; li &gt; a {
      border-left-width: 1px; }

  .show_menu {
    display: block; }

      .sidebar .search-form input[type="text"],
      .sidebar .thesis_email_form input[type="text"] {
        width: 50%; } }

@media all and (max-width: 759px) {
  .menu a {
      border-right-width: 0; }
    .menu &gt; li &gt; a {
      border-left-width: 0; } }

@media all and (max-width: 469px) {
  .menu a,
  .menu_control {
    padding: 1em 15px; }

  .header,
  .columns &gt; .sidebar,
  .post_box,
  .prev_next,
  .comments_intro,
  .comment,
  .comment_nav,
  #commentform,
  #commentform .comment_form_title,
  .footer {
    padding-right: 15px;
    padding-left: 15px; }

  .menu .sub-menu,
  .children .comment {
    padding-left: 15px; }

  .right,
  .alignright,
  img[align="right"],
  .left,
  .alignleft,
  img[align="left"],
  .ad,
  .ad_left {
    float: none; }

    .grt .right,
    .grt .alignright,
    .grt .left,
    .grt .alignleft {
      margin-right: 0;
      margin-left: 0; }
      .grt blockquote.right,
      .grt blockquote.left {
        width: 100%;
        margin-bottom: 25px; }

  .post_author:after {
    display: block;
    height: 0;
    content: '\a';
    white-space: pre; }

    #commentform input[type="text"],
    .sidebar .search-form input[type="text"],
    .sidebar .thesis_email_form input[type="text"] {
      width: 100%; }

  .comments_closed,
  .login_alert {
    margin-right: 15px;
    margin-left: 15px; }

  #commentform .comment_form_title {
    margin-left: -15px;
    margin-right: -15px; }

  .comment_date {
    display: none; } }

#header {
  padding: 0; }

#header #site_title a,
#header #site_tagline {
  display: none; }

/*
 * ---:[ custom CSS ]:---
 */
/*
 * -- Background Image that fills the entire browser window and repeats in both directions --
 */
body {
  background: #cecfdd url(\"\") fixed 10% 0 repeat; }

/*
 * -- Background color that fills the page background --
 */
.container {
  background-color: white;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden; }

/*
 * -- Remove the header border  --
 */
.header {
  border: none; }

.menu {
  background-color: #b6dd4b; }

.menu a {
  color: white; }

.menu,
.menu a {
  border-color: #b6dd4b;
    /*
   * -- or change the border color to match the menu color  --
   */ }

/*
 * -- Remove the column border  --
 */
.columns &gt; .content {
  border: none; }

/*
 * -- Remove the footer border  --
 */
.footer {
  border: none; }

.chart_2 {
  background-color: #9bb923; }

.chart_2 tr td {
  background: #c3e3c8;
  color: black;
  font-weight: bold;
  padding: 5px;
  border-bottom: 1px solid #425600;
  border-top: 1px solid #003d09; }

.chart_2 tr td a {
  color: white;
  font-weight: normal; }

.chart_2 tr td a:hover {
  color: #ffe87c;
  font-weight: normal; }

.chart_2 tr.red td {
  background-color: #003d09;
  color: white;
  text-shadow: 0 0px 0 #e5d99a;
  text-transform: uppercase;
  font-weight: bold;
  padding: 2px 0px 2px 2px; }

.bonus {
  padding: 5px;
  border: 5px solid #003d09;
  background-color: #003d09;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.footer .widget {
  width: 31.33%;
  float: left;
  text-align: center;
  margin: 1%; }

@media only screen and (max-width:450px),
screen and (max-device-width:450px) {
  .footer .widget {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0%; }

  /*
   * ---:[ layout structure ]:---
   */  body {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #111111;
    background-color: #b6dd4b;
    padding-top: 25px; }

  body.landing {
    padding-top: 0; }

  .container {
    width: 1070px;
    margin: 0 auto; }

  .landing .container {
    width: 760px; }

  .columns,
  .columns &gt; .content,
  .columns &gt; .sidebar {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .columns &gt; .content {
    width: 760px;
    float: left;
    border-width: 0 1px 0 0;
    border-style: solid;
    border-color: #b6dd4b; }

  .columns &gt; .sidebar {
    width: 310px;
    float: right;
    padding: 25px 25px 0 25px; }

  /*
   * ---:[ links ]:---
   */  a {
    color: #1347ad;
    text-decoration: none; }

  p a {
    text-decoration: underline; }

  p a:hover {
    text-decoration: none; }

  /*
   * ---:[ nav menu ]:---
   */  .menu {
    position: relative;
    z-index: 50;
    list-style: none;
    border-width: 0 0 1px 1px;
    border-style: solid; }

  .menu li {
    position: relative;
    float: left;
    margin-bottom: -1px; }

  .menu .sub-menu {
    position: absolute;
    left: -1px;
    display: none;
    list-style: none;
    z-index: 110;
    margin-top: -1px; }

  .menu .sub-menu .sub-menu {
    top: 0;
    left: 178px;
    margin: 0 0 0 -1px; }

  .menu li:hover &gt; .sub-menu {
    display: block; }

  .menu .sub-menu li {
    width: 178px;
    clear: both; }

  .menu a,
  .menu_control {
    display: block;
    font-size: 14px;
    line-height: 20px;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #111111;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    background-color: #b6dd4b;
    padding: 0.75em 1em; }

  .menu a:hover {
    background-color: #b6dd4b; }

  .menu_control {
    display: none;
    background-color: #b6dd4b; }

  .menu .sub-menu a {
    border-left-width: 1px; }

  .menu,
  .menu a,
  .menu .sub-menu {
    border-color: #b6dd4b; }

  .menu .current-menu-item &gt; a {
    border-bottom-color: #b6dd4b;
    background-color: #b6dd4b;
    cursor: text; }

  .menu .sub-menu .current-menu-item &gt; a {
    border-bottom-color: #b6dd4b; }

  /*
   * ---:[ header ]:---
   */  .header {
    border-bottom: 3px double #b6dd4b;
    padding: 25px; }

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

  #site_title {
    font-size: 37px;
    line-height: 1.32em;
    font-weight: bold;
    color: #111111; }

  #site_title a {
    color: #111111; }

  #site_title a:hover {
    color: #1347ad; }

  #site_tagline {
    font-size: 14px;
    color: #888888;
    line-height: 1.32em; }

  /*
   * ---:[ golden ratio typography with spaced paragraphs ]:---
   */  .grt,
  .grt h3 {
    font-size: 14px;
    line-height: 25px; }

  .grt .headline {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 24px;
    line-height: 38px;
    margin: 0; }

  .grt h2 {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin-top: 40px;
    margin-bottom: 15px; }

  .grt .small,
  .grt .caption {
    font-size: 11px;
    line-height: 21px; }

  .grt .drop_cap {
    font-size: 50px;
    line-height: 1em;
    margin-right: 0.15em;
    float: left; }

  .grt p,
  .grt ul,
  .grt ol,
  .grt blockquote,
  .grt pre,
  .grt dl,
  .grt dd,
  .grt .center,
  .grt .block,
  .grt .caption,
  .post_box .aligncenter,
  .post_box .alignnone,
  .post_box .post_image,
  .post_box .post_image_box,
  .post_box .wp-caption,
  .post_box .wp-post-image,
  .post_box .alert,
  .post_box .note,
  .headline_area {
    margin-bottom: 25px; }

  .grt ul,
  .grt ol,
  .grt .stack {
    margin-left: 25px; }

  .grt ul ul,
  .grt ul ol,
  .grt ol ul,
  .grt ol ol,
  .wp-caption p,
  .post_box .alert p:last-child,
  .post_box .note p:last-child,
  .post_content blockquote.right p,
  .post_content blockquote.left p {
    margin-bottom: 0; }

  .grt .left,
  .post_box .alignleft,
  .post_box .ad_left {
    margin-bottom: 25px;
    margin-right: 25px; }

  .grt .right,
  .post_box .alignright,
  .post_box .ad {
    margin-bottom: 25px;
    margin-left: 25px; }

  .grt .caption {
    margin-top: -15px;
    color: #888888; }

  /*
   * ---:[ golden ratio pullquotes ]:---
   */  .grt blockquote.right,
  .grt blockquote.left {
    font-size: 23px;
    line-height: 33px;
    width: 45%;
    margin-bottom: 15px; }

  .grt blockquote.right,
  .grt blockquote.left {
    padding-left: 0;
    border: 0; }

  /*
   * ---:[ post box styles ]:---
   */  .post_box {
    padding: 25px 25px 0 25px;
    border-top: 1px dotted #b6dd4b; }

  .top {
    border-top: 0; }

  .post_box .headline,
  .headline a {
    color: #3f6621; }

  .headline a:hover {
    color: #1347ad; }

  .byline,
  .byline a {
    color: #888888; }

  .byline a {
    border-bottom: 1px solid #b6dd4b; }

  .byline a,
  .post_author,
  .post_date {
    text-transform: uppercase;
    letter-spacing: 1px; }

  .byline a:hover,
  .num_comments {
    color: #111111; }

  .byline .post_edit {
    margin-left: 15px; }

  .byline .post_edit:first-child {
    margin-left: 0; }

  .post_author_intro,
  .post_date_intro,
  .byline .post_cats_intro {
    font-style: italic; }

  .post_box h2,
  .post_box h3 {
    color: #3f6621; }

  .post_box h3 {
    font-weight: bold; }

  .post_box ul {
    list-style-type: square; }

  .post_box blockquote {
    color: #888888;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #b6dd4b; }

  .post_box code {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif; }

  .post_box pre {
    font-family: Consolas, Menlo, Monaco, Courier, Verdana, sans-serif;
    background-color: #b6dd4b;
    padding: 15px;
    -webkit-tab-size: 4;
    -moz-tab-size: 4;
    tab-size: 4; }

  .post_content li a {
    text-decoration: underline; }

  .post_content li a:hover {
    text-decoration: none; }

  .post_box .frame,
  .post_box .post_image_box,
  .post_box .wp-caption {
    border: 1px solid #b6dd4b;
    background-color: #b6dd4b;
    padding: 15px; }

  .post_box .wp-caption img,
  .post_box .post_image_box .post_image,
  .post_box .thumb {
    margin-bottom: 15px; }

  .wp-caption.aligncenter img {
    margin-right: auto;
    margin-left: auto; }

  .wp-caption .wp-caption-text .wp-smiley {
    display: inline;
    margin-bottom: 0; }

  .post_box .wp-caption p {
    font-size: 11px;
    line-height: 21px; }

  .post_box .author_description {
    border-top: 1px dotted #b6dd4b;
    padding-top: 25px; }

  .post_box .author_description_intro {
    font-weight: bold; }

  .post_box .avatar {
    width: 59px;
    height: 59px;
    float: right;
    clear: both;
    margin-left: 15px; }

  .post_box .author_description .avatar {
    width: 75px;
    height: 75px;
    float: left;
    margin-right: 15px;
    margin-left: 0; }

  .post_box .post_cats,
  .post_box .post_tags {
    color: #888888; }

  .post_box .alert,
  .post_box .note {
    padding: 15px; }

  .post_box .alert {
    background-color: #ffff99;
    border: 1px solid #e6e68a; }

  .post_box .note {
    background-color: #b6dd4b;
    border: 1px solid #b6dd4b; }

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

  /*
   * ---:[ other post box styles ]:---
   */  .num_comments_link {
    display: inline-block;
    color: #888888;
    text-decoration: none;
    margin-bottom: 25px; }

  .num_comments_link:hover {
    text-decoration: underline; }

  .bracket,
  .num_comments {
    font-size: 25px; }

  .bracket {
    color: #b6dd4b; }

  /*
   * ---:[ misc. content elements ]:---
   */  .archive_intro {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #b6dd4b; }

  .archive_intro .headline {
    margin-bottom: 25px; }

  .prev_next {
    clear: both;
    color: #888888;
    border-top: 1px solid #b6dd4b;
    padding: 15px 25px; }

  .prev_next .next_posts {
    float: right; }

  .previous_posts,
  .next_posts {
    display: block;
    font-size: 11px;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 2px; }

  .previous_posts a:hover,
  .next_posts a:hover {
    text-decoration: underline; }

  /*
   * ---:[ comments ]:---
   */  #comments {
    margin-top: 50px; }

  .comments_intro {
    color: #888888;
    margin-bottom: 15px;
    padding: 0 25px; }

  .comments_closed {
    font-size: 11px;
    line-height: 21px;
    color: #888888;
    margin: 0 25px 25px 25px; }

  .comment_list {
    list-style-type: none;
    margin-bottom: 50px;
    border-top: 1px dotted #b6dd4b; }

  .comment {
    border-bottom: 1px dotted #b6dd4b;
    padding: 25px; }

  .children .comment {
    list-style-type: none;
    margin-top: 25px;
    border-left: 1px solid #b6dd4b;
    border-bottom: 0;
    padding: 0 0 0 25px; }

  .children .bypostauthor {
    background-color: transparent;
    border-color: #1347ad; }

  .comment .comment_head {
    margin-bottom: 15px; }

  .children .comment_head {
    margin-bottom: 0; }

  .comment .comment_author {
    font-weight: bold; }

  .comment_date {
    font-size: 11px;
    margin-left: 15px;
    color: #888888; }

  .comment_date a {
    color: #888888; }

  .comment_footer a {
    font-size: 11px;
    line-height: 21px;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 15px; }

  .comment_head a:hover,
  .comment_footer a:hover,
  .comment_nav a:hover {
    text-decoration: underline; }

  .comment_footer a:first-child {
    margin-left: 0; }

  .comment .avatar {
    width: 46px;
    height: 46px;
    float: right;
    margin-left: 15px; }

  .comment_nav {
    font-size: 11px;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-style: dotted;
    border-color: #b6dd4b;
    padding: 15px 25px; }

  .comment_nav_top {
    border-width: 1px 0 0 0; }

  .comment_nav_bottom {
    margin: -50px 0 50px 0;
    border-width: 0 0 1px 0; }

  .next_comments {
    float: right; }

  /*
   * ---:[ inputs ]:---
   */  .input_text {
    font-size: inherit;
    line-height: 1em;
    font-family: inherit;
    font-weight: inherit;
    color: #111111;
    border: 1px solid #b6dd4b;
    background-color: #b6dd4b;
    padding: 0.35em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .input_text:focus {
    border-color: #b6dd4b;
    background-color: #b6dd4b; }

  textarea.input_text {
    line-height: 25px; }

  .input_submit {
    font-size: 23px;
    line-height: 1em;
    font-family: inherit;
    font-weight: bold;
    border: 3px double #b6dd4b;
    background: #b6dd4b url(\'images/bg-button.png\') repeat-x;
    padding: 0.5em;
    cursor: pointer;
    overflow: visible; }

  /*
   * ---:[ comment form ]:---
   */  #commentform {
    margin: 50px 0;
    padding: 0 25px; }

  .comment #commentform {
    margin-top: 0;
    padding-right: 0;
    padding-left: 0; }

  .comment_form_title {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #3f6621;
    margin: -25px;
    border-bottom: 1px dotted #b6dd4b;
    padding: 0 25px 15px 25px; }

  #commentform label {
    display: block; }

  #commentform p {
    margin-bottom: 15px; }

  #commentform p .required {
    color: #dd0000; }

  .comment_moderated {
    font-weight: bold; }

  #commentform .input_text {
    width: 50%; }

  #commentform textarea.input_text {
    width: 100%; }

  #cancel-comment-reply-link {
    float: right;
    font-size: 11px;
    line-height: inherit;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1347ad; }

  #cancel-comment-reply-link:hover {
    text-decoration: underline; }

  .login_alert {
    font-weight: bold;
    border: 1px solid #b6dd4b;
    background-color: #b6dd4b; }

  /*
   * ---:[ sidebar ]:---
   */  .sidebar {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 21px; }

  .sidebar .headline,
  .sidebar .sidebar_heading,
  .sidebar .widget_title {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 23px;
    color: black;
    line-height: 33px; }

  .sidebar .sidebar_heading,
  .sidebar .widget_title {
    font-variant: small-caps;
    letter-spacing: 1px;
    margin-bottom: 13px; }

  .sidebar .input_submit {
    font-size: inherit; }

  .sidebar p,
  .sidebar ul,
  .sidebar ol,
  .sidebar blockquote,
  .sidebar pre,
  .sidebar dl,
  .sidebar dd,
  .sidebar .left,
  .sidebar .alignleft,
  .sidebar .ad_left,
  .sidebar .right,
  .sidebar .alignright,
  .sidebar .ad,
  .sidebar .center,
  .sidebar .aligncenter,
  .sidebar .block,
  .sidebar .alignnone {
    margin-bottom: 21px; }

  .sidebar .left,
  .sidebar .alignleft,
  .sidebar .ad_left {
    margin-right: 21px; }

  .sidebar ul ul,
  .sidebar ul ol,
  .sidebar ol ul,
  .sidebar ol ol,
  .sidebar .right,
  .sidebar .alignright,
  .sidebar .ad,
  .sidebar .stack {
    margin-left: 21px; }

  .sidebar ul ul,
  .sidebar ul ol,
  .sidebar ol ul,
  .sidebar ol ol,
  .wp-caption p,
  .sidebar .post_excerpt p {
    margin-bottom: 0; }

  .widget,
  .sidebar .text_box,
  .sidebar .thesis_email_form,
  .sidebar .query_box {
    margin-bottom: 42px; }

  .sidebar .thesis_email_form .input_text,
  .widget li {
    margin-bottom: 13px; }

  .sidebar .search-form .input_text,
  .sidebar .thesis_email_form .input_text {
    width: 100%; }

  .sidebar .query_box .post_author,
  .sidebar .query_box .post_date {
    color: #888888; }

  .sidebar .post_content,
  .widget li ul,
  .widget li ol {
    margin-top: 13px; }

  .widget ul {
    list-style-type: none; }

  .widget li a:hover {
    text-decoration: underline; }

  /*
   * ---:[ footer ]:---
   */  .footer {
    font-size: 11px;
    line-height: 21px;
    text-align: right;
    color: #888888;
    border-top: 3px double #b6dd4b;
    padding: 15px 25px; }

  .footer a {
    color: #888888; }

  .footer a:hover {
    color: #111111; }

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

  /*
   * ---:[ media queries ]:---
   */  @media all and (max-width: 1070px) {
    body {
      padding-top: 0; }

    .container,
    .landing .container {
      width: auto;
      max-width: 760px; }

    .header {
      border-top: 1px solid #b6dd4b; }

    .landing .header {
      border-top: 0; }

    .columns &gt; .content {
      float: none;
      width: 100%;
      border: 0; }

    .columns &gt; .sidebar {
      float: none;
      width: 100%;
      border-top: 3px double #b6dd4b; }

    .menu_control {
      display: block;
      width: 100%;
      border-width: 0;
      background-color: #b6dd4b;
      padding: 1em 25px;
      cursor: pointer;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }

    .menu {
      display: none;
      width: 100%;
      border-width: 1px 0 0 0;
      clear: both; }

    .show_menu {
      display: block; }

    .menu .sub-menu {
      position: static;
      display: block;
      margin: 0;
      border-top: 1px solid #b6dd4b;
      padding-left: 25px; }

    .menu li {
      width: 100%;
      float: none;
      margin-bottom: 0; }

    .menu .sub-menu li {
      width: 100%; }

    .menu a {
      border-width: 1px 1px 0 0;
      background-color: #b6dd4b;
      padding: 1em 25px; }

    .menu .current-menu-item &gt; a {
      background-color: #b6dd4b; }

    .menu &gt; li &gt; a {
      border-left-width: 1px; }

    .menu li:first-child &gt; a:first-child {
      border-top-width: 0; }

    .sidebar .search-form .input_text,
    .sidebar .thesis_email_form .input_text {
      width: 50%; } }

  @media all and (max-width: 760px) {
    .menu a {
      border-right-width: 0; }

    .menu &gt; li &gt; a {
      border-left-width: 0; }

    .post_box .frame,
    .post_box .post_image_box,
    .post_box .wp-caption {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }

  @media all and (max-width: 450px) {
    .menu a,
    .menu_control {
      padding: 1em 15px; }

    .header,
    .columns &gt; .sidebar,
    .post_box,
    .prev_next,
    .comments_intro,
    .comment,
    .comment_nav,
    #commentform,
    .comment_form_title,
    .footer {
      padding-right: 15px;
      padding-left: 15px; }

    .menu .sub-menu,
    .children .comment {
      padding-left: 15px; }

    .comments_closed,
    .login_alert {
      margin-right: 15px;
      margin-left: 15px; }

    .comment_form_title {
      margin-left: -15px;
      margin-right: -15px; }

    .right,
    .alignright,
    img[align=\"right\"],
    .left,
    .alignleft,
    img[align=\"left\"] {
      float: none; }

    .grt .right,
    .grt .left,
    .post_box .alignright,
    .post_box .alignleft,
    .grt blockquote.right,
    .grt blockquote.left {
      margin-right: 0;
      margin-left: 0; }

    .post_author:after {
      content: \'\\a\';
      height: 0;
      white-space: pre;
      display: block; }

    .grt blockquote.right,
    .grt blockquote.left,
    #commentform .input_text,
    .sidebar .search-form .input_text,
    .sidebar .thesis_email_form .input_text {
      width: 100%; }

    .post_box blockquote {
      margin-left: 0; }

    .comment_date {
      display: none; } }

  /*
   * ---:[ clearfix ]:---
   */  .columns:after,
  .menu:after,
  .post_box:after,
  .post_content:after,
  .author_description:after,
  .sidebar:after,
  .query_box:after,
  .prev_next:after,
  .comment_text:after,
  .comment_nav:after {
    display: table;
    clear: both;
    content: ''; } }</pre></body></html>