body {
	font-size: 100%;
}

#header {
	position: relative;
	padding-top: 2.5em;
}
	h1 {
		margin: 0.35em 0 0 0;
		font-size: 2.4em;
		font-style: italic;
		font-weight: bold;
		color: #2110d2;
	}
		h1 span {
			position: absolute;
			top: -1000px;
		}

	#header div.span-6 a {
		position: relative;
		top: -1em;
		left: 2em;
	}

	div.subhead {
		font-size: 1.2em;
		color: #00B2EB;
		font-style: italic;
	}
h2 {
	font-size: 1.6em;
	color: #2110d2;
	font-style: italic;
	font-weight: bold;
}
h3 {
	font-size: 1.4em;
	background-color: #00b2eb;
	color: white;
	font-style: italic;
	clear: both;
	padding: 0.5em 0.75em;
}
/*
h3 {
	font-size: 1.4em;
	color: #00b2eb;
	font-style: italic;
	clear: both;
}
*/
h4 {
	font-size: 1em;
	font-weight: bold;
}
table {
	width: 100%;
	border: 0;
	clear: both;
}
th {
	vertical-align: top;
}
td {
	vertical-align: top;
}
blockquote {
	margin: 1em auto;
	width: 30%;
	border: 2px #00b2eb solid;
	border-width: 2px 0;
	padding-top: 1.2em;
	font-size: 110%;
	float: right;
}

table.col4 td {
	width: 25%;
}
table.col3 td {
	width: 34%;
}

body.post-classes #content-box th,
body.post-programs #content-box th {
	padding: 0.5em;
	border-left: 1px white solid;
	vertical-align: bottom;
}
body.post-classes #content-box td,
body.post-programs #content-box td {
	border-left: 1px #00b2eb solid;
	padding: 0.5em;
}
/*
body.post-classes #content-box td {
	width: 25%;
}
body.post-programs #content-box td {
	width: 34%;
}
*/
body.post-classes #content-box th:first-child,
body.post-classes #content-box td:first-child,
body.post-programs #content-box th:first-child,
body.post-programs #content-box td:first-child {
	border: 0;
}

#nav {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1em;
}
	#nav li {
		display: inline;
		color: #00B2EB;
	}
		#nav a {
			text-align: center;
			display: block;
			padding: 0.1em 1em 0.2em 1em;
			float: left;
			border-left: 1px #00b2eb solid;
		}
		#nav li:first-child a {
			border: 0;
		}
		#nav li.current_page_item a {
			background-color: #2110d2;
			color: white;
			text-decoration: none;
		}

#content-box {
	position: relative;
}
#home #content-box {
	margin-top: 1em;
	min-height: 600px;
	background: #00b2eb url(../images/subhead-fun.png) no-repeat center center;
}
#content-frame {
	border: 20px #00B2EB solid;
	padding: 21px;
}

#home #content-frame {
	position: absolute;
	top: 0;
	z-index: 50;
}
#inner-msg {
	z-index: 100;
	position: absolute;
	top: -1.8em;
	left: 0;
	right: 0;
	text-align: center;

	display: none;
}
	#inner-msg p {
		border: 5px #00B2EB solid;
		background-color: #FFF19F;
		padding: 10px;
		font-weight: bold;
		font-style: italic;
		display: inline;
	}

#home #content-frame {
	height: 520px;
}
	#slideshow ul {
		list-style-type: none;
		margin: 10px 0 0 10px;
		display: none;
	}
		#slideshow li {
			margin: 0;
			height: 580px;
			overflow: hidden;
		}
		#slideshow li a {
			display: block;
		}
		#slideshow li img {
			width: 928px;
		}

	#inner-nav {
		position: relative;
		z-index: 100;
	}
		div.pillar {
			font-size: 1.1em;
			margin-right: 0;
			width: 217px;
			height: 520px;
			position: relative;
		}
			div.pillar a {
				display: block;
				padding: 1em 2em;
				font-weight: bold;
				text-align: center;
				height: 27px;
			}
			div.pillar div {
				display: none;
				padding: 10px;
				font-size: 0.8em;
				height: 440px;
				opacity: 0.7;
			}
			div.pillar ul {
				margin: 0;
				list-style-type: none;
				position: absolute;
				bottom: 10px;
				right: 10px;
			}
			div.pillar ul li {
				text-align: right;
				margin: 0;
				padding: 0;
			}
			div.pillar ul li a {
				display: inline;
				padding: 0.5em 0;
				height: auto;
			}
				div#nav-fitness div,
				div#nav-fitness a.nav {
					background-color: #2110d2;
					color: white;
				}
					div#nav-fitness div a,
					div#nav-fitness div a:visited {
						color: white;
					}
				div#nav-technique div,
				div#nav-technique a.nav {
					background-color: #00B2EB;
				}
				div#nav-potential div,
				div#nav-potential a.nav {
					background-color: yellow;
				}
				div#nav-testimonials div,
				div#nav-testimonials a.nav {
					background-color: orange;
				}

	#inner-offer {
		position: absolute;
		border: 5px #00B2EB solid;
		background-color: #FFF19F;
		padding: 10px;
		font-weight: bold;
		font-style: italic;
		bottom: 1em;
		right: -3em;
		z-index: 100;
	}

body.post-fitness #content-frame {
	border-color: #2110d2;
}
body.post-technique #content-frame {
	border-color: #00B2EB;
}
body.post-potential #content-frame {
	border-color: yellow;
}
body.post-testimonials #content-frame {
	border-color: orange;
}
body.post-testimonials blockquote {
	width: auto;
}


body.blog h2,
body.single h2 {
	margin: 0;
}
.post-timestamp {
	margin: 0.2em 0 1em 0;
	font-size: 80%;
	font-style: italic;
	color: gray;
}


#footer {
	clear: both;
	margin: 1.2em 0;
	line-height: 2em;
	font-size: 80%;
}
	#footer p {
		font-size: 100%;
	}
	#footer p.location {
		text-align: center;
	}
	#footer p.copyright {
		float: left;
	}
	#footer p.phone {
		float: right;
		font-size: 2em;
		margin: 0;
	}


.alignright {
	float: right;
	margin: 0 0 1em 1em;
}
