body {
	font-family: "Courier New";
	font-size: 75%; /* 12px */
	line-height: 1.5em;
}

img {
	clear: left;
	float: left;
}

h1 {
	font-size: 1.1667em; /* 14px */
	line-height: 1.2857em; /* 18px */
	margin-top:0;
}

h2, p {
	font-size: 1em; /* 12px */
}

hr { 
	clear:both;
	border:0;
	height:1px;
	background:#000;
	color:#000;
}

#wrapper {
	width: 480px;
	margin: 0 auto;
	padding: 0;
}

#header {
	margin: 0;
	padding: 30px 0 30px;
}

#header h1, #site-name {
	float: left;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0;
}
#header p {
	float:right;
	margin: 0;
	line-height:13px;
}

#content {
	clear:both;
}

#comments {
	color:#999;
}

#comments hr {
	background:#ddd;
	color:#ddd;
}

#comments input,  #comments textarea {
border:1px solid #ccc;
color:#999;
}

#comments img {
	float:none;
}

#footer {
	clear: both;
}

.clear-hide { 
	visibility: hidden;
	clear: both;
	height: 0;
	line-height:0;
	border: 0;
	margin: 0;
	padding: 0;
}

.clear {
	clear:both;
}

.item, .post {
	clear:both;
	margin: 30px 0 0 0;
}

.item h2, .item p {
	margin-left:95px;
	margin-bottom:0;
}

.item h2 {
	font-size: 1.1667em; /* 14px */
	line-height: 1.2857em; /* 18px */
}

.item img {
	padding: 0 20px 0 0;
}

.post img {
	padding: 0 20px 5px 0;
}