/**
  Theme Name: judge brown based on Naked
  Theme URI: http://www.siftware.co.uk/wordpress-naked
  Version: 1.1
  Author: Siftware | additiveinverse
  Author URI: http://www.siftware.co.uk | http://www.additiveinverse.com
  Tags: simple, clean, fixed width, widget-ready, widgets, right sidebar, two columns, valid XHTML, valid CSS, blank-slate
  Licence: GPL
  
  Description: A theme created with developers in mind which should enable rapid WP reskinning. The CSS is minimal but consistent cross-browser, there are a couple of SEO tweaks and the page navigation works sensibly but can modified easily.

  The CSS that follows is what I feel is the bare minimum of styling for a two column, fixed width and centred layout that should be
  consistent in 'modern browsers'
*/
@import url('baseline.reset.css');
@import url('baseline.base.css');
@import url('baseline.type.padding.css');
@import url('style_grid960-10_10-10.css');
@import url('style_layout.css');

/* `Clear Floated Elements ----------------------------------------------------------------------------*/
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0;}
.clearfix:after { clear: both; content:' '; display: block; font-size: 0; line-height: 0; visibility: hidden; width: 0; height: 0; }
.clearfix {	display: inline-block;}
* html .clearfix { height: 1%;}
.clearfix {	display: block;}

/** normally hidden but will appear when css disabled */
.skip, .noCss, .x { position: absolute;  left: -9999px;}

/**  theme requirements as per  http://codex.wordpress.org/CSS */
.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto;}
.alignleft { float: left; }
.alignright { float: right;}