/* color */
/* mixins */
body {
  background: #f0ebeb;
  color: #271d1d; }

#header {
  background: #ece6e6;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  padding-top: 5px; }
  #header h1 {
    float: left;
    font-size: 15px;
    margin: 0;
    padding: 0 10px; }
  #header #global {
    float: left;
    padding-top: 5px; }
    #header #global ul {
      margin-left: 0; }
      #header #global ul li {
        float: left;
        display: inline-block;
        padding: 5px 10px; }
        #header #global ul li a {
          display: inline-block; }

#about {
  padding-top: 55px; }
  #about ol {
    margin-left: 0;
    padding-left: 0; }
    #about ol li h2 {
      background: #594242;
      box-shadow: 4px 5px 0px rgba(112, 83, 83, 0.2);
      color: #fff;
      display: inline-block;
      left: -5px;
      margin-bottom: -15px;
      padding: 2px 10px;
      position: relative;
      -moz-transform: rotate(-2deg);
      -webkit-transform: rotate(-2deg);
      font-size: 18px;
      letter-spacing: 0.13em; }
    #about ol li p {
      background: #fff;
      padding: 20px; }

#main .breadcrumbs ol {
  overflow: hidden;
  margin: 5px; }
  #main .breadcrumbs ol li {
    color: #af9494;
    display: inline-block;
    float: left;
    left: -17px;
    list-style: none;
    padding-left: 3px;
    position: relative; }
    #main .breadcrumbs ol li:before {
      content: '\00bb';
      font-size: 1.2em;
      padding-right: 2px; }
    #main .breadcrumbs ol li a {
      display: inline-block;
      position: relative;
      padding: 1px 3px; }
    #main .breadcrumbs ol li strong {
      color: #271d1d; }

#main #articles {
  float: right; }
  #main #articles h2 {
    background: #594242;
    box-shadow: 4px 5px 0px rgba(112, 83, 83, 0.2);
    color: #fff;
    display: inline-block;
    left: -5px;
    margin-bottom: -15px;
    padding: 2px 10px;
    position: relative;
    -moz-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    font-size: 22px;
    margin-bottom: 3px; }
  #main #articles article {
    margin-bottom: 50px; }
    #main #articles article header {
      background: #fff;
      margin-bottom: 15px;
      padding: 10px 15px; }
      #main #articles article header h3 {
        border-bottom: solid 2px #271d1d;
        line-height: 1;
        margin: 0;
        padding: 10px 0; }
      #main #articles article header .date {
        display: inline-block;
        float: right;
        padding: 3px 0; }
        #main #articles article header .date i {
          margin-right: 3px; }
    #main #articles article .body h4 {
      border-bottom: solid 2px #271d1d;
      padding: 5px 0; }
    #main #articles article .body h5 {
      border-bottom: solid 1px #271d1d;
      margin: 20px 0 10px; }
    #main #articles article .body h6 {
      margin: 18px 0 8px; }
    #main #articles article .body ul li,
    #main #articles article .body ol li {
      padding: 1px 0; }
    #main #articles article .body ul {
      margin-left: 3px; }
      #main #articles article .body ul li {
        list-style: none; }
        #main #articles article .body ul li:before {
          content: '\002721';
          display: inline-block;
          margin-right: 3px; }
    #main #articles article .body table {
      border-collapse: separate;
      border-spacing: 3px;
      margin: 10px 0; }
      #main #articles article .body table tr th,
      #main #articles article .body table tr td {
        padding: 3px 5px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
      #main #articles article .body table tr th {
        background: #e6dddd; }
      #main #articles article .body table tr td {
        background: white; }
    #main #articles article .body blockquote {
      background: #e6dddd;
      border-left: none;
      margin: 10px 30px;
      padding: 10px; }
      #main #articles article .body blockquote p {
        font-size: 14px;
        font-style: italic;
        line-height: 1.6; }
      #main #articles article .body blockquote:after {
        color: #af9494;
        content: " --- " attr(cite) " --- ";
        display: block;
        padding: 0 10px;
        text-align: right; }
    #main #articles article footer {
      background: #fff;
      padding: 10px; }
      #main #articles article footer dl {
        margin: 0; }
        #main #articles article footer dl dt,
        #main #articles article footer dl dd {
          float: left; }

#main #comments {
  margin-left: 0; }
  #main #comments h3 {
    font-size: 20px; }
  #main #comments ul {
    margin: 0; }
    #main #comments ul li {
      list-style: none; }
      #main #comments ul li p {
        background: #fff;
        padding: 7px;
        position: relative; }
        #main #comments ul li p:after {
          display: block;
          content: ' ';
          height: 0;
          width: 0;
          border: solid 6px transparent;
          border-top-color: #fff;
          border-left-color: #fff;
          position: absolute;
          bottom: -12px;
          left: 14px; }
      #main #comments ul li dl dt {
        display: none; }
      #main #comments ul li dl dd {
        margin: 0 0 0 5px; }
        #main #comments ul li dl dd i {
          margin-right: 3px; }

#sub .ad {
  background: #fc9;
  border-radius: 8px;
  display: block;
  padding: 55px 0;
  text-align: center;
  margin-bottom: 10px; }
#sub #local ul li {
  padding: 2px 0; }
#sub .banners ul {
  margin: 0; }
  #sub .banners ul li {
    list-style: none;
    margin: 5px 0 10px; }
    #sub .banners ul li a {
      display: block;
      padding: 30px 0;
      text-align: center;
      background: #ddd; }

#footer {
  font-size: 0.9em;
  padding-top: 20px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.9); }
  #footer nav {
    display: inline-block;
    margin: 0;
    overflow: hidden; }
    #footer nav ul {
      overflow: hidden;
      display: inline-block;
      margin-right: -2px;
      overflow: hidden; }
      #footer nav ul li {
        border-right: solid 1px #e3e3e3;
        border-left: solid 1px #f6f6f6;
        display: inline-block;
        float: left;
        list-style: none;
        padding: 0 8px;
        position: relative;
        left: -1px; }
  #footer .copyright {
    color: #888; }
