/**
Theme Name: PCIJ@25
Theme URI: http://pcij.org/
Description: The theme for the PCIJ.
Version: 0.2.20140721.093302
Author: Markku Seguerra & Jaemark Tordecilla
Author URI: http://pcij.org/

	PCIJ 0.2
*/


 #databox-list ul li {
	background: #f0f0f0;
 }
 
 .row {
	 max-width:100rem;
 }

.elections2016 td {
    outline: 1px solid #666;
    outline-offset: -10px;
    margin: 5px 0;
    font-size: 12px;
}

.elections2016 * img {
  clip-path: circle(60px at center);
  margin: 10px;
}

/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
 
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,
nav,
section,
summary {
  display: block; }

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

/**
 * Prevent 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/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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; }

/**
 * Address 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
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
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.
 */
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.
 */
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; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
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
 *    (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 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.
 */
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; }

/*
  f12: a fluid grid that's always divisible by 12.
  by @markku
  20140324.222810
*/
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* based on http://www.zeldman.com/2012/03/01/replacing-the-9999px-hack-new-image-replacement/ */
/*
.transform (@rotate: 90deg, @scale: 1, @skew: 1deg, @translate: 10px) {
  -webkit-transform: rotate(@rotate) scale(@scale) skew(@skew) translate(@translate);
  -moz-transform: rotate(@rotate) scale(@scale) skew(@skew) translate(@translate);
  -o-transform: rotate(@rotate) scale(@scale) skew(@skew) translate(@translate);
  -ms-transform: rotate(@rotate) scale(@scale) skew(@skew) translate(@translate);
  transform: rotate(@rotate) scale(@scale) skew(@skew) translate(@translate);
}
 
.gradient (@origin: left, @start: #ffffff, @stop: #000000) {
  background-color: @start;
  background-image: -webkit-linear-gradient(@origin, @start, @stop);
  background-image: -moz-linear-gradient(@origin, @start, @stop);
  background-image: -o-linear-gradient(@origin, @start, @stop);
  background-image: -ms-linear-gradient(@origin, @start, @stop);
  background-image: linear-gradient(@origin, @start, @stop);
}*/
/*.quick-gradient (@origin: left, @alpha: 0.2) {
  background-image: -webkit-linear-gradient(@origin, rgba(0,0,0,0.0), rgba(0,0,0,@alpha));
  background-image: -moz-linear-gradient(@origin, rgba(0,0,0,0.0), rgba(0,0,0,@alpha));
  background-image: -o-linear-gradient(@origin, rgba(0,0,0,0.0), rgba(0,0,0,@alpha));
  background-image: -ms-linear-gradient(@origin, rgba(0,0,0,0.0), rgba(0,0,0,@alpha));
  background-image: linear-gradient(@origin, rgba(0,0,0,0.0), rgba(0,0,0,@alpha));
}*/
/* Complementary Color Scheme
@base: #663333;
@complement1: spin(@base, 180);
@complement2: darken(spin(@base, 180), 5%);
@lighten1: lighten(@base, 15%);
@lighten2: lighten(@base, 30%);*/
/* Subtle Color Scheme
@base: #663333;
@lighter1: lighten(spin(@base, 5), 10%);
@lighter2: lighten(spin(@base, 10), 20%);
@darker1: darken(spin(@base, -5), 10%);
@darker2: darken(spin(@base, -10), 20%);*/
/* ----------------------- */
/*@mixin box-shadow($x-axis: 0, $y-axis: 1px, $blur: 2px, $spread: 2px, $shadowcolor: #333) {
  -webkit-box-shadow: $x-axis $y-axis $blur $spread $shadowcolor;
  -moz-box-shadow: $x-axis $y-axis $blur $spread $shadowcolor;
  box-shadow: $x-axis $y-axis $blur $spread $shadowcolor;
}*/
/*@mixin rounded($radius: 2px) {
  -webkit-border-radius: $radius;
  -moz-border-radius: $radius;
  border-radius: $radius;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
}
@mixin border-radius($topright: 0, $bottomright: 0, $bottomleft: 0, $topleft: 0) {
  -webkit-border-top-right-radius: $topright;
  -webkit-border-bottom-right-radius: $bottomright;
  -webkit-border-bottom-left-radius: $bottomleft;
  -webkit-border-top-left-radius: $topleft;
  -moz-border-radius-topright: $topright;
  -moz-border-radius-bottomright: $bottomright;
  -moz-border-radius-bottomleft: $bottomleft;
  -moz-border-radius-topleft: $topleft;
  border-top-right-radius: $topright;
  border-bottom-right-radius: $bottomright;
  border-bottom-left-radius: $bottomleft;
  border-top-left-radius: $topleft;
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
}*/
/*@mixin transition($duration:0.2s, $ease:ease-out) {
  -webkit-transition: all $duration $ease;
  -moz-transition: all $duration $ease;
  transition: all $duration $ease;
}*/
/*@mixin box-shadow($arguments) {
  -webkit-box-shadow: $arguments;
  -moz-box-shadow: $arguments;
  box-shadow: $arguments;
}*/
/* local mixins */
html {
  font-size: 62.5%; }

