/*
Theme Name:Clean Home
Theme URI:http://midmodesign.com/news/general/our-special-wordpress-theme/
Description:This WordPress theme is one with a minimal, clean looking design and has full CSS widgetization. Special thanks to <a href="http://bryanhelmig.com/">Bryan Helmig</a> of <a href="http://midmodesign.com/">Mid Mo Web Design</a>.
Version:1.2.0
Author:Mid Mo Design
Author URI:http://midmodesign.com/
Tags:white, red, fixed-width, two-columns, right-sidebar

	"Clean Home" by http://midmodesign.com/

	This theme was designed and built by Bryan Helmig
	of Mid Mo Design: http://midmodesign.com/.

	The CSS, XHTML and design is released under the GPL.

*/

body {
	font-family: Georgia, serif;
	font-size: 15px;
	line-height: 1.4em;
	text-rendering: optimizeLegibility;
}

a {
	text-decoration: none;
	color: #f00;
	font-weight: 600;
}

a:hover {
	color: #c00;
	text-decoration: underline;
}

hr {
	margin: 0 0 25px;
	border: 0;
	border-top: 1px dotted #ccc;
	width: auto;
	clear: both;
}

#wrapper {
	width: 900px;
	margin: 40px auto;
	overflow: hidden;
	clear: both;
}

/* @group Header and Logo */

#headWrapper {
	background: #f4f8fb url(/img/bg2.png) left -15px repeat-x;
	height: 197px;
	margin: 0 auto 0;
	padding: 30px 0 0;
	overflow: hidden;
	clear: both;
	border-top: 10px black solid;
}

#header {
	background: transparent url(/img/bg_doughead.png) left top no-repeat;
	width: 1050px;
	margin: 0 auto;
	overflow: hidden;
}

#logo {
	background: transparent url(/img/logo_new.png) left top no-repeat;
	float: left;
	clear: both;
	width: 900px;
	height: 135px;
	padding: 0;
	margin: 0; /* necessary to push it to the right, to make room for Doug's head in #header */
}

#logo h1 {
	color: transparent;
	overflow: hidden;
}

#logo a {
	color: transparent;
	width: 410px;
	height: 135px;
	border-bottom: none;
	text-indent: -9999px;
	display: block;
	margin-left: 200px;
}

#logo a:hover {
	background: none;
}

#logo h2 {
	padding: 0;
}

#nav {
	float: right;
	width: 900px;
	height: 60px;
	padding: 0 75px;
	margin: 10px 0 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#nav ul {
	float: right;
	padding: 10px 0 0;
}

#nav li {
	text-align: center;
	float: left;
	display: inline;
	width: auto;
}

/* menu current states */
#about .current_page_item a,
#about .current_page_item a:hover,
#services .current_page_item a,
#services .current_page_item a:hover,
#packages .current_page_item a,
#packages .current_page_item a:hover,
#testimonials .current_page_item a,
#testimonials .current_page_item a:hover,
#consultation .current_page_item a,
#consultation .current_page_item a:hover,
#default .menu-item-214274539 a,
#default .menu-item-214274539 a:hover {
	background-image: url(/img/bg_navtab_butt.jpg), url(/img/bg_navtab-ON.png);
	background-position: right top, left top;
	background-repeat: no-repeat;
	color: #000;
	position: relative;
}

#nav li a {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: normal;
	display: block;
	padding: 14px 25px 14px 35px;
	border-bottom: none;
	margin: 0;
	color: #85a6be;
	text-shadow: #fff 1px 1px 0;
}

#nav li a:hover {
	background-image: url(/img/bg_navtab_but_hover.jpg), url(/img/bg_navtab_hover.png);
	background-position: right top, left top;
	background-repeat: no-repeat;
	color: #000;
	text-decoration: none;
}

/* @end */

#blurb {
	font-family: Georgia;
	height: auto;
	border-bottom: 1px dotted #ccc;
	width: 100%;
	float: left;
	padding: 35px 0;
	font-size: 32px;
	font-weight: 400;
	line-height: 120%;
}

