html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, 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;
}

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;
}

a {
  color: #4d0808;
}

.archive_items {
  text-decoration: none;
}
.archive_items a {
  text-decoration: none;
}
.archive_items img {
  float: right;
  margin: 0 0 0 0.625em;
  height: auto;
  width: 100px;
}
.archive_items p {
  font-size: 16px;
  font-weight: normal;
}

.archive_item {
  width: 100%;
}

.archive_item_internal {
  font-weight: 700;
  font-size: 1.5em;
  letter-spacing: -0.03em;
  line-height: 98%;
  margin-bottom: 0.625em;
  border-bottom: #990000 solid 0.125em;
  padding: 0.625em;
  padding: 0.625em 0.3125em;
}

.archive_title {
  color: #fff;
  float: left;
  font-size: 1.1875em;
  margin: 10px 5px 10px 10px;
}

article {
  border-bottom: #990000 solid 0.125em;
  padding: 0.625em;
}

article h1,
.home .main h1 {
  font-weight: 900;
  font-size: 2.750em;
  letter-spacing: -0.03em;
  line-height: 98%;
  margin-bottom: 0.625em;
}

article h2,
article h3,
.home h2,
.home h3,
.sidebar h3 {
  font-weight: 700;
  font-size: 1.5em;
  letter-spacing: -0.03em;
  line-height: 98%;
  margin-bottom: 0.625em;
}

article img {
  display: block;
  height: auto;
  margin-bottom: 0.625em;
  width: 100%;
}

.banner {
  height: 200px;
}

.banner_item {
  float: left;
  min-height: 150px;
  width: 200px;
}

body,
select,
input,
textarea {
  color: #0A4366;
  font-family: "museo-sans";
}

body {
  font-size: 100%;
}

.comment {
  border-bottom: solid 0.0625em white;
  padding: 1.25em;
}

.comment:nth-child(odd) {
  background: rgba(153, 0, 0, 0.05);
}

.comments {
  background: rgba(153, 0, 0, 0.15);
  clear: both;
  margin-top: 2.5em;
  padding: 1.25em;
}

.comments .avatar {
  display: none;
}

.display {
  display: block !important;
}

em {
  font-style: italic;
}

.fa_logo {
  float: left;
  height: 100%;
  width: auto;
}

.featured_image {
  width: 100%;
}

.featured_image img {
  width: 100%;
  height: auto;
}

footer {
  background-color: #990000;
  padding-top: 1.25em;
  padding-bottom: 1.25em;
}
footer a {
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 1.25em;
  padding-left: 0.9375em;
}

footer form input {
  position: relative;
  top: 7px;
  left: 10px;
}

#menu-global form {
  display: none;
}

.global_nav,
.social_media_icons {
  display: none;
}

.global_nav_drop {
  display: block !important;
  position: absolute;
  top: 2.750em;
  right: 0;
  text-align: right;
  width: 100%;
  background: rgba(146, 0, 0, 0.8);
  -webkit-border-bottom-left-radius: 0.625em;
  -moz-border-radius-bottomleft: 0.625em;
  border-bottom-left-radius: 0.625em;
  -webkit-border-bottom-right-radius: 0.625em;
  -moz-border-radius-bottomright: 0.625em;
  border-bottom-right-radius: 0.625em;
  border-top: white solid 0.0625em;
  z-index: 20000000000;
  -webkit-box-shadow: 7px 7px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 7px 7px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 7px 7px 3px 0px rgba(0, 0, 0, 0.5);
  padding-right: 32px;
}

.global_nav_hidden {
  display: none;
}

.global_nav_drop a {
  color: #fff;
  display: block;
  padding: 10px;
  margin-bottom: 5px;
  text-decoration: none;
}

