body {
    font-family: Arial, Helvetica, Verdana, Sans-serif;
    font-size: 10pt;
    background-color: #fff;
}

body,
h1#blog-title {
    margin: 0;
    padding: 0;
}

a {
    color: blue;
}

a:hover {
    color: #FF8C00;
}

a img {
    border: 0 none;
}

#wrapper {
    width: 768px;
    margin: 0 auto;
    background-color: #FFF;
}

#header {
    background-image: url(../img/header.png);
    height: 240px;
    background-size: cover;
}

#inner-header {
    padding: 120px 1em 0;
}

h1#blog-title {
    font-size: 2.4em;
}

h1#blog-title a {
    color: #800000;
}

.entry-title a {
    color: #000000;
}

h1#blog-title a,
.entry-title a,
#footer a {
    text-decoration: none;
}

h1#blog-title a:hover,
.entry-title a:hover,
#footer a:hover {
    text-decoration: underline;
}

div.skip-link {
    display: none;
}

#menu {
    /*	border-bottom: 1px solid #ccc; */
}

#menu a {
    color: #000;
}

#menu a:hover {
    text-decoration: underline;
}

#menu li.current_page_item a,
#menu li.current_page_item a:hover {
    background-color: #DFC28B;
    text-decoration: none;
}

#content {
    padding: 1em;
}

.page-title {
    border-left: 3px solid #CD853F;
    padding-left: 5px;
    color: #6d6d6d;
}

.entry-title {
    font-size: 1.5em;
    margin: 0;
    border-bottom: 1px solid #ECE9D8;
}

abbr.published {
    color: #999;
    border: 0 none;
    text-decoration: underline dotted;
}

.entry-meta,
.entry-date {
    color: #666;
    text-align: right;
    margin: 5px 0 20px;
}

#comments-list .avatar {
    float: left;
    margin-right: 1em;
}

#comments-list .n {
    font-weight: bold;
}

.entry-meta,
.comment-meta {
    font-style: italic;
}

#comments-list p {
    clear: left;
}

#primary {
    padding-left: 1em;
    font-size: 0.9em;
    /*	border-left: 1px solid #ccc; */
    /*	border-bottom: 1px solid #ccc; */
    /*	background-color: #FFFACD; */
}

#footer {
    text-align: center;
    font-size: 0.8em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1em;
}

#inner-footer {
    padding: 1em 0;
}

.entry-meta,
.entry-meta a,
.comment-meta,
.comment-meta a,
.sidebar,
.sidebar a,
#footer,
#footer a {
    color: #666;
}

/*
LAYOUT: Two-Column (Right)
DESCRIPTION: Two-column fluid layout with one 

sidebars right of content
*/
div#container {
    /*float: left;*/
    /*margin: 0 -300px 0 0;*/
    display: flex;
    width: 100%;
    margin-top: 20px;
}

div#content {
    /*margin: 0 260px 0 0;*/
    width: 680px;
}

div.sidebar {
    /*float: right;*/
    overflow: hidden;
    width: 220px;
}

div#secondary {
    clear: right;
}

div#footer {
    clear: both;
    width: 100%;
}

/* Just some example content */
div#menu {
    height: 2em;
    width: 100%;
}

div#menu ul,
div#menu ul ul {
    line-height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
}

div#menu ul a {
    display: block;
    margin-right: 1em;
    padding: 0 0.5em;
    text-decoration: none;
}

div#menu ul ul ul a {
    font-style: italic;
}

div#menu ul li ul {
    left: -999em;
    position: absolute;
}

div#menu ul li:hover ul {
    left: auto;
}

.entry-title,
.entry-meta {
    clear: both;
}

div#primary {
    padding-top: 1em;
}

form#commentform .form-label {
    margin: 1em 0 0;
}

form#commentform span.required {
    background: #fff;
    color: #c30;
}

form#commentform,
form#commentform p {
    padding: 0;
}

input#author,
input#email,
input#url,
textarea#comme nt {
    padding: 0.2em;
}

div.comments ol li {
    margin: 0 0 3.5em;
}

