/*
Theme Name:		Cellular Wisdom based on WP Framework
Theme URI: 		http://www.beyond-success.com/
Version: 		1.0
Description: 	A custom WordPress Theme Framework based on WP Framework. To learn more, visit <a href="http://wpframework.com">http://wpframework.com</a>.
Author: 		Debbie Campbell
Author URI:		http://www.redkitecreative.com
Tags:			two-columns, widgets, fixed-width, sticky-post, threaded-comments, microformats

Copyright 2009 Beyond Success LLC <http://www.beyond-success.com> All rights reserved.

WP Framework is licensed under the terms of the GNU General Public License version 2.
*/

/* Reset Browser Defaults */
@import url( 'library/media/css/reset.css' );

/* Apply base theme styles and colors */
@import url( 'library/media/css/base.css' );

/* Basic 2 Column Layout */
@import url( 'library/media/layouts/2col-r.css' );

/* Stylistic CSS Styles */
@import url( 'library/media/css/screen.css' );

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
img.alignright { /* these are WP-specific */
	float: right;
	margin: 5px 0 5px 10px;
}
img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
img.aligncenter {
	display: block; 
	margin: 0 auto 10px;
}
a img.alignright {
	float: right;
	margin: 5px 0 5px 10px;
}
a img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
	padding: 2px;
	border: 1px solid #666;
}
a img.aligncenter {
	display: block; 
	margin: 0 auto 10px;
}
