body {
	font-family: "Consolas", "Arial", sans-serif;
	width: 750px;
	margin: auto;
	background-color: #2c231d;
	color: #bcbea4;
	background-image: url("assets/24.png");
	background-repeat: repeat;
}

h1 {
	text-align: center;
}

img {
	padding-top: 25px;
}

blockquote {
	margin: 0 20px;
	border: 1px dashed #865d77;
}

pre {
	margin: 0 20px;
	padding: 5px;
	border: 1px dashed #865d77;
		
	color: #bcbea4;
}

br{
	color:#7a2e76;
	background-color: #7a2e76;
}

hr {
	border-bottom: 1px solid #edffaa;
	border-top: none;
}

li {
	margin: 5px;
}

hr {
	border-bottom: 1px solid #edffaa;
	border-top: none;
}

h1 {
	text-align: center;
	font-size: 27px;
	letter-spacing:4px;
	}

	h2 {
		text-align: center;
		font-size: 22px;
		letter-spacing:4px;
		}

	a{
		color: #edffaa;
		text-decoration: none;
		}
		
		a:visited{
		color: #dcaae2;
		}
		
		a:hover{
		font-weight: bold;
		}
		
		a:active{
		font-style: italic;
		font-weight: normal;
		}

.bottompad {
	width: 100%;
	height: 50px;
	margin: 50px;
	background-color: transparent;
}


#search {
	float: right;
	border: 1px #000000 solid;
	margin: 8px;
	padding: 16px;
	background-color: #fff9bf;
}

#search p {
	margin: 0;
}


  footer {
	/* position: fixed;
	font-size: 12px;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: transparent;
	color: #bcbea4;
	text-align: center; 
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
    left: 0; 
    overflow: hidden;
	padding-bottom: 15px; */

	position: relative;
	bottom: 0;
	width: 100%;
	left: 0;
	height: 2.5rem;
	background-color: transparent;
	color: #bcbea4;
	text-align: center; 
	text-align: center;
  }

.pnav {
	text-align: center;
}

.post {
	border: 1px solid transparent;
	margin: 0 0 20px 0;
}

.post .metainfo {
	margin: 0;
	padding: 5px;
	background-color: #7a2e76;
	border-bottom: 1px dashed #865d77;
	color: #bcbea4;
}

.post .content {
	background-color: #7a2e76;
	margin: 0;
	padding: 12px;
}
