body {
	margin:.2in .55in;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	}

/* Hide and reset blocks
 *******************************/

#right-block,
#footer,
#header .headers,
#searchform,
#nav-bar,
#commentform,
#leavecomment {
  display:none;
}

.post {
	list-style:none;
}

/* Links decoration
 *******************************/
a {
	color:black;
	text-decoration:none;
	}
a img {
	border-width:0;
	}

/* Headings
 *******************************/
h1, h2, h3,h4 {
	margin:1em 0 .5em;
	font-family:font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	clear:both;
	}
	h1 {
		margin-top:.5em;
		font-size:120%;
		}
	h2 {
		font-size:110%;
		margin:.3em 0 0 0;
		padding-bottom:0;
		}
	h3 {
		font-size:100%;
		margin-bottom:0;
		}

	h4 {
		font-size:100%;
		margin-bottom:0;
		}
p{
	margin:0 0 .6em 0;
	}
blockquote{
	font-style:italic;
	}
h3+blockquote, h2+blockquote, p+ul, h2+ul, h3+ul{
	margin-top:.2em;
	}


#header .description {
	line-height:0;
}

#img-cache {
	display: none;
	}
	
#main, #main-block, #content, .post, .content, .title, .postdata, .entry {
	padding:0;
	margin:0;
	}
/* Etc
 *******************************/
/*.content a[href]:after,
.secondary a[href]:after,
#footer a[href]:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
	}
.content a[href^="/"]:after,
.secondary a[href^="/"]:after {
	content: " (http://yoursite.net/" attr(href) ") ";
	}*/