/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

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, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
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;
}

/* remember to define visible focus styles! 
:focus {
outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 
Less CSS3 utils.

Usage:
  .fooClass {
    border: 3px solid #000;
    .vbg-gradient(#FFF, #CCC);
    .hbox();
  }
*/
/* Vertical Background Gradient */
/* Horizontal Background Gradient */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
.pagewidth {
  width: 59em;
  margin: 0 auto;
  padding: 0 1em;
  display: block;
}
html {
  overflow-y: scroll;
}
a {
  color: #0d267a;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:active {
  color: #659db8;
}
hr {
  border: none;
  border-top: 0.25em dotted #cccccc;
  margin: .625em 2em;
}
h1 {
  font-size: 2em;
  line-height: 1.5em;
}
h2 {
  font-size: 1.5em;
  line-height: 2em;
}
body {
  margin: 0;
  padding: 0;
  font-size: 100%;
  line-height: 1.5em;
  background: url('../../images/ui/background_5c3e3fcaa8d3.gif') repeat #e2dbbe;
  font-family: sans-serif;
  color: #192d37;
}
body > header {
  width: 100%;
  background-color: #659db8;
  background: #76a8c0;
  background: -webkit-gradient(linear, left top, left bottom, from(#76a8c0), to(#5492b0));
  background: -moz-linear-gradient(top, #76a8c0, #5492b0);
  height: 6em;
  margin: 0;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}
body > header:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
body > header > div > * {
  float: left;
}
body > header #logo {
  margin-right: 1em;
}
body > header #logo img {
  display: block;
}
body > header nav {
  font-size: 1.25em;
  line-height: 4.8em;
  font-stretch: condensed;
  color: white;
}
body > header nav a {
  color: white;
  height: 100%;
  display: block;
}
body > header nav a:hover, body > header nav a:active {
  color: white;
  text-decoration: underline;
}
body > header nav ul li {
  list-style-type: none;
  margin-left: 1em;
  float: left;
}
body > header #social-links {
  float: right;
  height: 3em;
  margin: 1.5em 0;
}
body > header #social-links a {
  display: block;
  float: left;
}
body > header #social-links a img {
  display: block;
  width: 2em;
  height: 2em;
  margin: 0.5em 0.25em;
}
body > footer {
  height: 4em;
  line-height: 2em;
  overflow: hidden;
  margin-bottom: 1.5em !important;
  padding: .75em 0 !important;
}
body > footer:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
body > footer > p {
  float: left;
  height: 4em;
  line-height: 4em;
}
body > footer > nav {
  float: right;
}
body > footer > nav > ul > li {
  float: left;
  display: block;
  margin: .25em 0 .25em .5em;
  height: 1.5em;
  line-height: 1.5em;
}
body > footer > nav > ul > li:first-child {
  margin-left: 0;
}
.column {
  float: left;
  margin-left: 1em;
}
.column.wide {
  width: 39em;
}
.column.narrow {
  width: 19em;
}
.column.narrow section {
  border: 1px solid rgba(0, 0, 0, 0.25);
  background-color: rgba(0, 0, 0, 0.09999999999999998);
  padding: 5px 15px 17px;
  margin-bottom: 1.5em;
}
.column.narrow section:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.column.narrow section h2 {
  margin-bottom: -1em;
}
.column.narrow section a.sidebar-article {
  display: block;
  width: 278px;
  height: 6em;
  margin-top: 1.5em;
}
.column.narrow section a.sidebar-article h3 {
  float: left;
  width: 10em;
}
.column.narrow section a.sidebar-article img {
  float: right;
}
.column:first-child {
  margin-left: 0;
}
.column > * {
  margin-bottom: 1.5em;
}
#page {
  background-color: white;
  min-height: 20em;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
}
#page:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#action-tracker-box {
  background-color: #586134;
  margin-top: -0.5em;
  margin-bottom: .5em;
  height: 7.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.25);
}
#action-tracker-box a {
  color: white;
}
#action-tracker-box p {
  text-align: center;
}
#action-tracker-box p:nth-child(odd) {
  padding: .5em 5em .25em 1em;
}
#action-tracker-box p:nth-child(even) {
  padding: .25em 1em .5em 5em;
}
#slideshow {
  height: 27em;
}
#slideshow .slides {
  overflow-x: scroll;
  overflow-y: hidden;
  width: 39em;
  height: 26em;
  padding-bottom: 1em;
  position: relative;
}
#slideshow .slides .slide {
  width: 39em;
  height: 26em;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: white url('../../images/ui/spinner_5c3e3fcaa8d3.gif') no-repeat center;
}
#slideshow .slides .slide img {
  display: block;
  width: 100%;
  height: 100%;
}
#slideshow .slides .slide .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 38em;
  padding: .5em;
  background-color: #888;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
}
#slideshow .slides .slide .overlay h2 {
  font-size: 1.25em;
}
#frontpage-latest {
  margin-top: -0.15em;
}
#frontpage-latest .article-snippet {
  clear: left;
  height: 7.5em;
  margin-bottom: 1.5em;
}
#frontpage-latest .article-snippet img {
  float: left;
  max-width: 150px;
}
#frontpage-latest .article-snippet h2 {
  margin-left: 170px;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.5em;
}
#frontpage-latest .article-snippet p {
  margin-left: 170px;
  font-size: .9em;
  line-height: 1.666em;
}
#featured-articles, #related-articles {
  text-align: center;
}
.ad {
  width: 100%;
}
.ad img {
  display: block;
  margin: 0 auto;
}
.ad.two-fifty {
  width: 250px;
  margin: 0 auto;
  height: 16.5em;
}
.ad.two-fifty img {
  width: 250px;
  height: 250px;
}
article header {
  margin-bottom: 1.5em;
}
article header p {
  text-align: center;
}
article header p span {
  margin-left: 1em;
}
article header p span:first-child {
  margin-left: 0;
}
article p {
  margin-bottom: 1.5em;
}
article strong {
  font-weight: bold;
}
article em {
  font-style: italic;
}
article ul, article ol {
  margin-bottom: 1.5em;
}
article ul {
  list-style-type: disc;
}
article ol {
  list-style-type: decimal;
}
article a {
  font-weight: bold;
}
article ul li, article ol li {
  margin-left: 2em;
}
article h2 {
  text-transform: uppercase;
}
#comments .comment {
  margin-bottom: 1.5em;
  padding: .75em;
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
}
#comments .comment:nth-child(even) {
  background-color: #e5e5e5;
  background-color: rgba(0, 0, 0, 0.1);
}
#comments .comment > img {
  float: left;
  height: 3em;
}
#comments .comment > header {
  float: left;
  margin-bottom: 1.5em;
  margin-left: 1em;
}
#comments .comment > .comment-body {
  clear: left;
}
#comments #comment-entry tr td {
  height: 2em;
  padding-bottom: 1em;
  line-height: 1.5em;
  vertical-align: top;
}
#comments #comment-entry tr td label {
  height: 2em;
  display: block;
}
#comments #comment-entry tr td textarea {
  height: 6em;
}
#comments #comment-entry tr td input[type=text], #comments #comment-entry tr td textarea {
  width: 30em;
  margin-left: 1em;
  font-family: inherit;
  font-size: inherit;
}
#flatpage p {
  margin-bottom: 1.5em;
}