/* presentational classnames suck but the following classes
   are required for the WordPress WYSIWYG to be able to
   do its stuff, a small price to pay I guess for the 
   conveniance of using a WYSIWYG 
*/

/****************************************************
  IMAGE CLASSES 
****************************************************/
img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}

img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}

/****************************************************
  MISC CLASSES
****************************************************/
.alignright {
  float: right;
}
.alignleft {
  float: left
}
