/* CSS RESET */
/* Resets browser default CSS attributes */
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, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 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;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* END CSS RESET */


body
{
    background-color:#FFFFFF;

    color:#333333;
    font-family:'Lato',sans-serif;
    font-weight:300;
    font-size:100%;
    line-height: 130%;
}

body, caption, th, td, input, textarea, select, option, legend, fieldset, h1, h2, h3, h4, h5, h6 {
  font-size-adjust: 0.5;
}

p {
  padding-bottom: 10px;
}

blockquote {
  font-style: italic;
  padding-left: 5px;
  margin-left: 1.5em;
  border-left: 3px solid #333;

  font-size: 1em;
  line-height: 1.25;
}

@media (min-width: 43.75em) {
  blockquote {
    font-size: 1em;
    line-height: 1.45833333;
  }
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h4, h2, h3 {
  color: #b266ff;
}

h1, h5, h6 {
  color: #333;
}

/*h1 {
  font-size: 2em;
  letter-spacing: -1px;
  line-height: 1.25;
  margin-top: 0.48675em;
  margin-bottom: 0.3125em;
}

@media (min-width: 43.75em) {
  h1 {
    font-size: 2.5em;
    letter-spacing: normal;
    line-height: 1.125;
    margin-top: 0.375em;
    margin-bottom: 0.24444445em;
    max-width: 14.4em;
  }
}

@media (min-width: 56.25em) {
  h1 {
    font-size: 3em;
    letter-spacing: normal;
    line-height: 1.05;
    margin-top: 0.34375em;
    margin-bottom: 0.22916667em;
    max-width: 12.66667em;
  }
}*/

h1 {
  font-size: 1.4em;
  line-height: 1.15384615;
  margin-top: 0.57692308em;
  margin-bottom: 0.38461539em;
}

@media (min-width: 43.75em) {
  h1 {
    font-size: 1.75em;
    line-height: 1.25;
    margin-top: 0.515625em;
    margin-bottom: 0.34375em;
  }
}

@media (min-width: 56.25em) {
  h1 {
    font-size: 2em;
    line-height: 1.25;
    margin-top: 0.515625em;
    margin-bottom: 0.34375em;
  }
}

h2 {
  font-size: 1.375em;
  line-height: 1.13636364;
  margin-top: 0.681818185em;
  margin-bottom: 0.45454546em;
}

@media (min-width: 43.75em) {
  h2 {
    font-size: 1.5em;
    line-height: 1.25;
    margin-top: 0.6875em;
    margin-bottom: 0.45833334em;
  }
}

@media (min-width: 56.25em) {
  h2 {
    font-size: 1.75em;
    line-height: 1.25;
    margin-top: 0.6875em;
    margin-bottom: 0.45833334em;
  }
}

h3, h4, h5, h6 {
  font-size: 1.125em;
  line-height: 1.11111111;
  margin-top: 0.833333335em;
  margin-bottom: 0.55555556em;
}

@media (min-width: 43.75em) {
  h3, h4, h5, h6 {
    line-height: 1.22222222;
    margin-top: 0.916666665em;
    margin-bottom: 0.61111111em;
  }
}

ul > li, ol > li {
  list-style-type: circle;
  list-style-position: outside;
  margin-left: 2em;
  padding-bottom: 3px;
}

ul, ol {
  padding-bottom: 7px;
}

ul.announcements > li {
  list-style-type: none;
  margin-left: 0;
}

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

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
}

sup { 
    vertical-align: super;
    font-size: smaller;
}

sub { 
    vertical-align: sub;
    font-size: smaller;
}

.content {
  position: relative;
  max-width: 800px;
  margin: 0 auto;

  font-size: 1em;
  line-height: 1.25;
}

@media (min-width: 43.75em) {
  .content {
    font-size: 1em;
    line-height: 1.375;
  }
}

.content img {
  max-width: 100%;
}

nav {
  color:#a54dff;
  width: 100%;
  text-align: center;
}

@media all and (min-width: 800px) {
  /* Navigation Bar List */
  nav>ul {
    display: inline-block !important;
  }
  nav ul {
    display: inline-block;
    list-style-type: none;
    text-align: center;
    padding-bottom: 0;
  }

  span#open-nav, a#open-nav-nojs {
    display: none;
  }

  /* Root Navigation Element (No Dropdown) */
  nav ul li {
    float: left;
    display: inline;
    position: relative;
    margin-left: 0;
    padding-bottom: 0;
  }
  nav ul li:hover {
    background: #EEF;
  }
  /* Root Navigation Link (No Dropdown) */
  nav ul li a,
  nav ul li span {
    display: block;
    padding: 10px 15px;
  }
  nav ul li span {
    cursor: default;
  }
  /* Dropdown Menu */
  nav ul li ul {
    position: absolute;
    display: block;
    width: 300px;
    background: #fff;

    border-style: none solid solid solid;
    border-width: 1px;
    border-color: #333;
    text-align: left;

    z-index: 1;
  }
  /* Dropdown Menu Element*/
  nav ul li ul li {
    width: 100%;
  }
  /* Dropdown Menu Link */
  nav ul li ul li a {
    display: block;
    padding: 6px 5px 6px 20px;
  }
  nav ul li ul li:hover a {
    
  }
  /* Dropdown FALLBACK (no animations incase jquery doesn't load) */
  nav ul li ul.fallback {
    display: none;
  }
  nav ul li:hover ul.fallback {
    display: block;
  }
}

@media all and (max-width: 800px) {
  .content {
    padding: 0 5px;
  }

  nav ul li {
    display: block;
    width: 100%;
    margin-left: 0;
    padding-bottom: 0;
  }

  nav ul li:hover {
    background: #EEF;
  }

  nav ul li a,
  nav ul li span,
  span#open-nav,
  a#open-nav-nojs {
    display: block;
    padding: 10px 0px;
  }

  nav ul {
    display: none;
    width: 100%;
    list-style-type: none;
    text-align: center;
    padding-bottom: 0;
  }

  nav ul li span {
    cursor: pointer;
  }

  span#open-nav,
  a#open-nav-nojs.fallback {
    display: inline-block;
    width: 100%;
    text-align: center;
    cursor: pointer;
  }
  span#open-nav.fallback,
  a#open-nav-nojs {
    display: none;
  }

  nav.fallbackpage ul {
    display: inline-block !important;
  }

  nav.fallbackpage ul li:hover {
    background: none;
  }

  nav.fallbackpage>ul>li>a,
  nav.fallbackpage>ul>li>span {
    cursor: default;
    font-weight: bold;
  }
}


#siteHeader {
  width: 100%;
  text-align: center;
}

#logo {
  max-width: 500px;
  margin: 0 auto;
  white-space: nowrap;
  text-align: center;
  padding: 20px 0;
  display: inline-block;
}

#logo a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 100%;
}

.postheader {
  margin-bottom: 0;
}

.imgholder {
  display: inline-block;
  position: relative;
  max-width: 120px;
  text-align: center;
  font-size: 10px;
  font-style: italic;
}

.imgholder > img {
  max-width: 100%;
}

div.divider {
  width: 100%;
  max-width: 200px;
  margin: 20px auto;
  height: 1px;

  border-bottom: 1px solid black;
  border-color: #333333;
}

div.dividerfull, hr {
  width: 100%;
  height: 1px;

  margin: 20px auto;

  border: none;
  border-bottom: 1px solid black;
  border-color: #333;
}