/*   
Theme Name: Open Sourcerer
Theme URI: http://www.theopensourcerer.com
Description: A Wordpress Theme inspired by the colour scheme of Ubuntu Jaunty 9.04 and the Dark Smoke Theme. Features: Two column layout, widget aware, variable width between 800-1200px. 
Author: Alan Lord
Author URI: http://www.theopenlearningcentre.com
Version: 1.4
Tags: dark, brown, two-columns, flexible-width, threaded-comments
License: GPLv3 or Later. (c) 2009 Alan Lord
*/

CHANGE LOG

1.1 (May 12th 2009)
* Initial Release.

1.2 (May 15th 2009)
In header.php:
* Added Autodiscovery URLs for RSS and Atom feeds
* Added a support for the Pingback URL

In sidebar.php:
* Added some default Widgets;
    Search, 
    Blogroll, 
    Calendar,
    Meta.

1.3 (May 24th 2009)
In content.css and wordpress.css:
* Added some line height to h2 article headings: A line-wrapped headline looked messy.
* Increased article paragraph line height just a tad; +0.1em. It looked a little too cramped.
* Modified colours of form elements to match theme: Input boxes and buttons, fieldset etc.
* Fixed the pre element layout, it was not wrapping inside article container.
* Fixed some .postmeta styling differences between articles and single page layouts.
* Added a little padding to 'td a' elements of wp-calendar widget to improve readability. 

1.4 (June 4th 2009)
In layout.css
* Fixed a typo with a comment in the #wrap element
In sidebar.php
* Fixed a layout bug with the default blogrol widget - missing <ul></ul>
In content.css
* Fixed a hyperlink inconsistency between links in p and li.
In index.php and single.php
* Added the Author Tag to the postmeta.
In index.php
* Fixed a small layout bug where the "|" was incorrectly displayed after the comments tag
  when a user was not logged in.
NEW File.
Added page.php for Wordpress Pages and tidied up the postmeta there too.