/*
	Date Stamp 1.2 - Alternating
	http://stevelam.org/projects/date-stamp/
*/


.date-stamp span.ds-row1 {
    background: #ff0000;
	clear: both;
	padding: 3px 0 2px;
	font-size: 10px;
	line-height: 100%;
}

.date-stamp span.ds-row2 {
    background: #ffffff;
	border: none;
	font-size:11px;
	border: 1px #dddddd solid;
	padding: 3px 0;
	font-size: 11px;
	line-height: 100%;
}

.date-stamp span.ds-row3 {
    background: #ffff00;
	padding: 0;
	padding: 2px 0 3px;
	font-size: 10px;
	line-height: 100%;
}

#primary .entry-content {
	margin-top: 0;
	margin-left: 0px;
}
