body{
	color: #ededed;
	background: #02020c;
}

header{
	height: 50px;
	padding-top: 50px;
}


header h1{
	text-shadow: 0 0 5px #ededed;
}
header h1 a, header h1 a:visited, header h1 a:active{
	color: #FCEEFF;
}

header h1 a:hover{
	color: white;
}

header h1:hover{
	text-shadow: 0 0 4px #ffffff;
}

#main-content{
	color: black;
	background: #121212;
	background: rgba( 233, 233, 235, .99 );
	border-color: #252525;
	border-width: 0 0 0 11px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	width: 660px;
	border-color: rgba( 9, 9, 13, .50 );
	font-size: 14px;
	line-height: 21px;
}

#main-content em{
	font-style: normal;
	line-height: 23px;
	font-size: 16px;
	display: block;
	padding: 5px 2px;

}

#main-content strong{
}

#main-content h1{
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.8em;
	text-align: center;
	
	padding-bottom: 10px;
	font-family: serif;
}
#main-content h1 a, .post-meta a{
	color: #000;
}

a:visited{
	text-decoration: line-through;
}
.inter-post-navigation a:visited{
	text-decoration: none;
}
#main-content h1 a:visited{
	text-decoration: none;
}

#main-content p a{
	color: black;
	
}
