Ghostbird is a one-column theme for the WordPress publishing platform.

* Post Formats
	- Aside
	- Gallery
	- Standard
	- Status

* HTML5
	- Kinda.

* CSS3
	- webkit transitions.
	- Rounded corners.
	- Shadow and Glow.

* 2 custom menu areas
	- Top
	- Bottom

* 3 all-purpose widgetized areas are located at the bottom of every template.

* Native support for custom post post_types and taxonomies

* Plugin support
	- SyntaxHighlighter Evolved
	- I Make Plugins
	- Subscribe to comments
	- Portfolio Post Type


==Changelog==

=1.2=
 * Update custom header and background for 3.4 compatibility.
 * Add flex height and width support to header image.
 * Remove custom theme mods. Better to use css to show/hide elements.
 * Allow custom menu args to be modified via filter.
 * First pass at support for the Portfolio Post Type plugin.
 * Fix bug with multi-word menu items.
 * Deprecate the GHOSTBIRD_VERSION constant and _ghostbird_custom_image_header()
 * Featured images should not display in single templates.

=1.1=
 * Register and enqueue scripts/styles using the appropriate hooks.
 * Add page.php.
 * Gallery shortcode should be a clearing element.
 * Disable paged navigation for hierarchical post_types.
 * Add comment numbers to posts in archive/home queries.

=1.0=
 * Initial Release