.index .site-summary {
	width: 950px;
	height: auto;
	overflow: hidden;
	margin-bottom: 100px;
}

.index .content-box {
	width: 450px;
	margin-top: 20px;
	float:left;
}

/* This won't work in IE6 but ohwel :P */
.index .content-box:first-child {
	margin-right:48px;	
}

.index .content-box h2 {
	font-size: 13px;
	padding-bottom:4px;
    border-bottom: 1px solid #4F4140;
    margin-bottom: 6px;
    margin-top: 4px;	
}

.index .content-box a:hover {
	color:#fff;	
}

.index .content-box h2 a {
	color:#7F7370;
	font-family:"courier","sans-serif";	
	font-weight:normal;
}

.index .content-box h3 a{
	font-size:15px;	
	color:#ffffff;
	font-weight:normal;
}

.index .content-box h4 {
	color:#fff;	
	font-weight:normal;
}

.index .content-box .post .title {
	font-size: 15px;
}

.index .content-box .post .time-stamp {
	font-size: 12px;
}

.index .content-box {
	color: #7F7370;
}

.index .accordian div.hover{
	background-color:#605251;
	color:#fff;
}

.index .accordian div.hover p{
	color:#fff;
}