#content {
	width: 620px;
	float: left;
	border-right: 1px dotted #ccc;
	padding: 0 0 0 0;
	min-height: 420px;
	margin: 0;
}

/* @group Services Page and sub-Pages */

.servicePages, #servicePagesSupport, #servicePagesSessions {
}

#serviceSessions {
	-webkit-column-count: 6;
	-webkit-column-gap: 20px;
}

#sessionsTable, div#gymTable {
	display: inline-block;
	min-height: 150px;
	padding: 0;
	margin: 15px auto;
}

#sessionsTable {
	background: #ffd;
	border: 3px solid #dd6;
}

div#gymTable {
	background: #f4f8fb;
	border: 3px solid #b7d1e3;
}

div.gymsColumns, div.sessionsColumns {
	width: 129px;
	padding: 10px;
	margin: 0;
	margin-left: -1px;
	float: left;
	display: inline-block;
	min-height: 150px;
}

div.sessionsColumns {
	border-left: 1px dotted #dd6;
	text-align: center;
	min-height: 250px;
}

div.gymsColumns {
	width: 158px;
	border-left: 1px dotted #b7d1e3;
}

div.gymsColumns.in-condo-sessions {
}

#gymTable h2, #sessionsTable h2 {
	padding: 0 10px;
	margin: 0 -10px;
	line-height: 1em;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
}

#sessionsTable h2 {
	height: 30px;
	border-bottom: 1px dotted #dd6;
}

#gymTable h2 {
	height: 45px;
	border-bottom: 1px dotted #b7d1e3;
}

div.gymsColumns p, div.sessionsColumns p {
	font-size: 13px;
	margin: 10px 0;
	line-height: 1.3em;
}

.servicePages .post, #servicePagesSupport .post, #servicePagesSessions .post {
	padding: 0 0 0;
}

#locationFooter, .servicePageFooter {
	text-align: center;
	width: 80%;
	margin: 0 auto;
}

.servicePageFooter h3, .servicePages h3 {
	background: #ffd;
	padding: 20px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}

/* @end */

/* @group Testimonials */

#testimonialsContent {
	-webkit-column-gap: 10;
	-webkit-column-count: 2;
	-moz-column-gap: 10;
	-moz-column-count: 2;
	column-gap: 10;
	column-count: 2;
}

.quotes {
	margin: 25px 0 0 0;
	overflow: hidden;
	display: inline-block;
	min-width: 440px;
}

#testimonialsContent, #regularPages {
	width: 900px;
	float: left;
	padding: 0 0 25px;
}

#testimonialsContent blockquote {
	background: #f4f8fb url(/img/bg_quotes.png) left top repeat-x;
	padding: 20px 25px;
	margin: 0;
	border: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

#testimonialsContent blockquote p {
	padding: 0;
	margin: 0;
}

h5.quoteInitials {
	float: right;
	padding: 5px 0 0 30px;
	margin: 0 0 0;
	color: #618dad;
	background: transparent url(/img/quote_tail.png) left -5px no-repeat;
}

/* @end */

#about .post,
#packages .post,
#testimonials .post,
#services .post,
#consultation .post,
#testimonials .post {
	padding: 0 0 25px;
}

/* @group Posts */

.post {
	padding: 0 30px 0 0;
}

.post.theContent {
	float: left;
}

.post hr {
	margin: 40px 0 35px;
	border: 0;
	border-top: 1px dotted #ccc;
	width: auto;
	clear: both;
}

.post p {
	margin: 14px 0;
}

.post em {
	font-style: italic;
}

.post h2 {
	font-family: Georgia;
	font-size: 24px;
	margin: 25px 0 10px 0;
	font-weight: normal;
}

.post h1, .post h1 a {
	font-family: Georgia;
	margin: 0 0 0;
	font-weight: normal;
	line-height: 32px;
	text-transform: capitalize;
}

.post h1 {
	font-size: 36px;
	line-height: normal;
}

.post h1 a {
	font-size: 28px;
	color: #000;
	font-weight: 500;
}

div.shareBox {
	border: 1px solid #eee;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 10px 0 0 10px;
	margin: 0 25px 15px 0;
	float: left;
	width: 102px !important;
	height: 88px !important;
}

