/* ==========================================================================
   Styling and layout for all media
   ========================================================================== */


/* ==========================================================================
   Styling and layout for screen media (mobile first)
   ========================================================================== */

@media screen {

/* Layout
   ========================================================================== */

body {
    background: 0;
}

.wrapper {
    background: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
    width: 100%;
    min-width: 320px;
}

header, container, {
    margin: 0 auto;
    width: 100%;
}

header {
    float: right;
    display: block;
    padding-right: 1.5em;
    padding-top: .5em;
    text-align: right;
}

header h1 {
    float: right;
    display: block;
    margin: 0;
    text-align: right;
}

header h3 {
    float: right;
    display: block;
    margin: 0.5em 0 0 0;
    text-align: right;
}

#front_showcase {
    width: 100%;
    height: auto;
}

#container {
    margin: 0 auto;
    overflow: auto;
    padding-bottom: 3.5em;
    width: 100%;
    max-width: 86em;
}

#content {
    margin-top: 2.8em;
    margin-left: 3em;
    margin-bottom: 1em;
    float: left;
    width: 63%;
}

#site-list {
    margin-left: 1.5em;
    text-align: left;
    float: left;
}

.slides {
    padding-bottom: 1.0em;
}

#navi {
    float: right;
    margin-right: 1.5em;
    width: 25%;
    max-width: 23em;
    background: 0;
}

nav ul {
    margin: 0 auto;
    list-style: none;
    list-style-image: none;
    display: block;
}

nav li {
    text-align: right;
    margin: 0;
    border-bottom: 0;
    padding: .5em 0;
}

nav li.active {
    color: #00a400;
    border-left: 2px solid #00a400;
}

footer {
    margin-top:  -2em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 95%;
    height: 5em;
    clear:both;
    text-align:center;
    border-style: dotted none none none;
    border-width: 1px;
    border-color: #99FF00;
    padding-top: 1em;
        }

.divider {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0em;
    margin-bottom: 0em;
    max-width: 100%;
}
 
.thumb {
    text-align: center;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0em;
    margin-bottom: 0em;
}
 

/* Links
   ========================================================================== */

a {
   position: relative;
   text-decoration: none;
   -webkit-tap-highlight-color: rgba(153, 255, 0, 1);
}

a:link {
   text-decoration: none;
   color: #02cc00;
}

a:hover {
   /* improves readability when focused and also mouse hovered in all browsers */
   outline: 0;
   text-decoration: none;
   color: #99ff00; 
}

a:active {
/* improves readability when focused and also mouse hovered in all browsers */
    outline: 0;
    top: 1px;
    color: #007900;
}

a:focus {
    outline: thin dotted #06f;
}

header a {
    color: #02cc00;
}

[role="main"] a:hover,
[role="complementary"] a:hover {
    text-decoration: none;
    color: #99ff00 !important;
}

[role="complementary"] a:active {
    text-decoration: none;
    color: #009900;
}


[role="main"] a:visited,
[role="complementary"] a:visited {
    color: #02cc00;
}

[role="main"] h1 a, h1 a:visited {
    color: #02cc00;
}

[role="main"] h1 a:hover, {
     text-decoration: underline;
     color: #99ff00;
}

.current {
    color: #007900 !important;
    padding-right: 0.5em;
    border-right: 0.5em solid #007900;
}

.menu_article {
  font-size: 0.875em !important;
    padding-right: 1.25em;
  line-height: 1.5;
}

#sitemap .menu_article {
  font-size: 0.9375em !important;
    padding-left: 3em;
  line-height: 1.5;
}

.menuparent {
 padding-left: 0;
  padding-top: .5em;
  line-height: 1.5;
}


.paginator-l {
  float: left;
  width: 40%;
  text-align: left;
}

.paginator-r {
  float: right;
  width: 40%;
  text-align: right;
}

/* Typography
   ========================================================================== */

body {
    font-family: 'open sans', sans-serif;
    font-size: 1.2em;
    line-height: 1.5;
    font-weight: 300;
    color: #333;  
    margin: 0;
}

h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 3.5em;
    line-height: 1;
    color: #00a400;
}

h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.5em;
    line-height: 1.25;
    color: #00a400;
    margin-top: 0.5em;
    text-align: center;
}

h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.3125em;
    line-height: 1.25;
    font-weight: normal;
    font-style: italic;
    color: #00a400;

}

h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.3125em;
    color: #666666;
    text-align: center;
    margin-top: 0em;
    margin-bottom: 0.5em;
}

h5 {
  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;
}

h6 {
  color: #333;
  font-family: 'Oswald';
  font-size: 1em;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4em;
  text-align: center;
  margin: 1.0em 0;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;

}

blockquote {
  /* 16px */
  font-size: 0.9375em;
  font-style: italic;
  margin-left: 2em;
}

small {
  /* 14px */
  font-size: .9125em;
}

b, strong, em {
    font-weight: 500;
    font-style: italic;
}

p.route {
    margin-left: 1em;
}


nav {
    font-family: Oswald, sans-serif;
    font-weight: normal;
    font-size: 1.25em;
    padding-top: 2.8em;
}

p {
    font-family: 'open sans', sans-serif;
    font-size: 1em;
}

p.align-center {
    text-align: center;
}

p.align-right {
    text-align: right;
}

/* 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;
}

/* Embedded content
   ========================================================================== */