/*.group here is the semantically correct version of clearfix*/
.group:before,
.group:after {
  content: "";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

header {
  z-index: 100000;
}

.header_internal {
  background-color: #990000;
  height: 2.75em;
  margin: 0 0 0.625em 0;
}

header nav li {
  display: inline;
}

.header_search_form {
  display: none;
}

.header_search_form input[type=search] {
  width: 158px;
}

.header_search_form_drop,
.social_media_icons_drop {
  display: block !important;
  position: absolute;
  top: 2.750em;
  right: 0;
  text-align: right;
  width: 100%;
  background: rgba(146, 0, 0, 0.8);
  -webkit-border-bottom-left-radius: 0.625em;
  -moz-border-radius-bottomleft: 0.625em;
  border-bottom-left-radius: 0.625em;
  -webkit-border-bottom-right-radius: 0.625em;
  -moz-border-radius-bottomright: 0.625em;
  border-bottom-right-radius: 0.625em;
  border-top: white solid 0.0625em;
  z-index: 20000000000;
  -webkit-box-shadow: 7px 7px 3px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 7px 7px 3px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 7px 7px 3px 0px rgba(0, 0, 0, 0.5);
}

.header_search_form_drop {
  background: url("icon_search.png") rgba(146, 0, 0, 0.8) no-repeat 11.375em 0.4375em;
  background-size: auto 60%;
  padding: 0.3125em;
}

.header_search_form_hidden,
.social_media_icons_hidden {
  display: none;
}

.home .main .ui-accordion-header-active {
  margin-bottom: 0.625em;
}

.home .main h1 {
  font-weight: 700;
  font-size: 1.5em;
  letter-spacing: -0.03em;
  line-height: 98%;
  margin-bottom: 0.625em;
  margin-bottom: 0;
}

.home .main .item_box h2 {
  clear: both;
}

.home .main h1 a {
  text-decoration: none;
}

.home .item_box {
  border-bottom: #990000 solid 0.125em;
  padding: 0.625em;
}

.home .item_box img {
  float: right;
}

.homepage_post_internal {
  background: rgba(255, 255, 255, 0.85);
}

.homepage_post {
  border-bottom: #990000 solid 0.125em;
  padding: 0.625em;
  padding-left: 0;
  padding-right: 0;
}

.homepage_post a {
  text-decoration: none;
}

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

.logo_and_site_title a {
  background: url(../images/FA-Logo_44x44.png);
  display: block;
  float: left;
  height: 2.75em;
  text-indent: -99999px;
  width: 2.75em;
}

.menu_icons {
  height: inherit;
}

.sidebar {
  display: none;
}

.single_page_excerpt {
 font-weight:bold;
}

/* .line style is to force line breaks without using <br> tags */
.small_screen_linebreak {
  display: block;
  margin-bottom: 0.3125em;
}

.main {
  margin-bottom: 0.625em;
  min-height: 9.75em;
}

.main h2 {
  color: #0A4366;
  font-size: 1.5em;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 20px;
}

.post_nav {
  margin: 0.625em 0;
  margin-bottom: 2.5em;
  text-align: right;
}
.post_nav ul {
  margin-right: 0;
}
.post_nav li {
  display: inline;
  font-weight: bold;
  padding-left: 0.625em;
  text-decoration: none;
}
.post_nav li a {
  text-decoration: none;
}
.post_nav .newer {
  float: left;
}
.post_nav .older {
  float: right;
}

.menu_icon,
.search_icon,
.social_icon,
.social_media_icons_drop img {
  float: right;
  height: 45%;
  margin-top: 0.625em;
  margin-right: 0.625em;
  width: auto;
}

.menu_icon_hidden,
.search_icon_hidden {
  display: none;
}

p {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 150%;
  margin: 0 0 0.625em 0;
}

p.series_part_ref a {
  font-size: 100%;
}

#respond {
  border-top: solid 0.0625em white;
  margin-top: 1.25em;
  padding-top: 1.25em;
}

.review_credits {
  font-style: italic;
  font-weight: 700;
}

.rsLink {
  display: none;
}

