/* Class added using jQuery as IE had no clue about complex selectors*/
.commentOdd,
.commentEven {
	padding: 1em;
	border: solid 1px #ededed;
	margin-bottom: 1em;
}
.commentOdd  {background-color: #efefef}
.commentEven {background-color: #ffffff}

/* Remove some peekaboo bugs */
.postBody form,
.postBody fieldset,
.reply,
.postFooter {height: 1px}

#trackbackList .reply {display:none}
.trackbackToggle {zoom:1}

/* Strip some 3px extra space added to ie6.*/
#sidebar {margin-left: 617px}
#nextPosts {margin-left:297px}