img, 
video {
    display: block;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.align-center {
    display: block;
    max-width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
}

img:hover {
	opacity: .9;
}

figure {
    margin: 0;
}

/* corrects overflow displayed oddly in IE9 */
    svg:not(:root) {
    overflow: hidden;
}


/* ==========================================================================
   Additional layout for screen media 380px and under
   ========================================================================== */

@media only screen and (max-width: 450px) 

{
.wrapper {
    background: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
    width: 100%;
    min-width: 320px;
}

#front_showcase {
    width: 100%;
    margin:0;
}

#container {
    width: 100%;
    max-width: 450px;
}

#content {
    float: left !important;
    width: 90%;
    max-width: 450px;
    margin-top: 0.5em;
    margin-left: 1em;
    margin-right: 1em;
}

body {
    font-family: 'open sans', sans-serif;
    font-size: 0.875em;
    line-height: 1.375;
    font-weight: 300;
    color: #333;  
    margin: 0;
}

h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 2.6em;
    line-height: 1;
    font-weight: bold;
    color: #00a400;
}

h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.25em;
    line-height: 1.125;
    color: #00a400;
    margin-top: 0.5em;
    text-align: center;
}

h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 1em;
    line-height: 1.25;
    font-weight: normal;
    font-style: italic;
    color: #00a400;
}

h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 1.125em;
    color: #666666;
    text-align: center;
    margin-left: 0.5em;
    margin-right: 0.5em;
}

h5 {
  color: #333;
  font-family: 'Oswald';
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4em;
  text-align: center;
  margin: 1.0em 0;
}

small {
    font-size: .75em;
}

p.paginator {
  margin: 0;
}

.menu_article {
    padding-right: 1em;
    font-size: 0.875em !important;
    line-height: 1.5;
}

nav ul.menu {
    display: block;
    float: right;
    text-align: right;
}

#navi {
    float: right;
    margin-right: 2em;
    width: 90%;
    background: 0;
}

nav {
    padding-top: 2.0em;
    width: 100%;
}

header {
    float: right;
    display: block;
    padding-right: 1.5em;
    text-align: right;
}

header h1 {
    float: right;
    display: block;
    margin: 0.125em 0 0 0;
    text-align: right;
}

header h3 {
    float: right;
    display: block;
    margin: 0.5em 0 0 0;
    text-align: right;
}

.align-center {
    display: block;
    max-width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
}

img, 
video {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

}

/* contact page ---------------------------------------- */

#contact {
    padding: none;
}

#contact fieldset {
    border: none;
    padding-bottom: 1em;}

#contact legend {
    color: #333;
    font-size: 0.875em;
    padding: 0 0 1em 0;
    text-align: left;
    display: none;
    }

#contact label {
    float: left;
    font-size: 0.875em;
    width: 8em;
    padding-top:0.3em;
    margin: 0em 1em 0 0;
    text-align: right;
    color: #333;}

#contact input {
    margin-bottom: 0.5em;
    width: 50%;}

#contact br {
    clear: left;}

#contact Submit {
    margin: 2em 0px 1em 4em;}




/* Lists
   ========================================================================== */

li {
    list-style: none;
    padding-top: .5em;
}

li.menu_article {
    list-style: none;
    padding-top: 0.5em;
}

.section_list {
    font-size: 1.1375em;
}


/* 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;
}

/* suppress red glow that Firefox adds to form fields by default, even when user is still typing
   add focus glow on form elements and kill phantom spacing and dotted border that appears in Firefox */
button:invalid,
a.button:invalid,
input:invalid,
input[type="button"]:invalid,
input[type="reset"]:invalid,
input[type="submit"]:invalid,
textarea:invalid {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
button::-moz-focus-inner,
a.button::-moz-focus-inner,
input::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
textarea::-moz-focus-inner {
    border: 0;
    padding: 0;
}

button:focus,
a.button:focus,
input:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus,
textarea:focus {
    -webkit-box-shadow: 0 0 7px #0066ff;
    -moz-box-shadow: 0 0 7px #0066ff;
    box-shadow: 0 0 7px #0066ff;
    /* Opera */
    z-index: 1;
}

  /* 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: .8571em;
  text-align: left;
  border: solid 1px #ccc;
  padding: .5em;
  margin-bottom: 0.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;
  width: 50%;
}

input[type="color"] {
  padding: 0;
  height: 2.3333em;
}

[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;
}

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;
}

}

/* ==========================================================================
   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;
}

footer,
figcaption,
tfoot,
small,
.footnote {
  font-size: 6pt;
}

blockquote {
  border: solid 1pt black;
  padding: 0 8pt;
  page-break-inside: avoid;
}

pre {
  margin-bottom: 8pt;
  border: solid 1pt black;
  padding: 8pt;
}

.comments {
  page-break-inside: avoid;
}

pre,
code,
kbd,
samp,
var {
  font-family: "Courier New", Courier, monospace;
}

dfn,
q,
dt {
  font-style: italic;
}

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;
}

figure {
  margin-bottom: 8pt;
}

figcaption {
  margin-top: 4pt;
}

ul {
  list-style: square;
  margin: 0 0 8pt 1.8em;
}

ol {
  list-style: decimal;
  margin: 0 0 8pt 1.8em;
}


}

/* 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 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/* corrects inline-block display not defined in IE7-9, Firefox3 */
audio,
canvas,
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 {
margin-top: 0;
  /* 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 margins set differently in IE7 */
p,
pre {
  margin: 1em 0;
}


/* addresses CSS quotes not supported in IE7, addresses quote property not supported in Safari4 */
q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}



/* addresses margins set differently in IE7 */
dl,
menu,
ol,
ul {
  margin: 0;
}
dd {
  margin: 0 0 0 2em;
}

/* remove margins from nested lists */
dl dl,
ul ul,
ol ol {
  margin: 0;
}

/* addresses paddings set differently in IE7 */
menu,
ol,
ul {
  padding: 1em 0 ;
}