body{
	background: #453d39 url(../img/zoe.png) fixed bottom right no-repeat;
	border-top: 3px solid #af4b10;
	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: 20px 50% 0 0;
	border: 0;
	padding: 35px;
	background: black;
    background: rgba( 0,0,0, .7 );
}

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

#main-content h1, #maing-content h3{
    text-align: center;
}

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

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

a:hover{
    text-decoration: none;
    border-bottom: 1px solid;
}

a:visited{
    opacity: .6;
    
}

.post-body p:first-child{
    margin: 30px auto;
    width: 384px;
}

#you-need-to-hover-me{
    
    color: #141412;
    text-shadow: 0 0 1px #141414;
    
}
#you-need-to-hover-me:hover{
    color: #ededee;
}
#you-need-to-hover-me p{
    margin: 1em 0;
    width: auto;
}

#comments-list .comment{
    border: 0;
    margin: 50px 0;
}

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


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: 'Photo Credits go to Jeff Portland!';
    display: block;
}
