body {
    background-color: white;
    background-image: url(../img/bgnoise.gif);
    min-width: 400px;
    padding: 0px;
    margin: 0px;
    color: white;
    text-shadow: 0px 1px 1px #333;
    font-weight: lighter;
    font-family: sans-serif;
}

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

a:hover {
    color: #DDD;
    text-decoration: underline;
}

a:visited {
    color: #DDD;
}

p + p {
    margin-top: 1em;
}

p + div {
    margin-top: 1.5em
}

hgroup h1 {
    color: white;
    text-shadow: 0px 1px 1px #333;
    font-size: 54pt;
}

article hgroup h1 {
    margin-bottom: 0px;
}

hgroup a:hover {
    text-decoration: none;
}

hgroup a:visited {
    color: white;
}

.right {
    text-align: right;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

html, body, div#container { height: 100%; }

div.exclude_footer {
    min-height: 100%;
    height: auto;
}

div#main {
    width: 100%;
    overflow: hidden;
    padding-bottom: 42px;
}

footer {
    margin-top: -42px;
    text-shadow: none;
    color: #454545;
}

footer > div {
    border-top: solid thin #999;
}

footer nav {
    margin: 1em 0px;
}

footer nav a, footer nav a:visited, footer nav a:hover {
    color: #454545;
    padding: 5px;
}

footer nav a.first {
    padding-left: 0px;
}

hgroup h2 {
    color: white;
    font-size: 14pt;
    margin-top: -7px;
    text-shadow: 0px 1px 1px #333;
}

header {
    background-color: #8fbb6c;
    background-image: url(../img/grad.svg);
    background-position: 0 -110px;
    background-size: 800px 200px;
    background-repeat: no-repeat;
}

header h1 {
    margin: 5px 0px;
    font-size: 32pt;
}

header nav {
    text-align: right;
    padding-top: 16px;
}

header nav a {
    padding: 0px 20px;
    font-size: 16pt;
}

div#main-wrap {
    box-shadow: 0px 2px 4px #333 inset;
    padding-top: 5px;
    margin-left: -5px;
    width: 101%;
    
}

/** Splash **/

body.splash {
    background-color: #8fbb6c;
    background-image: none;
}

div.splash_wrap {
    background-image: url(../img/grad.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #8fbb6c;
    min-height: 560px;
    height: 100%;
}

#splash div.save {
    margin-top: 50px;
    font-size: 18pt;
    text-shadow: 0px 1px 1px #333;
}

#splash hgroup h1 {
    font-size: 76pt;
    margin: 0px;
}

#splash hgroup h2 {
    color: white;
    font-size: 14pt;
    text-shadow: 0px 1px 1px #333;
    font-weight: 100;
    margin-top: 5px;
}

div#splash  {
    width: 400px;
    margin: auto;
    padding-top: 25px;
    text-align: center;
}

div#mc_embed_signup {
    width: 300px;
    background: none;
    margin: auto;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 15px;
}

article div#mc_embed_signup {
    margin: 0px;
    width: auto;
    text-align: center;
}

article #mc_embed_signup input.button {
    width: auto;
    display: inline;
    margin-left: 5px;
    margin-top: 1px;
    margin-bottom: 0px;
}

article #mc_embed_signup input.email {
    display: inline;
    margin: 0px;
    width: 200px;
    margin-top: 2px;
}

article #mc_embed_signup #mc-embedded-subscribe-form {
    padding: 0px;
    margin-top: 1em;
}

div#splash #mc_embed_signup input {
    width: 100%;
}

div#splash #mc_embed_signup input.button {
    width: 100%;
    box-shadow: 0px 0px 2px #666;
}

span.yellow {
    color: #FFDB4C;
    /*color: #FEF950;*/
}
span.py {
    font-family: Georgia,"Bitstream Vera Serif","New York",Palatino,serif;
    color: white;
}

div#splash input:invalid, textarea:invalid {
    border-radius: 1px 1px 1px 1px;
    box-shadow: 0 0 5px #497A23;
}

nav {
    height: 20px;
}

#splash nav {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 55px;
    margin-top: 0px;
    float: none
}

#splash nav a {
    font-size: 16pt;
    padding: 0px 12px;
}

nav a {
    color: white;
    font-size: 12pt;
}

nav a:hover {
    color: white;
}

nav a:visited {
    color: white;
}

nav ul li {
    float: left;
}

nav ul li a {
    padding: 5px 14px;
}

header {
}

code {
    background-color: #caf4a1;
    border: thin solid #9ab471;
    font-size: 80%;
    padding: 3px;
    border-radius: 3px;
}

pre {
    background-color: #caf4a1;
    border: thin solid #9ab471;
    border-radius: 3px;
    padding: 3px 5px;
    font-size: 80%;
    line-height: 100%;
}

article ol, article li {
    margin-bottom: 0.5em;
}

article {
    font-size: 12pt;
    line-height: 1.5em;
    font-family: 'Source Sans Pro', sans-serif;
    padding-bottom: 25px;
}

article h1 {
    font-size: 24pt;
    margin-bottom: 25px;
    line-height: 100%;   
}

article h2 {
    font-size: 18pt;
    margin-top: 1.5em;
    margin-bottom: 0.25em;
}

article h3 {
    font-size: 14pt;
    margin-top: 1.5em;
    margin-bottom: 0.25em;
}

article p {
    margin: 10px 0px;
}

div.calendar {
    background: white;
    width: 700px;
    box-shadow: 0px 0px 5px #333;
    padding: 5px;
    margin-top: 1em;
    border-radius: 3px;
}

div.save div.register {
    background-color: #FFDB4C;
    width: 200px;
    margin: 20px auto;
    padding: 5px;
    color: white;
    font-size: 14pt;    
    border-radius: 16px;
    box-shadow: 0px 0px 1px #666;
}

a.register:hover {
    text-decoration: none;
}

/* misc */

div.date {
    float: left;
    text-align: center;
    font-size: 10pt;
    line-height: 0.5em;
    margin-right: 10px;
    margin-top: -3px;
    border: solid thin #454545;
    border-radius: 5px;
}

div.date div.month {
    padding: 5px;
}

div#main div.date div.year {
    color: #f0f0f0;
    background-color: #454545;
    padding: 5px;
}

/* blog */

div.text_column {
    width: 500px;
}

div#main * {
    color: #454545;
    text-shadow: none;
}

h2.by_line {
    font-size: 12px;
    margin-top: 0px;
    font-weight: normal;
}

div#main a {
    color: #5E875E;
}

h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 1em 0em;
}

div#main blockquote {
    margin: 0px 30px;
    line-height: 1.5;
}

div#main aside {
    margin-top: 1.1em;
}

div#main aside h2 {
    margin: 0px;
}

div#main aside > div {
    background: #eee;
    border: thin solid #aaa;
    box-shadow: 0px 0px 2px #666;
    padding: 5px;
    margin-bottom: 10px;
    margin-top: 5px;
}

aside {
    font-size: 10pt;
}

aside h2 span.small {
    font-size: 10pt;
    font-weight: 100;
}

ul.posts {
    margin-top: 20px;
    padding-left: 0px;
}

ul.posts li {
    list-style: none;
    margin-bottom: 1em;
}

/* end blog */

ul.event_list li {
    list-style: none;
    margin-bottom: 1em;
}


