/* ---------------------------------------------------------------------------------------------------------

Applicable Coaching
http://www.applicablecoaching.com/

Design + Code + Database Structure + Interactivity + Management:

Thomas Bright and Tony Scialdone
http://www.dotcomonomics.com/

--------------------------------------------------------------------------------------------------------- */


/* Universal Declarations */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; }
body * { position: relative; }
html { background : url(null) fixed no-repeat; } 			/* this fixes an IE problem. Scrolling some pages causes corruption in the rendering. */
:focus { outline: 0; background: #ccc; }					/* remember to define focus styles! */
table { border-collapse: collapse; border-spacing: 0; } 		/* tables still need cellspacing="0" in the markup */



/* Block Level Elements */

html {
	height: 100%;
	background: #2f3c5e url(../images/bg_body.jpg); }

body {
	margin: 0;
	padding: 0 0 77px 0;
	background: #2f3c5e url(../images/bg_body.jpg);
	font-size: 100.01%; }

#wrap {
	margin: 49px auto 0 auto;
	width: 914px;
	font: 0.7em/1.5em verdana, arial, sans-serif; }

#header {
	width: 914px;
	height: 389px;
	background: #aeaeae url(../images/bg_header.jpg) no-repeat center top; }

#contentwrap {
	float: left;
	padding: 0 0 49px 0;
	width: 914px;
	background: url(../images/bg_content.jpg) repeat-y left top; }

#primary {
	float: left;
	left: 48px;
	width: 536px; }

#related {
	margin: 28px auto;
	padding: 14px 14px 14px 21px;
	background: #ccc;
	border: 1px solid #666; }

#secondary {
	float: right;
	right: 48px;
	width: 250px; }

#footer {
	clear: both;
	margin: 0 auto;
	padding: 50px 0 0 0;
	width: 914px;
	height: 200px;
	background: url(../images/bg_footer.jpg) no-repeat left top; }


/* Nav Styles */

a:link,
a:visited,
a:active {
	text-decoration: underline;
	font-size: 100%;
	color: #00f; }
a:hover {
	text-decoration: none;
	color: #f00; }

#header a {
	display: block;
	width: 100%;
	height: 100%; }

.nav {
	margin: 28px 0 0 0;
	padding: 7px 0;
	width: 250px;
	height: auto;
	text-align: left; }

.nav li {
	margin: 4px 7px;
	padding: 0;
	background: #ccc;
	text-align: left;
	text-indent: 0;
	list-style-type: none;
	border: 1px solid #313e60;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; }

.nav li.empty {
	margin: 0 7px;
	padding: 0;
	background: #fff;
	border: 0;
	cursor: default; }

.nav a:link,
.nav a:visited,
.nav a:active {
	display: block;
	margin: 0;
	padding: 4px 7px;
	text-decoration: none;
	color: #000; }
.nav a:hover {
	background: #fc3; }

.nav a span {
	display: block;
	color: #313e60;
	text-transform: uppercase; }

#related a { font-size: 118%; }

#categories {
	margin: 7px 0 0 0;
	padding: 7px 0;
	width: 250px;
	height: auto;
	background: #313e60;
	text-align: left; }

#categories li {
	margin: 0 7px;
	padding: 0;
	background: #ccc;
	text-align: left;
	text-indent: 0;
	list-style-type: none; }

#categories li.empty { cursor: default; }

#categories a:link,
#categories a:visited,
#categories a:active {
	display: block;
	margin: 0;
	padding: 4px 7px;
	text-decoration: none;
	color: #313e60;
	text-transform: uppercase; }
#categories a:hover {
	background: #313e60;
	color: #fc3; }

a#admin {
	color: #999;
	text-decoration: none; }

/* Headlines */

h1 {
	margin: 14px 0 7px 0;
	font: normal 265%/1em arial, sans-serif;
	color: #006;
	letter-spacing: -1px; }

h2 {
	margin: 28px 0 7px 0;
	font: normal 218%/1em arial, sans-serif;
	color: #006; }

h2#blogCats {
	margin: 21px 0 0 0; }

#related h2 { margin: 0; }

h3 {
	margin: 14px 0 0 0;
	font: bold 145%/1.5em arial, sans-serif;
	color: #006;
	letter-spacing: -1px;	}

h4 {
	margin: 14px 0 0 0;
	font: bold 136%/1.5em arial, sans-serif;
	color: #006;
	letter-spacing: -1px;	}

h5 {
	margin: 14px 0 0 0;
	font: bold 136%/1.5em arial, sans-serif;
	color: #006;
	letter-spacing: -1px; }

h1+p, h1+ul, h1+dl,
h2+p, h2+ul, h2+ol, h2+dl,
h3+p, h3+ul, h3+ol, h3+dl,
h4+p, h4+ul, h4+ol, h4+dl,
h5+p, h5+ul, h5+ol, h5+dl { margin-top: 4px; }



/* Paragraphs */

p {
	margin: 14px 0px 0 0px;
	line-height: 1.5em;
	text-align: justify; }

#footer p {
	font-size: 80%;
	color: #999;
	text-align: center;
	letter-spacing: 2px;
	font-variant: small-caps; }



/* Unordered Lists */

ul {
	list-style-position: outside;
	margin: 14px 28px 0 42px; }

ul li { text-align: justify; }


ul.subnav { 
	display: none; 
	margin: 0;
	padding: 0;
	width: 100%; }
	
ul.subnav li {
	margin: 0 14px 4px 35px; }
	
ul.subnav li a span {
	display: block;
	color: #313e60;
	text-transform: uppercase; }

