/*
Theme Name: Robojack CMS
Theme URI: http://www.robojackstudios.com/
Description: CMS theme with a minimal elastic CSS layout.
Author: Caley Jack Steward
Author URI: http://www.robojackstudios.com/
Version: 0.5
*/

/* Reset Browser Defaults */
@import url( 'css/reset.css' );

/* 960 Grid System */
@import url( 'css/960.css' );

/* Stylistic CSS Styles */
@import url( 'css/screen.css' );

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
.aligncenter {
	display: block;
	margin: 10px auto;
}
.alignleft {
	float: left;
	margin: 0 10px 2px 0;
}
.alignright {
	float: right;
	margin: 0 0 2px 10px;
}
.wp-caption {}
.post .wp-caption-text {
	font-size: 10px;
	font-style: italic;
}