/**
 * Theme Name: InkBlot
 * Theme URI: http://maikeruon.com/wcib/
 * Description: Highly customizable theme framework for WordPress with WebComic.
 * Version: 2.0.0
 * Author: Michael Sisk
 * Author URI: http://maikeruon.com/
 * Tags: black, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, theme-options, threaded-comments, sticky-post
 */
 
/** Load the Cascade Failure CSS Framework */
@import url( 'includes/css/cf-reset.css' );
@import url( 'includes/css/cf-layout.css' );
@import url( 'includes/css/cf-typography.css' );

/** Load the default InkBlot styles */
@import url( 'includes/css/ib-default.css' );

/**
 * Thanks for choosing InkBlot! This is the InkBlot style.css file.
 * Wihle you can make alterations to the theme here, it's strongly
 * recommended that you use a child theme and not modify InkBlot
 * itself directly.
 * 
 * For more information on child theme and customizaing InkBlot please
 * see: http://maikeruon.com/wcib/documentation/inkblot/customizing/
 */

/* These classes are included here only for the WordPress theme directory and should be deleted. */
.aligncenter  { margin: auto; }
.alignleft    { float: left; }
.alignright   { float: right; }