/*******************/
/*   BLOG STYLES   */
/*******************/

#pagetitle {
	width: 729px;
	margin-bottom: 30px;
	padding-right: 20px;
	float: left;
}
.blogtitle {
	width: 520px;
	padding: 11px 0 7px 0;
	float: left;
}
.blogdate {
	width: 63px;
	height: 30px;
	margin-top: 11px;
	padding: 2px 0 0 10px;
	float: right;
	border-left: 1px solid #c8d0dc;
}
.blogdatenum {
	margin-top: -4px;
	padding: 0;
	float: left;
	font-size: 30px;
	color: #c8d0dc;
	font-weight: bold;
}
.blogdatemy {
	margin: 0;
	padding: 2px 0 0 0;
	float: right;
	font-size: 11px;
	color: #c8d0dc;
	text-transform: uppercase;
	line-height: 12px;
}	
.authorcat {
	width: 632px;
	min-height: 20px;
	margin-bottom: 10px;
	float: left;
	font-size: 12px;
}
p.blogtextlast {
	min-height: 0;
	padding: 0 0 20px 0;
	font-size: 12px;
	line-height: normal;
	background: url(../images/style1/blog-paragraph-shadow.png) center bottom no-repeat;
}
.comments-bar {
	width: 622px;
	height: 28px;
	padding: 5px;
	float: left;
	border: 1px solid #cbdae1;
	background: url(../images/blog-comments-bg.png) center 0 no-repeat;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.comments {
	height: 23px;
	padding: 6px 12px 0 25px;
	float: left;
	border-right: 1px dotted #acbec5;
	background: url(../images/blog-comments-icon.png) left 4px no-repeat;
}
.share {
	height: 23px;
	margin-left: 12px;
	padding: 6px 12px 0 0;
	float: left;
}
.a2a_dd {
	padding: 0 0 0 25px;
	float: left;
	background: url(../images/a2a.png) left 0 no-repeat;
}
.readmore {
	height: 23px;
	margin-left: 12px;
	padding: 6px 25px 0 12px;
	float: right;
	background: url(../images/blog-readmore-icon.png) right 4px no-repeat;
	border-left: 1px dotted #acbec5;
}

/*******************/
/*   NAVI STYLES   */
/*******************/

.page-navi {
	width: 632px;
	margin: 0 0 20px 0;
	padding: 0;
	float: left;
	text-align: center;
}
.page-navi span {
	height: 30px;
	margin: 0 10px 0 0;
	padding: 1px 0 0 0;
	display: block;
	float: left;
	line-height: 30px;
	text-transform: uppercase;
}
.page-navi span.current {
	width: 16px;
}
.page-navi a {
	width: 16px;
	height: 30px;
	margin: 0 10px 0 0;
	padding: 0 7px 0 7px;
	display: block;
	float: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	background: url(../images/page-buttonbg.png) repeat-x left top;
	border: 1px solid #cbdae1;
	line-height: 30px;
}
.page-navi a:hover{
	background: #FFF;
}
.page-navi a.prev {
	width: auto;
}
.page-navi a.next {
	width: auto;
	margin: 0;
}