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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/* End Reset */
body {
  font-family: 'Arimo', sans-serif; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

a {
  color: #3299bb; }

h1 {
  font-size: 2em;
  font-family: 'Oswald', sans-serif;
  color: #ff9900; }
  h1 a {
    color: #ff9900;
    text-decoration: none; }

h2 {
  font-size: 2em;
  font-weight: bold;
  margin: 20px 0; }
  h2 a {
    color: #3299bb;
    text-decoration: none; }
    h2 a:hover {
      text-decoration: underline; }

p {
  margin: 10px 0; }

input[type="text"], input[type="email"], input[type="password"] {
  border: 1px solid #e9e9e9;
  margin: 0 0 3px; }

label {
  font-size: .8em;
  color: #424242; }

table {
  text-align: left;
  width: 100%;
  margin: 6px 0; }
  table thead {
    background-color: #ff9900; }
    table thead th {
      padding: 6px;
      font-weight: bold;
      color: #ffffff; }
  table tbody tr:nth-child(even) {
    background-color: #e9e9e9; }
  table td {
    padding: 6px; }
  table .mini_column {
    width: 1em; }

form {
  text-align: left; }
  form label {
    display: block; }
  form input {
    display: block; }
  form textarea {
    display: block; }
  form.delete_post {
    float: right; }
    form.delete_post .button, form.delete_post input[type="submit"] {
      background-color: #ff9900;
      color: #ffffff;
      font-weight: bold; }
      form.delete_post .button:hover, form.delete_post input[type="submit"]:hover {
        background-color: #ffad33; }
      form.delete_post .button:active, form.delete_post input[type="submit"]:active {
        box-shadow: inset 1px 1px 0 #CCCCCC;
        background-color: #e68a00; }

.pagination {
  padding: 20px 0; }
  .pagination .next_page {
    float: right; }
  .pagination .prev_page {
    float: left; }

article {
  text-align: left;
  margin: 6px 0;
  padding: 0 0 6px;
  border-bottom: 1px solid #e9e9e9; }
  article .byline {
    font-size: .8em;
    font-weight: bold;
    margin: 20px 5px; }
  article aside {
    font-size: .8em;
    margin: 6px 0 3px; }
  article.single .article-content p:first-child::first-letter {
    font-size: 5em;
    float: left;
    margin: 0 10px 0 0;
    color: #ff9900; }
  article.pinned h2 a {
    color: #ff9900; }

.banner {
  height: 42px;
  border-bottom: 1px solid #e9e9e9;
  box-shadow: 0 2px 5px #bcbcbc; }
  .banner h1 {
    font-size: 2em;
    margin: 3px 9px; }

.logo {
  float: left; }

.page {
  margin: 20px auto;
  padding: 0 10px;
  max-width: 38em;
  text-align: center;
  line-height: 1.2em; }

.child {
  margin: 20px 0 0 40px;
  border-bottom: none;
  position: relative; }
  .child.child-1 {
    margin-left: 0; }
  .child h3 {
    font-weight: bold; }
  .child .byline {
    color: #bcbcbc;
    font-weight: normal;
    margin: 0;
    padding: 0; }
  .child footer {
    font-size: .8em; }
  .child header::before {
    content: attr(div);
    right: 101.5%;
    position: absolute;
    width: 100%;
    height: 20px;
    border-top: 2px dashed #e9e9e9;
    border-right: 2px dashed #e9e9e9; }
  .child.child-1 {
    overflow: hidden; }

.pop_tab {
  position: relative;
  float: right;
  border-left: 1px solid #e9e9e9; }
  .pop_tab a {
    padding: 10px 3px;
    margin: 3px 0;
    display: inline-block;
    text-decoration: none;
    min-width: 100px;
    text-align: center; }
    .pop_tab a:hover {
      text-decoration: underline; }
  .pop_tab form {
    display: none;
    position: absolute;
    top: 42px;
    right: -1px;
    padding: 16px 12px;
    background-color: #ffffff;
    border: 1px solid #e9e9e9; }
  .pop_tab.open form {
    display: block; }
  .pop_tab:first-of-type {
    border-right: 1px solid #e9e9e9; }

nav.page_list {
  text-align: center; }
  nav.page_list li {
    position: relative;
    float: left;
    border-left: 1px solid #e9e9e9; }
    nav.page_list li a {
      padding: 10px 3px;
      margin: 3px 0;
      display: inline-block;
      text-decoration: none;
      min-width: 100px;
      text-align: center; }
      nav.page_list li a:hover {
        text-decoration: underline; }
    nav.page_list li form {
      display: none;
      position: absolute;
      top: 42px;
      right: -1px;
      padding: 16px 12px;
      background-color: #ffffff;
      border: 1px solid #e9e9e9; }
    nav.page_list li.open form {
      display: block; }
    nav.page_list li:last-of-type {
      border-right: 1px solid #e9e9e9; }
  nav.page_list a {
    text-decoration: none; }
    nav.page_list a:hover {
      text-decoration: underline; }

.flash {
  background-color: #3299bb;
  color: #FFFFFF;
  font-weight: bold;
  margin: 10px 0;
  padding: 5px;
  text-align: center;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9; }

.error {
  background-color: #ff9900;
  color: #FFFFFF;
  font-weight: bold;
  margin: 10px 0;
  padding: 5px;
  text-align: center;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9; }

.button, input[type="submit"] {
  border: 1px solid #CCCCCC;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 1px 1px 0 #CCCCCC;
  display: inline-block;
  padding: 3px 10px;
  text-align: center;
  text-decoration: none;
  background-color: #e9e9e9;
  color: #000000;
  font-size: 0.8em; }
  .button:hover, input[type="submit"]:hover {
    background-color: #f6f6f6; }
  .button:active, input[type="submit"]:active {
    box-shadow: inset 1px 1px 0 #CCCCCC;
    background-color: #bcbcbc; }

label.select_label {
  position: relative;
  display: inline-block; }
  label.select_label:after {
    content: "▼";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1em;
    line-height: 20px;
    padding: 0 7px;
    background: #bcbcbc;
    color: #ffffff;
    pointer-events: none;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0; }
  label.select_label select {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BCBCBC;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 1px 1px 0 #CCCCCC;
    font-size: 0.8em;
    padding: 3px 12px 3px 10px;
    outline: none; }

.admin_tiles li {
  display: inline-block; }
  .admin_tiles li a {
    display: block;
    padding: 35px 0 0;
    text-decoration: none;
    border: 3px solid #bcbcbc;
    box-shadow: 0 0 3px #bcbcbc inset;
    display: inline-block;
    font-size: 1.4em;
    height: 80px;
    padding: 20px;
    width: 100px;
    line-height: 80px; }
    .admin_tiles li a:hover {
      border: 3px solid #3299bb;
      box-shadow: 0 0 3px #3299bb inset; }

#help_link {
  position: fixed;
  bottom: 5px;
  left: 5px;
  color: #e9e9e9;
  font-size: 3em;
  font-weight: bold;
  text-decoration: none; }
  #help_link:hover {
    color: #3299bb; }
