/* --------------------------------------------------
   Colors & Mixins
-------------------------------------------------- */
/* --------------------------------------------------
   Typography
-------------------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
p,
blockquote,
th,
td {
  font-size: 16px;
  line-height: 140%;
}
body {
  background-color: #212931;
}
body section,
body footer {
  background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: normal;
  text-rendering: optimizeSpeed;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20px;
}
h5,
h6 {
  font-size: 18px;
}
a img {
  border: 0;
}
article,
p {
  font-family: Georgia, Times, serif;
}
a {
  color: #36424f;
}
a:hover {
  color: #c42a25;
}
p a {
  color: #c42a25;
  text-decoration: none;
}
p a:hover {
  text-decoration: underline;
}
input[type="submit"] {
  font-family: 'PT Sans', sans-serif;
  background-color: #212931;
  font-weight: bold;
  color: #fff;
  border: 0;
  padding: 5px;
}
label {
  font-size: 16px;
  font-family: 'PT Sans Narrow', sans-serif;
  color: #333;
  display: inline-block;
}
form ul,
form ol {
  list-style-type: none;
}
aside p {
  font-style: normal;
}
/* =========================
general styles for re-usable things
========================= */
a.more {
  color: #c42a25;
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
a.more span {
  color: #212931;
  /*text-decoration: underline;*/
}
a.more span.more {
  text-decoration: none;
}
a.more span.morearrow {
  color: #c42a25;
  font-size: 65%;
  font-weight: normal;
}
a.more:hover {
  text-decoration: underline;
  color: #212931;
}
.morearrow {
  color: #c42a25;
  font-size: 65%;
  font-weight: normal;
}
a.button.small {
  padding: 4px 9px 5px;
  margin: 5px 0;
}
/* --------------------------------------------------
   Structural Styles
-------------------------------------------------- */
#loginBar {
  background-color: #fff;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  font-family: 'PT Sans Narrow', sans-serif;
  min-height: 40px;
}
#loginBar a {
  color: #212931;
  font-weight: bold;
}
#loginBar div {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 0;
}
#loginBar #loginFormWrapper {
  margin-top: 8px;
}
#loginBar #logoutFormWrapper {
  text-align: right;
}
#loginBar #logoutFormWrapper a {
  text-decoration: underline;
}
#loginBar #loginform {
  text-align: right;
  display: inline;
}
#loginBar #loginform label {
  position: absolute;
  left: -1000em;
  height: 0px;
  width: 1px;
  overflow: hidden;
}
#loginBar #loginform p {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 10px;
}
#loginBar #loginform p.login-username,
#loginBar #loginform p.login-password {
  width: 29%;
  margin-left: 0;
}
#loginBar #loginform input[type="text"],
#loginBar #loginform input[type="password"] {
  font-family: 'PT Sans', sans-serif;
  width: 100%;
  margin: 0 10px;
  display: inline;
  height: 22px;
  padding: 1px 4px;
}
header {
  background: #e9e9e9 url(http://semiaccurate.com/assets/themes/semiaccurate/lib/css/../images/bg_tile.jpg) repeat;
  border: 1px solid #aaaaaa;
}
header h1 {
  background: transparent url(http://semiaccurate.com/assets/themes/semiaccurate/lib/css/../images/sa_logo.png) no-repeat;
  width: 455px;
  height: 91px;
  margin: -6px 0 0;
}
header h1 a {
  width: 455px;
  height: 91px;
  display: block;
}
header h3 {
  font-family: 'PT Sans', sans-serif;
  color: #aaaaaa;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 0;
  line-height: 23px;
  margin-top: 10px;
}
header input[type="search"] {
  font-family: 'PT Sans Narrow', sans-serif;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0;
  -webkit-appearance: none;
  color: #aaaaaa;
  padding-left: 24px;
  margin-top: 26px;
  height: 36px;
  background: #ffffff url(http://semiaccurate.com/assets/themes/semiaccurate/lib/css/../images/search_icon.png) no-repeat 6px center;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
header input[type="search"]:focus {
  background: #ffffff url(http://semiaccurate.com/assets/themes/semiaccurate/lib/css/../images/search_icon.png) no-repeat 6px center;
}
nav#secondaryNav .nav-bar,
nav#access .nav-bar {
  background: none;
  margin: 0;
  text-align: right;
}
nav#secondaryNav .nav-bar li,
nav#access .nav-bar li {
  /*float: right;*/
  display: inline-block;
  float: none;
  border: 0;
}
nav#secondaryNav .nav-bar li a,
nav#access .nav-bar li a {
  color: #212931;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 19px;
  font-weight: bold;
}
nav#secondaryNav .nav-bar li a:first-child,
nav#access .nav-bar li a:first-child {
  padding: 0 10px;
}
nav#secondaryNav .nav-bar li:hover,
nav#access .nav-bar li:hover {
  background-color: #aaaaaa;
  color: #fff;
}
nav#secondaryNav .nav-bar li:last-child,
nav#access .nav-bar li:last-child {
  padding-left: 10px;
  background: transparent url(http://semiaccurate.com/assets/themes/semiaccurate/lib/css/../images/feed-icon-16x16.png) no-repeat center left;
}
#content input[type="submit"] {
  font-size: 16px;
  background-color: #c42a25;
  padding: 10px;
}
#contentWrapper {
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
  padding-bottom: 20px;
}
#featuredContent {
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
}
#primaryNavGroup {
  border: 1px solid #aaaaaa;
  border-top: 0;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