.search_header {
  font-weight: 700;
  font-size: 1.5em;
  letter-spacing: -0.03em;
  line-height: 98%;
  margin-bottom: 0.625em;
  border-bottom: #990000 solid 0.125em;
  padding: 0.625em;
  line-height: 150%;
  padding-left: 0.625em;
  margin-bottom: 0.625em;
  text-transform: capitalize;
}

.series_single_page #menu-item-8255 {
  font-weight: bold;
  text-decoration: underline;
}

.series_single_page #menu-item-4549 {
  font-weight: normal;
  text-decoration: none;
}

.site_links {
  clear: both;
  margin: 0 0 0.625em 0;
  padding: 0 0.625em;
}
.site_links h1 {
  font-weight: 900;
  font-size: 2.750em;
  letter-spacing: -0.03em;
  line-height: 98%;
  margin-bottom: 0.625em;
}
.site_links h3 {
  font-weight: 700;
  font-size: 1.5em;
  letter-spacing: -0.03em;
  line-height: 98%;
  margin-bottom: 0.625em;
  margin-left: 0.625em;
  margin-top: 0;
}
.site_links li {
  list-style-type: none;
}

.slider_text_holder {
  background-color: rgba(144, 0, 0, 0.5);
  color: #fff;
  width: 100%;
  position: absolute;
  z-index: 2000;
}

.slider_text_holder_internal {
  padding: 0.625em;
}

.social_media_icons_drop {
  height: 2.750em;
}

.social_media_icons_drop img.tumblr_icon {
  height: 50%;
  margin-right: 0.8125em;
}

.social_media_icons_drop img.twitter_icon {
  height: 44%;
  margin-right: 0.8125em;
}

strong {
  font-weight: bold;
}

.ui-accordion-header-active {
  background: #900;
  padding: 10px 20px !important;
  margin-left: -0.625em !important;
  margin-right: -0.625em !important;
}

.ui-accordion-header-active a {
  color: #fff;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.wp-caption {
  border: 0.0625em black solid;
  padding: 0.625em;
}

.wp-caption img {
  height: 50%;
  width: auto;
}

.wp-caption-text {
  font-weight: bold;
}

