/*  
Theme Name: ClearBlog
Theme URI: http://interconnectit.com
Description: ClearBlog is a fixed-width, minimalist Wordpress 3.0-only theme which has support for threaded comments, custom header and background, Wordpress 3.0 navigation menus, Iframe embedding within post content and widgetised sidebar and footer areas. There is also an integrated mobile device version of the theme which is opimised for small-screens and will automatically load when a mobile browser is detected. For the Social Networking addicts amongst you, there are "Share Post" links for Facebook, Digg, Stumbleupon and del.ico.us for each individual Post. For all you Twitter fans, there is a Twitter feed link in the header that can easily be configured, within the theme options, to point to your own Twitter timeline. Thanks to Paul Robert Lloyd (http://paulrobertlloyd.com) for his Social Media Icons. This theme uses code from the Small Potato WP theme development tutorial (http://www.wpdesigner.com/2007/02/19/so-you-want-to-create-wordpress-themes-huh/) and from vividvisions.com (http://www.vividvisions.com/2009/02/11/wordpress-add-iframes-to-your-post/)
Version: 1.0.2
Author: Peter Lavelle
Tags: custom-header, custom-background, threaded-comments, two-columns, fixed-width, theme-options, white, custom-menu, right-sidebar, light
*/

@import url('css/reset.css');
@import url('css/main.css');
@import url('css/sidebar.css');
@import url('css/comments.css');
@import url('css/navmenu.css');
@import url('css/footer.css');
@import url('css/widgets.css');
@import url('css/header.css');
/*@import url('css/admin-ui.css');*/


.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

