.relatedposts {
        position: relative;
        background: #1A1A1A;
}
.relatedposts h3 {
        color: #2277dd;
        padding: 5px 7px;
}
.relatedposts ul {
        margin: 0 8px;
}
.relatedposts ul li {
        padding: 5px 6px;
        border-top: 1px solid #222;
        border-bottom: 1px solid #111;
}
.relatedposts ul li a {
        color: #cdcdcd;
}
.relatedposts ul li a:hover {
        color: #2277dd;
        text-decoration: underline;
}
.post .tags {
        font: 12px;
        display: block;
	background: url(images/tag.png) no-repeat;
	margin-left: 5px;
	padding-left: 37px;
	height: 32px;
	line-height: 32px;
}
.post .tags a {
        color: #2277dd;
}
.post .share {
        position: absolute;
        right: 8px;
        bottom: 6px;
        z-index: 1;
}
.post .share h3 {
        padding: 15px 0 8px 0;
}
.post .share ul {
        zoom:1;
}
.post .share ul:after {
        display: block;
        content: '\20';
	*height: 0;
	clear: both;
}
.post .share ul li {
        float: left;
        border: none;
}
.post .share ul li a {
        display: block;
        width: 64px;
        height: 64px;
        text-indent: -9999px;
}
.post .share .rss {
        background: url(images/rss.png) no-repeat;
}
.post .share .retweet {
        background: url(images/retweet.png) no-repeat;
}
.post .share .buzz {
        background: url(images/buzz.png) no-repeat;
}
.post .share .random {
        background: url(images/refresh.png) no-repeat;
}
.post .content ul {
        padding: 10px;
        background-color: #F5F5F5;
}
.post .content ul li {
        float: left;
        list-style: none;
        margin: 0 5px 5px 0;
}
p.highlight {
	font-size: 20px;
	background: #e32636;
	padding: 3px 10px;
	margin: 15px 0;
}
p.highlight2 {
        font-size: 16px;
        background: #007ba7;
        padding: 3px 10px;
        margin: 15px 0;
}
div.iphone {
	width: 250px;
	background: #dce2ed;
	padding: 8px 0;
	line-height: 8px;
}
span.smsleft {
        display: block;
	height: 36px;
	background: url(http://margot.x10hosting.com/blog/sms.png) no-repeat;
	padding: 4px 8px 0 16px;
	line-height: 16px;
}
span.smsright {
        display: block;
        height: 36px;
        background: url(http://margot.x10hosting.com/blog/sms2.png) no-repeat;
        margin-left: 50px;
        padding: 2px 8px;
        line-height: 16px;
}
span.mark {
        display: inline-block;
        background: url(http://margot.x10hosting.com/blog/mark.png) no-repeat;
        padding-left: 32px;
        height: 32px;
        color: #08457e;
}
