/* New Blog Updates */
.blog article,
.blogpost {
background: #fcfcfc;
border: 1px solid #c8c8c8;
padding: 20px;
position: relative;
z-index: 1;
margin: 20px;
}

.blog #content .rightcornerborder,
.blogpost .rightcornerborder {
position: absolute;
bottom: 0px;
right: 0px;
background: #c8c8c8;
border-bottom: 30px solid transparent;
border-left: 30px solid #fcfcfc;
z-index: -2;
}


.blog #content .rightcornerbg,
.blogpost .rightcornerbg {
border-bottom: 30px solid #fff;
border-left: 30px solid transparent;
position: absolute;
bottom: -1px;
right: -1px;
z-index: -1;
}


.blog #content .posttitle,
.blog #content .posttitle a {
color: #000;
}

.blog .metainfo a,
.blog .continuelink {
color: #A4312C;
}

.blog .metadate {
float: left;
margin-left: -20px;
color: #fff;
background: #000;
font-weight: bold;
padding: 5px;
}

.blog .metaauthor {
margin-bottom: 0;
}

.blog .metaright {
float: left;
margin-left: 10px;
margin-top: 5px;
width: 400px;
}

.blog.members .metaright {
width: 345px;
}

.blog .postcontent {
border-top: 1px dashed #fcfcfc;
clear: both;
padding-top: 20px;
}

.blog .comments {
margin: 20px;
}