code {
	font-family: Consolas, Courier New, Courier, monospace;
}

#tracks, #com, #newcom {
	clear: both;
	padding: 30px 0 0 0;
}

.tbody{
	margin: 0 0 30px 0;
}

.tdate{
	color: #c8c8c8;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #eee;
}

.tcount{
	float: right;
	color: #c8c8c8;
	font-size: 16px;
}

.cbody{
	margin: 0 0 30px 0;
}

.cdate{
	color: #c8c8c8;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #eee;
}

.ccount{
	float: right;
	color: #c8c8c8;
	font-size: 16px;
}

#cname, #cemail, #curl, #commentbox {
	border: 1px solid #c8c8c8;
	color: #555;
}

#commentbox {
	width: 327px;
}

.col-s #cname, .col-s #cemail, .col-s #curl {
	width: 250px;
	float: right;
	margin: 0 0 5px 0;
	font-size: 11px;
	padding: 3px;
}

.pi {
	display: block;
	width: 50px;
	float: left;
	margin: 0 0 8px 0;
}

#site{
	float:none;
	clear:both;
	padding:105px 0 30px 0px;
	background:#fafafa;
	border-bottom:1px solid #e4e4e4;
}
.col-w, 
.col-s, 
.col-n{
	float:left;
	padding:5px 0 0 0;
}

.col-w{
	width:52%;
	margin:0 3% 0 0;
}

.col-w h2 {
	color: #a0c000;
}

.col-s p.date{
	float: right;
	color:#c8c8c8 ;
	font-size: 16px;
	margin: 0;
	padding: 0;
	top: 22px;
	text-align: right;
}

.col-s img{
	margin: 10px 0 0 0;
	border: 3px solid #c0e000;
}

.col-s ul{
	float: left;
	margin: 22px 0 0 0;
}

.col-s{
	width: 329px;
	float: right;
	margin:0 0 0 0;
	padding: 20px 30px 0 30px;
	text-align: left;
	background-image: none;
	background-color: inherit;
}

.summary {
	padding: 0 0 20px 30px;
	background:#fafafa;
	background-image: none; /*url(../i/blog-col.gif) 100% 100% repeat-y;*/
}

.bottom {
	padding: 0 0 20px 30px;
	background:#fafafa;
	background-image: none; /*url(../i/blog-col-bottom.gif) top right no-repeat;*/
}

.even {
	background:#f5f5f5;
	background-image: none; /*url(../i/blog-col-even.gif) 100% 100% repeat-y;*/
}

