/*   
Theme Name: Bearapy
Theme URI: http://bearapy.net
Description: A theme developed for Enoch Li
Author: Will Moyer
Author URI: http://willmoyer.com
Version: 1.0

/* Fonts */

@font-face {
    font-family: 'Delius Swash Caps';
    src: url('fonts/deliusswashcaps-regular-webfont.eot');
    src: url('fonts/deliusswashcaps-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/deliusswashcaps-regular-webfont.woff') format('woff'),
         url('fonts/deliusswashcaps-regular-webfont.ttf') format('truetype'),
         url('fonts/deliusswashcaps-regular-webfont.svg#DeliusSwashCapsRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}



/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.5em;
}
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: #5CBAF9;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #5CBAF9;
  color: #fff;
  text-shadow: none;
}
/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #a17837;
  text-decoration: none;
  border-bottom: transparent 1px solid;
}
a:visited {
  color: #a17837;
}
a:hover {
  color: #a17837;
  border-bottom: 1px solid;
}
a:focus {
  outline: thin dotted;
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/* Redeclare monospace font family: h5bp.com/j */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
  margin: 0;
  padding: 0;
}
dd {
  margin: 0;
}
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
img,
object,
embed,
video {
  max-width: 100%;
  display: block;
  height: auto;
  font-style: italic;
}
.ie img,
.ie object,
.ie embed,
.ie video {
  width: 100%;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}
/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button, input {
  line-height: normal;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}
/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
/* =============================================================================
   Grid System
   Author: Will Moyer
   Column Size: 100% / 12 = 8.3333%
   Margin Size: Line Height = 1.5em
   ========================================================================== */
.container {
  position: relative;
}
.row {
  max-width: 520px;
  margin: 0 auto;
  margin-bottom: 1.5em;
}
.ie .row {
  width: 520px;
  margin: 0 auto;
}
.container .column {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1.5em;
  float: left;
  /* Small Screens + No Media Queries (IE) */

  width: 100%;
}
.container .offset-by-one,
.container .offset-by-two,
.container .offset-by-three,
.container .offset-by-four,
.container .offset-by-five,
.container .offset-by-six,
.container .offset-by-seven,
.container .offset-by-eight,
.container .offset-by-nine,
.container .offset-by-ten,
.container .offset-by-eleven {
  margin-left: 0%;
}
@media only screen and (min-width: 768px) {
  .container, .row {
    width: auto;
    max-width: 100%;
  }
  .container .column {
    margin: 0;
  }
  .container .one.column {
    width: 8.333333%;
  }
  .container .two.column {
    width: 16.666666%;
  }
  .container .three.column {
    width: 24.999999%;
  }
  .container .four.column {
    width: 33.333332%;
  }
  .container .five.column {
    width: 41.666665%;
  }
  .container .six.column {
    width: 49.999998%;
  }
  .container .seven.column {
    width: 58.333331%;
  }
  .container .eight.column {
    width: 66.666664%;
  }
  .container .nine.column {
    width: 74.999997%;
  }
  .container .ten.column {
    width: 83.333333%;
  }
  .container .eleven.column {
    width: 91.666663%;
  }
  .container .twelve.column {
    width: 99.999996%;
  }
  .container .one-third.column {
    width: 33.333333%;
  }
  .container .two-thirds.column {
    width: 66.666666%;
  }
  .container .offset-by-one {
    margin-left: 8.333333%;
  }
  .container .offset-by-two {
    margin-left: 16.666666%;
  }
  .container .offset-by-three {
    margin-left: 24.999999%;
  }
  .container .offset-by-four {
    margin-left: 33.333332%;
  }
  .container .offset-by-five {
    margin-left: 41.666665%;
  }
  .container .offset-by-six {
    margin-left: 49.999998%;
  }
  .container .offset-by-seven {
    margin-left: 58.333331%;
  }
  .container .offset-by-eight {
    margin-left: 66.666664%;
  }
  .container .offset-by-nine {
    margin-left: 74.999997%;
  }
  .container .offset-by-ten {
    margin-left: 83.333333%;
  }
  .container .offset-by-eleven {
    margin-left: 91.666663%;
  }
}
/* ============================================================================
   Abstractions 
   ========================================================================== */
