body {
	font: 14px/1.35em Arial, Helvetica, sans-serif;
    background: #ffffff;
}

a {
    text-decoration: none;
}

h4 {
    margin-bottom: 5px;
}

p, ul {
    margin-top: 5px;
}

#layout {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

/* Apply the .box class on the immediate parent of any grid element (pure-u-*) to apply some padding. */
.l-box {
    padding: 1.3em;
}

.l-vbox {
    padding: 1.3em 0;
}

.l-hbox {
    padding: 0 1.3em;
}

.l-centered {
    text-align: center;
}

#header{
    background: #999999 url('/static/img/sitebanner.jpg') no-repeat left top;
    height: 230px;
    margin: 0;
    text-align: center;
    color: #ffffff;
}

.logo-wrapper {
    line-height: 200px;
    height: 100%;
}

.logo {
    margin-top: 20px;
    padding: 2px;
    border: 1px solid #999999;
    width: 80%;
    background-color: #ffffff;
    vertical-align: middle;
}


#header h1 {
    margin: 0;
    padding: 20px 10px 35px 10px;
}

#header h3 {
    margin: 8px;
}

#header a {
    color: #ddeeff;
}

#main-content {
    margin: 40px auto;
    width: 70%;
}

#main h3 {
    margin-top: 30px;
}

.left {
    float: left;
    margin: 0 10px 10px 0;
}

.clear {
    clear:both;
}

#sidebar-content {
    margin: 20px 0;
    text-align: center;
}

#sidebar-content img {
    padding: 2px;
    max-width: 98%;
    margin: 10px auto 0 auto;
}

figcaption {
    font-style: italic;
}

#menu {
    background-color: #B87333;
    padding: 0;
    text-align: center;
}

#menu .pure-menu ul {
    background: transparent;
}

#menu .pure-menu-open {
    background: transparent;
}

.pure-menu.pure-menu-horizontal > ul {
    height: auto;
}

.pure-menu li a {
    padding: 5px 10px;
}

.pure-menu li a {
    color: #ffffff;
}

.pure-menu li a:hover, .pure-menu li a:focus {
    background-color: #D6965B;
}
/*
Make the Facebook Like box responsive (fluid width)
https://developers.facebook.com/docs/reference/plugins/like-box/
*/
 
/* This element holds injected scripts inside iframes that in some cases may stretch layouts. So, we're just hiding it. */
#fb-root {
    display: none;
}
 
/* To fill the container and nothing else */
.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

#footer {
    text-align: center;
    color: #999999;
    font-size: 80%;
}

.stars {
    color: gold;
}
