/*
     this is here to keep my themes consistent.
     
     Put this into header.php:
     
     	<link rel="stylesheet" href="<?php bloginfo('template_url'); ?>/mikes.css" type="text/css" media="screen" />
*/


.alignLeft, .floatLeft {
     float: left;
     margin-right: 10px;
}

.alignRight, .floatRight {
     float: right;
     margin-left: 10px;
}

.post {
     clear: left;
}

ul, ol {
     margin-bottom: 1em;
}