textarea#comment {
    height: 13em;
    margin: 0 0 0.5em;
    overflow: auto;
    width: 66%;
}

.alignright,
img.alignright {
    float: right;
    margin: 1em 0 0 1em;
}

.alignleft,
img.alignleft {
    float: left;
    margin: 1em 1em 0 0;
}

.aligncenter,
img.aligncenter {
    display: block;
    margin: 1em auto;
    text-align: center;
}

div.gallery {
    clear: both;
    height: 180px;
    margin: 1em 0;
    width: 100%;
}

p.wp-caption-text {
    font-style: italic;
}

div.gallery dl {
    margin: 1em auto;
    overflow: hidden;
    text-align: center;
}

div.gallery dl.gallery-columns-1 {
    width: 100%;
}

div.gallery dl.gallery-columns-2 {
    width: 49%;
}

div.gallery dl.gallery-columns-3 {
    width: 33%;
}

div.gallery dl.gallery-columns-4 {
    width: 24%;
}

div.gallery dl.gallery-columns-5 {
    width: 19%;
}

div#nav-above {
    margin-bottom: 1em;
}

div#nav-below {
    margin-top: 1em;
}

div#nav-images {
    height: 150px;
    margin: 1em 0;
}

div.navigation {
    height: 1.25em;
}

div.navigation div.nav-next {
    float: right;
    text-align: right;
}

#wrapper div.sidebar h3 {
    font-size: 1.2em;
    color: #000;
}

div.sidebar h3.widgettitle {
    margin-bottom: 10px;
}

div.sidebar input#s {
    width: 7em;
}

div.sidebar li {
    list-style: none;
    margin: 0 0 2em;
}

div.sidebar li form {
    margin: 0.2em 0 0;
    padding: 0;
}

div.sidebar ul ul li {
    list-style: disc;
    margin: 0 0 12px 0;
}

div.sidebar ul ul ul {
    margin: 0 0 0 0.5em;
}

div.sidebar ul ul ul li {
    list-style: circle;
}

div#menu ul li,
div.gallery dl,
div.navigation div.nav-previous {
    float: left;
}

input#author,
input#email,
input#url,
div.navigation div {
    width: 50%;
}

div.gallery *,
div.sidebar div,
div.sidebar h3,
div.sidebar ul {
    margin: 0;
    padding: 0;
}

.hentry {
    margin-bottom: 50px;
}

.widget_archive,
.widget_categories {
    display: none;
}

#wrapper {
    width: 900px;
}

.hfeed #container h2 {
    font-size: 1.4rem;
}

.hfeed #container h3 {
    padding: 0.5em;
    margin-top: 0;
    margin-bottom: 2rem;
    color: #800000;
    background: #fff2f2;
    border-left: solid 5px #800000;
    font-size: 1.1rem;
}

.hfeed #container h4 {
    font-size: 1rem;
    margin-top: 0;
    padding: 0.1em 0.1em 0.1em 0.5em;
    border-left: solid 5px #800000;
    margin-bottom: 1rem;
}

.hfeed #container p {
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 1rem;
    line-height: 1.8;
}

.hfeed #container p a {
    color: #800000;
    font-weight: bold;
}

.hfeed #container .wp-block-group__inner-container {
    margin-bottom: 4rem;
}

.hfeed #container .wp-block-image {
    margin-bottom: 2rem;
}

.hfeed #container .wp-block-image img {
    width: 100%;
    height: 100%;
}

div.sidebar li {
    font-size: 0.9rem;
    list-style: none !important;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    color: #333;
    text-decoration: none;
}

div.sidebar .xoxo ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #800000;
    border-right: solid 2px #800000;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    transform: rotate(45deg);
}

#archives-2,
#categories-2 {
    display: none;
}

.wp-pagenavi {
	clear: both;
    margin: 40px 0;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	padding: 10px 14px;
	margin: 2px;
	color: #333;
	background: #8CCDA7;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
	color: #fff;
	background: #02903C;
}

.wp-pagenavi span.current {
	font-weight: bold;
}
