Still a WIP, but looking better and better every day.

Now with more HTML5! :)

== Where to get started? ==
1) Install the theme (best place to start :)
2) Gander at /style.css & look at the stylesheets being included; everything is outlined fairly well
3) Navigate to /include/css/core.css and peek around. Outline is in the header, I would start by tweaking the pre-defined "Basic Starter", which is there to give you an idea of the variables, and a basic 3 column layout (fluid center)

== What's what? ==

404.php -- 404 error page
comments.php -- comments layout
footer.php -- footer & credits to me :)
functions.php -- reference to include/functions/core.php (core functions of the site)
header.php -- Meta/Title/Favicon/CSS calls (all the hidden bits)
header-top.php -- Top Navigation/Logo (visible bits)
index.php -- basic layout
license.txt -- license details
loop.php -- "The Loop" (all the juicy bits)
page.php -- page template
readme.txt -- what do you think you're reading now?
screenshot.png -- little picture to give you a general idea what you're getting
sidebar-bottom.php -- footer (editable "sidebar")
sidebar-left.php -- left sidebar (editable)
sidebar-right.php -- right sidebar (editable)
single.php -- single page template
style.css theme reference information (reference to core.css (main css) & fonts.css (if applicable - for fonts))

include/ -- where all the goodies live
	css/ -- where css lives
		core.css (core of the site css)
		fonts.css (optional font declarations)
		framework-options.css (framework options page)
		reset.css (maximum compatability -- removes all styles)
	functions/ -- where functions live
		core.php (main site functions)
		framework-options.php (framework option functions)
	images/ -- where theme images live
	js/ -- where javascript lives
		html5.js (html5 compatability)
