/*  
Theme Name: Abstractia
Theme URI: http://robgoodlatte.com
Description: Theme with a focus on typography and colors.
Version: 1.0
Author: Rob Goodlatte
Author URI: http://robgoodlatte.com

	Abstractia v1.0
	http://robgoodlatte.com

	This theme was designed and built by Rob Goodlatte,
	whose blog you will find at http://robgoodlatte.com/

	Thanks to the developers of the Kubrick theme - the codebase 
	was used in development of this template.
	
	The CSS, XHTML and design is released under Creative Commons
	Attribution 2.5 License.  Please keep the attribution link in
	the theme.
	See http://creativecommons.org/licenses/by/2.5/
	

*/

@import url(layout.css);
@import url(colors.css);
@import url(typography.css);
@import url(menu.css);

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
