/*
Theme Name: Radio Zapatista
Theme URI: http://radiozapatista.org
Description: si hay problemas, contacta a ryan. ale sabe su info.
Version: 2.0.0
Author: ryan
*/
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

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

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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. Removes 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 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*! responsive-nav.js 1.0.39 by @viljamis */
@media screen and (max-width: 680px) {
  .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1; }
    .nav-collapse ul {
      width: 100%;
      display: block; }
    .nav-collapse li {
      width: 100%;
      display: block; } }

.nav-collapse.opened {
  max-height: 9999px; }

@media screen and (min-width: 680px) {
  .js .nav-collapse {
    position: relative; }
  .js .nav-collapse.closed {
    max-height: none; }
  .nav-toggle {
    display: none; } }

.nav-toggle {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
  position: absolute;
  top: 70px;
  right: 30px;
  width: 45px;
  padding: 15px 0 0 5px;
  height: 35px; }
  .nav-toggle.active {
    background-color: black; }

.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: white;
  position: absolute;
  display: block;
  content: '';
  box-shadow: 0 0 3px 3px black; }

.nav-toggle span:before {
  top: -10px; }

.nav-toggle span:after {
  bottom: -10px; }

.nav-toggle.active span {
  background-color: transparent;
  box-shadow: none; }

.nav-toggle.active span:before, .nav-toggle.active span:after {
  top: 0;
  box-shadow: none; }

.nav-toggle.active span:before {
  transform: rotate(45deg); }

.nav-toggle.active span:after {
  transform: translateY(-10px) rotate(-45deg);
  top: 10px; }

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.nav-collapse {
  background: black;
  margin: 0;
  padding: 0;
  line-height: 2em;
  font-size: 1em; }
  .nav-collapse ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-collapse li {
    padding: 3px 10px;
    position: relative; }
  @media (min-width: 680px) {
    .nav-collapse > li {
      display: inline-block;
      width: auto; } }
  .nav-collapse a {
    color: white; }

.dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .25rem;
  vertical-align: middle;
  content: "";
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

.dropdown-toggle:focus {
  outline: 0; }

@media (min-width: 680px) {
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 0;
    font-size: 1em;
    text-align: left;
    list-style: none;
    background-color: black;
    background-clip: padding-box; }
    .dropdown-menu li {
      display: block;
      clear: both;
      font-weight: normal;
      line-height: 2em;
      color: red;
      white-space: nowrap;
      border-bottom: 1px solid #1a1a1a; }
      .dropdown-menu li:focus, .dropdown-menu li:hover {
        color: red;
        text-decoration: none;
        background-color: #1a1a1a; }
      .dropdown-menu li.active, .dropdown-menu li.active:focus, .dropdown-menu li.active:hover {
        color: red;
        text-decoration: none;
        background-color: black;
        outline: 0; }
  .open > .dropdown-menu {
    display: block; }
  .open > a {
    outline: 0; } }

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0; }

.ticker {
  height: 2em;
  line-height: 2em;
  display: inline-block;
  position: relative;
  z-index: 1;
  white-space: nowrap; }
  .ticker.tickertitle {
    color: white;
    padding: 0 10px;
    float: left; }
  .ticker a {
    color: white; }

#ticker {
  width: 75%; }
  @media (min-width: 680px) {
    #ticker {
      width: 85%; } }

#ticker-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative; }
  #ticker-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    height: 800px;
    position: relative;
    transition: all 500ms ease-in; }
  #ticker-wrapper li {
    display: block;
    height: 80px;
    width: 100%;
    margin-bottom: 0.3em;
    position: relative; }

/**
 * (optional) define here the style definitions which should be applied on the slider container
 * e.g. width including further controls like arrows etc.
 */
.js_slider {
  position: relative; }
  .js_slider .frame {
    /**
         * (optional) wrapper width, specifies width of the slider frame.
         */
    width: 100%;
    position: relative;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    white-space: nowrap; }
  .js_slider .slides {
    display: inline-block;
    padding: 0;
    width: 100%; }
  .js_slider li {
    display: inline-block;
    /**
         * (optional) if the content inside the slide element has a defined size.
         */
    width: 100%;
    min-width: 320px;
    max-height: 400px;
    overflow: hidden; }
    .single .js_slider li {
      max-height: 466px; }
  .js_slider img {
    width: 100%;
    height: auto; }

.js_next,
.js_prev {
  position: absolute;
  z-index: 30;
  top: 40%;
  display: block;
  width: 30px;
  height: 52.5px;
  cursor: pointer; }

.js_prev {
  left: 10px; }

.js_next {
  right: 10px; }

