.calendardate{
	position:absolute;
	top:16px;
	right:16px;
}

.calendardate_page{
position:relative;
width:45px;
border-radius:4px;
-webkit-border-radius:4px;
-moz-border-radius:4px;
-moz-box-shadow: #000 1px 1px 2px;
-webkit-box-shadow: rgba(0,0,0,.3) 1px 1px 3px;
}

.calendardate_month{
	position:relative;
	background-color:#d7111d;
	height:18px;
	line-height:20px;
	font-size:14px;
	
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	
	text-align:center;
	font-weight:bold;
	color:#fff;
}

.calendardate_day{
	height:34px;
	line-height:34px;
	text-align:center;
	font-size:30px;
	color:#333;
	font-weight:bold;	
}

.calendardate_year{
color:#c0c0c0;
display:block;
text-align:center;
padding-top:5px;
}

.blog_entries{}

.blog_entry{
border-top:#b4b4b4 solid 1px;
margin-left:32px;
margin-right:18px;
position:relative;
}

.blog_entry_left{
width:84px;
float:left;
position:relative;
min-height:160px;
}

.blog_entry_right{
float:left;
padding-left:20px;
position:relative;
width:565px;
background:url(/img/shadowdivider/blog_shadowdivider.png) top left no-repeat;
min-height:160px;

}

.content-elements h2.blog_entrytitle{
margin-top:14px;
font-size:24px;
width:410px;
line-height:1.2em;
margin-bottom:3px;

}



.author_name{
color:#464646;
font-size:13px;
}

.author_title{
font-style:italic;
color:#464646;
font-size:13px;
}

.author_postedby{font-size:10px;color:#7d7d7d;}

.blog_entryheader_left{
width:410px;
position:relative;
float:left;
}

.blog_entryheader_right{
	position:absolute;
/*	background: transparent url(/img/mywheelworks/blog_nav_background.png) no-repeat top left; */
	height: 24px;
	padding-top: 12px;
	width: 168px;
	right: 0px;	
	top: 80px;
	z-index: 10;
}

.post_id {
	display: none;
}

    .blog_postedby {
        padding-top:1px;
    }

.blog_entryheader_right a {
	color: #707070;
	display: inline-block;
	margin-top: -3px;
	height: 12px;
	position: absolute;
}

.blog_entryheader_right a.older {
	background: transparent url(/img/mywheelworks/blog_arrows_left.png) no-repeat 0px 1px;
	margin-left: 7px;
	padding-left: 13px;
	width: 60px;
}

.blog_entryheader_right a.newer {
	background: transparent url(/img/mywheelworks/blog_arrows_right.png) no-repeat 59px 1px;
	width: 68px;
	margin-left: 85px;
}

.blog_entryheader_right a.archive {
	background: transparent url(/img/mywheelworks/blog_view_archive.png) no-repeat 0px 1px;
	margin-left: 160px;
	padding-left: 18px;
	display: none;
}

.blog_entryheader_right .rss_feed {
	background: transparent url(/img/mywheelworks/rss_button.png) no-repeat 0px 0px;
	margin-left: 227px;
	text-indent: -3000000px;
	height: 20px;
	width: 29px;
	top: -31px;
	right: -6px;
}

#my-shop .blog_entryheader_right {
	display: none;
}

.blog_entrytitle{
color:#DB393D;
font-size:20px;
/*line-height:1.3em;
margin-bottom:4px;*/
margin-top:9px;

}

.blog_content{
color:#000;
font-size:13px;
}

.blog_content p{
	line-height: 17px;
margin:.8em 0;
}