.twitter-count-horizontal {
	width: 102px !important;
}

.twitter-share-button, .fb-share-button {
	padding-bottom: 10px;
	display: block;
}

.post h3, .post h4 {
	font-family: Georgia;
	font-size: 20px;
	margin: 15px 0 10px 0;
	font-weight: normal;
}

.post h4 {
	font-size: 18px;
}

.post .indent {
	padding-left: 10px;
}

.post .indent p {
	padding-left: 10px;
}

.post small {
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	color: #999;
	clear: both;
}

.post small a {
	font-weight: normal;
	color: #92b8d3;
	text-decoration: underline;
}

.post small a:hover {
	color: #277cb8;
}

.post .alignright {
	float: right;
	margin-left: 10px;
}

.post .alignleft {
	float: left;
	margin-right: 10px;
}

.post .aligncenter {
	margin: 0 auto;
	display: block;
}

.post abbr {
	font-weight: normal;
}

.post ul {
	list-style: circle;
	margin: 0 0 0 25px;
}

.post ol {
	list-style: decimal;
	margin: 0 0 0 30px;
	display: inline-block;
}

.post .wp-caption {
	background: #f7f7f7;
	border: 1px solid #ccc;
	margin: 10px;
	text-align: center;
	padding: 5px 0;
	outline: 20px solid white;
}

.post .wp-caption-text {
	margin: 0;
}

.post .wp-caption a, .post .wp-caption a:hover {
	border-bottom: 0;
}

.post blockquote {
	border-left: 5px solid #d4e3ef;
	margin: 15px 0 0 0;
	padding: 10px 20px;
	font-style: italic;
	background: #f4f8fb;
}

.post pre {
	font-family: courier;
	font-size: 12px;
	letter-spacing: -1px;
	margin: 14px 0 14px 0;
}

.post .message ul {
	margin: 12px 0 0;
}

.post .message {
	display: none;
	background: #0F67A1;
	margin-top: 10px;
	padding: 20px;
	color: #fff;
}

/* @end */

/* @group FormBuilder plugin */

#formBuilderCSSIDConsultation {
	padding: 25px 0;
	font-size: .8em;
	font-style: italic;
	overflow: hidden;
}

input#fieldformBuilderFieldName, input#fieldformBuilderFieldEmail {
	margin: 0 0 10px;
	padding: 8px;
	width: 40%;
	border: inset 1px #ddd;
	background: #f4f8fb url(/img/bg_textarea.png) left -15px repeat-x;
}

.formBuilderForm .formBuilderError {
	font-weight: bold;
	color: red;
}

textarea#fieldformBuilderFieldComments {
	border: inset 1px #ddd;
	padding: 8px;
	margin: 0;
	width: 581px;
	background: #f4f8fb url(/img/bg_textarea.png) left -15px repeat-x;
}

.formBuilderSubmit input, #commentform input#submit {
	margin: 15px 0 1px;
	background: #f4f8fb url(/img/bg2.png) left -227px repeat-x;
	padding: 6px 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	border: 1px solid #accde6;
	color: #6797ba;
	text-shadow: #eff6fb 1px 1px 0;
	float: left;
	overflow: hidden;
}

.formBuilderSubmit input:hover, #commentform input#submit:hover {
	background: #f4f8fb url(/img/bg2.png) left -250px repeat-x;
	border: 1px solid #9ec4e0;
	color: #000;
	text-shadow: #eff6fb 1px 1px 0;
}

.formBuilderSubmit input:active, #commentform input#submit:active {
	background: #2789ed;
	border: 1px solid #2789ed;
	color: #fff;
	text-shadow: none;
	margin: 16px 0 0;
}

#commentform input#submit {
	margin: 0 0 20px;
}

#commentform input#submit:hover {
	margin: 1px 0 19px;
}

.formBuilderSuccess {
	font-size: 1.75em;
	margin: 0 auto;
	padding: 20px;
	background: #ff6;
}

/* @end */

/* @group Left/Right nav and Comments */

.navigation {
	overflow: hidden;
	padding: 0 30px 0 0;
}

