/* 
Theme Name: WP Freemium Theme EDITED BY Wethead Media
Theme URL: http://ptahdunbar.com/themes/wpfreemium
Description: Maded orginally for Bloggingtips.com, this is a WordPress theme designed for multi-authored blogs. Designed and developed by <a href="http://ptahdunbar.com">Ptah Dunbar</a>.
Version: 2.0

Author: Ptah Dunbar
Author URI: http://ptahdunbar.com
Tags: Bloggingtips, widgets, multi-authored blog, Ptah Dunbar

If you have any questions, comments, or concerns, send me an email to support@ptahdunbar.com
For licensing agreements check the _license.txt file (GPL).

Changelog:

	* v2.0 - 07.27.08
		Completely revamped the backend along with a UI face lift. Using Blueprint's CSS framework and grid system.
	* v1.3 - 05.31.08
		Bug fixed in single.php - It didn�t generate the author�s promotion section with the correct author.
		To fix, move �<?php include (TEMPLATEPATH . '/addons/author-metadata.php'); ?>� on line 51 in single.php file above the loop, anywhere above line 8
	* v1.2 - 05.29.08
		IE Bug prevented the logo from being displayed. To fix, just remove �h1#logo a { text-indent: -9999px; }� in header.php on line 31
	* v1.1 - 05.28.08
		Typo, spelled Administrator wrong in author.php on line 25 (Adminitrator)
	* v0.1 - 05.27.08
		First Release of WPFramework
*/

/* Reset Browser Defaults (css/reset.css) */
@import url(css/reset.css);

/* Base Stylesheet (css/base.css) */
@import url(css/base.css);

/* Site Specific Styles (css/screen.css) */
@import url(css/screen.css);

/* HTML helpers *//*

<!--BEGIN #-->
<div id="">

<!--END #-->
</div>

<!--BEGIN .-->
<div class="">

<!--END .-->
</div>

<!--BEGIN # .-->
<div id="" class="">

<!--END .-->
</div>
	
*/

.container #primary {margin-left:20px;width:690px}
#primary #promote-author {width:700px}
#footer p {margin-bottom:5px}
#footer {height:auto}
#secondary .widgets li.alt a {color:#d63835}
.container #navigation ul li a {text-transform:none}
.container #sub-navigation li {border-right:1px solid #000;float:left;height:27px}
.container #sub-navigation ul li a{text-transform:none}