/* Nav */
nav ul {
  list-style: none;
  margin-left: 0;
}
nav li {
  display: inline;
  margin-right: 1.5em;
}
nav li:last-child {
  margin-right: 0;
}
nav a {
  display: inline-block;
}
/* Media */
.media {
  display: block;
  overflow: hidden;
}
.media img {
  float: left;
  margin-right: 1.5em;
}
.media .body {
  overflow: hidden;
  margin-bottom: 0;
}
/* ==|== primary styles =====================================================
   Author: Will Moyer
   ========================================================================== */
/* Common margins for vertical rhythm */
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
p,
table,
form,
pre,
hr,
figure {
  margin: 0;
  padding: 0;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}
body {
  background: url('img/bg.jpg');
  color: #7b021a;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Delius Swash Caps', 'Comic Sans MS', cursive;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: center;
}
h1, h2 {
  font-size: 1.75em;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.25em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: .75em;
  font-weight: normal;
  text-transform: uppercase;
}

.column {
  position: relative;
}

header .row {
  margin-bottom: 0;
  text-align: center;
}
header img {
  margin: 1.5em auto;
  width: 100%;
  height: auto;
}

.ie header img {
  width: auto;
  height: auto;
  margin: 0 auto;
}

.site-nav {
  background: url('img/nav_bar.jpg') repeat-x;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  border-top: 1px solid #ff053f;
  border-bottom: 1px solid #ff053f;
  -webkit-box-shadow: 0 0 0 1px #7b021a;
  -moz-box-shadow: 0 0 0 1px #7b021a;
  box-shadow: 0 0 0 1px #ad0325;
  color: #ffffff;
  text-shadow: 1px 1px 0 #7b021a;
  margin-bottom: 3em;
  text-align: center;
  line-height: 3.4em;
}
.site-nav .row {
  margin-bottom: 0;
}
.site-nav a {
  color: inherit;
  line-height: 3.4em;
}
.site-nav a:hover {
  text-decoration: none;
  border: none;
  -webkit-box-shadow: inset 0 -20px 10px -10px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 -20px 10px -10px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 -20px 10px -10px rgba(255, 255, 255, 0.1);
}

.site-nav h3 {
  margin: 0;
}

article figure, .recent figure {
  border: 5px solid #ad0325;
  position: relative;
}
article figure img, .recent figure img {
  width: 100%;
}
article figcaption, .recent figcaption {
  font-family: 'Delius Swash Caps', 'Comic Sans MS', cursive;
  text-align: center;
  font-size: 1.5em;
  text-align: center;
  width: 100%;
  padding: 0.75em 0;
  color: #ffffff;
  text-shadow: 1px 1px 0 #000;
  background: #ad0325;
}

.recent figcaption {
  font-size: 1em;
}

.recent h3 {
  text-align: center;
}

.recent ul {
  list-style: none;
}

.main, .secondary {
  margin-bottom: 3em;
}

.nav-button {
  position: absolute;
  top: 10rem;
  font-size: 8em;
  margin: 0;
    -moz-user-select: -moz-none;
-webkit-user-select: none;
user-select: none;
}

.nav-button a, .nav-button a:visited {
  color: #7B021A;
  border: none;
}

.nav-button a:hover {
  color: #ad0325;
  text-decoration: none;
  border: none;

}

  .nav-button-prev {
    left: -6rem;

  }

  .nav-button-next {
    right: -6rem;
  }


.cse .gsc-control-cse, .gsc-control-cse, .cse .gsc-webResult.gsc-result, .gsc-webResult.gsc-result, .gsc-imageResult-column, .gsc-imageResult-classic, .gsc-webResult .gsc-result {
 border: none !important;
 background: transparent !important;
}