#primaryNavGroup h3 {
  font-size: 18px;
  margin: 10px 0;
}
#primaryNavGroup h3 b {
  color: #c42a25;
  text-transform: capitalize;
}
#primaryNavGroup ul#hottest {
  list-style-type: none;
  margin-bottom: 0px;
  max-height: 35px;
  overflow: hidden;
}
nav#secondaryNav {
  border-bottom: 1px solid #aaaaaa;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
  background-color: #fff;
}
nav#secondaryNav .nav-bar {
  text-align: center;
}
footer#endFooter {
  background: #e9e9e9 url(http://semiaccurate.com/assets/themes/semiaccurate/lib/css/../images/bg_tile.jpg) repeat;
  border: 1px solid #aaaaaa;
  margin: 0 auto 10px;
}
footer#endFooter p {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 18px;
  padding: 0;
  text-align: center;
  margin: 10px;
}
#sidebar {
  font-family: 'PT Sans Narrow', sans-serif;
}
#sidebar ul,
#sidebar li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}
#sidebar ul ul {
  margin-left: 0;
}
#sidebar h3 {
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 2px;
}
#sidebar .similar-posts ul li {
  font-size: 19px;
  line-height: 22px;
  margin-bottom: 8px;
}
#sidebar ul.xoxo li:first-child {
  margin-top: 20px;
}
#sidebar ul.xoxo li li {
  margin-bottom: 10px;
}
#sidebar ul.xoxo li li:first-child {
  margin-top: 0;
}
#sidebar ul.xoxo li.widget {
  padding: 0 10px;
  margin-bottom: 20px;
}
#sidebar ul.xoxo li.widget.widget_sidebyside_archives_widget {
  padding: 0;
}
#stock-quote-sidebar table {
  width: 100%;
  margin-bottom: 2px;
}
#stock-quote-sidebar center {
  font-size: 10px;
  font-weight: bold;
}
/* --------------------------------------------------
   Loop code
-------------------------------------------------- */
article {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
article h2 {
  font-size: 32px;
  line-height: 34px;
  margin: 0 0 7px;
}
article h3.entry-subtitle {
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  color: #212931;
  margin-top: 7px;
  margin-bottom: 1px;
  font-size: 16px;
}
article .post-thumb {
  font-family: 'PT Sans Narrow', sans-serif;
}
article .post-thumb .entry-meta {
  line-height: 16px;
  font-size: 14px;
}
article .post-thumb .entry-meta .post-author {
  font-weight: bold;
}
article a.primary-category {
  font-family: 'PT Sans Narrow', sans-serif;
  color: #aaaaaa;
  font-size: 14px;
  text-transform: uppercase;
}
article a.primary-category:hover {
  color: #c42a25;
}
article .maintext {
  border-bottom: 1px solid #aaaaaa;
}
article .relatedtext h5 {
  margin: 2px 0 5px;
  text-transform: uppercase;
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
  font-size: 12px;
}
article .relatedtext ul li {
  list-style-type: none;
  margin-bottom: 7px;
  line-height: 17px;
  font-size: 14px;
  font-family: 'PT Sans Narrow', sans-serif;
}
article .comment-counter {
  margin-top: 8px;
  display: block;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 14px;
  background: transparent url(http://semiaccurate.com/assets/themes/semiaccurate/lib/css/../images/comment-count.png) no-repeat;
  height: 32px;
  background-position-y: 25px;
  background-position-x: 4px;
}
article .comment-counter span {
  background-color: #e9e9e9;
  color: #212931;
  padding: 2px 4px;
  display: inline-block;
  min-width: 30px;
  text-align: center;
}
article .comment-counter:hover {
  background-position-y: 18px;
}
article .comment-counter:hover span {
  color: #fff;
  background-color: #212931;
}
.navigation {
  font-family: 'PT Sans Narrow', sans-serif;
}
.navigation div div a {
  line-height: 19px;
  border: 1px solid #aaaaaa;
  display: block;
}
.navigation div.back {
  text-align: right;
}
.navigation div.back a {
  border-right-width: 0;
}
.navigation span.morearrow {
  color: #fff;
  display: inline-block;
  background-color: #212931;
  padding: 3px 4px 1px;
}
#featuredContent h4 {
  font-size: 32px;
  border-top: 1px solid #aaaaaa;
  margin-bottom: 0;
  padidng-top: 8px;
}
#featuredContent h2 {
  font-size: 24px;
  line-height: 26px;
}
#featuredContent img {
  max-width: 50px;
  float: left;
  margin-right: 10px;
}
#featuredContent article {
  margin-top: 8px !important;
  margin-bottom: 0 !important;
}
body.archive h1,
body.search h1 {
  padding: 0 10px;
  margin-bottom: 0;
}
/* --------------------------------------------------
   Single Post Code
-------------------------------------------------- */
body.single #content h1 {
  margin-bottom: 2px;
  margin-top: 0;
  line-height: 42px;
}
body.single #content h3.entry-subtitle {
  margin-top: 0px;
}
body.single #content .entry-meta {
  font-family: 'PT Sans Narrow', sans-serif;
}
body.single #content .entry-meta .list-categories {
  color: #aaaaaa;
}
body.single #content .entry-meta .listed-categories {
  color: #aaaaaa;
  text-transform: capitalize;
}
body.single #content .entry-meta .listed-categories a {
  color: #aaaaaa;
}
body.single #content .entry-meta .listed-categories a:hover {
  color: #c42a25;
}
body.single #content .social {
  text-align: right;
}
body.single #content .meta-author {
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
body.single #content .tags-list {
  margin-top: 10px;
  font-family: 'PT Sans Narrow', sans-serif;
}
body.single #content .tags-list a {
  font-weight: bold;
  color: #333;
}
body.single #content .tags-list a:hover {
  color: #c42a25;
}
body.single #content #articleTopAd,
body.single #content #articleBottomAd {
  width: 468px;
  margin: 20px auto 0;
}
.wp-caption-text {
  font-family: 'PT Sans', sans-serif;
  font-weight: bold;
}
#comments-title {
  font-size: 19px;
  font-weight: bold;
}
#comments-title em {
  font-weight: normal;
  font-style: italic;
}
ol#comments {
  list-style-type: none;
}
ol#comments ul {
  list-style-type: none;
  margin-left: 5%;
}
ol#comments .comment-meta {
  font-family: 'PT Sans Narrow', sans-serif;
}
ol#comments .comment-meta cite {
  font-weight: bold;
  font-style: normal;
}
ol#comments .reply {
  text-align: right;
}
ol#comments a.comment-reply-link {
  font-family: 'PT Sans', sans-serif;
  font-size: 11px;
  color: white;
  background-color: #212931;
  font-weight: bold;
  padding: 5px;
}
ol#comments a.comment-reply-link:hover {
  background-color: #c42a25;
}
ol#comments .comment-body {
  border-bottom: 1px solid #e9e9e9;
}
#reply-title {
  font-weight: bold;
  font-size: 19px;
}
#commentform .form-allowed-tags {
  display: none;
}
#commentform label {
  display: inline-block;
}
#commentform input[type="submit"] {
  padding: 8px 20px;
}
span.required {
  color: #c42a25;
  font-weight: bold;
  font-family: 'PT Sans', sans-serif;
}
#comment-notes-disclaimer {
  margin-top: 20px;
}
#comment-notes-disclaimer p {
  font-family: 'PT Sans Narrow', sans-serif;
  color: #aaaaaa;
}
/* --------------------------------------------------
   Advertising Code
-------------------------------------------------- */
#headerLeaderboard {
  margin: 0 auto;
}
#headerLeaderboard div {
  width: 728px;
  height: 90px;
  background-color: #e9e9e9;
  margin: 10px auto;
}
/* --------------------------------------------------
   Tweaks for various plugins
-------------------------------------------------- */
.ts-fab-list li a {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* --------------------------------------------------
   background image fixes for retina images
-------------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  header h1 {
    background-image: url(http://semiaccurate.com/assets/themes/semiaccurate/lib/css/../images/sa_logo_2x.png);
    background-size: 455px 91px;
  }
  header input[type="search"] {
    background-image: url(http://semiaccurate.com/assets/themes/semiaccurate/lib/css/../images/search_icon_2x.png);
    background-size: 16px 16px;
  }
  nav#secondaryNav .nav-bar li:last-child,
  nav#access .nav-bar li:last-child {
    background-size: 100%;
    background: transparent url(http://semiaccurate.com/assets/themes/semiaccurate/lib/css/../images/feed-icon-32x32.png) no-repeat center left;
  }
}
html.ie.lte8 #loginBar #loginform p.login-submit {
  margin-left: 5px !important;
}
/* --------------------------------------------------
   mobile only tweaks 
-------------------------------------------------- */
@media only screen and (max-width: 920px) {
  header h1 {
    background-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  nav#access .nav-bar {
    text-align: center;
  }
  #loginFormWrapper b span {
    display: none;
  }
  #loginFormWrapper b {
    text-transform: capitalize;
  }
  header {
    border-left: 0;
    border-right: 0;
  }
  header h3 {
    display: none;
  }
  header h1 {
    background-size: 60%;
    height: 70px;
  }
  #s {
    margin: 5px 0;
  }
  #un-button {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  header h1 {
    background-size: 75%;
  }
}
@media only screen and (max-width: 400px) {
  header h1 {
    background-size: 90%;
  }
}
@media only screen and (max-width: 330px) {
  header h1 {
    background-size: 98%;
    height: 60px;
  }
}
/* Hide visually but not from screen readers */
.screen-reader-text,
.screen-reader-text span {
  position: absolute;
  left: -1000em;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.hidden,
.js .closed .inside,
.js .hide-if-js,
.no-js .hide-if-no-js {
  display: none;
}
/* 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;
}
::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
/* Contain floats: h5bp.com/q */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
