#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 100%;
}

#wp-calendar caption {
	text-align: right;
	font-weight: bold;
}

#wp-calendar #today {
	font-weight: bold;
}

#wp-archives, #wp-categories {
	list-style-type: circle; 
	padding-left: 20px; 
	line-height: 1.5em;
}

.col-blog {
	overflow: hidden !important;
}

.col-blog p.date {
	margin-top: -10px;
	font-weight: bold;
	text-transform: uppercase;
}

#pagination {
	clear: both;
	margin: 5px 0;
}

#pagination div {
	width: 48%;
	float: left;
}

#p-right {
	text-align: right;
}
#p-left {
	text-align: left;
}