.widget {
  text-align: center;
  margin-bottom: 1.5em;
}
.widget p, .textwidget {
  text-align: left;
}
.widget ul, .widget li {
  list-style: none;
}

.widget .social-icon {
width: 20%;
margin: 0 5% 1em 5%;
float: left;
}

.bearcard {
  background: #ffffff;
  margin-bottom: 3em;
  padding: 3.5em 1.5em 1.5em;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: none;
  position: relative;
  -webkit-transition: all 0.1s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: all 0.1s ease-out;  /* FF4+ */
      -ms-transition: all 0.1s ease-out;  /* IE10 */
       -o-transition: all 0.1s ease-out;  /* Opera 10.5+ */
          transition: all 0.1s ease-out;
}
.bearcard:hover {
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  transform: rotate(-2deg);
  border: none;
  color: #a17837;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
}
.bearcard h2 {
  background: #a17837;
  color: #ffffff;
  padding: .35em;
  padding-left: .75em;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  border-radius: 20px 20px 0 0;
}
.bearcard img {
  max-width: 25%;
  border: 2px solid #a17837;
}

.bearcard .cuddle-rating {
  margin: 1.5em 0 0 0;
  font-style: italic;
  width: 100%;
  float: left;
}

.bearcard .cuddle-icon {
  border: none;
  max-width: 8%;
  margin: 0 0 0 .75em;
  display: inline-block;
  float: none;
}

footer {
  background: #ad0325;
  color: #ffffff;
  font-size: 0.75em;
  text-align: center;
  overflow: hidden;
  border-top: 1px solid #ff053f;
  text-shadow: 1px 1px 0 #7b021a;
  -webkit-box-shadow: 0 0 0 1px #7b021a;
  -moz-box-shadow: 0 0 0 1px #7b021a;
  box-shadow: 0 0 0 1px #ad0325;
}
footer .row {
  margin-bottom: 0;
}



#qtranslate-chooser {
  padding: 0;
width: 11em;
margin: 0 auto;
}


#qtranslate-chooser li a {
  border: 1px solid white;
}
 

#qtranslate-chooser li {
margin: 1em;
float: left;
list-style: none;
}