body {
  margin: 0;
  padding: 0;
  font-family: 'pt serif',georgia, cambria, times, 'time new roman', serif;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.5;
  color: #222;
  /*text-rendering: optimizeLegibility;	*/ }

.win body {
  /*font-family: 'segoe ui','trebuchet ms',Calibri, "Lucida Grande", "Lucida Sans Unicode",  Arial, sans-serif;*/
  color: #222; }
.win h1, .win h2, .win h3, .win h4, .win h5, .win h6 {
  /*font-family: Calibri,'segoe ui','trebuchet ms', "Lucida Grande", "Lucida Sans Unicode",  Arial, sans-serif;*/ }

img {
  border: 0; }

q {
  font-style: italic; }

q:before, q:after {
  content: ""; }

h1, h2, h3, h4,
.prehead,
.prehead2,
#storieslist li a[rel*=bookmark],
#rightpanel li a[rel*=bookmark],
#toplinks,
#footlinks,
.rightsidebar,
.rightpullbar,
.leftsidebar,
.wp-caption {
  font-family: 'fira sans', 'trebuchet ms', Calibri, "Lucida Grande", "Lucida Sans Unicode", 'segoe ui',Arial, sans-serif; }

h1, h2, h3, h4 {
  font-weight: 700;
  line-height: 1.1; }

.prehead2,
#storieslist li a[rel*=bookmark],
#rightpanel li a[rel*=bookmark],
.entry-title {
  line-height: 1.1; }

#storieslist li .prehead2,
#rightpanel li .prehead2 {
  font-size: 15px;
  font-size: 1.5rem; }

#storieslist li a[rel*=bookmark],
#rightpanel li a[rel*=bookmark] {
  color: #222; }

.posting .entry-title {
  /* used in homepage */
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: -0.03em; }

#merged-panel .from-the-blog p {
  font-size: 15px;
  font-size: 1.5rem; }

#merged-panel .entry-title a,
.posting .entry-title a {
  color: #333; }

.entry-title a:hover {
  text-decoration: underline; }

h1 {
  /*font-size: 28px;*/
  /*line-height: 32px;*/
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0;}

h2 {
  /*font-size: 20px;*/
  /*line-height: 24px;*/
  font-size: 19px;
  font-size: 1.9rem;
  margin: 0;}

h3 {
  /*font-size: 16px;*/
  /*line-height: 24px;*/
  font-size: 17px;
  font-size: 1.7rem;
  margin: 0 0 10px 0; }
  #merged-panel h3, .content h3, #rightpanel h3, #ireports h3, #morestories h3 {
    border-bottom: 1px solid #ccc; }

h3 a {
  color: black;
  text-decoration: none; }

h3 a:visited {
  color: black;
  text-decoration: none; }

h4 {
  margin: 0;
  /*font-size: 14px;*/
  font-size: 15px;
  font-size: 1.5rem; }

#postpanel .entry-title {
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: -0.03em; }

ul {
  margin: 0;
  list-style-type: square; }

li {
  margin: 0 0 5px 35px; }

