/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
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;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* == WordPress WYSIWYG Editor Styles == */
.entry-content img {
  margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.alignnone,
img.alignnone {
  /* not sure about this one */
}
.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote {
  margin: 20px 40px;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
hr {
  border: none;
  height: 1px;
  background: #ff0101;
  margin: 20px 20%;
}
i,
em {
  font-style: italic;
}
/* Variables */
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?lw5m1t');
  src: url('../fonts/icomoon.svg?lw5m1t#icomoon') format('svg'), url('../fonts/icomoon.eot?lw5m1t#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?lw5m1t') format('truetype'), url('../fonts/icomoon.woff?lw5m1t') format('woff');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-google-plus:before {
  content: "\ea8b";
}
.icon-rss2:before {
  content: "\ea9c";
}
body,
html {
  font-size: 17px;
  line-height: 27.2px;
}
@media only screen and (max-width: 767px) {
  .large {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .large {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .large {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .medium {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .medium {
    display: block;
  }
}
@media only screen and (min-width: 1025px) {
  .medium {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .small {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .small {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .small {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hide-small {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .hide-medium {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .hide-large {
    display: none;
  }
}
p {
  font-size: 17px;
  line-height: 27.2px;
  font-family: Arial Narrow, Arial, Helvetica, sans-serif;
  font-stretch: condensed;
}
.clear {
  clear: both;
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
.big-text-shadow {
  text-shadow: 2px 4px 0px rgba(0, 0, 0, 0.9);
}
.text-shadow {
  text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.9);
}
.arial {
  font-family: Arial, Helvetica, sans-serif;
}
.arialnarrow {
  font-family: Arial Narrow, Arial, Helvetica, sans-serif;
  font-stretch: condensed;
}
.oswald {
  font-family: 'Oswald';
  font-weight: 700;
}
a {
  color: #ff0101;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
ul {
  margin: 10px 0;
  padding: 0;
}
.headlineoverlay a {
  position: relative;
  display: block;
  margin: 5px 0;
}
.headlineoverlay a h4 {
  position: absolute;
  bottom: 0;
  color: #ffffff;
  text-align: center;
  margin: 0;
  text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.9);
}
.headlineoverlay a h4 span {
  background: #242424;
  /* fallback color */
  background: rgba(3, 3, 3, 0.5);
  display: block;
  padding: 5px 0;
  line-height: 18px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.headlineoverlay a h4 span:hover {
  background: rgba(255, 1, 1, 0.5);
  padding-bottom: 20px;
}
.container {
  width: 1020px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .container {
    width: 100%;
  }
}
header {
  background: url(../images/grad-bg.jpg) repeat-x;
  min-width: 1020px;
}
@media only screen and (max-width: 767px) {
  header {
    width: 100%;
    min-width: 100%;
    background-position: 0 -47px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  header {
    width: 100%;
    min-width: 100%;
    background-position: 0 -47px;
  }
}
@media only screen and (max-width: 767px) {
  header .logo {
    width: 40%;
  }
}
header .namemark {
  margin: 11px 0 0 -60px;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  header .namemark {
    width: 60%;
    margin: 10px 0 0 -35px;
  }
}
header .container {
  position: relative;
}
nav {
  display: inline-block;
  vertical-align: top;
  margin: 115px 0 0 0;
  padding: 0;
  float: right;
}
@media only screen and (max-width: 767px) {
  nav {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  nav {
    display: none;
  }
}
nav ul {
  margin: 0;
  padding: 0;
}
nav a {
  font-family: 'Oswald';
  font-weight: 700;
  text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.9);
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 5px;
  margin: 0 0 0 5px;
}
nav a:hover {
  color: #777777;
  text-decoration: none;
}
.menu-open {
  display: none;
  background: transparent;
  border: none;
  color: white;
  font-size: 10px;
  width: 50px;
  position: absolute;
  top: 0;
  right: 5px;
}
.menu-open:hover,
.menu-open:focus {
  border: none;
  outline: none;
}
@media only screen and (max-width: 767px) {
  .menu-open {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .menu-open {
    display: block;
  }
}
.menu-open .lines {
  background: white;
  height: 3px;
  margin: 5px;
}
.show {
  display: block !important;
}
ul#nav-mobile {
  display: none;
  background: url(../images/grad-bg.jpg) repeat;
  text-align: right;
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 999;
}
ul#nav-mobile a {
  font-family: 'Oswald';
  font-weight: 700;
  text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.9);
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 5px;
  margin: 0 0 0 5px;
}
ul#nav-mobile a:hover {
  color: #777777;
  text-decoration: none;
}
.topsocial {
  position: absolute;
  top: 20px;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .topsocial {
    top: 110px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .topsocial {
    top: 115px;
  }
}
.topsocial li {
  display: inline-block;
  vertical-align: top;
}
.topsocial li a {
  display: block;
  height: 64px;
  width: 64px;
  background: url(../images/social-icons.png) no-repeat;
}
.topsocial li #twitter {
  background-position: -75px 0;
}
.topsocial li #gplus {
  background-position: -150px 0;
}
.topsocial li #rss {
  background-position: -225px 0;
}
@media only screen and (max-width: 767px) {
  .topsocial li #rss {
    display: none;
  }
}
.scroller a {
  position: relative;
  display: block;
  margin: 5px 0;
}
.scroller a h4 {
  position: absolute;
  bottom: 0;
  color: #ffffff;
  text-align: center;
  margin: 0;
  text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.9);
}
.scroller a h4 span {
  background: #242424;
  /* fallback color */
  background: rgba(3, 3, 3, 0.5);
  display: block;
  padding: 5px 0;
  line-height: 18px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.scroller a h4 span:hover {
  background: rgba(255, 1, 1, 0.5);
  padding-bottom: 20px;
}
.scroller ul {
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0;
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  .scroller ul {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .scroller ul {
    margin: 0 auto 0 4%;
  }
}
.scroller li {
  width: 247.5px;
  float: left;
  margin-right: 10px;
}
.scroller li img {
  height: 140px;
}
@media only screen and (max-width: 767px) {
  .scroller li {
    width: 46.5%;
    margin: 0 6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .scroller li {
    width: 31%;
  }
}
.scroller li:nth-last-child(1) {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .scroller li:nth-child(n+3) {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .scroller li:nth-child(n+4) {
    display: none;
  }
}
.main {
  width: 700px;
  float: left;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .main {
    width: 96%;
    float: none;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .main {
    width: 90%;
    float: none;
    margin: 0 auto;
  }
}
aside#sidebar {
  width: 300px;
  float: left;
  padding-left: 10px;
}
aside#sidebar h3 {
  font-family: 'Oswald';
  font-weight: 700;
  color: #ffffff;
  text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.9);
  font-size: 36px;
  line-height: 42px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  text-align: right;
  padding: 10px;
  background: url(../images/grad-bg.jpg) 0 100% #ff0101;
}
@media only screen and (max-width: 767px) {
  aside#sidebar {
    width: 98%;
    float: none;
    margin: 0 auto;
    clear: both;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  aside#sidebar {
    width: 90%;
    float: none;
    margin: 0 auto;
    clear: both;
  }
}
.panel {
  overflow: auto;
}
.recaps a {
  position: relative;
  display: block;
  margin: 5px 0;
}
.recaps a h4 {
  position: absolute;
  bottom: 0;
  color: #ffffff;
  text-align: center;
  margin: 0;
  text-shadow: 2px 3px 0px rgba(0, 0, 0, 0.9);
}
.recaps a h4 span {
  background: #242424;
  /* fallback color */
  background: rgba(3, 3, 3, 0.5);
  display: block;
  padding: 5px 0;
  line-height: 18px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.recaps a h4 span:hover {
  background: rgba(255, 1, 1, 0.5);
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .recaps ul {
    margin: 0 20%;
  }
}
@media only screen and (max-width: 767px) {
  .recaps ul img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .recaps ul img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .recaps ul li {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .recaps ul li {
    margin-bottom: 10px;
  }
}
#upcoming {
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
  clear: both;
}
#upcoming li {
  padding: 0;
  clear: both;
  padding-bottom: 5px;
  overflow: auto;
}
#upcoming img {
  position: relative;
  width: 48px;
  float: left;
  padding-right: 10px;
}
#upcoming a {
  font-family: Arial Narrow, Arial, Helvetica, sans-serif;
  font-stretch: condensed;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
}
#topposts ul {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #topposts ul {
    margin: 0 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #topposts ul {
    margin: 0 20%;
  }
}
#topposts ul li {
  clear: both;
  margin-bottom: 10px;
}
#topposts ul li a {
  display: block;
  padding: 10px 5px;
  overflow: auto;
}
#topposts ul li a:hover {
  background: #e5e5e5;
}
#topposts ul li img {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  #topposts ul li img {
    width: 45%;
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #topposts ul li img {
    width: auto;
  }
}
#topposts ul li span {
  width: 73%;
  float: right;
  line-height: 18px;
}
@media only screen and (max-width: 767px) {
  #topposts ul li span {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #topposts ul li span {
    width: 60%;
  }
}
.header-ad {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .header-ad {
    position: relative;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header-ad {
    position: relative;
  }
}
.sidebar-ad {
  margin: 10px auto;
  text-align: center;
}
#sidebar-ad-top {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  #upcoming {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #upcoming {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #shirts {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #shirts {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #bastardssidebar {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #bastardssidebar {
    display: none;
  }
}
#bastardssidebar ul {
  margin: 0;
  padding: 0;
  overflow: auto;
}
#bastardssidebar ul li {
  float: left;
}
#bastardssidebar a {
  padding: 5px;
  display: block;
  font-weight: bold;
}
#bastardssidebar img {
  border: 1px solid #bbb;
  width: 85px;
  height: 85px;
}
h2.topheadline {
  color: #ffffff;
  text-transform: uppercase;
  font-family: 'Oswald';
  font-weight: 700;
  text-shadow: 2px 4px 0px rgba(0, 0, 0, 0.9);
  font-weight: bold;
  font-size: 48px;
  background: url(../images/grad-bg.jpg) 0 100% #ff0101;
  padding: 5px 10px;
  margin: 0 0 10px 0;
  line-height: 48px;
}
@media only screen and (max-width: 767px) {
  h2.topheadline {
    font-size: 42px;
  }
}
#nb-pagination {
  font-size: 35px;
  background: #bfbfbf;
  padding: 20px 0;
  text-align: center;
  margin-bottom: 6px;
  clear: both;
}
#nb-pagination .current {
  font-family: Arial Narrow, Arial, Helvetica, sans-serif;
  font-stretch: condensed;
  color: #3e3e3d;
  padding: 5px 10px;
  margin: 0 10px;
  border: none;
}
#nb-pagination a {
  font-family: Arial Narrow, Arial, Helvetica, sans-serif;
  font-stretch: condensed;
  color: #3e3e3d;
  padding: 5px 10px;
  margin: 0 10px;
  border: none !important;
}
#nb-pagination a:hover {
  padding: 5px 10px;
  margin: 0 10px;
  border: 1px solid transparent;
  text-decoration: none;
  background-color: #ff0101;
  color: #bfbfbf;
}
#nb-pagination .nextpostslink {
  font-family: Arial Narrow, Arial, Helvetica, sans-serif;
  font-stretch: condensed;
  background: url(../images/nb-pagination-buttons.png) 100% -58px no-repeat;
  color: #3e3e3d;
  padding: 5px 55px 10px 10px;
  margin: 0 10px;
}
#nb-pagination .nextpostslink:hover {
  padding: 5px 55px 10px 10px;
}
#nb-pagination .previouspostslink {
  font-family: Arial Narrow, Arial, Helvetica, sans-serif;
  font-stretch: condensed;
  background: url(../images/nb-pagination-buttons.png) 0 0 no-repeat;
  color: #3e3e3d;
  padding: 5px 10px 10px 55px;
  margin: 0 10px;
}
#nb-pagination .previouspostslink:hover {
  padding: 5px 10px 5px 55px;
}
@media only screen and (max-width: 767px) {
  #nb-pagination a.larger,
  #nb-pagination a.smaller {
    display: none;
  }
}
.article {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .article {
    margin: 0 auto;
  }
  .article #zerglayout {
    width: 100% !important;
  }
  .article iframe {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .article {
    margin: 0 auto;
  }
  .article #zerglayout {
    width: 100% !important;
  }
}
.article img {
  width: 100%;
  height: auto;
}
.article p {
  font-family: Arial, Helvetica, sans-serif;
  font-stretch: inherit;
}
.article .share .col-half {
  width: 50%;
  float: left;
}
.article .share .right {
  text-align: right;
  text-transform: uppercase;
}
.article .converse {
  font-family: Arial Narrow, Arial, Helvetica, sans-serif;
  font-stretch: condensed;
  text-transform: uppercase;
  background: transparent;
  text-align: right;
  color: #ff0101;
  font-size: 15px;
  line-height: 18px;
  padding-top: 12px;
}
.article div.pw-layout-horizontal {
  float: left;
  width: 70%;
  margin-top: 10px;
}
.article .mashsb-container {
  width: 100%;
}
.article .single-share {
  width: 100% !important;
  padding-bottom: 10px;
}
.article .single-share .pw-size-medium.pw-button {
  margin-right: 0 !important;
}
.article .single-share span {
  width: 195px !important;
  height: 40px !important;
  background-image: url(../images/single-share2.png) !important;
  background-position: 0 0 !important;
  background-repeat: no-repeat !important;
}
.article .single-share .ra1-pw-icon-googleplus {
  background-position: 0 -160px !important;
}
.article .single-share .ra1-pw-icon-googleplus:hover {
  background-position: 0 -200px !important;
}
.article .single-share .ra1-pw-icon-facebook {
  background-position: 0 0 !important;
}
.article .single-share .ra1-pw-icon-facebook:hover {
  background-position: 0 -40px !important;
}
.article .single-share .ra1-pw-icon-twitter {
  background-position: 0 -80px !important;
  margin: 0 5px;
}
.article .single-share .ra1-pw-icon-twitter:hover {
  background-position: 0 -120px !important;
}
.single img {
  width: inherit;
  max-width: 700px;
}
@media only screen and (max-width: 767px) {
  .single img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .single img {
    width: 100%;
  }
}
.headline {
  background: #bfbfbf;
  color: #030303;
  border-bottom: 2px solid #999999;
  padding: 5px;
  margin-bottom: 10px;
}
.headline a {
  color: #030303;
}
.headline a:hover {
  text-decoration: none;
}
.headline h3 {
  font-family: Arial Narrow, Arial, Helvetica, sans-serif;
  font-stretch: condensed;
  font-size: 28px;
  font-weight: bold;
  line-height: 39.2px;
  margin: 0;
  padding: 0;
}
.byline {
  color: #7f7f7f;
  font-size: 17px;
  margin: 0;
  padding: 0;
}
.byline a {
  color: #7f7f7f;
}
/*Blogroll*/
#blogroll {
  padding: 10px 0;
  border-top: 1px solid #bfbfbf;
  display: block;
  margin: 0 auto;
  overflow: auto;
}
#blogroll h3 {
  font-family: Arial Narrow, Arial, Helvetica, sans-serif;
  font-stretch: condensed;
  color: #b30000;
  font-weight: normal;
  margin: 0 0 10px 0;
}
ul#bottom-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul#bottom-links li {
  float: left;
  width: 180px;
  text-align: left;
  margin-left: 20px;
}
ul#bottom-links ul {
  list-style: square inside none;
  margin: 0;
  padding: 0;
}
ul#bottom-links ul li {
  margin-left: 5px;
  padding: 5px 0;
}
footer {
  background: #3e3e3e;
  min-width: 1020px;
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  footer {
    width: 100%;
    min-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  footer {
    width: 100%;
    min-width: 100%;
  }
}
footer h1,
footer h2 {
  color: #ffffff;
}
footer a {
  color: #ffffff;
}
footer .copywrite {
  color: #ffffff;
  margin: 0 0 20px 0;
}
footer .footer-col-big {
  width: 625px;
  float: left;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  footer .footer-col-big {
    width: 100%;
    float: none;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  footer .footer-col-big {
    width: 100%;
    float: none;
    padding: 0;
  }
}
footer .footer-col-big p {
  color: #ffffff;
}
footer .footer-col-small {
  width: 110px;
  float: left;
  padding: 0 20px;
}
footer #footer-logo {
  float: left;
  padding-right: 15px;
}
footer h1,
footer h2 {
  font-size: 17px;
}
footer .footer-icons {
  background: url(../images/social-icons.png) no-repeat;
  height: 64px;
  width: 64px;
  display: block;
}
footer #twitter {
  background-position: -75px 0;
}
footer #gplus {
  background-positioN: -150px 0;
}
footer .footer-big {
  text-align: center;
}
footer .footer-big h4 {
  color: #bfbfbf;
  font-family: Arial Narrow, Arial, Helvetica, sans-serif;
  font-stretch: condensed;
  text-transform: uppercase;
  margin-bottom: 0;
}
footer .footer-big .social-icons {
  margin-bottom: 20px;
}
footer .footer-big .social-icons li {
  display: inline-block;
  vertical-align: top;
  min-width: 35px;
  margin-left: -5px;
}
footer .footer-big .social-icons li a {
  display: block;
  color: #ffffff;
  background: #181818;
  padding: 10px 20px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
footer .footer-big .social-icons li a:hover,
footer .footer-big .social-icons li a:active,
footer .footer-big .social-icons li a:focus {
  text-decoration: none;
  background: #646464;
}
footer .footer-links li {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
}
footer .footer-links li a {
  text-decoration: underline;
  font-weight: bold;
}
.writer-list li {
  clear: both;
  overflow: auto;
}
.writer-list h2 {
  color: #ff0101;
  font-weight: bold;
}
.writer-list .writer_photo {
  float: left;
}
.writer-list .writer_photo .links {
  display: block;
  text-align: center;
}
.writer-list .right {
  float: right;
  display: block;
  width: 550px;
}
.writer-list .right p.bio {
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .stb-container {
    display: none;
  }
}
