/* @override http://www.advantageconditioning.com/wp-content/themes/advantage_conditioning/style.css */

/* @group Typography & Colors */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #535860;
	text-align: center;
	background: #a0a2a5 url(images/page-bg.png) repeat-x 0 top;
}


#page {
	text-align: left;
	margin: 20px auto;
	padding: 0 0 20px 0;
	width: 960px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: white;
}

.home #page{
	/* HOMEPAGE BACKGROUND BOTTOM RIGHT*/
	/*background: white url(images/marty-cutout.jpg) no-repeat right bottom;*/
}

	
a:focus{
	outline: none;
}

.entry p {
	font-size: 1.05em;
	}

.entry {
	line-height: 1.4em;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}



small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-weight: normal;
	font-style: normal;
	color: #a8a9ad;
}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}
	
h2 .current-page{
	color: #00acf2;
}

#sidebar h2 {
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #a8a9ad;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 0.9em;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {

	}

.commentmetadata {
	font-weight: normal;
	}


small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #9d0a0e;
	text-decoration: none;
	}

a:hover {
	color: #d99e89;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

a.more-link{
	background-color: #00acf2;
	color: #fff;
	padding: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
}

a.more-link:hover{
	background-color: #9d0a0e;
}

/* @end */

/* @group Header */

#header {
	margin: 0px;
	padding: 0;
	height: 100px;
	width: 960px;
	}
	
#subhead{
	height: 35px;
}

#tagline{
	background-color: #00acf2;
	float: left;
	height: 35px;
}

#tagline p{
	color: #fff;
	padding: 0px 10px 0px 50px;
	margin: 8px 0 0 0;
	line-height: 35px;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	
}

#searchform {
	padding: 0px;
	height: 35px;
	text-align: center;
	float: left;
	margin-left: 100px;
}

#searchform input#s{
	width: 200px;
	height: 26px;
	line-height: 26px;
	text-indent: 15px;
	background: url(images/search.png) no-repeat;
	border: none;
	color: #a7a9ac;
	font-size: 14px;
	margin: 4px 0 0 0;
	padding-top: 0px;
}

#searchform input#s:focus{
	outline: none;
}

.contact a{
	float: left;
	height: 26px;
	width: 140px;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	margin: 4px 0 0 30px;	
	color: #a7a9ac;
	background: url(images/contact.png) no-repeat center top;
}

.contact a:hover{
	color: #fff;
	background: url(images/contact.png) no-repeat center center;
}

.contact a:active{
	color: #a7a9ac;
	background: url(images/contact.png) no-repeat center bottom;
}

/* @end */



/* @group Footer */

#footer {
	padding: 0;
	margin: 0 auto;
	width: 960px;
	clear: both;
	}

#footer a{
	color: #fff;
}

#footer p {
	margin: 0;
	padding: 10px 0px;
	text-align: center;
	color: #fff;
	}
	
.copyright{
	margin-left: 20px;
	float: left;
}

.sitecredit{
	float: right;
	margin-right: 20px;
}

/* @end */

/* @group Layout */

body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#content {
	width: 580px;
	float: right;
	font-size: 1.2em;
}

.contentpadding{
	padding-right: 120px;
}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* @end */

/* @group Headers */

h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 40px 0 0;
	}

h2.pagetitle {
	margin-top: 20px;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 20px auto 20px ;
	}

/* @end */

/* @group Images */

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

/* @end */

/* @group Lists */



html>body .entry li {
	margin: 7px 0 8px 10px;
	}



.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
	
	html>body .entry ul {
	margin-left: 0px;
	list-style: disc;
	padding-left: 10px;
	list-style-image: url(images/bullet.png);
}

html>body .entry ul ul {
	list-style-image: url(images/bullet-grey.png);
}

.entry ol ol li{
	list-style-type: lower-latin;
}

/* @end */

/* @group Forms */

#mc_embed_signup{
	color: #fff;
	background-color: #00acf2;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 290px;
	text-align: center;
	float: right;
}

#mc_embed_signup fieldset{
	border: none;
}

input#mc-embedded-subscribe.btn{
	margin: 3px 0 0 0;
}

.form-indented{
	padding-left: 30px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

/* @end */

/* @group Comments */

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

/* @end */

/* @group Sidebar */

#sidebar
{
	font: 1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	float: left;
	margin-top: 40px;
	padding: 0;
	width: 200px;
	}

.sidebarpadding{
	padding-left: 115px;
}

/* @group subnav */

ul#subnav{
	width: 200px;
}

ul#subnav li{
	width: 188px;
	margin-bottom: 5px;
}

ul#subnav li li{
	display: none;
}

ul#subnav li a{
	display: block;
	color: #a7a9ac;
	background-color: #fff;
	padding: 4px 10px;
	font-size: 14px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-transform: lowercase;
}

ul#subnav li a:hover{
	text-decoration: none;
	background-color: #a7a9ac;
	color: #fff;
}

ul#subnav li a:active{
	background-color: #535860;
}

ul#subnav li.current_page_item{
	width: 210px;
}

