/* ==========================================================================
   Styling and layout for all media
   ========================================================================== */


/* Abridged version of Normalize.css
   ========================================================================== */
/* original authors: Nicolas Gallagher and Jonathan Neal - http://necolas.github.com/normalize.css/ */

/* corrects block display not defined in IE7-9, Firefox3 */

footer,
header,
hgroup,
nav,
section, {
  display: block;
  }

/* corrects inline-block display not defined in IE7-9, Firefox3 */
audio,
video {
  display: inline-block;
  /* display and zoom IE7 fix for display:inline-block */
  *display: inline;
  *zoom: 1;
  }

/* prevents modern browsers from displaying 'audio' without controls, remove excess height in iOS5 devices */
audio:not([controls]) {
  display: none;
  height: 0;
  }

/* addresses styling for 'hidden' attribute not present in IE7-9, Firefox3, Safari4 */
[hidden] {
  display: none;
  }

html {
  /* corrects text resizing oddly in IE7 when body font-size is set using em units -
     http://clagnut.com/blog/348/#c790 */
  font-size: 100%;
  /* always force scrollbar padding so we don't get 'jumping' */
  overflow-y: scroll;
  /* prevents iOS text size adjust after orientation change, without disabling user zoom -
     http://www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-text-size-adjust: 100%;
  /* as above, for Windows Phone */
  -ms-text-size-adjust: 100%;
  }



/* addresses style set to 'bolder' in Firefox3-4, Safari4-5, Chrome */
b,strong {
  color: #333;
  }

/* addresses CSS quotes not supported in IE7, addresses quote property not supported in Safari4 */
q {
  quotes: none;
  }

q:before,
q:after {
  content: "";
  content: none;
  }

/* prevents sub and sup affecting line-height in all browsers */
sub,
sup {
  /* 12px */
  font-size: .85714285714286em;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  }

sup {
  top: -0.5em;
  }

sub {
  bottom: -0.25em;
  }

/* removes border when inside 'a' element in IE7-9, Firefox3, improves image quality when scaled in IE7 -
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  }

/* remove margins from nested lists */
dl dl,
ul ul,
ol ol {
  margin: 0;
  }

/* addresses paddings set differently in IE7 */
menu,
ol,
ul {
  padding: 0;
  }

/* ==========================================================================
   Styling and layout for screen media (mobile first)
   ========================================================================== */

@media screen {

/* Layout
   ========================================================================== */



/* Links
   ========================================================================== */

a {
  position: relative;
  text-decoration: none;
  color: #114eb1;
  -webkit-tap-highlight-color: rgba(0, 102, 255, 0.5);
  }

a:hover, a:active {
  /* improves readability when focused and also mouse hovered in all browsers */
  color: #3280ff;
  outline: 0;
  }

a:current {
  top: 1px;
  color: #000;
  }

.current {
  top: 1px;
  color: #3280FF;
  }


/* Typography
   ========================================================================== */

body {
  font-family: 'Open Sans', sans-serif;
  /* 16px / 16px */
  font-size: 1em;
  line-height: 1.4em;
  color: #555;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  }

blockquote {
  /* 16px */
  font-size: 1.14285714285714em;
  font-style: italic;
  margin: .875em 0;
  padding: 1px .875em;
  -moz-border-radius: .35714285714286em;
  border-radius: .35714285714286em;
  background: #fff6d3;
  }

p {
  font-weight: 300;
  padding-right: 0;
  padding-left: 0;
  font-size: 1em;
  line-height: 1.4em;
  text-align: left;
  color: #555;
  }

h1 {
  font-family: 'Averia Libre', cursive;
  font-size: 1.5em;
  font-weight: normal;
  color: #333;
  line-height: 1.0em;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  }

h2 {
  font-family: 'Oswald', Helvetica, sans-serif;
  font-size: 1em;
  color: #2671ea;
  padding-top: 1em;
  padding-bottom: .75em;
  line-height: 1.0em;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  }

h3  {
  font-family: 'Oswald';
  font-size: 1.25em;
  color: #333;
  }

h4 {
  color: #333;
  font-family: 'Oswald';
  font-size: 1.25em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4em;
  text-align: center;
  margin: 1.0em 0;
  }

h5  {
  font-size: 0.875em;
  color: #777;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  }
pre {
  margin-left: 4.0em;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

/* layout attributes
----------------------------------------------- */

.image_article { 
  margin-right: 2em;
  max-width: 47.25em;
  width: 66%;
  float: right;
  }

.paginator-l {
  float: left;
  width: 40%;
  text-align: left;
  padding-top: 1em;
}

.paginator-r {
  float: right;
  width: 40%;
  text-align: right;
  padding-top: 1em;
}

.hidden {
  display: none;
  }

.thumb {        
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 3em;
  padding-top: 3em;
  }

.hr {
  margin-left: auto;
  margin-right: auto;
  margin: 1em 0;
  }

.menu {
  display: inline; 
  font-family: 1.25em, "Oswald", Helvetica, sans-serif;
  color: #114eb1;
  padding-right: 8%
  }

.wrap  {
    background: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
    width: 100%;
    min-width: 320px;
}

#accessibility {
  position: absolute;
  top: -10000px;
  }

#container {
  overflow:hidden;
  padding-bottom: 3.0em;
  width: 100%;
  max-width: 67.5em;
  min-width: 320px;
  margin-left: auto;
  margin-right: auto;
  }

#bluelake {
  width: 25%;
  max-width: 20em;
  float: left;
  text-align: right;
  line-height: 1em;
  margin-top: 0.8125em;
  vertical-align: baseline;
  clear: both;
  }

#navmenu {
  margin-top: 1.0em;
  max-width: 45em;
  width: 66%;
  float: right;
  text-align: left;
  vertical-align: baseline;
  }

