html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
code,
em,
img,
small,
strong,
sub,
sup,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
footer,
header,
nav,
section,
time,
audio,
video {
    padding: 0;
    border: 0;
    margin: 0;
    background: transparent;
    font-size: 100%;
    font-weight: inherit;
    vertical-align: baseline;
}

article,
aside,
figure,
footer,
header,
nav,
section {
    display: block;
}

html {
    box-sizing: border-box;
    overflow-y: scroll;
}

html,
body {
    background-color: #fff;
    color: #000;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

img,
object {
    max-width: 100%;
}

ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    font-weight: bold;
    vertical-align: bottom;
}

td {
    font-weight: normal;
    vertical-align: top;
}

input,
select {
    vertical-align: middle;
}

input[type='radio'] {
    vertical-align: text-bottom;
}

input[type='checkbox'] {
    vertical-align: bottom;
}

strong {
    font-weight: bold;
}

label,
input[type='file'] {
    cursor: pointer;
}

input,
select,
textarea {
    border: 0;
    border-radius: 0;
    margin: 0;
}

button,
input[type='button'],
input[type='submit'] {
    padding: 0;
    border: 0;
    border-radius: 0;
    margin: 0;
    background: transparent;
    appearance: none;
    cursor: pointer;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.entry-content img {
    margin: 0 0 1.5em 0;
}
.alignleft, img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}
.alignright, img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}


.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
}
.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
}
.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0;
}
blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}
blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}body {
    padding: 15px;
}
#header {
    padding: 5px;
    margin-bottom: 10px;
    background: #d31f1f;
    color: #FFF;
}
#header a {
    color: #FFF;
}
#footer {
    border: 1px solid #CCC;
    padding: 5px;
    margin-top: 10px;
    background: #f3f3f3;
}
p {
    margin-bottom: 10px;
}
#content {
    margin: 0 10px;
}