body{
	background: #131415;
	border-top: 2px solid #E33;
	color: #deded5;
}

header{
	margin-top: 20px;
	text-align: left;
}

header h1{
	padding-left: 35px;
	text-shadow: 0px 0px 5px #000001;
}
#main-content{
	width: 50%;
	margin: 0 50% 0 0;
	border: 0;
	padding: 35px;
	background: transparent;
}

#main-content h1 a, #main-content h3{
	color: #E23;
	text-decoration: none!important;
	text-shadow: 0px 0px 5px #000001;
}

.post{
	font-size: 14px;
	line-height: 18px;
}

a, a:active, .post-meta a, a:visited{
	color: #E24;
}

a:visited{
	text-decoration: line-through;
}

footer{
	margin: 20px 0 0 0;
	width: 100%;
	padding: 0;
}
#footer-bio{
	margin-left: 50px;
	width: 75%;
}
#fuzzy-clock{
	text-align: left;
	padding-left: 20%;
	width: 50%;
}

.inter-post-navigation a:visited{
	text-decoration: none;
}

p.i-love-wordpress, p.there-is-no-copyright{
	margin: 0 0 10px 50px;
	text-align: left;
}

.there-is-no-copyright:after{
	content: "?";
	font-size: 25em;
	position: fixed;
	right: 25px;
	top: 125px;
	color: #171819;
}

form input, form textarea{
	background-color: transparent;
	border: 1px solid #222;
	border-bottom: 1px solid #232323;
	color: #ddd;
	padding: 5px 10px;
}