/* #Forms - from getskeleton.com
================================================== */

  form {
    margin-bottom: 1.5em; }
  fieldset {
    margin-bottom: 1.5em; }
  input[type="text"],
  input[type="password"],
  input[type="email"],
  textarea,
  select {
    border: 1px solid #ccc;
    padding: 6px 4px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #777;
    margin: 0;
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 1.5em;
    background: #fff; }
  select {
    padding: 0; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  textarea:focus {
    border: 1px solid #aaa;
    color: #444;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
    box-shadow:  0 0 3px rgba(0,0,0,.2); }
  textarea {
    min-height: 2.5em; }
  label,
  legend {
    font-weight: bold;
    font-size: 13px;  }
  select {
    width: 100%; }
  input[type="checkbox"] {
    display: inline; }
  label span,
  legend span {
    font-weight: normal;
    font-size: 13px;
    color: #444; }

/* #Buttons
================================================== */

  .button,
  button,
  input[type="submit"],
  input[type="reset"],
  input[type="button"] {
    background: #eee; /* Old browsers */
    background: #eee -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
    background: #eee -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
    background: #eee -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
    background: #eee -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
    background: #eee -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
    background: #eee linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
    border: 1px solid #aaa;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 4px 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #444;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 1px rgba(255, 255, 255, .75);
    cursor: pointer;
    margin-bottom: 1.5em;
    line-height: normal;
    padding: 8px 10px;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

  .button:hover,
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover {
    color: #222;
    background: #ddd; /* Old browsers */
    background: #ddd -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
    background: #ddd -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
    background: #ddd -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
    background: #ddd -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
    background: #ddd -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
    background: #ddd linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
    border: 1px solid #888;
    border-top: 1px solid #aaa;
    border-left: 1px solid #aaa; }

  .button:active,
  button:active,
  input[type="submit"]:active,
  input[type="reset"]:active,
  input[type="button"]:active {
    border: 1px solid #666;
    background: #ccc; /* Old browsers */
    background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
    background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
    background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
    background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
    background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
    background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

  .button.full-width,
  button.full-width,
  input[type="submit"].full-width,
  input[type="reset"].full-width,
  input[type="button"].full-width {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center; }

  /* Fix for odd Mozilla border & padding issues */
  button::-moz-focus-inner,
  input::-moz-focus-inner {
    border: 0;
    padding: 0;
  }




/* Style Guide 
------------------------------ */

.color-block{width:100%;line-height:6em;border:1px solid #333;margin-bottom:1.5rem;color:#fff;text-align:center;box-shadow:0 0 10px rgba(0, 0, 0, 0.2);}
.color-block-primary{background:#ad0325;}
.color-block-highlight{background:#ff053f;}
.color-block-dark{background:#7b021a;}
.color-block-light{color:#7b021a;background:#ffffff;}
.color-block-comp{background:#a17837;}
.color-block-comphighlight{background:#a17837;}



/* And here begins the Wordpress fun.
-------------------------------------------------------------------------------*/

img.alignright {float:right; margin:0 0 1.5em 1.5em}
img.alignleft {float:left; margin:0 1.5em 1.5em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}

.comments {
  margin-top: 6em;
}

ol.commentlist {list-style: none; font-size: 0.875em;}
ol.commentlist li {}
ol.commentlist li.alt {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {}
ol.commentlist li.comment {}
ol.commentlist li.comment div.comment-author {}
ol.commentlist li.comment div.vcard {}
ol.commentlist li.comment div.vcard cite.fn {font-style: normal;}
ol.commentlist li.comment div.vcard cite.fn a.url {}
ol.commentlist li.comment div.vcard img.avatar {float:right; margin: 0 0 10px 10px;}
ol.commentlist li.comment div.vcard img.avatar-32 {}
ol.commentlist li.comment div.vcard img.photo {}
ol.commentlist li.comment div.vcard span.says {}
ol.commentlist li.comment div.commentmetadata {}
ol.commentlist li.comment div.comment-meta {  color: #999; font-size: 0.875em;}
ol.commentlist li.comment div.comment-meta a {color: #999;}
ol.commentlist li.comment p {}
ol.commentlist li.comment ul {}
ol.commentlist li.comment div.reply { font-size: 0.875em; }
ol.commentlist li.comment div.reply a {}
ol.commentlist li.comment ul.children {list-style: none; margin: 0;}
ol.commentlist li.comment ul.children li {}
ol.commentlist li.comment ul.children li.alt {}
ol.commentlist li.comment ul.children li.bypostauthor {}
ol.commentlist li.comment ul.children li.byuser {}
ol.commentlist li.comment ul.children li.comment {}
ol.commentlist li.comment ul.children li.comment-author-admin {}
ol.commentlist li.comment ul.children li.depth-2 {}
ol.commentlist li.comment ul.children li.depth-3 {}
ol.commentlist li.comment ul.children li.depth-4 {}
ol.commentlist li.comment ul.children li.depth-5 {}
ol.commentlist li.comment ul.children li.odd {}
ol.commentlist li.even {}
ol.commentlist li.odd {}
ol.commentlist li.parent {}
ol.commentlist li.thread-alt {}
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}

ol.commentlist .comment-body {margin: 0.75em 0; padding: 0.75em 0; border-bottom: 1px solid #999;}

ol.commentlist li.bypostauthor .comment-body {
  background: rgba(0, 0, 0, .05);
  padding: 0.75em 1.5em;
}

/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
@media only screen and (max-width: 480px) {
  html {
    font-size: 87.5%;
  }
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 100%;
  }

  .row {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 125%;
  }

  .row {
    max-width: 80%;
  }  
}
/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
/* For image replacement */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: "";
  display: table;
}
.clearfix:after, .row:after {
  clear: both;
}
.clearfix, .row {
  *zoom: 1;
}
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  /* Black prints faster: h5bp.com/s */
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  /* h5bp.com/t */
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}