@charset "UTF-8";
/*
Theme Name: Mark Elf HTML5
Theme URI: http://organicmechanic.org/
Description: Base theme using HTML5, WAI-ARIA, hCard and hAtom (includes reset and baseline typography CSS).
Author: Adam Harvey (based on the Brave New World theme by Karl Dawson)
Author URI: http://organicmechanic.org/
Tags: clean, basic, html5, wai-aria, accessible
*/

@import "reset.css";
@import "layout.css";
@import "typography.css";

/*
Big Red Angry Text
See http://accessites.org/site/2006/07/big-red-angry-text/
*/

font,center,div[align],p[align],table[align],font[color]
{margin:10px;padding:10px;color:#cd0000;background:#eecc11 url(images/warning.gif) repeat 0 0;border:2px dashed #cd0000;font-size:2em;font-weight:bold;}

/* Testing your layout (i.e. why isn't it lining up?) */
.testBG
{background:#eee;}
.test
{border:1px solid #f00;} /* beware the extra 2 pixels of width of course */