.navigation .alignright a {
	float: right;
}

.navigation .alignleft a {
	float: left;
}

.alignright a, .alignleft a {
	padding: 10px;
}

.alignright a:hover, .alignleft a:hover {
	background: #f4f8fb;
}

#comments {
	display: block;
	clear: both;
	width: 620px;
}

#comments h3, #comments h4 {
	font-family: Georgia;
	font-size: 24px;
	margin: 35px 0 5px;
	font-weight: normal;
}

#comments h4 {
	font-size: 28px;
	padding-bottom: 15px;
}

#comments cite {
	color: #999;
	font-style: italic;
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
	margin: 3px 0 0 10px;
	padding: 0 0;
}

#comments em {
	font-style: italic;
	text-align: right;
}

#comments ol.commentlist li {
	margin: 20px 30px 0 0;
	padding: 25px;
	min-height: 110px;
	background: #f5f8fa;
	-webkit-border-radius: 20px;
}

#comments p {
	margin: 10px 0 0 0;
	width: auto;
	font-size: .8em;
	font-style: italic;
}

#comments a {
}

#comments span {
	display: block;
	color: #fff;
	font-family: Georgia;
	font-size: 140px;
	font-weight: normal;
	float: right;
	padding-top: 0;
	margin-right: -40px;
}

#comments ul.formlist {
	overflow: hidden;
	margin-right: 30px;
}

#comments ul.formlist li {
	display: block;
	margin: 10px 0 0;
}

#comments ul.formlist p {
	margin: 10px 0 0;
	text-align: center;
	clear: both;
}

#comments input#author, #comments input#email, #comments input#url {
	font-family: Georgia;
	width: 370px;
	font-size: 16px;
	font-weight: normal;
	padding: 3px;
	border: inset 1px #ddd;
	background: #f4f8fb url(/img/bg_textarea.png) left -15px repeat-x;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#comments textarea#comment {
	background: #f4f8fb url(/img/bg_textarea.png) left -15px repeat-x;
	font-family: Georgia;
	font-size: 16px;
	font-weight: normal;
	padding: 6px;
	border: inset 1px #ddd;
	width: 576px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#comments li.submitbutton input {
	text-align: center;
}

#comments li.submitbutton {
	overflow: hidden;
	float: right;
}

#comments .center {
}

/* @end */

/* @group Sidebar */

#sidebar {
	width: 249px;
	float: right;
	margin: -20px 0 0 -30px;
	padding: 0 0 0 30px;
	color: #777;
	border-left: 1px dotted #ccc;
}

#sidebar h3, #sidebar label.screen-reader-text {
	padding: 25px 0 10px 0;
	font-size: 18px;
	text-transform: capitalize;
	border: none !important;
	color: #000;
	text-shadow: #92b8d3 0 0 3px;
}

#sidebar input {
	padding: 3px;
}

input.submit, input#searchsubmit {
	background: -webkit-gradient(linear, left 25%, left bottom, from(#fff), to(#f9f9f9));
	padding: 3px 20px !important;
	border: #ccc 1px solid;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	overflow: visible;
	margin: 0 0 0;
	display: inline-block;
	cursor: pointer;
}

input.submit:hover, input#searchsubmit:hover {
	background: -webkit-gradient(linear, left top, left 75%, from(#eee), to(#fff));
	border: rgba(39, 137, 237, 1) 1px solid;
	color: #2789ed;
	-webkit-box-shadow: rgba(39, 137, 237, 0.5) 0 0 5px 1px;
	-moz-box-shadow: rgba(39, 137, 237, 0.5) 0 0 2px 1px;
}

input.submit:active, input#searchsubmit:active {
	background: -webkit-gradient(linear, left top, left 75%, from(#2789ed), to(#2789ed));
	border: rgba(39, 137, 237, 1) 1px solid;
	color: #fff;
	-webkit-box-shadow: rgba(39, 137, 237, 0.5) 0 0 5px 1px;
	-moz-box-shadow: rgba(39, 137, 237, 0.5) 0 0 2px 1px;
}

#sidebar p {
	padding: 0 0 12px;
	line-height: 1.4em;
	font-size: 12px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#sidebar .block a.twittericon, #sidebar .block a.facebookicon {
	font-size: 13px;
	font-weight: normal;
	padding: 2px 0 2px 22px;
	display: block;
	border-bottom: none;
	color: #999;
}

#sidebar a.twitterlink, #sidebar a.facebooklink {
	opacity: .4;
	filter: alpha(opacity=40);
	-webkit-transition: opacity .5s linear;
}

#sidebar a.twitterlink:hover, #sidebar a.facebooklink:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}

#sidebar .block ul {
	border-bottom: 1px dotted #ccc;
	font-family: Helvetica, Arial, sans-serif;
}

