/*
Theme Name: 6ms
Theme URI: http://blog.6monthsmiles.com/
Description: 
Version: 1.0
Author: MudbrickCreative
Author URI: http://mudbrickcreative.com
Tags: 


*/
.entry
{
	padding-top:10px;
}

.entry img
{
	border:1px solid #C0C0C0;
}

.alignleft
{
	float:right;
	padding-right:5px;
}
.alignright
{
	float:right;
}

.topleftdiv
{
	background-image:url('images/topleft.gif');
	width:12px;
	height:12px;
	position:absolute;
	top:-1px;
	left:-1px;
}

.toprightdiv
{
	background-image:url('images/topright.gif');
	width:12px;
	height:12px;
	position:absolute;
	top:-1px;
	right:-1px;
}

.bottomleftdiv
{
	background-image:url('images/bottomleft.gif');
	width:12px;
	height:12px;
	position:absolute;
	bottom:-1px;
	left:-1px;
}

.bottomrightdiv
{
	background-image:url('images/bottomright.gif');
	width:12px;
	height:12px;
	position:absolute;
	bottom:-1px;
	right:-1px;
}