.js_slider_position {
  text-align: center;
  padding: 0.8rem 0; }
  .js_slider_position span {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 0.4rem;
    background: #000;
    display: inline-block;
    margin: 0 0.2rem;
    cursor: pointer; }
    .js_slider_position span.active {
      background: #510000; }

/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/
.wp-pagenavi {
  margin-top: 30px;
  text-align: center; }

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #fff;
  padding: 3px 5px;
  margin: 2px;
  background-color: #510000;
  color: #FFF; }

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-color: #510000;
  color: #510000;
  background-color: #FFFFFF; }

.wp-pagenavi span.current {
  font-weight: bold; }

html {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

img,
iframe {
  max-width: 100%;
  height: auto; }

body {
  background: #320000;
  text-align: center;
  padding: 0;
  margin: 0;
  font-family: Source Sans Pro, sans-serif;
  color: #333; }

a {
  color: #930;
  text-decoration: none; }
  a :hover {
    color: #c00; }

h2.post-title {
  line-height: 1.3;
  margin: 0; }

h2.titleHome {
  color: #000;
  font-size: 16px; }

h2.titleHome a {
  color: #000; }

h2.pagetitle {
  text-align: center; }

.page-title {
  margin-bottom: 15px;
  text-align: center; }

#header {
  font-family: 'EB Garamond', serif;
  background-color: #000;
  color: white;
  text-align: left;
  clear: both;
  text-shadow: 1px 1px 1px black;
  position: relative;
  background-repeat: no-repeat;
  background-position: right center; }
  #header a {
    color: white;
    text-decoration: none; }
  #header * {
    display: inline-block;
    vertical-align: top; }

#rzlogo {
  max-width: 110px;
  max-height: 110px;
  padding: 10px; }
  #rzlogo path {
    stroke-width: 10px;
    stroke: #000; }

#site-title {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }
  @media (min-width: 680px) {
    #site-title {
      background: url(images/site-title.png) top left;
      height: 44px;
      width: 514px;
      margin: 20px 0 0 30px; }
      #site-title h1 {
        line-height: 70px;
        margin: 0 0 0 1em;
        font-size: 3em; } }

.demandas {
  font-size: 1.5em;
  position: absolute;
  bottom: 0;
  left: 350px;
  font-family: 'Calligraffitti', cursive; }

.encabezado a {
  color: white; }

.encabezado aside {
  padding: 5px; }

.encabezado .qtranxs_widget {
  float: left; }
  .encabezado .qtranxs_widget ul {
    margin: 0;
    padding: 0; }
  .encabezado .qtranxs_widget li {
    display: inline; }

.encabezado .widget_text {
  float: right; }

#container {
  max-width: 1000px;
  background-color: #510000;
  margin: 0px auto;
  padding: 0px;
  text-align: left;
  overflow: hidden; }

#content {
  background-color: #fff;
  padding: 20px;
  line-height: 1.8;
  position: relative; }
  @media (min-width: 680px) {
    #content {
      width: 84%;
      float: left;
      position: relative;
      clear: both; } }

.post {
  border-bottom: 2px solid #9c0202;
  padding: 1em 0;
  margin-bottom: 1em; }
  .post:before, .post:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */ }
  .post:after {
    clear: both; }

.switcher {
  border: 1px solid #666;
  border-radius: 2px;
  line-height: 1;
  padding: 5px 7px 2px;
  background-color: #eee;
  border-radius: 0;
  position: absolute;
  top: 2px;
  right: 2px; }
  .switcher.active {
    background-color: #999; }

#title-view {
  right: 36px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }

#full-view {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

#summary-loader {
  position: absolute;
  width: 100%;
  text-align: center;
  display: none; }

.single h1.post-title,
.archive h1.post-title,
.page h1.post-title {
  margin-top: 0.2em;
  line-height: 1.3; }

/* SIDEBAR STYLES */
@media (min-width: 680px) {
  #sidebar-right {
    width: 16%;
    float: right;
    padding: 0 5px;
    font-size: 80%; } }

#search-form {
  position: relative; }
  #search-form input {
    width: 100%;
    padding: 5px; }
  #search-form button {
    line-height: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    background: transparent;
    border: 0; }

#lupa path {
  stroke: #9c0202; }