article img,
.home .ui-accordion-header-active,
.display,
.item_box {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

@media only screen and (min-width: 48em) {
  .home .ui-accordion-header-active {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }
}
@media only screen and (min-width: 20em) {
  .alignleft {
    float: left;
    margin: 0 0.625em 0.625em 0;
  }

  .alignright {
    float: right;
    margin: 0 0 0.625em 0.625em;
  }
}
@media only screen and (min-width: 30em) {
  article img {
    float: right;
    height: auto;
    margin-right: 0.625em;
    width: 50%;
  }
}
@media only screen and (min-width: 30em) {
  article img {
    margin-right: 0.5em;
    width: 30%;
  }

  .main {
    margin-bottom: 0;
  }

  .site_links {
    border-left: solid 0.0625em #990000;
    border-right: solid 0.0625em #990000;
    padding-top: 1.25em;
  }

  .strip_page_image {
    float: none;
    height: auto;
    width: 100%;
  }
}
@media only screen and (min-width: 48em) {
  .main ul {
    border-left: solid 1px black;
    padding-left: 20px;
  }

  .archive_items a {
    font-size: 0.75em;
    padding: 0;
    width: 100%;
  }

  .archive_item {
    font-size: 0.875em;
    margin: 0;
    padding: 0;
  }

  .archive_item_internal {
    margin-right: 5px;
  }

  .archive_items img {
    margin-bottom: 0.625em;
  }

  .archive_title {
    padding-left: 0.3125em;
    padding-top: 0.3125em;
  }

  .container {
    min-height: 1200px;
    position: relative;
  }

  .current-menu-item,
  .current-menu-parent {
    text-decoration: underline;
    font-weight: 900;
  }

  footer {
    font-size: 0.75em;
  }

  .home .item_box h1 {
    padding: 0.625em 0.625em 0 0.625em;
  }

  .home .item_box h1 a {
    color: #fff;
    text-transform: uppercase;
  }

  .sidebar h3 {
    color: #0A4366;
    font-size: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
  }

  .single .main article,
  .page .main article {
    border-left: solid 1px black;
    padding-left: 20px;
  }

  .home .item_box {
    background-color: #990000;
    border-radius: 0.625em;
    border: none;
    margin-top: 1.25em;
    padding: 0;
    width: 49.5%;
  }

  .home .item_box:nth-child(odd) {
    clear: left;
    float: left;
    margin-right: .5%;
  }

  .home .item_box:nth-child(even) {
    float: right;
  }

  .home .item_box:last-child {
    margin-bottom: 1.25em;
  }

  .home .main h1 {
    color: #fff;
  }

  .homepage_post:last-child {
    border-bottom: none;
  }

  .homepage_post_internal {
    border-radius: 0.625em;
    margin-left: 0.625em;
    margin-right: 0.625em;
    padding: 0.625em;
  }

  header {
    height: 3.125em;
    padding: 0;
  }

  header nav a {
    color: #fff;
    font-size: 1.125em;
    text-decoration: none;
  }

  header nav li {
    margin-right: 0.625em;
  }

  .header_internal {
    padding-right: 0.625em;
  }

  .header_search_form_drop,
  .global_nav_drop,
  .social_media_icons_drop {
    width: 22.5em;
  }

  .item_box {
    border: 0.0625em solid red;
  }

  .logo_and_site_title a {
    background: url(../images/fa_logo192x192.png);
    display: block;
    float: left;
    height: 12em;
    text-indent: -99999px;
    width: 12em;
  }

  .menu_icons a {
    z-index: 30;
  }

  .royalSlider {
    max-height: 18.75em !important;
  }

  .single article {
    border-bottom: none;
  }

  .site_links {
    margin-left: 12.5em;
  }

  .sidebar {
    display: block;
    float: left;
    padding-left: 0.625em;
    padding-top: 0.9375em;
    width: 11.25em;
  }

  .sidebar a {
    text-decoration: none;
    display: block;
    margin-bottom: 15px;
  }

  .sidebar .social_media_icons {
    display: block;
  }

  .sidebar .social_media_icons a img {
    width: 3.125em;
    height: auto;
  }

  .sidebar ul {
    border-left: solid 0.0625em black;
    padding-left: 1.25em;
  }

  .slider_container {
    overflow: hidden;
  }

  .ui-accordion-content {
    display: block !important;
    height: auto !important;
  }

  ul.home_page_latest_posts {
    padding-left: 0;
  }
}
@media only screen and (min-width: 60em) {
  .archive_title {
    display: none;
  }

  body {
    background-image: url(../images/background-color-block.png), url(../images/background-color-block.png);
    background-size: 4.875em;
    background-repeat: repeat-x;
    background-position: top, bottom;
  }

  .container {
    position: relative;
    margin: 0 auto;
    width: 960px;
  }

  footer {
    padding-top: 0;
    padding-bottom: 0;
  }
  footer li {
    display: inline;
  }
  footer li a {
    float: left;
  }

  footer form input {
    margin-top: 7px;
    position: static;
    float: right;
  }

  .footer_nav {
    text-align: center;
  }

  .global_nav {
    display: block;
    float: left;
    margin-top: -30px;
    padding-left: 15px;
  }

  header {
    background-color: #900;
    height: 2.75em;
  }

  .header_internal {
    margin: 0 auto;
    width: 60em;
  }

  .home_page_latest_posts {
    margin-left: 300px;
  }

  .main {
    float: right;
    margin-left: 0;
    width: 755px;
  }

  .main article {
    padding-left: 0;
  }

  .menu_icon {
    display: none;
  }

  .slider_container {
    margin-top: 1.25em;
  }

  .sidebar
  .royalSlider {
    border-radius: 0.625em;
  }
}
/*! jQuery UI - v1.9.2 - 2013-01-24
* http://jqueryui.com
* Includes: jquery.ui.core.css
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  zoom: 1;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