ul#subnav .current_page_item a{
	color: #00acf2;
	background: #fff url(images/subnav-selected.png) no-repeat right center;
}

ul#subnav .current_page_item a:hover{
	background-color: #fff;
	color: #00acf2;
}

/* @end */

#sidebar ul.sidenav a{
	color: #a7a9ac;
	background: url(images/sidebar-button.png) no-repeat left top;
	width: 188px;
	height: 44px;
	line-height: 44px;
	display: block;
	font-size: 18px;
	text-indent: 15px;
}

#sidebar ul.sidenav a:hover{
	background: url(images/sidebar-button.png) no-repeat left center;
	color: #fff;
	text-decoration: none;
	}
	
#sidebar ul.sidenav a:active{
	background: url(images/sidebar-button.png) no-repeat left bottom;
	color: #a7a9ac;
}

h3.sidenews a{
	width: 188px;
	height: 44px;
	display: block;
	line-height: 44px;
	font-size: 18px;
	text-indent: 15px;
	background: url(images/sidebar-news-header.png) no-repeat left top;
}

h3.sidenews a:hover{
	color: white;
	background: url(images/sidebar-news-header.png) no-repeat left center;
}

.sidenews-mid{
	width: 188px;
	background: url(images/sidebar-news_mid.png) repeat-y;
}

.sidenews-bottom{
	width: 188px;
	height: 44px;
	background: url(images/sidebar-news_bottom.png) no-repeat;
}

#sidebar div.sidenews-mid h3{
	margin: 0;
}

#sidebar div.sidenews-mid h3 a{
	margin: 0;
	padding: 0 0 10px 10px;
	color: #a8a9ad;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
}

#sidebar div.sidenews-mid ul li{
	margin: 0;
}
div.sidenews-mid ul li a{
	margin: 0;
	padding: 5px 10px;
	display: block;
	color: #a8a9ad;
	font-size: 14px;
}

div.sidenews-mid ul li a:hover{
	color: #00acf2;
}

/* @end */

/* @group Calendar */

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

/* @end */

/* @group Various Tags  */

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 40px;
	}

/* @end */

/* @group Captions */

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* @end */

/* @group Home */

.home #content h2{
	display: none;
}

.home #content .entry{
}

.home-heading{
	margin-top: 40px;
	margin-bottom: 40px;
}

.home-heading img{
	margin-left: 45px;
}

.home-heading-text{
	visibility: hidden;
	position: absolute;
}

.home .post-edit-link{
	visibility: hidden;
}

.home #content h3{
	font-weight: normal;
	font-style: normal;
	color: #a8a9ad;
	font-size: 30px;
	margin: 15px 0;
}

/*.home #content p{
	font-weight: normal;
	font-style: normal;
	color: #a8a9ad;
	font-size: 20px;
	line-height: 30px;
	margin: 15px 0;
}*/

.home .contentpadding{
	padding-right: 170px;
}

.home .contentpadding p{
	text-align: left;
}

div.home-contact{
	margin-left: 45px;
	font-size: 1.2em;
	color: #535860;
}

/* @end */

/* @group Dropdown nav */

div.dropdown-menu{
	width: 720px;
	height: 25px;
	margin: 40px 0 10px 120px;
	text-transform: lowercase;
}

div.dropdown-menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

/* 
	LEVEL ONE
*/

ul.dropdown {
	position: relative;
	
}

ul.dropdown li {
	font-weight: bold;
	float: left;
	zoom: 1;
	background: #fff;
}

ul.dropdown a:hover {
	color: #000;
}

ul.dropdown a:active {
	color: #ffa500;
}

ul.dropdown li a {
	display: block;
	padding: 4px 8px;
	border-right: 1px solid #00acf2;
	color: #535860;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
}

ul.dropdown li:last-child a {
	border-right: none;
}

/* Doesn't work in IE */

ul.dropdown li.hover,
ul.dropdown li:hover {
	background: #a7a9ac;
	color: white;
	position: relative;
}

ul.dropdown li.hover a {
	color: white;
	text-decoration: none;
}

/* 
	LEVEL TWO
*/

ul.dropdown ul {
	width: 220px;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
}

ul.dropdown ul li {
	font-weight: normal;
	background: #a7a9ac;
	color: #000;
	/*border-bottom: 1px solid white;*/
	float: none;
}

/* Doesn't work in IE */

ul.dropdown ul li.hover,
ul.dropdown ul li:hover {
	background-color: #535860;
	color: white;
	position: relative;
}

ul.dropdown ul li.hover a {
	color: #white;
	text-decoration: none;
}

/* IE 6 & 7 Needs Inline Block */

ul.dropdown ul li a {
	border-right: none;
	width: 100%;
	display: inline-block;
}

/* 
	LEVEL THREE
*/

ul.dropdown ul ul {
	left: 100%;
	top: 0;
}

ul.dropdown li:hover > ul {
	visibility: visible;
}

/* @end */

/* @group Staff Profiles */

img.content-image{
	float: right;
	margin-left: 20px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.staffGrid {
	background-color: #f0f0f0;
	padding: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	
}

.staffGrid h3{
	margin: 0;
	color: #00acf2;
}

/* @end */