.entry {
  padding: 0;
  margin-bottom: 10px;
  color: #646464; }
  @media (min-width: 680px) {
    .entry {
      margin-left: 100px; } }

.post-thumbnail {
  float: left;
  margin-right: 1em;
  width: 25%;
  font-size: 80%;
  line-height: 1.3;
  text-align: center; }
  @media (min-width: 680px) {
    .post-thumbnail {
      width: 90px; } }

.post-thumbnail-author {
  padding-top: 4px;
  text-align: center; }

.articulos .post-content {
  border: none;
  font-size: 13px;
  color: black; }

.articulos .entry {
  margin-bottom: 20px; }

.postsingle .postmetadata {
  border: none; }

.post-single {
  border-bottom: 2px solid #9c0202; }

.comments-audio {
  padding: 10px; }

.audio-nuevo {
  background: url(images/audio-nuevo.png) top right no-repeat; }

.audio-especial {
  background: url(images/audio-especial.png) top right no-repeat; }

.category-podcast {
  background-color: #333333;
  color: #ffffff;
  padding: 7px;
  min-height: 120px; }

.category-podcast a {
  color: #ffffff;
  text-decoration: none; }

.category-image {
  width: 180px;
  margin-right: 400px; }

.category-image img {
  width: 180px;
  height: 120px;
  padding: 7px 0; }

.category-descripcion {
  width: 390px;
  float: right; }

#sidebar {
  text-align: left;
  padding: 20px; }

#sidebar-right h2,
#s-widget-left h2 {
  color: #9c0202;
  font-size: 14px;
  text-decoration: none;
  letter-spacing: 1px; }

#sidebar-right img,
#s-widget-left img {
  width: 100%; }

.widgettitle {
  border-bottom: 1px solid #ffffff; }

#sidebar-right ul,
#s-widget-left ul {
  background-image: none;
  list-style: none;
  margin: 0;
  padding: 0; }

#sidebar-right ul li ul li ul,
#s-widget-left ul li ul li ul {
  background-image: none;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: none; }

#sidebar-right ul li ul,
#s-widget-left ul li ul {
  padding-bottom: 10px;
  margin-bottom: 5px;
  padding-top: 5px; }

#sidebar-right ul li ul li a,
#s-widget-left ul li ul li a {
  color: #000000;
  text-decoration: none;
  display: block;
  min-height: 23px;
  padding: 0px 0px 0px 15px;
  font-size: 12px;
  line-height: 23px; }

#sidebar-right p a {
  color: #ffffff; }

#sidebar-right ul li ul li a:hover,
#s-widget-left ul li ul li a:hover {
  background-color: #870000;
  color: #ffffff; }

#sidebar-right ul li ul li,
#s-widget-left ul li ul li {
  margin: 0px;
  padding: 0px; }

.main_nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px; }

.main_nav ul li {
  padding-left: 0px; }

.main_nav ul li ul {
  padding-left: 10px;
  margin: 0; }