#site-name {
  padding-top: 0;
  line-height: 1.0em;
  }

#site-name a:hover {
  text-decoration:none; 
  color: #2671ea;
  }

#site-slogan {
  padding-top: 0;
  font-family: "Oswald", Helvetica, sans-serif;
  font-size: 1.5em;
  color: #114eb1;
  text-align: right;
  }

#navmenu ul {
  display: inline;
  list-style-type: none; 
  font-family: "Oswald", Helvetica, sans-serif;
  font-size: 1.75em;
  color: #114eb1;
  }

#navmenu li {
  display: inline; 
  font-family: 0.875em, "Oswald", Helvetica, sans-serif;
  color: #114eb1;
  padding-right: 8%;
  }

#navmenu ul a:hover {
  text-decoration:none; 
  color: #2671ea;
  }

#navmenu ul a:active {
  text-decoration:none; 
  color: #2671ea;
  }

#navmenu ul a {
  display: inline; 
  margin: 0;
  text-decoration:none; 
  }

#top_image {
  margin-top: 0;
  width: 100%;
  }

#breadcrumb {
  margin-bottom: 1.5em;
  text-align: center;
}

#content,
#contact {
  margin-top: 2.5em;
  margin-right: 2em;
  max-width: 47.25em;
  width: 66%;
  float: right;
  }

#text {
  width: 100%;
  }

#foot {
  width: 100%;
  max-width: 67.5em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: -2.0em; /* negative value of footer height */
  height: 5.0em;
  clear:both;
  border-style: dotted none none none;
  border-width: 1px;
  color: #114eb1;
  }

#foot_text {
  width: 66%;
  max-width: 47.25em;
  margin-left: 34%;
  padding-top: 1em;
  }

/* contact page
----------------------------------------------- */

#contact fieldset {
   border: none;
   padding-bottom: 20px;
   }

#contact legend {
   color: #666633;
   font: 1em/1.4em "Trebuchet MS", Helvetica, sans-serif;
   margin: 0;
   padding: 0 0 1em 0;
   display: none;
   }

#contact label {
   float: left;
   width: 120px;
   margin: 0em 10px 0 0;
   text-align: right;
   font: 1em/1.4em "Trebuchet MS", Helvetica, sans-serif;
   color: #666633;
   }
#contact input {
   margin-top:0.1em;   
   margin-bottom: 0.5em;
   color:#114eb1;
   width: 50%;
   }
#contact br {
   clear: left;
   }

#contact submit {
   margin: 2em 0px 20px 65px;
   }


/* Embedded content
   ========================================================================== */

img,
video {
  max-width: 100%;
  height: auto;
  }

/* image alignments */
img.align-left {
  float: left;
  margin: 0;
  }

