body {
	margin: 0;
	padding: 0 20px;
}

.itemtext p {
	line-height: 1.4em;
}

* {
	color: black;
	text-decoration: none;
}

h3 {
	font-size: 2em;
	margin-bottom: 0;
}

h4 {
	font-size: 1.5em;
}

.comments ol li {
	list-style-type: none;
}

li.item {
	position: relative;
	margin: 0 0 30px;
}

.counter, .commentauthor {
	font-size: 1.1em;
	position: relative;
	left: -25px;
}

.commentauthor {
	font-weight: bold;
	left: -14px;
}

.tagdata, .commentmetadata {
	display: block;
}

img, img a, a img {
	border:0;
}

#header {
	padding: 0;
	margin: 0;
	position: relative;
	height: 70px;
	background: #fff;
	text-align: center;
	width:100%;
	}

.metalinks, hr, #rollingarchives, .navigation, .secondary, hr, .editlink, .commentseditlink, .quoter_comment, #commentform, h4.reply {
	display: none;
}


h1 { /* H1 is the title in the header */
	font-size: 3em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0;
	padding: 0 15px;
	border-bottom: 1px solid #666;
	}
	
	
#header .description { /* Description in header */
	font-size: 1.3em;
	margin: 0;
	text-transform: uppercase;
	border-bottom: 3px double #666;
	padding-bottom: -1px;
	padding-top:1px;
	}
	

.rightimage {
	float:right;
}
.leftimage {
	float:left;
}
