###############################
#     TRA Wordpress Theme     #
#       (c) TRA 2006          #
# http://tra.whaletattoo.com  #
#    tom@whaletattoo.com      #
###############################

Changelog:
~~~~~~~~~~
v1.3	-	Tom	-	Added XSL style for main feed.
v1.2	-	Tom	-	Changed alerts to image rollovers and fixed another quirk
v1.1	-	Tom	-	Fixed a quirk and added various CSS classes
v1.0	-	Tom	-	Works fully in IE and Moz
v0.9	-	Tom	-	Added bottom border and improved degredation in IE
v0.8	-	Tom	-	Added map to logo & widgetized sidebar
v0.6	-	Tom	-	Added logo image
v0.5	-	Tom	-	Works in Moz
v0.2	-	Tom	-	Initial Draft

Features:
~~~~~~~~~
	* Fully accessible
	* Fully widgetised
	* Fully standards compliant…
	* …but works in IE as well.
	* Styling for your RSS feed.
	* Looks purty!

Requirements:
~~~~~~~~~~~~~
	* Wordpress 2
	* The WP Widget extension (optional but recommended)

Terms of Use:
~~~~~~~~~~~~~
This theme may be used for non-commercial sites without credit. On commercial sites (read: those that make money for the owner) a link back to this site is required. Distribution is fine as long as the credit in the CSS file remains intact. Note also that the logo and related source files are property of Gemma Payton and must not be used as they are.

Installation:
~~~~~~~~~~~~~
	1. Download here: Latest version of the TRA theme.
	2. Un-zip.
	3. Edit files as necessary. Pay attention to:
		* logo.png - you’ll need your own here.
		* header.php - if you’ve changed the logo you may need to alter the header.
	4. Upload all files (preserving directory structure) to the /wp-content/themes/ folder.
	5. Go to the admin area -> presentation -> themes to activate.
	6. If required add the following line to /wp-rss2.php on a new line immediately after line 12:
		* <?php echo '<?xml-stylesheet type="text/xsl" href="/wp-content/themes/tra/feedstyle.xsl"?' . '>';?>
Good luck!