/*
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body
{
    font-family: 'Times New Roman' , Times, serif;
}

#header {
	border-bottom: 1px solid #aaa;
}


div#header
{
    display: none;
}

a {
	background:transparent;
	color:black;
	text-decoration:none;
}

.search, #hmenu, #nav, .sidebar, #footer, .postcomment, .postedit, .navigation,
.comment .reply, .comment-edit-link, #respond
{
	display:none;
}

.sidebar {
	display:none;
}

#footer {
	display:none;
}

.post blockquote {
	padding:0 0 0 1em;
	border-left:0.4em solid #ccc;
	font-size:small;
}

.postmetadata, .post-meta, .commentmetadata, .comment-meta {
	font-size:small;
}

.navigation {
	display:none;
}

#respond,
#commentform, #comments .reply {
	display:none;
}

.commentlist img.avatar {
	float: right; margin: 0 0 0 10px; padding: 3px; border:1px solid #eee;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 5px 5px 5px 0;
}

.alignright {
   float: right;
   margin: 5px 0 5px 5px;
}

/* ------------------------ */

h5, h6 {
	color:#555;
	font-family:'Times New Roman', Times, serif;
	text-align:left;
}

h1, h2, h3, h4
{
    color: #555;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
}

h1 {font-size:2.2em;}
h2 {font-size:1.2em;}
h3 {font-size:.8em;}
h4 {font-size:.9em;}
h5 {font-size:1.2em;}
h6 {font-size:1em;}

.sourceCode
{
    border: 1px solid black;
}

.sourceCodeFooter
{
    
    /* height: 1px;
    border-bottom: 1px solid black; */
    display: none;
}

a.copyLink
{
    display: none;
}