a {
  color: #820;
  text-decoration: none; }

a:visited {
  color: #820;
  text-decoration: none; }

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

#top {
  height: 200px;
  width: 100%;
  background: black; }

#head {
  height: 200px;
  background: url("images/head-25.png") no-repeat; }

#topinside {
  height: 200px;
  width: 100%;
  background: black; }

#headinside {
  height: 200px;
  background: url("images/head-25.png") no-repeat; }

#menubar {
  background: #ccc;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5); }

#toplinks,
#footlinks {
  display: inline-block;
  margin: 0; }
  #toplinks li,
  #footlinks li {
    display: inline-block;
    margin: 0 14px 0 0; }
  #toplinks a,
  #footlinks a {
    color: #900;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 700;
    text-decoration: none; }
    #toplinks a:hover,
    #footlinks a:hover {
      color: #c30; }

#footlinks {
  margin-bottom: 20px; }

#search {
  display: inline-block;
  margin: 0 0 0 1em;
  float: right;}
  #menubar #search {
    width: 300px; }

.container {
  min-width: 960px;
  width: 95%;
  margin: auto; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }

.container2 {
  min-width: 960px;
  width: 95%;
  margin: auto; }

#mainpanel {
  margin: 25px 0 0 0px;
  float: left;
  min-width: 500px;
  width: 53%;
}

#rightpanel {
  border: 1px solid #cccccc;
  background: #fcfbee;
  padding: 10px 20px 10px 20px;
  margin: 25px 0 0 25px;
  float: left;
  min-width: 210px;
  width: 50%;
  /*font-size: 13px;*/
  font-size: 15px;
  font-size: 1.5rem;
  /*line-height: 16px;*/ }

#rightpanelwrap {
  margin: 0;
  padding: 0;
  width: 45%;
  float: right; }

#merged-panel {
  margin-top: 25px;
  padding-left: 25px; }
  #merged-panel div {
    margin-bottom: 25px; }
  #merged-panel ul {
    margin: 0;
    padding: 0; }
  #merged-panel li {
    margin: 0;
    padding: 0 0 16px;
    list-style-type: none; }
    #merged-panel li .entry-title {
      /*font-size: 18px;*/
      font-size: 19px;
      font-size: 1.9rem;
      letter-spacing: -0.03em;
      margin: 0;
      padding: 0; }
    #merged-panel li p {
      margin: 0;
      /*font-size: 12px;*/
      font-size: 17px;
      font-size: 1.7rem;
      color: #333; }

.rightblock {
  margin: 0 0 20px 0; }

#adpanel {
  float: left;
  margin: 25px 0 0 25px;
  width: 160px; }

#adpanel div {
  margin: 10px 0 10px 0; }

#adpanel div img {
  border: 1px solid black; }

.content {
  padding: 10px 10px 0 10px; }

.posting {
  margin: 10px 0 0 0; }

.byline {
  color: #555;
  margin: 2px 0 0 2px;
  font-style: italic;
  /*font-size: 12px;*/
  font-size: 15px;
  font-size: 1.5rem;
  /*font-weight: bold;*/ }

.prehead {
  /*font-family: 'pt serif', Cambria, Georgia, sans-serif;*/
  margin: 5px 0 0 2px;
  text-transform: uppercase;
  /*font-size: 13px;*/
  font-size: 15px;
  font-size: 1.5rem; }

.prehead2 {
  /*font-family: 'open sans', Calibri, "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;*/
  text-transform: uppercase;
  /*font-size: 11px;*/
  font-size: 15px;
  font-size: 1.5rem; }

.posthead {
  /*font-family: 'open sans', Calibri, "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;*/
  /*font-size: 17px;*/
  font-size: 15px;
  font-size: 1.5rem;
  margin: 5px 0 0 2px; }

.postmeta {
  font-size: 15px;
  font-size: 1.5rem;
  text-align: right; }

.date {
  /*font-size: 11px;*/
  font-size: 15px;
  font-size: 1.5rem; }

cite.pcij {
  font-variant: italic;
  font-weight: 700; }

