/*Added by Andreas Krohn to style tutorial images*/
.BlogPostContent img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
        clear: left;
}
.BlogPostContent p, .screenshot, .robot {
	clear: left !important;
        width: 100%;
}
.BlogPostContent img.inlineImage {
        float: none;
        display: inline;
        margin-right: 0px;
	margin-bottom: 0px;
}

/* Dont justify lines. Just plain left. Mads Hjorth  */
p {
        text-align: left;
}