.main_nav ul li h2,
.main_nav ul li ul li h2,
.main_nav ul li h2 a,
.main_nav ul li ul li h2 a {
  font-size: 12px;
  padding: 5px 0;
  padding-left: 5px;
  background-image: url(images/bg-menu.jpg);
  background-repeat: repeat-x fixed;
  color: #ffffff;
  background-color: #320000; }

.main_nav ul li a,
.main_nav ul li ul li a {
  color: #9c0202;
  font-size: inherit;
  min-height: none;
  background-color: none; }

.main_nav ul li ul li {
  border: 0px;
  padding: 0;
  background: #fff url(images/bg-menu.jpg) repeat-x fixed; }

.main_nav ul li ul li a {
  color: #fff; }

.postdata {
  font-size: 0.9em;
  color: #666;
  font-style: italic;
  padding-bottom: 5px; }
  .postdata ul li {
    display: inline; }

.postmetadata {
  border-top: 0px dashed #9c0202; }

.postmetadata ul,
.postdata ul {
  padding: 0;
  margin: 0;
  position: relative;
  bottom: 5px; }

.postmetadata ul li {
  display: inline-block;
  padding: 3px 0;
  width: 105px;
  margin-right: 5px;
  font-size: 10px;
  font-weight: bold; }

.postmetadata ul li a {
  font-weight: normal;
  color: #640000; }

.postmetadata ul li a.color-audio {
  color: #006600; }

span.color-audio {
  color: #006600; }

.postmetadata ul li a.color-entrevista {
  color: #0033ff; }

span.color-entrevista {
  color: #0033ff; }

.postmetadata ul li a.color-programa {
  color: #cc0000; }

span.color-programa {
  color: #cc0000; }

.pagination {
  padding: 10px 0; }

.homepage-slider {
  margin-bottom: 20px; }

#posts {
  position: relative;
  padding-top: 20px; }

.slideshow-title {
  position: absolute;
  z-index: 10;
  display: block;
  bottom: 1em;
  color: white;
  width: 100%;
  white-space: normal;
  line-height: 1.5;
  padding: 0.2em 1em;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 20px; }
  @media (min-width: 680px) {
    .slideshow-title {
      font-size: 30px; } }

.links-anios {
  text-align: center; }
  .links-anios a {
    font-size: 16px;
    font-weight: bold; }

.storycontent td {
  vertical-align: top; }

.change-version {
  font-size: 10px;
  text-align: right;
  display: block;
  font-style: italic; }

#table-audio {
  width: 100%;
  border: 1px solid #c5443e;
  padding: 0;
  white-space: normal; }

#table-audio td {
  padding: 5px;
  border: 1px solid #c5443e; }

#table-audio td.td-anio {
  background-color: #c5443e;
  font-size: 13px;
  text-align: center;
  color: #fff;
  font-weight: bold; }

/* 
.piePost {
	padding:4px;
	padding-bottom:3px;
	margin:0px;
	border-bottom:2px solid $redtitle; 
	border-top:2px solid $redtitle; 	
	height:auto;
	a{ text-decoration:none;}
} 
.pieComentarios{
float: right;
font-weight: bolder;
width:200px;
text-align:right;
}
.pieTags{
font-size: .9em;
margin-right:250px;
text-align:left;
}
*/
.comments ol {
  padding: 0; }

.comments .comments li {
  border: 1px solid #999;
  margin-bottom: 10px;
  padding: 7px;
  list-style: none; }

#footer {
  text-align: center;
  padding: 10px;
  border-top: 1px solid #999999;
  margin: 0;
  background-color: #eee;
  color: #333;
  font-size: 90%; }

/* begin styles for RSS Feed */
.rss-box {
  margin: 0.5em;
  width: 150px;
  background-color: #ffffcc;
  border: 2px solid #990000; }

.rss-items {
  margin-top: 0px;
  padding: 0.5em;
  margin-left: 0px;
  color: #ffffff; }

p.rss-title {
  padding: 0.5em; }

.rss-title {
  text-decoration: none;
  font-family: small tahoma, 'Bitstream Vera Sans', 'Trebuchet MS', 'Lucida Grande', lucida, helvetica, sans-serif;
  font-size: 15px;
  background-color: #990000;
  color: white;
  font-weight: bold;
  margin: 0px;
  padding: 0em;
  text-align: left; }

.rss-item {
  font-family: small tahoma, 'Bitstream Vera Sans', 'Trebuchet MS', 'Lucida Grande', lucida, helvetica, sans-serif;
  font-size: 10px;
  font-weight: normal;
  list-style: none;
  padding-bottom: 1em; }

.rss-item a {
  text-decoration: none;
  color: #330066;
  font-size: 12px;
  font-weight: light;
  font-family: small tahoma, 'Bitstream Vera Sans', 'Trebuchet MS', 'Lucida Grande', lucida, helvetica, sans-serif; }

.rss-item a:visited {
  color: white; }

.rss-date {
  font-size: 85%;
  font-weight: normal;
  color: #fff; }

/* buttons modeled from http://www.wellstyled.com/css-inline-buttons.html */
.pod-play {
  _width: 12em;
  margin: 0 0.2em;
  padding: 0.1em 0;
  _padding: 0;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: middle;
  background: #fb6;
  color: black; }

.pod-play em {
  _width: 1em;
  _cursor: hand;
  font-style: normal;
  margin: 0;
  padding: 0.1em 0.5em;
  background: white;
  color: #222; }

.pod-play span {
  _width: 1em;
  _cursor: hand;
  margin: 0;
  padding: 0.1em 0.5em 0.1em 0.3em; }

.pod-play:hover {
  background: #666;
  color: white; }

.pod-play:hover em {
  background: black;
  color: white; }

/* SEARCH */
.wgs_wrapper table,
.gsc-results .gsc-webResult,
.gsc-results .gsc-webResult:after {
  clear: none; }

.donate-header {
  display: inline-block;
  padding: 0px 3px;
  border: 1px solid;
  margin-right: 5px;
  font-size: 90%;
  vertical-align: top; }

.social-icons {
  vertical-align: middle; }
  .social-icons a {
    display: inline-block; }

.icon-CC {
  background-image: url("images/sprite.png");
  background-position: 0px 0px;
  width: 88px;
  height: 31px; }

.icon-ico-fb {
  background-image: url("images/sprite.png");
  background-position: 0px -45px;
  width: 16px;
  height: 16px; }

.icon-ico-twt {
  background-image: url("images/sprite.png");
  background-position: -16px -45px;
  width: 16px;
  height: 16px; }

.icon-ico-rss {
  background-image: url("images/sprite.png");
  background-position: 0px -31px;
  width: 36px;
  height: 14px; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.wp-playlist-tracks .wp-playlist-item {
  padding-left: 25px; }

.rz-audio-download svg {
  position: absolute;
  width: 20px;
  margin-top: -17px;
  height: 15px;
  fill: #333333; }