#catlist {
  /*font-size: 12px;*/
  font-size: 15px;
  font-size: 1.5rem;
  float: left;
  width: 25%;
  min-width: 110px;}

.storiescat {
  padding: 3px 5px 3px 5px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  background: #fcfbee;
  margin: 0 0 0 5px; }

#storiescat0 {
  margin: 0 0 0 -5px;
  border-right: 0;
  background: white;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 3px 5px 3px 15px; }

#storiescat1 {
  border-top: 0; }

#storiescat13 {
  border-bottom: 1px solid #cccccc; }

#storieslistcat {
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  float: left;
  min-width: 300px;
  width: 69%;
  padding: 10px 10px 10px 10px; }

#storieslistcat1, #storieslistcat2, #storieslistcat3, #storieslistcat4, #storieslistcat5, #storieslistcat6,
#storieslistcat7, #storieslistcat8, #storieslistcat9, #storieslistcat10, #storieslistcat11, #storieslistcat12,
#storieslistcat13 {
  display: none; }

.ireportitem {
  width: 150px;
  float: left;
  margin: 0 0 15px 10px; }

#copyright {
  text-align: center;
  clear: both;
  /*font-size: 12px;*/
  font-size: 15px;
  font-size: 1.5rem;
  padding: 20px;
  margin: 80px 0 0 0;
  background: #fcfbee;
  -webkit-box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.2); }

#bottomlinks {
  display: inline;
  margin: 0; }

#bottomlinks li {
  display: inline;
  margin: 0 15px 0 0; }

.thumbnail {
  border: 0;
  padding: 10px;
  float: right; }

#postpanel {
  /*font-size: 14px;*/
  /*line-height: 26px;*/
  padding: 50px 0px;
  width: 100%;
  max-width:960px;
  margin:auto;}
  #postpanel .prehead {
    /*font-family: 'pt serif', Cambria, Georgia, sans-serif;*/
    display: block;
    margin: 5px 0 0;
    line-height: 1.1;
    text-transform: uppercase;
    /*font-size: 16px;*/
    font-size: 17px;
    font-size: 1.7rem; }
  #postpanel .byline {
    color: #003366;
    color: #555;
    margin: 2px 0 0 2px;
    font-style: italic;
    /*font-size: 13px;*/
    font-size: 15px;
    font-size: 1.5rem;
    /*font-weight: normal;*/ }
  #postpanel h2 {
    margin-top: 2em; }
    #postpanel h2 + p {
      margin-top: 0.4em; }
  #postpanel h3 {
    margin-top: 1.2em; }
    #postpanel h3 + p {
      margin-top: 0.4em; }
  #postpanel h2 + h3 {
    margin-top: 0.8em; }
  #postpanel .rightsidebar,
  #postpanel .rightpullbar {
    float: right;
    width: 270px;
    margin: 5px 0 10px 25px;
    padding: 15px !important;
    background: #fcfae5;
    -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2;
    /*border: 1px solid #cccccc; */
    /*font-size: 16px;*/ }
    #postpanel .rightsidebar p:last-child,
    #postpanel .rightpullbar p:last-child {
      margin-bottom: 0; }
    #postpanel .rightsidebar .current,
    #postpanel .rightpullbar .current {
      color: #000;
      font-weight: 700; }

.leftsidebar {
  float: left;
  width: 300px;
  margin: 5px 25px 5px 0;
  padding: 10px 25px 10px 25px;
  background: #fcfbee;
  border: 1px solid #cccccc;
  line-height: 1.2;
  /*font-size: 16px;*/ }

.captioned {
  width: 640px;
  margin: 10px 0 10px 0;
  padding: 10px 20px 10px 20px;
  background: #ffffff;
  border: 1px solid #cccccc;
  /*font-size: 14px;*/
  /*line-height: 16px;*/ }

.captioned img {
  border: 1px solid black; }

.insidemenu {
  padding: 5px 0 5px 20px;
  background: #ddd;
  /*font-size: 13px;*/
  text-align: left;
  margin-top: 40px; }

.postmeta {
  /*font-size: 12px;*/
  text-transform: uppercase; }

#ireportimg {
  float: left;
  margin: 0 5px 0 0; }

