/* 
Theme Name: Classic Pilates Body
Theme URI: http://
Description: Custom theme for Classic Pilates Body
Version: 1.0
Author: Keith Solomon
Author URL: http://solowebdesigns.net

	Unless otherwise noted, all code in this theme complies with the GNU GPL 2.0 license.
	For a copy, please refer to the following link: http://www.gnu.org/licenses/gpl-2.0.html
	
	Theme Files:
	  THEME FUNCTIONS:
	  ----------------------
	* functions.php 		- Defines functions for use in various parts of the theme.
	* includes/search.php	- Helper plugin to make search results nicer (adds search term highlighting and page content searching).

	  THEME STYLES:
	  ----------------------
	* style.css				- Defines and controls styles for the site (this file).
	* css/reset.css			- CSS global style reset.
	* css/ie.css			- Generic Internet Explorer style fixes.
	* css/ie6.css			- Internet Explorer 6 specific style fixes.
	* css/ie7.css			- Internet Explorer 7 specific style fixes.
	* css/screen.css		- Screen-specific site styles.
	* css/print.css			- Printer-friendly site styles.

	  THEME TEMPLATES:
	  ----------------------
	* header.php 			- Controls the header section of the site.
	* index.php				- Controls the main content section of the site's front page (when not using a home.php template).
	* single.php			- Controls the main content section of the site for individual blog posts.
	* comments.php			- Controls the comments section of single post pages.
	* page.php				- Controls the main content section of the site for static WordPress pages.
	* archive.php			- Controls the main content section of the site for archive (category, date, etc) pages.
	* searchform.php		- Defines the stock search form for inclusion in various parts of the theme.
	* search.php			- Controls the main content section of the site for search results.
	* sidebar.php			- Controls the sidebar content on all pages of the site, configured for WordPress widgets.
	* footer.php			- Controls the footer section of the site.
*/

body {
	background: #94c6d7 url(images/bg-top.png) no-repeat top left;
	color: #666;
	font: 62.5% Verdana, Helvetica, sans-serif;
	overflow-x: hidden;
	text-align: center;
}

#wrapper {
	background: transparent url(images/wrap-bg.png) repeat-y;
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}

#bg-bottom {
	background: url(images/bg-bottom.png) no-repeat bottom right;
	float: right;
	height: 1174px;
	overflow-x: hidden;
	width: 1104px;
}

/* MISCELLANEOUS */
.clear {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.left {
	display: inline;
	float: left;
}

.right {
	float: right;
}

.feed {
	background: url(images/icon-feed.png) no-repeat 0 50%;
	padding: 1px 0 1px 15px;
}

strong.search-excerpt {
	background: yellow;
	padding: .2em .3em;
}

/* HEADER */
#header {
	background: transparent url(images/header.png) no-repeat;
	height: 115px;
	margin: 0 auto;
	width: 992px;
}

/* NAV - PLAIN TEXT */
#nav {
	float: left;
	font-size: 1.1em;
	margin: 92px 0 0;
	text-align: right;
	width: 100%;
}

#nav li {
	color: #fff;
	display: inline;
	margin: 0;
}

#nav li a:link, #nav li a:visited, #nav li a:active{
	color: #fff;
	height: 30px;
	margin: 0;
	padding: 7px 8px 8px;
	text-decoration: none;
	text-transform: uppercase;
}

#nav li.sep {
	margin: 0;
	padding: 0;
}

#nav li a:hover, #nav li a.current {
	background: #fff;
	color: #474747;
}

/* FLASH CONTENT */
#flash {
	height: 357px;
	margin: 0 auto;
	width: 992px;
}

/* CONTENT */
#home-content {
	background: #acdff0 url(images/content-bg.png) no-repeat left bottom;
	margin: 0 auto;
	width: 992px;
}

#content {
	background: #fff;
	display: inline;
	float: right;
	margin: 0 4px 0 0;
	padding: 67px 158px 0 59px;
	width: 603px;
}

.content a:link, .content a:visited, .content a:active {
	color: #58595b;
	text-decoration: none;
}

.content a:hover {
	text-decoration: underline;
}

/* Page title image replacements */
#content h1 {
	display: block;
	float: left;
	line-height: 28px; /* the height of the images */
	margin: 0 0 28px;
	text-indent: -1000em;
	overflow: hidden;
	width: 100%; /* the width of the images */
}

#content h1#schedule {
	background: transparent url(images/sched-title.png) left center no-repeat;
	margin-bottom: 0;
}

#content h1#philosophy {
	background: transparent url(images/phil-title.png) left center no-repeat;
}

#content h1#packages {
	background: transparent url(images/pack-title.png) left center no-repeat;
}

#content h1#team {
	background: transparent url(images/team-title.png) left center no-repeat;
}

