

hr {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
}


h1 a {
	color: #24ff14;
	font-family: 'Lobster';
}

body {
    padding-left: 15px;
    background-color: #f9f9f9;
    height:3000px;
    width: 100%;

}
.page-header {
    //background-color: #a5ff84;
    margin-top: 0;
    right: 0;
    padding: 0px 20px 0px 3px;
    height: 30px;
    position: absolute;
    z-index: 100;
}

.page-header h1, .page-header h1 a, .page-header h1 a:visited, .page-header h1 a:active {
    color: #ffffff;
    font-size: 16pt;
    text-decoration: none;
}

.content {
    margin-left: 40px;
}

//h1, h2, h3, h4 {
//    font-family: 'Lobster', cursive;
//}

.date {

    color: #828282;
}

.save {
    float: right;
}

.post-form textarea, .post-form input {
    width: 100%;
}

.top-menu, .top-menu:hover, .top-menu:visited {
    color: #000000;
    float: right;
    font-size: 12pt;
    margin-right: 20px;
}

.post {
    margin-bottom: 70px;
}

.post h1 a, .post h1 a:visited {
    color: #000000;
}
.comment {
    margin: 20px 0px 20px 20px;
}
#mainmenu {
padding-left: 0;
margin-left:0;
max-width: 400px;
}