#ireporthead {
  /*font-family: 'pt serif', Cambria, Georgia, sans-serif;*/
  /*font-size: 24px;*/
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  border-bottom: 2px solid #CC0000; }

#ireporthead .prehead {
  /*font-size: 16px;*/
  font-size: 17px;
  font-size: 1.7rem;
  text-transform: uppercase;
  font-weight: 400; }

.wp-caption {
  margin: 20px 0 !important;
  padding: 10px;
  line-height: 1.1;
  /*border: 1px solid #ddd; */
  /*font-size: 14px;*/
  /*line-height: 16px;*/ }
  .wp-caption .photo-title {
    margin-right: 0.6em;
    display: inline; }
  .wp-caption img {
    max-width: 100%;
    height: auto; }

.wp-caption-text, .photo-caption {
  font-size: 15px;
  font-size: 1.5rem;
  color: #666; }

/*.wp-caption img {
	border: 1px solid black;
}*/
.alignright {
  margin: 10px 20px 10px 20px;
  float: right; }

.alignleft {
  float: left;
  margin: 5px 25px 5px 5px; }

.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
  padding: 0;
  text-align: center; }
  .wp-caption.aligncenter .wp-caption-text,
  .wp-caption.alignleft .wp-caption-text,
  .wp-caption.alignright .wp-caption-text {
    margin-top: 0;
    text-align: left; }
    .wp-caption.aligncenter .wp-caption-text > strong:first-child,
    .wp-caption.alignleft .wp-caption-text > strong:first-child,
    .wp-caption.alignright .wp-caption-text > strong:first-child {
      color: #333; }
    .wp-caption.aligncenter .wp-caption-text cite,
    .wp-caption.aligncenter .wp-caption-text .photo-credit,
    .wp-caption.alignleft .wp-caption-text cite,
    .wp-caption.alignleft .wp-caption-text .photo-credit,
    .wp-caption.alignright .wp-caption-text cite,
    .wp-caption.alignright .wp-caption-text .photo-credit {
      display: inline-block;
      text-align: right;
      width: 100%; }

#rightpanel .alignright {
  margin: 5px 10px 5px 10px;
  float: right; }

#archpanel {
  margin: 25px 0 0 0px;
  min-width: 500px;
  width: 53%;
  /*font-size: 14px;*/
  line-height: 18px;
  float: left; }

#archpanel .prehead {
  /*font-family: 'pt serif', Cambria, Georgia, sans-serif;*/
  margin: 0px 0 0 2px;
  text-transform: uppercase;
  /*font-size: 14px;*/
  font-size: 15px;
  font-size: 1.5rem; }
  
#archpanel .byline {
  color: #003366;
  margin: 5px 0 0 2px;
  font-style: italic;
  font-size: 15px;
  font-size: 1.5rem;
  /*font-size: 13px;*/
  /*font-weight: normal;*/ }

.archposts {
  margin: 20px 0 0 0; }

#postpanel .tablediv {
  border: 1px solid #cccccc;
  padding: 10px;
  /*font-size: 14px;*/
  font-size: 17px;
  font-size: 1.7rem;
  width: auto;
  line-height: 14px; }

#postpanel table {
  /*font-size: 14px;*/
  font-size: 17px;
  font-size: 1.7rem;
  border-spacing: 1px;
  background: white; }

#postpanel th {
  background: #000000;
  color: white;
  /*font-weight: bold;*/
  font-weight: 700;
  padding: 5px;
  text-align: left;
  line-height: 16px;
  vertical-align: top; }

#postpanel .alt {
  background: #fcfbee; }

#postpanel .alt2 {
  background: #dddddd; }

#postpanel td {
  padding: 5px;
  line-height: 16px;
  vertical-align: top; }

.aligncenter {
  margin: auto; }

/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
  max-width: 100%;
  /* Fluid images for posts, comments, and widgets */ }

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */ }

img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
  max-width: 100%;
  height: auto;
  /* Make sure images with WordPress-added height and width attributes are scaled correctly */ }

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
  max-width: 100%; }