img.align-right {
  float: right;
  margin: 0;
  }

.align-center {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  }

/* corrects overflow displayed oddly in IE9 */
svg:not(:root) {
  overflow: hidden;
  }

/* Lists
   ========================================================================== */

li {
  list-style-type: none;
  font-size: 0.925em;
  line-height: 1.5em;
  }

[role="main"] #article-list {
  list-style: none;
  margin: 0 0 2em 0;
  padding: 0;
  border-top: solid 1px #ccc;
  }

#article-list li {
  border-bottom: solid 1px #ccc;
  padding-top: 1em;
  margin-bottom: 0;
  }

/* Forms
   ========================================================================== */

/* corrects margin displayed oddly in IE6-7 */
form {
  margin: 0;
}

/* remove default fieldset styling across browsers */
fieldset {
  margin: 0;
  border: 0;
  padding: 0;
  }

/* corrects text not wrapping in FF3, corrects alignment displayed oddly in IE7 */
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
  }

/* improves appearance and consistency in all browsers */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  /* improves appearance and consistency in IE7 */
  *vertical-align: middle;
  }

/* colour placeholder text (Webkit and Mozilla only, so far) */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888;
  }

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888;
  }

  /* remove inner padding and search cancel button in webkit on OS X */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  }

input[type="file"]:focus,
input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  }

textarea,
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"] {
  /* remove iOS Safari default styling */
  -webkit-appearance: none;
  font-family: Arial, Helvetica, sans-serif;
  /* 12px */
  font-size: .85714285714286em;
  text-align: left;
  border: solid 1px #ccc;
  padding: .5em;
  background: #fff;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0;
  border-radius: 0;
  }

input[type="color"] {
  padding: 0;
  height: 2.33333333333333em;
  }

[role="complementary"] input[type="search"] {
  margin-right: 2px;
  width: 66.666666666667%;
  display: inline-block;
  }  

/* display and zoom IE7 fix for display:inline-block */
  *display: inline;
  *zoom: 1;
  }

textarea {
  min-height: 3em;
  /* removes default vertical scrollbar in IE7-9 */
  overflow: auto;
  /* improves readability and alignment in all browsers */
  vertical-align: top;
  resize: vertical;
  width: 50%;
  }

select {
  font-family: Arial, Helvetica, sans-serif;
  /* 12px */
  font-size: .85714285714286em;
  text-align: left;
  border: solid 1px #ccc;
  padding: .5em;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }

textarea,
select[size],
select[multiple] {
  height: auto;
  }

optgroup {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #333;
  }

/* kill phantom spacing and dotted border that appears in Firefox */
optgroup::-moz-focus-inner {
  border: 0;
  padding: 0;
  }

/* addresses box sizing set to content-box and excess padding in IE7-9 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *height: 1em;
  *width: 1em;
  }

/* make sure disable elements really are disabled */
button[disabled],
input[disabled],
input[type="button"][disabled],
input[type="reset"][disabled],
input[type="submit"][disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled],
span.disabled {
  opacity: 1;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  user-select: none;
  border: solid 1px #d2d2d2 !important;
  text-shadow: none !important;
  color: #888888 !important;
  background: #eee !important;
  cursor: default !important;
  top: 0 !important;
  }

.large input {
  width: 50%;
  min-width: 302px;
  }

.large textarea {
  height: 156px;
  }

.small input {
  width: 25%;
  min-width: 151px;
  }

.small textarea {
  height: 5.5em;
  }

/* 
==========================================================================
   Additional layout for screen media 490px and up
   ========================================================================== */


@media only screen and (min-width: 35em) {

nav ul {
  width: 93.75%;
  }

nav li {
  float: left;
  border-right: solid 1px #e1a61a;
  border-bottom: 0;
  }

nav li:first-child {
  border-left: solid 1px #e1a61a;
  }

nav a {
  padding: .5em 1em;
  }

}

/* ==========================================================================
   Additional layout for screen media 672px and up
   ========================================================================== */


