
	.datebg {
    margin-right: 10px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 5px;
	background: #ab2923;
	width: 50px;
    height: 50px;
	padding: 5px;
	}
.month {
	background: none;
	}
.day {
	background: #000;
	color: #fff;;
	border-radius: 5px;}
	.cat{
	position: absolute;
        z-index: 999;
        margin: 0 auto;
        left: 40px;
        top: 30px;
		color: #fff;
		text-transform: uppercase;
		border-radius: 5px;
		opacity: 0.9;
		background: #F0F0F0;
		border: 1px solid #ab2923;
		padding: 4px;
		font-weight: 900;
		font-size: 16px;
		
		}
		span.cat a { color: #fff; text-shadow: 0px 1px 1px #000; text-transform: uppercase; font-size:16px;font-weight:700; !important; text-decoration: none;}
		
		.tagbox { 
background-color:#eee;
border: 1px solid #ccc;
margin:0px 10px 10px 0px;
line-height: 200%;
padding:2px 0 2px 2px;
 
}
.taglink  { 
padding:2px;
}
 
.tagbox a, .tagbox a:visited, .tagbox a:active { 
text-decoration:none;
}
 
.tagcount { 
background-color:green;
color:white;
position: relative;
padding:2px;
}