.entry-content .twitter-tweet-rendered {
  max-width: 100% !important;
  /* Override the Twitter embed fixed width */ }

/* Images */
.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slides .post {
  margin: 0;
  padding: 0;
  width: 100%;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background: #FFF; }
  .slides .post .entry-title-group {
	background: rgba(30,30,30,0.7);
	position: absolute;
	top: 225px;
    padding: 5px 10px; }
    .slides .post .entry-title-group a, .slides .post .entry-title-group .byline {
      color: #ccc; }
    .slides .post .entry-title-group a, .slides .post .entry-title-group .prehead {
      color: #fff; }
    .slides .post .entry-title-group .entry-title {
      letter-spacing: -0.03em;
      font-size: 24px;
      font-size: 2.4rem;
      padding-bottom: 10px; }

#featuredcontent {
  position: relative;
  overflow: hidden;
  }
  
 #featuredcontent img {
  min-height: 100%;
  min-width: 100%;
  }

.rslides_tabs {
  position: absolute;
  top: 10px;
  right: 30px; }

.rslides_tabs li {
  list-style-type: none;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-left: 5px;
  position: relative; }

.rslides_tabs li a {
  position: absolute;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  width: 17px;
  height: 24px;
  padding-left: 8px;
  padding-top: 1px;
  display: inline-block;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAAAVdEVYdENyZWF0aW9uIFRpbWUAMTEvNi8xMrYKRfcAAAG6SURBVEiJvZYtb+NAEEBfLMMlASFLahQpJ8NFQfsTIrUqvSDTOxYaZoVd6aIcMahaKf+g/gGLW2RZkSWTUkNLPpBslDZ2L7rE9+CONE8zs18DviCKohkwAzRw8ym8BVJgY4zZdOVomoZBR3INrFsSt+L7/ntd1/fGmLQt7rUIfgEv5woA6roeAS+LxeKpLf6hkiiK1sD3c5O3IaV8Wy6X347XDpXsK7hIAFCW5SSO49cTyX4GPy4VOPI8nyRJcmidq2R9LYHDWntrrdUA3n6bnj3kc6mqiizLHmFXyezaAkdRFCNr7cxjd9B6oSxLgJlHD61yVFUFoE8OYw/c/A/J6bXSl2TbV3IhxEGS9iWRUgJsPaDzLbiUIAgAUs8Ys/F9//3aAiGEk2w8gLqu768t0VoDbJVSO4kxJh0Oh8/XEoRh6OYxh6MtvFqt7qSUb5cKxuMx0+kU4EEplQKnb3wcx695nk/+RRCGoRP8VkrN3XrrRyJJkidr7e3+7vkrQgi01q5FD0qpn8fxVgmAtVZnWfZYFMWoLEs+C4UQSCkJgsDtoi0wdy36IGmahsGg04W19qy/l1Kq87z9AZhXkspVdhcsAAAAAElFTkSuQmCC) no-repeat; }

/*! http://responsiveslides.com v1.32 by @viljamis */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }

.rslides li {
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0; }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left; }

/* removed, we are using this for text <div>/blocks instead
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }*/
/*.rslides_tabs {
	li {
		list-style-type: none;
		display: inline;

		a {
			color: #999;
			padding:3px 6px;
			border: 1px solid #999;
			margin-right: 5px;
			display: inline-block;
		}
	}
}
*/
/* end: responsiveslides */
.inline-media {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 70%;
  margin: 0.8em 15%;
  padding-left: 20px;
  padding-right: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #eee; }

/* magnific lightbox */
.magnific-lightbox {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: auto;
  line-height: 1;
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  padding: 10px; }
  .magnific-lightbox:hover {
    background: #ccc; }
  .magnific-lightbox img {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .magnific-lightbox .caption {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    display: inline-block;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    padding: 10px 15px;
    top: 25%;
    left: 0;
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 400;
    background: #999;
    background: rgba(32, 32, 32, 0.7);
    border-radius: 10px; }
    .magnific-lightbox .caption a {
      color: #ddd;
      text-shadow: 0 0 15px #000, 1px 1px 0 #000, -1px -1px 0 #000; }
