body {
background: white;
font-size: 12pt;
}
#pageHeader {
display: none;
}
#contentWrapper{
width: auto;
margin: 0 5%;
padding: 0;
border: 0;
float: none !important;
color: black;
background: transparent none;
}
#post_content {
width: 700px;
margin: 0;
padding: 0;
border: 0;
float: none !important;
color: black;
background: transparent none;
}

h1,h2,h3,h4{
	color:	#666666;
	font-family: 	Georgia,"Times New Roman",Times,serif;
	color:		white;
	font-weight:	normal;
	text-transform:	capitalize;		
}
a:link, a:visited {
color: #666;
background: transparent;
font-weight: bold;
text-decoration: underline;
}
#content a:link:after, #content a:visited:after {
content: " (" attr(href) ") ";
font-size: 90%;
}
#content a[href^="/"]:after {
	content: " (http://phun-ky.net" attr(href) ") ";
}

#post_title{ 
	text-align:center;
}
/*
	hidden
*/
.bar, .backToTop, #toc, #post_meta, #disqus_thread, .dsq-brlink, #postEnd, #leftColumn, #post_options, #post_warning,.pagination, #contentCopyright, #contentFooter, #post_image,#toggleReadMode{
	display:none;
}