body#Professional_Athletes ul#subath,
body#Coaches ul#subath,
body#Agents ul#subath,

body#Professional_Accountability_Partner_Program ul#subprof,
body#Doctors ul#subprof,
body#Lawyers ul#subprof,
body#Executives ul#subprof { 
	display: inherit; }


/* Ordered Lists */

ol {
	list-style-position: outside;
	margin: 28px 28px 0 42px; }

ol li {
	margin: 14px 0 0 0;
	text-align: justify; }

ol ul {
	margin: 7px 28px 21px 28px;
	list-style-type: disc; }



/* Definition Lists */

dl {
	list-style-position: inside;
	margin: 14px 28px 0 42px; }

dt {
	font-weight: bold;
	font-size: 118%; }

dd {
	margin-left: 14px; }



/* Images */

.pic {
	display: block;
	margin: 14px auto;
	padding: 4px;
	background: #fff;
	border: 1px solid #000; }


/* Blockquotes */

blockquote {
	margin: 21px auto;
	border-top: 0px solid #666; border-bottom: 1px solid #666; }

#secondary blockquote img {
	display: block;
	margin: 14px auto;
	padding: 4px;
	background: #fff;
	border: 1px solid #313e60; }

blockquote p {
	margin: 0;
	padding: 14px;
	background: url(../images/quotes.gif) no-repeat 5px 10px;
	font-weight: bold;
	color: #006; }

#secondary blockquote p {
	padding: 0;
	background-image: none; }

blockquote cite {
	display: block;
	margin: 7px 14px 7px 0;
	font: normal normal normal 80%/1.5em verdana, arial, sans-serif;
	color: #313e60;
	text-align: right;
	text-transform: uppercase; }
	
blockquote.ath { display: none; }
body#Professional_Athletes blockquote.test { display: none; }
body#Professional_Athletes blockquote.ath { display: inherit; }



/* Forms */

form {
	margin: 21px; }

#commentForm { margin: 35px 0 0 0; }

label {
	clear: both;
	display: block;
	margin: 0;
	font-weight: bold;
	color: #4071a9;
	text-transform: uppercase; }

input {
	display: block;
	margin: 0 0 14px 0;
	padding: 4px;
	width: 200px;
	background: #fff;
	font: bold 100%/1.3em tahoma, verdana, arial, sans-serif;
	color: #00448d;
	border: 1px solid #c2c2c2; }

input[type $='hidden'] { display: none; }
input#paypalpay {
	width: auto;
	border: 0; }

#cappydiv input {
	clear: both;
	display: block;
	margin: 14px 0 0 0;
	padding: 2px 7px;
	width: auto;
	background: #00448d;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-transform: uppercase; }

#cappy { margin-top: 4px; }

img[src $='includes/capimage.php'] { top: 10px; left: 4px; }

textarea {
	clear: both;
	display: block;
	overflow: auto;
	margin: 0 0 7px 0;
	padding: 4px 4px 0 4px;
	width: 400px;
	height: 100px;
	background: #fff;
	font: normal 100%/1.3em tahoma, verdana, arial, sans-serif;
	color: #00448d;
	border: 1px solid #c2c2c2; }

textarea[name $='comment'] { margin: 0px 0 0 0; }


select {
	margin: 7px 0 7px 0;
	background: #fff;
	border: 1px solid #c2c2c2; }

input[type $='submit'] {
	clear: both;
	display: block;
	margin: 14px 0 0 0;
	padding: 2px 7px;
	width: auto;
	background: #00448d;
	font-weight: bold;
	color: #fff;
	text-align: center;
	text-transform: uppercase; }

#secondary input[type $='submit'] { margin-top: 7px; }


/* Classes and Stuff */

.bold { font-weight: bold; }

.right { text-align: right; }
.left { text-align: left; }
.center {
	display: block;
	margin: 0 auto;
	text-align: center; }

.red { color: #f00; }

strong { color: #006; }
em { font-variant: italic; }

.ccards {
	display: block;
	margin: 14px; }

/* Header Variations */


body#Confession_Coach div#header { background: url(../images/bg_header_confession.jpg) no-repeat left top; }
body#Doctors div#header { background: url(../images/bg_header_drs.jpg) no-repeat left top; }
body#Executives div#header { background: url(../images/bg_header_execs.jpg) no-repeat left top; }
body#Lawyers div#header { background: url(../images/bg_header_law.jpg) no-repeat left top; }
body#Life_Coaching div#header { background: url(../images/bg_header_couple.jpg) no-repeat left top; }
body#Professional_Accountability_Partner_Program div#header { background: url(../images/bg_header_prof.jpg) no-repeat left top; }
body#Professional_Athletes div#header,
body#Coaches div#header,
body#Agents div#header { background: url(../images/bg_header_ath.jpg) no-repeat left top; }
body#Relationship_Coaching div#header { background: url(../images/bg_header_relationships.jpg) no-repeat left top; }


body#index li.home a,
body#About_Mike li.about a,
body#Agents li.agents a,
body#Coaches li.coaches a,
body#Doctors li.drs a,
body#Executives li.execs a,
body#FAQ li.faq a,
body#Lawyers li.law a,
body#Life_Coaching li.life a,
body#Professional_Accountability_Partner_Program li.pap a,
body#Professional_Athletes li.athletes a,
body#Relationship_Coaching li.rel a,
body#Confession_Coach li.confess a,
body#Coaching_Fees_and_Policies li.fees a,
body#Contact_Mike li.contact a,

#secondary.blog li.blog a {
	background: #fc3; }