#sidebar .block ul .children {
	border: 0;
	padding: 0 0 0 8px;
}

#sidebar .block li {
	border-top: 1px dotted #ccc;
	text-transform: capitalize;
}

#sidebar .block li a {
	/*background: transparent url(images/bullet_black.gif) no-repeat scroll 6px 52%;*/
	font-size: 13px;
	font-weight: normal;
	padding: 2px 0;
	display: block;
	border-bottom: none;
	color: #999;
}

#sidebar .block li a:hover {
	color: #000;
	/*background: #f7f7f7 url(images/bullet_red.gif) no-repeat scroll 6px 52%;*/
}

#sidebar .widget_search label {
	display: block;
	padding: 25px 0 3px 0;
	font-size: 18px;
	border-bottom: 1px dotted #ccc;
	margin: 0 0 5px;
}

#sidebar .widget_recent_comments li {
	/*background: transparent url(images/bullet_black.gif) no-repeat scroll 6px 52%;*/
	padding: 2px 0;
}

#sidebar .widget_recent_comments li a,#sidebar .widget_recent_comments li a:hover {
	background: none;
	border-bottom: 1px dotted #000;
	text-decoration: none;
	color: #000;
	font-weight: 600;
}

#sidebar .widget_recent_comments li a:hover {
	color: #e12000;
	border-bottom: 1px dashed #e12000;
	background-color: #f7f7f7;
}

#sidebar .widget_tag_cloud h3 {
	margin: 0 0 8px;
}

#sidebar .widget_text h3 , #sidebar .calendar h3 {
}

#sidebar .calendar h3 {
	display: none;
}

#sidebar #wp-calendar {
	width: 95%;
	text-align: center;
}

#sidebar #wp-calendar caption, #sidebar #wp-calendar td, #sidebar #wp-calendar th {
	text-align: center;
}

#sidebar #wp-calendar caption {
	font-size: 18px;
	padding: 25px 0 3px 0;
}

#sidebar #wp-calendar th {
	font-weight: bold;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

#sidebar #wp-calendar tfoot td {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

#sidebar ul.networks li a {
	background: none;
}

#sidebar ul.networks li a:hover {
	background: none;
}

/* @end */

/* @group Footer */

#footer {
	width: 900px;
	float: left;
	border-top: 1px dotted #cccccc;
	text-align: center;
	padding: 40px 0 0;
	font-size: .8em;
	font-style: italic;
	margin: 25px 0 0;
}

a.twittericon {
	background: transparent url(/img/icon_twitter.jpg) 4px 4px no-repeat;
	padding: 4px 4px 4px 22px;
}

a.twittericon:hover {
	background: #b7f1fa url(/img/icon_twitter.jpg) 4px 4px no-repeat;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

a.facebookicon {
	padding: 4px 4px 4px 22px;
	background: transparent url(/img/icon_facebook.jpg) 4px 4px no-repeat;
}

a.facebookicon:hover {
	background: #b2cef2 url(/img/icon_facebook.jpg) 4px 4px no-repeat;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

#footer a.twitterlink {
	color: #2debf3;
}

#footer a.twitterlink:hover {
	color: #00c4c4;
}

#footer a.facebooklink {
	color: #588ed3;
}

#footer a.facebooklink:hover {
	color: #0f5aba;
}

/* @end */

div#preload, .hide, .hidden {
	display: none;
	visibility: hidden;
}


