/*
THEME NAME: Essay
THEME URI: http://themeshaper.com/
VERSION: 1.1
DESCRIPTION: Essay is a Sandbox Child Theme and 1st Runner-up in the 2007 Sandbox Designs Competition.
AUTHOR: Ian Stewart
AUTHOR URI: http://themeshaper.com/
TEMPLATE: sandbox
TAGS: Two column, Child theme, Sandbox
*/

@import url(css/reset.css);
@import url(css/type.css);
@import url(css/structure.css);
@import url(css/theme.css);
@import url(css/asides.css);
@import url(css/extra.css);


/*#wrapper {background:white url('images/28px-baseline-grid.png');}*/

img.alignleft {
	margin-top:7px;
	margin-right:20px;
	margin-bottom:28px;
	float: left;
}
img.alignright {
	margin-top:7px;
	margin-left:20px;
	margin-bottom:28px;
	display: block;
	float: right;
}
img.centered {
	margin: 0 auto;
	display: block;
	float: none;
	clear: both;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}