/*
THEME NAME: Plain
THEME URI: http://sjaejones.com/
DESCRIPTION: JJ will try yet again to develop a theme from scratch, this time using WP Framework.
VERSION: 1.1
AUTHOR: S. Jae-Jones
AUTHOR URI: http://sjaejones.com/

FRAMEWORK AUTHOR: Ptah Dunbar
FRAMEWORK URI: http://wpframework.com
WP Framework is licensed under the terms of the GNU General Public License version 2.
*/

/* Reset Browser Defaults */
@import url('reset.css');

/* Apply Grid */
@import url('grid.css');

/* Apply Typography */
@import url('typography.css');

/* Apply Default Styling */
@import url('default.css');

/* These empty css selectors are temporarily here for compatiability with the WordPress theme repository checklist. */
img { padding: 4px; background: #efefef; border: 1px solid #ddd; }

.aligncenter, img.aligncenter { margin-left: auto; margin-right: auto; } 
.alignleft, img.alignleft { float: left; display: block; margin-right: 10px; } 
.alignright, img.alignright { float: right; display: block; margin-left: 10px; } 

.wp-caption, .wp-caption-text, p.wp-caption-text { text-align: left; font-family: 'Arial Narrow', sans-serif; font-size: 14px; color: #666; } 
