/*Basic settings, for color and font size*/

html,
body {
   background: #FFF;
   color: #000;
   font-family: "helvetica", "arial";
   font-size: 18px;
}

h1 {
   font-size: 26px;
   font-weight: bold;
}

h2 {
   font-size: 18px;
   font-weight: bold;
}

h4 { /*Used for date below post header*/
   font-size: 18px;
   font-weight: normal;
}

a,
a:visited {
   color: #F44;
}

a:hover {
   color: #000;
}


/*Advanced settings*/

html,
body {
   font-size: 18px;
}

#container {
   width: 900px;
   margin-left: auto;
   margin-right: auto;
}

#header {
   width: 100%;
   height: 50px;
   text-align: center;
   margin-top: 10px;
   margin-bottom: 10px;
   padding-top: 20px;
   padding-bottom: 20px;
   font-size: 50px;
}

#menu {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   height: 50px;
   text-align: center;
   padding-top: 20px;
   padding-bottom: 10px;
   font-size: 32px;
}

#content {
   width: 90%;
   margin-top: 75px;
   margin-left: auto;
   margin-right: auto;
   min-height: 400px;
}

#footer {
   float: left;
   clear: both;
   height: 60px;
   width: 100%;
   margin-top: 20px;
   margin-bottom: 20px;
   padding-top: 20px;
   padding-bottom: 20px;
   text-align: center;
   font-size: 0.9rem;
}

h1 {
   margin-bottom: 30px;
   text-align: center;
}

h2 {
   margin-top: 30px;
   margin-bottom: 20px;
}

h4 { /*Used for date below post header*/
   margin-top: -10px;
   margin-bottom: 30px;
   text-align: center;
   font-size: 10px;
}

a,
a:visited {
   text-decoration: none;
   font-weight: normal;
}

a img {
   border: 0;
}

li {
   margin-bottom: 8px;
}

.staticlist {
   padding: 0;
}

.staticlist ul {
   text-align: center;
   list-style-position: inside;
}

.staticlist li:before {
   content: "";
}

.staticlist li:first-child:before {
   content: "";
}

.staticlist li {
   display: inline;
   padding-right: 20px;
   padding-left: 20px;
}

.postlist ul {
   list-style: none;
   font-size: 18px;
}

.postlist li:before {
   content: "- ";
}

.postlist li {
   list-style: none;
}

.postnav a {
   margin-top: 30px;
   font-weight: bold;
}

.datepostfix {
   font-size: 0.8em;
}

img {
   display: block;
   margin: auto;
}