#content h1#contact {
	background: transparent url(images/cont-title.png) left center no-repeat;
}

.content h1 {
	font-size: 2em;
	margin-bottom: 1em;
}

.content h2 {
	font-size: 1.8em;
	margin-bottom: .25em;
}

.content h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 2em 0 1em;
}

.content h4 {
	font-size: 1.4em;
	font-weight: bold;
	margin: 2em 0 1em;
}

.content h5 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 2em 0 1em;
}

.content h6 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 2em 0 1em;
}

.content .postmeta {
	margin-bottom: 1em;
}

.content p {
	font-size: 1.1em;
	line-height: 1.7em;
	margin-bottom: 1.8em;
}

.content blockquote {
	font-size: 1.1em;
	font-style: italic;
	line-height: 1.4em;
	margin-bottom: 1.8em;
	padding: 0 1.5em;
}

.content p a:link, .content p a:visited, .content p a:active, .content li a:link, .content li a:visited, .content li a:active {
	color: #94c6d7;
	text-decoration: none;
}

.content p a:hover, .content li a:hover {
	text-decoration: underline;
}

.content a.more-link {
	float: left;
	margin-top: 1.5em;
}

.content ul {
	margin: 0 0 1.5em 3em;
}

.content ul li {
	list-style-type: disc;
}

.content ol {
	list-style-type: decimal;
	margin: 0 0 1.5em 3em;
}

.content ol li {
	list-style-type: decimal;
}

.content li {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: .5em;
}

.content li ul {
	margin-bottom: 0;
}

.content li li {
	font-size: 1em;
}

.content img {
	display: block;
}

.content img.alignleft {
	display: inline;
	float: left;
	margin: .5em 1.5em 1em 0;
}

.content img[align $='left'] {
	display: inline;
	float: left;
	margin: .5em 1.5em 1em 0;
}

.content img.alignright {
	display: inline;
	float: right;
	margin: .5em 0 1em 1.5em;
}

.content img[align $='right'] {
	display: inline;
	float: right;
	margin: .5em 0 1em 1.5em;
}

.content img.center, .content img.centered, .content img.aligncentered {
	margin: .5em auto 1em;
	text-align: center;
}

.content img[align $='center'] {
	margin: .5em auto 1em;
	text-align: center;
}

.content #post-tools {
	color: #58595b;
	float: left;
	font-size: 1em;
	padding: 10px 0;
	margin-bottom: 2.5em;
	text-transform: uppercase;
	width: 482px;
}

.content #post-tools a {
	color: #94c6d7;
	text-decoration: none;
}

.content #post-tools a:hover {
	text-decoration: underline;
}

.content #schedule {
	clear: both;
}

#home-content #homeimg {
	background: url(images/coupon.jpg) no-repeat;
	float: left;
	height: 111px;
	margin: 44px 0 0 20px;
	width: 216px;
}

#home-content .entry {
	float: right;
	/*height: 245px;*/
	margin: 44px 20px 0 0;
	padding: 0;
	text-align: left;
	width: 640px;
}

.content .entry {
	margin-bottom: 1.5em;
	width: 478px;
}

.subhead {
	color: #369;
}

.wp-caption {
	background: #eee;
	color: #000;
	margin: .4em 0;
	padding: .5em;
	text-align: center;
}

.navigation {
	float: left;
	padding: 1em;
	width: 100%;
}

/* SCHEDULE TABLE */
tr, td {
	border: none;
	font-size: 11px;
}

tr.head td {
	font-weight: bold;
}

tr.odd {
	background: #e4f0f8;
}

/* SIDEBAR */
#sidebar {
	background: #fff;
	display: inline;
	float: left;
	margin-left: 4px;
	padding: 20px 10px 0;
	width: 152px;
}

#sidebar .widgetblock {
	border-bottom: 1px solid #58595b;
	margin-bottom: 1.5em;
	padding-bottom: 1em;
}

#sidebar .widgetblock a {
	color: #58595b;
	text-decoration: none;
}

#sidebar .widgetblock a:hover {
	text-decoration: underline;
}

/* FOOTER */
#footer {
	background: url(images/footer-bg.png) repeat-x;
	clear: both;
	color: #333;
	height: 22px;
	margin: 0 auto;
	padding-right: 10px;
	text-align: right;
	width: 982px;
}

#footer-credits, #footer-meta {
	width: 49%;
}

#footer-meta {
	text-align: right;
}

#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
}

#footer a:hover {

}

#footer p {
	font-size: 1.1em;
}

#footer ul {
	margin-bottom: 1em;
}

#footer ul li {
	border-left: 1px solid #999;
	display: inline;
	font-size: 1.1em;
	margin-left: .5em;
	padding-left: 1em;
}

#footer ul li.first {
	border-left: none;
}