@media only screen and (min-width: 48em) {

[role="main"] {
  float: left;
  /* 592px / 960px */
  width: 61.666666666667%;
  }

[role="complementary"] {
  float: right;
  border: 1px solid #e3e3e3;
  -moz-border-radius: .35714285714286em;
  border-radius: .35714285714286em;
  padding: 1em 1em 0;
  /* 290px / 960px */
  width: 30.208333333333%;
  background: #f7f7f7;
  }

h1 {
  /* 42px */
  font-size: 2.5em;
  }

#siteslogan h2 {
  /* 20px */
  font-family: 'Oswald';
  font-size: 1.125em;
  text-align: right;
  line-height: 1.2em;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  }

h2 {
  /* 20px */
  font-family: 'Oswald';
  font-size: 1.5em;
  text-align: center;
  line-height: 1.2em;
  padding: 1em 0 1em 0;
}

h3  {
  font-family: 'Oswald';
  font-size: 1.25em;
  color: #333;
  }

blockquote {
  float: right;
  margin: 0 0 .875em .875em;
  /* 254px / 592px */
  width: 42.905405405405%;
  }
}

/* ==========================================================================
   Fix for reponsive embedded content in IE8
   ========================================================================== */

@media \0screen {

img,
video {
  width: auto;
  }
}

/* ==========================================================================
   Styling and layout for print media
   ========================================================================== */

@media print {

* {
  /* black prints faster - http://sanbeiji.com/archives/953 */
  color: black !important;
  text-shadow: none !important;
  background: transparent !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 8pt;
  line-height: 1.5;
  margin: .5cm;
  padding: 2em 5em;
  }

header {
  border-bottom: solid 1pt black;
  }

footer {
  margin-top: 12pt;
  border-top: solid 1pt black;
  }

/* hide unnecessary content from print */
nav,
audio,
video,
form,
[role="complementary"],
#paginator,
#comments-form,
.comments h4 a:last-child {
  display: none;
  }

a {
  text-decoration: none;
}

/* show URLs for certain links in print */
a[href]:after {
  content: " (" attr(href) ")";
  }

h1 a[href]:after,
h2 a[href]:after,
h3 a[href]:after,
sup a[href]:after,
a[itemprop="discussionUrl"]:after,
a[rel="tag"]:after {
  content: "";
  }

/* show long-form for abbreviations in print */
abbr[title]:after {
  content: " (" attr(title) ")";
  }

h1 {
  font-size: 32pt;
  line-height: 36pt;
  font-weight: normal;
  margin: .5em 0;
}

h2 {
  font-size: 18pt;
  line-height: 23pt;
  page-break-after: avoid;
  orphans: 3;
  widows: 3;
  margin: .66666666666667em 0;
  }

h3 {
  font-size: 12pt;
  line-height: 17pt;
  page-break-after: avoid;
  orphans: 3;
  widows: 3;
  margin: .66666666666667em 0;
  }

p {
  orphans: 3;
  widows: 3;
  }

blockquote {
  border: solid 1pt black;
  padding: 0 8pt;
  page-break-inside: avoid;
  }

pre {
  margin-bottom: 8pt;
  border: solid 1pt black;
  padding: 8pt;
  }

img {
  max-width: 100% !important;
  page-break-inside: avoid;
  }

/* image alignments */
img.align-left {
  float: left;
  margin: 1em 1em 1em 0;
  }

img.align-right {
  float: right;
  margin: 1em 0 1em 1em;
  }

img.align-center {
  display: block;
  margin: 1em auto;
  }

audio {
  display: none;
  }

ul {
  list-style: none;
  margin: 0 0 8pt 1.8em;
  }

ol {
  list-style: decimal;
  margin: 0 0 8pt 1.8em;
  }

dl {
  margin: 0 0 8pt 1.8em;
  }
}

/* Clearfix
   ========================================================================== */
/* updated to prevent margin-collapsing on child elements in most situations -
   http://nicolasgallagher.com/micro-clearfix-hack/ */

.clearfix,
header,
nav ul,
.container,
footer,
#paginator,
#monthly-list {
  /* zoom IE7 fix */
  *zoom: 1;
}

.clearfix:before,
.clearfix:after,
header:before,
header:after,
nav ul:before,
nav ul:after,
.container:before,
.container:after,
footer:before,
footer:after,
#paginator:before,
#paginator:after,
#monthly-list:before,
#monthly-list:after {
  content: "";
  display: table;
}

.clearfix:after,
header:after,
nav ul:after,
.container:after,
footer:after,
#paginator:after,
#monthly-list:after {
  clear: both;
}