/* JSON-LD CSS */

@font-face {
font-family: "sketch-rockwell";
src: url("SketchRockwell-Bold.ttf");
}

@font-face {
font-family: "calluna";
src: url("Calluna-Regular.ttf");
}


* {
margin: 0;
padding: 0;
}

html {
}

body {
color: #333;
background-color: #a7cb87;
font-family: "calluna", Georgia, serif;
font-size: 1.25em;
}

a {
color: #926394;
text-decoration: none;
outline-style: none;
font-weight: bold;
font-family: Helvetica, Arial, sans-serif;
}

a:hover, a:active {
text-decoration: underline;
}

h1 {
font-size: 2.0em;
font-family: "sketch-rockwell", Helvetica, Arial, serif;
}

p {
margin: 10px 0;
/*font-family: "Georgia", Times, serif;*/
}

.tagline {
   font-style: italic;
   font-family: Georgia, serif;
   font-size: 2em;
}

.breadcrumbs {
   margin: 12px 12px;
}

.lighter {
background: #c7e5ab;
margin: 0 auto;
}

ul {
margin: 0 2em;
}

dl {
padding: 0.5em;
}

dt {
clear: left;
text-align: left;
font-weight: bold;
}

dd {
margin: 0 0 0 50px;
padding: 0 0 0.5em 0;
}

.hidden {
display: none;
}

.banner {
float: left;
}

#header {
position: relative;
height: 80px;
color: #fff;
background-color: #55842c;
}

#header>div {
}

#header h1 {
position: relative;
float: left;
margin-top: 15px;
margin-left: 25px;
font-size: 48px;
white-space:nowrap;
}

#header a {
color: #fff;
}

.content {
max-width: 960px;
margin: 0 auto;
padding: 10px 10px;
}

#footer {
background-color: #55842c;
color: #333;
}

#footer a {
color: #ddd;
}

#footer p {
font-size: 0.8em;
}

