
.single-promo {
	height:1%;
	overflow:hidden;
	padding:25px 0 0 20px;
}
.single-promo-left {
	float:left;
    width:650px;
	padding:0px 10px 28px 0px;
    font-size:14px;
    line-height:180%;
}
.single-promo-right {
	float:right;
    width:295px;
}


.article_share {
    margin-bottom:10px;
}
.share_btn {
    float:left;
    line-height:normal;
}
.share_btn a {
    color:#888;
}
.share_btn img {
    vertical-align:top;
}
.tag_cloud {
    margin-top:30px;
}
.tag_cloud a {
    color:#888;
}
.tag_cloud a:hover {
    color:#3b5998;
}
.tag_cloud a:visited {
    text-decoration:none;
}
.cloud_title {
    font-size:14px;
    margin-bottom:3px;
}

.author a {
    color:#888;
}
.author a:hover {
    color:#3b5998;
}
.author a:visited {
    text-decoration:none;
}
.author_desc {
    margin-bottom:5px;
}

.related_articles {
    margin-top:30px;
}
.related_articles ul {
    list-style:none;
    margin:0;
    padding:0;
}
.related_articles ul li {
    padding-bottom:8px;
}
.related_articles a {
    color:#888;
}
.related_articles a:hover {
    color:#3b5998;
}
.related_articles a:visited {
    text-decoration:none;
}
.related_title {
    font-size:14px;
    margin-bottom:6px;
}


/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

#post ul{
	margin:25px 35px 0 35px;
    padding:0;
}
#post ul li{
    padding-bottom:4px;
}


.newsletter_box {
    margin-top:30px;
}
.newsletter_title {
    font-size:14px;
    margin-bottom:3px;
}
.mc-field-group {
    margin-bottom:7px;
}
#mce-EMAIL {
    width:255px;
    padding:5px;
    font-size:14px;
}
#mce-FNAME {
    width:255px;
    padding:5px;
    font-size:14px;
}
#mce-LNAME {
    width:255px;
    padding:5px;
    font-size:14px;
}


   