body{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #222;
}

#header {
	margin: 0 0 60px 0;
	padding: 0 0 0 0;
	background: url('images/banner-bg.gif') repeat-x;
	width: 100%;
	height: 50px;
}
h1{
	padding: 5px 5px;
	margin: 0;
	font-size: 1.35em;
	text-align: right;
	letter-spacing: 0.12em;
}
h1 a{
	color: #666;
}
h2{
	font-size: 1.3em;
}
a{
	text-decoration: none;
	color: #116cc8;
}
.wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 960px;
	background: url("/path/to/your/background_cols.gif") repeat;
	font-size: 0.8em;
	line-height: 1.4em;
}
#side-a {
	float: left;
	width: 640px;
	padding: 0 80px 0 0;
	/*background: #e3e2e2;*/
}
.post .props{
	float: left;
	text-align: right;
	width: 220px;
	min-height: 121px;
	padding: 10px 10px 0 10px;
}
.post .body{
	float: right;
	width: 380px;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #ccc;
}
.date{
	color: #DDD;
	font-size: 2em;
	padding: 0 0 10px 0;
}
ol{
	list-style-type:none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
ol li{
	text-align: left;
	padding: 5px 10px 20px 10px;
	margin: 25px 0 0 0;
/*	clear:both;*/
}
.thread-even{
	background: #DDD;
}
.comment-form{
	float: right;
	width: 380px;
	padding: 10px 0px 10px 0px;
}
.comment-author{
	width:50px;
	margin-bottom: 10px;
	float: left;
}
textarea{
	width: 380px;
	height: 150px;
}
.fn{
	width:100px;
	float: left;
}

.says{
	display: none;
}

.comment-meta{
display:none;
}
#side-b { 
	margin: 20px 0 0 0;
	padding: 0px 10px 0px 10px;
	float: right;
	width: 220px;
	/*height: 1% Holly hack for Peekaboo Bug */
	border-top: 1px solid #ccc;
}
.widget{
	border-bottom: 1px solid #ccc;
	padding: 15px 0px 15px 0px;
}
#twitter a{
	color: black;
}

#footer {
	clear: both;
}
.clearfix{
	clear: both;
}