/* Globals
================================================ */
* {
	margin: 0;
	padding: 0; 
	border: 0; 
	outline: 0; 
	font-weight: inherit; 
	font-style: inherit; 
	font-size: 100%; 
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
	font-family: sans-serif;
	color: #444444;
}
body {
	font-size: 14px; 
	height: 100%;
	background: url('/img/flowers.jpg') repeat top left;
}
a:visited,
a:hover,
a {
	text-decoration: none;
}
.left {
	float: left;
}
.aright {
	text-align: right;
}
.aleft {
	text-align: left;
}
.aright {
	float: right;
}

.center {
	text-align: center;
}
.clearer {
	clear:both;
}
.lclearer {
	clear: left;
}
.rclearer {
	clear: right;
}
.logo {
	height: 75px;
	margin: 10px;
	float: left;
}
h1 {
	font-size: 38px;
	text-transform: uppercase;
	margin-top: 50px;
	margin-left: 100px;
	color: #aaa;
}
.clearer {
	clear:both;
	display: table;	
}
p {
	line-height: 1.5em;
	font-size: 14px;
	margin: 10px 10px 0px 10px;
}
strong {
	font-weight: 900;
}
#content a {
/*	border-bottom: 1px solid #444;*/
}
h2, span.new {
	font-weight: 900;
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 5px;
}
#coaching h2 {
	display: inline;
	margin-right: 10px;
}
#flag {
	width: 22px;
	height: 16px;
	margin-top: 7px;
	cursor: pointer;
}
a.link, u, span.new {
	text-decoration: underline;
}
span.new {
	font-style: italic;
}
/* Layout
================================================ */
#main {
	margin: 10px auto 10px;
	width: 780px;
	background: #ffffff url('/img/flower.jpg') no-repeat top right;
	border: 1px solid #e7e7e7;
	clear: both;
	padding-bottom: 10px;
}

/* Navigation
================================================ */
.navigation {
	list-style: none;
	clear: both;
	margin: 10px auto;
	text-align: center;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 4px;
}
.navigation li {
	display: inline; /* IE6 fix */
} 
.navigation li a {
/*	float: left; */
	display: inline; 
	font-weight: 600; 
	text-decoration: none; 
	text-transform: uppercase;
	font-size: 14px;
	margin:5px 0;
	padding: 5px 20px 5px 20px;
	text-align: center;
}
.navigation li a:hover,
.navigation li a:hover {
	background-color:#111111;
	color: #ffffff;
}

/* Home
================================================ */
#home {
	background: #ffffff;
}
#home #main        
{
	background: #ffffff;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	display: block;
	border: none;
}

#home #center    
{
	margin-left: -390px;
	position: absolute;
	top: -220px;
	left: 50%;
	width: 780px;
	height: 440px;
}

#home img.home {
	display: none;
}
#home .navigation {
	display: none;
}

/* Information
================================================ */
#information {
	width: 780px;
}
#information b {
	font-weight: 900;
}
#information table {
	text-align: center;
}
#waterbrand {
	width: 400px;
	background-position: top center;
	background-repeat: no-repeat;
	min-height: 570px;
	padding-top: 50px;
	margin: 0 auto;
}
#information td {
	padding: 15px;	
	text-align: center;
}
.footer {
	clear: both;
	font-size: 10px;
	text-align: center;
	padding-top: 25px;
	margin-right: 10px;
	color: #aaa;
}

/* Information & Video
================================================ */
#profile img {
	margin: 10px 0px 0px 10px;
	padding: 3px;
	width: 200px;
	border: 1px solid #aaa;
}
#profile {
	float: left;
}
#description {
	padding-top: 10px;
	width: 550px;
	float: right;
	text-align: left;
	padding-left: 10px;
}
#description h3 {
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1.5em;
}
#gallery p {
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 10px;
	font-weight: normal;
}
#gallery b {
	font-weight: 900;
}
.player {
	display:block;
	width:520px;
	height:390px;
	margin: 20px auto 0;
	text-align: center;
}
/* Gallery
================================================ */
#polaroids #gallery {
	width: 740px;
	clear: both;
}
#gallery ul, .photos ul {
	list-style: none;
}
#gallery ul li, #faces td, .photos ul li {
	text-align: center;
	width: 125px;
}
#gallery ul li, .photos ul li {
	display: inline;
}
#gallery ul img, #faces td img, .photos ul img {
	border: 1px solid #aaa;
	padding: 3px;
	margin: 30px 10px 10px 10px;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#gallery ul img, #faces td img {
	height: 125px;
}
.photos ul img {
	height: 200px;
}
#gallery ul a:hover img, #faces td a:hover img, #gallery a:hover img.profile, .photos ul a:hover img {
	border-color: #888;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

