/* 

	Theme Name: Expand2Web SmallBiz
	Theme URL: http://www.expand2web.com/
	Description: A premium theme designed for small business websites and optimal local search results.

	Author: Don Campbell - Expand2Web
	Author URI: http://www.expand2web.com
	Version: 1.6

	Tags: WordPress Website, business website, WordPress Theme, small business

	The CSS, XHTML and design is copyright Don Campbell and Expand2Web

	Changelog:
		v1.0 - 02.08.09
		First Release of SmallBiz WordPress Theme

		v1.1 - 02.28.09
		Updates based on feedback:
		- Added ability to change Featured Articles box to any page
		- Fixed minor alignment issues on Find Us page
		- Moved business address in header to two lines		

		v1.2 - 05.19.09
		- hCard microformats added for business information
		- Ability to have Sub-menu items, using the Wordpress native Child-Parent function
		- Formatting and layout issues caused by long business names is fixed
		- Continue Reading function using the <more> tag for blog posts is now enabled
		- Link to Help and Tutorials can now be found in the Theme Options Panel
		- Option to exclude your email address from the page header
		- Long home-page business descriptions will wrap-around the left
		  image, eliminating white space.
		
		v1.3 - 07.24.09
		- Updated Sidebar image with Social Networking Icons
		- Replaced Google Maps with Google Elements Maps
		- Added written directions option
		- Theme Options Help now opens in a new window
		- Option to list Areas and Cities served in footer
		- Additional color option Red and Turquoise
		- Fixed bullet indent style issue
		
		v1.4 - 10.30.09
		- Added tinyMCE visual editor to Options Panel
		- Header graphics preview and chooser from within the Options Panel
		- Option to toggle "Feature Box" On and Off from within the Options Panel
		- City, State and Zip code entry fields have been split up in the Options Panel

		v1.5 - 11.23.09
		- Design refresh - Black, Blue, Turquoise and Red themes were all updated with new design.
		- New social media icons added for Twitter, Facebook and YouTube
		
		v1.6 - 12.21.09
		- Updates for WordPress 2.9 compatibility
		- Fixed Theme Preview issue
		- Added ablitity to set SEO attributes (title, meta desc, meta kw) for home page in SmallBiz Options panel
		- Added ability to set SEO attributes (title, meta desc, meta kw) for every page or post in WP editor
		- Updates to TinyMCE editor config in SmallBiz Options panel (to fix paragraph issue)		
*/

/* These styles are part of the SmallBiz Theme. Please do not remove. */

a:link { text-decoration: underline; }
a:visited { text-decoration: underline; }

/*
#content a:hover { border-top: 1px solid; }
#footer a:hover { border-top: 1px solid; }
#header a:hover { border-top: none; }
#header a:visited { text-decoration: none; } 
*/
/* You can add your own css style overrides here.  */

hr {
	background-color:#969696;
	border:0 none;
	height:2px;
	margin-bottom:8px;
	
}

.postmetadata {
	font-size:.8em;
}

.postmetadata, .postmetadata a {
	color:#808080;
}

.entry {
	margin-top:1em;
}

.blogpost {
	xbackground-color:#efefef;
	xpadding:10px;
	xborder-left:3px solid #969696;
	margin-bottom:2em;
}

.entry .postmetadata {
	background-image:url(images/hash.jpg);
	margin-bottom:2em;
	margin-left:7em;
	margin-right:7em;
}

#footer, #footer a {
	color:#808080;
}

#header {
	background-position:0px;
}

#sidebar {
	margin-right:8px;
}

#respond {
	margin-top:2em;
	margin-left:3em;
}

#commentform {
	margin-left:3em;
}

#header ul li ul {
	background-color:none;
	background-image:none;
}

#header ul li .page_item a {
	background-image:none;
	padding:4px 10px 5px;
}

#header ul li .subPageContainer li.page_item a {
	border:0px;
}

.subPageContainer li {
	background-color:yellow !important;
}