/* Coaching Story BehindTheScenes
================================================ */
#content {
	margin: 10px 10px 0px 10px;
	padding-top: 10px;
	clear: both;
}
#content ol {
	clear: both;
	margin: 0px 0px 20px 25px;
	padding-top: 10px;
}
#content li {
	list-style-type: decimal;
	margin-bottom: 5px;
}
#content li a{
	padding: 2px ;
	font-weight: 900;
}
#coaching li a:hover {
	background-color:#111111;
	color: #ffffff;
	font-weight: 900;
}
#content ul li {
	line-height: 1.5em;
	font-size: 14px;
	margin: 0;
	padding: 0;
	list-style: disc;
}
.story {
	background: #ffffff url('/img/story.jpg') top left no-repeat;
	height: 520px;
	text-align: center;
}
.story * {
	line-height: 2.0em;
}
.contact {
	background: #ffffff url('/img/contact.jpg') top left no-repeat;
	height: 520px;
}
.discovered input, .discovered textarea {
	border: 1px solid #bbb;
	margin-right: 10px;
	width: 100%;
}
.discovered #form  {
	width: 450px;
	float: left;
	margin-top: 20px;
	margin-right: 30px;
	background-color: #eee;
	border: 1px solid #bbb;
	min-height: 250px;
}
.discovered td.check input {
	border: none;
}
.discovered #guide {
}
.discovered td {
	width: 90px;
	padding: 10px 10px 10px 10px;
	text-align: left;
}
.discovered td.w3 {
	width: 310px;
}
.discovered td.w4 {
	width: 426px;
}
table.photos {
	width: 780px;
}
table.photos td {
	width: 390px;
	text-align: center;
	vertical-align: middle;
}

/* Admin
================================================ */
#admin #main *{
	border: none;
	margin: 0;
	padding: 0;
}
#admin input {
	border: 1px solid #bbb;
	width: 100%;
}
#admin div.login {
	width: 400px;
	margin: 0 auto;
}
#admin div.login table{
	width: 400px;
}
#admin div.login input {
	width: 200px;
}
#admin img.photo {
	height: 100px;
}
#admin td, #admin th {
	vertical-align: middle;
	padding-left: 10px;
	padding: 5px;
	width: 10%;
}
#admin th {
	font-weight: 900;
	text-transform: capitalize;
	font-size: 18px;
}
#admin a, #admin input.button {
	border: 1px solid #bbb;
	padding: 1px 10px;
	background-color: #eee;
	margin-left: 5px;
}
#admin input.button {
	margin: 0;
	padding: 0;
	width: 80%;
}
#admin a:hover {
	background-color: #ddd;
}
#admin table {
	width: 760px;
	text-align: center;
}
.edit {
	border: 1px solid #eee;
	margin: 10px 10px 30px 10px;
	background-color: #fafafa;
	padding: 10px ;
}
#admin img.deletefile {
	cursor: pointer;
}
#admin table.models {
	border: 1px solid #eee;
	margin: 10px 10px 30px 10px;
	background-color: #fafafa;
	padding: 10px ;
}
#admin td.width7 {
	width: 600px;
}
#admin td.width7 input {
	width: 30%;
	height: 25px;
	margin: 10px;
}
#admin td.lined input {
	width: 200px;
}
/* LightBox
================================================ */
#jquery-overlay
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img
{
	border: none;
}
#lightbox-container-image-box-top
{
	width: 100%;
}
#lightbox-container-image-box-top-left
{
	width: 10%;
	height: 1px;
	position: relative;
	margin: 0 auto;
	float: left;
	z-index: 10;
	display: inline;
	text-align: left;
}
#lightbox-container-image-box-top-middle
{
	width: 80%;
	padding-top: 5px;
	height: 5px;
	position: relative;
	margin: 0 auto 0 0px;
	float: left;
	z-index: 5;
	display: inline;
}
#lightbox-container-image-box-top-middle div.progress
{
	width: 80%;
	padding-top: 5px;
	height: 5px;
	position: relative;
	margin: 0 auto 0 0px;
	float: left;
	background-color: #e4e4e4;
	z-index: 5;
	display: inline;
}
#lightbox-container-image-box-top-right
{
	width: 10%;
	height: 1px;
	position: relative;
	margin: 0 auto;
	float: right;
	text-align: right;
	z-index: 10;
	display: inline;
}
#lightbox-container-image-box
{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image
{
	height: 100%;
	padding: 10px;
}
#lightbox-loading
{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav
{
	position: absolute;
	top: 32px;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav
{
	left: 0;
}
#lightbox-nav a
{
	outline: none;
}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext
{
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev
{
	left: 0;
	float: left;
}
#lightbox-nav-btnNext
{
	right: 0;
	float: right;
}
#lightbox-container-image-data-box
{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
	text-align: left;
}
#lightbox-container-image-data #lightbox-image-details
{
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption
{
	font-weight: bold;
	display: block;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
}
#lightbox-image-details-currentNumber
{
	display: block;
	clear: left;
	padding-bottom: 1.0em;
	display: inline;
	height: 16px;
	line-height: 16px;
	vertical-align: middle;
}
#lightbox-image-details-previous-image, #lightbox-image-details-previous-text, #lightbox-image-details-next-image, #lightbox-image-details-next-text
{
	display: inline;
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	cursor: pointer;
	cursor: hand;
}
