@charset "utf-8";
/* World Gym Kelowna, by Jeff Therrien */

/* OVERALL LAYOUT */
* {margin:0; padding:0;}

*.clear {
	clear: both;
}

html {
	width: 100%;
}

a {
	color: #2266bb;
}

a:visited {
	color: #004477;
}

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

a:active {
	color: #FF0000;
}

body {
	background: #333 url('../images/body-bg.jpg') top center no-repeat;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: "Segoe UI", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

div#container {
	width: 980px;
	background: url('../images/shadow.png') repeat-y;
	margin: 0 auto;
}

div#wrapper {
	width: 930px;
	margin: 0 auto;
}

div#footer {
	width: 930px;
	height: 150px;
	background: #333 url('../images/shadow-bottom.png') bottom no-repeat;
	margin: 0 auto;
	padding: 5px 25px 0 25px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #ccc;
	line-height: 20px;
}

div#footer table {
	margin: 6px auto 0 auto;
	line-height: 1.25;
}

div#footer table td.padright {
	padding-right: 20px;
}

div#footer table a {
	font-size: 0.9em;
	color: #578;
}

div#footer img { /* Payment Icons */
	margin: 0 5px;
}

div#splash {
	width: 100%;
	height: 400px;
	background: #000 url('../scripts/ajax-loader.gif') center no-repeat;
	border-top: #000 2px solid;
	border-bottom: #111 6px solid;
	margin: 0 0 0 0;
}

div#splash.flex {
	height: auto;
	text-align: center;
	background: none;
	padding: 25px 0 0 0;
	border: none;
}

div#splash div#rotate div {
	font-size: 17px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

div#homeinfobar {
	width: 100%;
	display: block;
	background: #111 url('../images/infobar.jpg') top repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 20px;
	font-weight: bold;
	color: #eee;
}

div#homeinfobar table td {
	text-indent: 25px;
}

div#content {
	width: 880px;
	padding: 10px 25px 20px 25px;
	text-align: justify;
	background: #FFFFFF url('../images/content-bg.gif') top repeat-x;
}

div#header {
	width: 100%;
	height: 86px;
	background: #1a1a1a url('../images/header-bg.jpg') top left no-repeat;
	color: #ffffff;
	margin: 0 0 0 0;
	position: relative;
	z-index: 999;
}

/* Grabber */

#grabber {
	background: #000 url('../images/grabber.png') top left no-repeat;
	width: 930px;
	height: 1px;
	position: absolute;
	margin: 402px 0 0 0;
	z-index: 998;
	display: none;
	opacity: 0;
}

#grabber div.close {
	color: #f00;
	background: #000;
	position: relative;
	float: right;
	font-size: 1.2em;
	padding: 3px 10px 4px 6px;
	font-weight: bold;
	cursor: pointer;
}




a#wg-home {
	display: block;
	width: 380px;
	height: 75px;
	background: url('../images/worldgym.png') no-repeat top center;
	margin-top: 7px;
	margin-left: 12px;
	float: left;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	transition: 0.5s ease;
}

a#wg-home:hover {
	background-color: rgba(255,255,255,0.08);
	border-radius: 9px;
	-webkit-transition: 0.1s ease;
	-moz-transition: 0.1s ease;
	transition: 0.1s ease;
}

a#wg-home:active {
	opacity: 0.9;
	background: url('../images/worldgym.png') no-repeat top center;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	transition: 0s;
}



/* MENU */

div#header table {
	position: relative;
	width: 530px;
	top: 16px;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

div#header table td {
	height: 26px;
	min-width: 110px;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-align: center;
}

div#header table td a {
	display: block;
	height: 26px;
	min-width: 110px;
	color: #bbb;
	text-decoration: none;
	vertical-align: middle;
	line-height: 26px;
	outline: none;
	text-shadow: 1px 1px 16px #012;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	transition: 0.5s ease;
	background: center center no-repeat;
}

div#header table td a:hover {
	color: #fff;
	background: rgba(0,0,0,0.2);
	text-shadow: 1px 1px 16px #fdc;
	-webkit-box-shadow: 0px 0px 9px rgba(255,255,255,0.4);
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 0px 9px rgba(255,255,255,0.4);
	-moz-border-radius: 5px;
	box-shadow: 0px 0px 9px rgba(255,255,255,0.4);
	border-radius: 5px;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	transition: 0.2s ease;
}

div#header table td a:active {
	background: rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 12px rgba(255,255,255,0.6);
	-moz-box-shadow: 0px 0px 12px rgba(255,255,255,0.6);
	box-shadow: 0px 0px 12px rgba(255,255,255,0.6);
	-webkit-transition: 0s;
	-moz-transition: 0s;
	transition: 0s;
	color: #ffeebb;
}

div#header table td a.active {
	background: url('../images/menu-hilite.png') center center no-repeat;
	color: #fdd7a0;
}

/* Info boxes on frontpage */

div.infobox {
	width: 320px;
	background-color: #f2f2f2;
	margin: 13px -10px 6px 24px;
	float: right;
	border: solid 1px #eaeaea;
	font-size: 11px;
}

div.infobox h3 {
	color: #777;
	padding: 4px 0 3px 0;
	border-bottom: 1px solid #d4d4d4;
	margin: 0 0 0 0;
	text-align: center;
	background: #e4e4e4 url('../images/h3-bg.jpg') repeat-x top;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	height: 18px;
}

div.infobox p {
	margin: 5px 8px 14px 8px;
	font-size: 13px;
}


table.hours {
	width: 100%;
	font-size: 12px;
	margin: 4px 0 20px 0;
	padding: 0 8px 0 0;
}

table.hours td {
	border-bottom: dotted 1px #888;
	padding: 0 0 0 0;
}

table.hours td span {
	float: right;
	width: auto;
	background: #f2f2f2;
	position: relative;
	top: 4px;
	padding: 0 0 0 4px;
}

table.hours td em {
	float: left;
	width: auto;
	font-style: normal;
	font-weight: bold;
	background: #f2f2f2;
	position: relative;
	top: 4px;
	padding: 0 3px 0 0;
}


div#maps ul {
	margin: 8px 0 0 -40px;
}

div#maps ul li, div#maps ul li a span, div#maps ul li a span span {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	color: #000000;
	background: none;
	height: auto;
	line-height: normal;
	float: left;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
	width: 160px;
	cursor: default;
}

div#maps ul li a:hover span {
	color: #028;
}

div#maps ul li a:hover span span {
	color: #00c;
	cursor: default;
}

div#maps ul li a, div#maps ul li a:hover {
	color: #000000;
	background: none;
}

div#maps div#kelowna, div#maps div#westside {
	width: 100%;
	background: none;
	margin: 6px 0 6px 0;
	padding: 0 0 0 0;
	cursor: default;
}

div#kelowna img, div#westside img {
	width: 100%;
	height: auto;
	border: none;
}

div#kelowna div.mouseover {
	display: block;
	position: absolute;
	margin: 120px 0 0 56px;
	width: 90px;
	height: 80px;
	border: dashed #28f 1px;
	background: url('../images/blank.png');
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

div#kelowna div.mouseover span, div#westside div.mouseover span {
	display: none;
}

div#kelowna div.mouseover:hover span {
	display: block;
	position: absolute;
	background: url('../images/building-shadow.png') no-repeat;
	width: 180px;
	height: 154px;
	padding: 6px 0 0 20px;
	top: -42px;
	left: -58px;
}

div#westside div.mouseover {
	display: block;
	position: absolute;
	margin: 69px 0 0 141px;
	width: 90px;
	height: 80px;
	border: dashed #28f 1px;
	background: url('../images/blank.png');
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

div#westside div.mouseover:hover span {
	display: block;
	position: absolute;
	background: url('../images/building-shadow.png') no-repeat;
	width: 180px;
	height: 154px;
	padding: 6px 0 0 20px;
	top: -42px;
	left: -58px;
}




/* FONT AND CONTENT STYLING */

h1, h2, h3, h4 {
	font-family: Arial, Helvetica, sans-serif;	
}

h1 {
	margin: 0 0 0 0;
	padding: 15px 0 5px 0;
	font-weight: normal;
	font-size: 28px;
	color: #DD3300;
	text-align: left;
	letter-spacing: -1px;
}

h2 {
	letter-spacing: -1px;
	margin: 0 0 0 0;
	padding: 18px 0 10px 0;
	font-weight: normal;
	font-size: 24px;
	color: #DD3300;
}

h3 {
	letter-spacing: -1px;
	margin: 0 0 0 0;
	padding: 25px 0 5px 0;
	font-weight: normal;
	font-size: 18px;
	color: #DD3300;
}

p {
	margin: 0 0 0 0;
	padding: 5px 0px 5px 0px;
	line-height: 1.5em;
}

a {
	outline: none;
}

div#content ul.intro {
	margin: 8px 0 0 20px;
}

div#content ul.intro li {
	margin: 5px 0 5px 5px;
}

/* SPLASH ROTATION TABS */

div#panel-1 {
	background: #000 url('../images/splash1.jpg') center no-repeat;
}

div#panel-2 {
	background: #000 url('../images/splash2.jpg') center no-repeat;
}

div#panel-3 {
	background: #fff url('../images/splash3.jpg') center no-repeat;
	color: #fff;
}

div#panel-4 {
	background: #fff url('../images/splash4_new.jpg') center no-repeat;
	color: #fff;
}

div#panel-5 {
	background: #fff url('../images/splash5.jpg') center no-repeat;
	color: #000000;
}

div#panel-6 {
	background: #000 url('../images/splash6.jpg') center no-repeat;
	color: #000000;
}

div#panel-7 {
	background: #000 url('../images/staff-photo.jpg') center no-repeat;
	color: #000000;
}

div#panel-8 {
	background: #000 url('../images/specials.jpg') center no-repeat;
	color: #000000;
}



div#panel-8.specials div {
	width: 425px;
	height: 300px;
	position: relative;
	top: 58px;
	left: 62px;
	color: #eee;
	font-size: 14px;
	overflow: hidden;
}

div#panel-8.specials div ul {
	margin: 0 0 0 20px;
}

div#panel-8.specials div h1 {
	margin: 0 0 0 0;
	padding: 0 0 15px 0;
	color: #7daaff;
	font-weight: bold;
	font-size: 28px;
}

/* SCHEDULE TABLES */

table.schedule {
	text-align: center;
	background: #ccc url('../images/table-bg.jpg') repeat-x;
}

table.schedule th {
	background: #111111;
	color: #ffffff;
	line-height: 24px;
	-moz-box-shadow: 2px 4px 25px #ddd;
	-webkit-box-shadow: 2px 4px 25px #ddd;
}

table.schedule td {
	background: #eeeeee;
	vertical-align: middle;
	padding: 10px 0 10px 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	-moz-box-shadow: 0px 2px 20px #ddd;
	-webkit-box-shadow: 0px 2px 20px #ddd;
}

table.schedule td:hover {
	color: #bb0000;
	background: #f6f6f6;
	-webkit-transition: 0.2s;
	cursor: default;
}

table td.tdheader:hover {
	color: #FFFFFF;
	background: #c21515 url('../images/schedule-bg.png') repeat-x;
}

table.schedule td strong {
	font-style: normal;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

table td.tdheader {
	background: #c21515 url('../images/schedule-bg.png') repeat-x;
	color: #FFFFFF;
	letter-spacing: 1px;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	text-shadow: 1px 2px 8px #410;
}

table.schedule a {
	color: #a10;	
}

div.downloadschedule {
	float: right;
	padding: 21px 0 0 0;
	font-style: italic;
}

div.downloadschedule a {
	padding-left: 21px;
	background: url('../images/doc_pdf.png') left no-repeat;
}

/* FITNESS SITE LINKS */

a.site-link {
	display: block;
	background: #111 url('../imag1es/site-links-bg.jpg') repeat-x;
	color: #fff;
	padding: 10px;
	width: 408px;
	height: 140px;
	margin: 0 7px 10px 1px;
	float: left;
	text-decoration: none;
	border: solid #777 2px;
	text-align: left;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

a.site-link h3 {
	color: #eee;
	font-size: 19px;
	font-weight: normal;
	border-bottom: dotted #444 1px;
	padding: 0 0 2px 0;
	margin: 0 0 4px 0;
}

a.site-link img {
	width: 132px;
	height: 132px;
	float: left;
	border: 2px solid #000;
	margin: 0 14px 0 0;
}

a.site-link:hover {
	background: #112 repeat-x;
	color: #adf;
	border: solid #46a 2px;
}

a.site-link:hover h3 {
	color: #5af;
	border-bottom: dotted #349 1px;
}

a.site-link:hover img {
	border: 2px solid #258;
}

a.site-link:active {
	background: #038;
}

/* PERSONAL TRAINING BOXES */

div.content-box {
	display: block;
	background-color: #fafcfe;
	border: solid #ccc 1px;
	margin: 0 0 10px 0;
	padding: 2px 12px 12px 12px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 0px 3px 8px #eee;
	-webkit-box-shadow: 0px 3px 8px #eee;
	clear: both;
}

div.content-box:hover {
	background-color: #fcfbfb;
	border: solid #dbb 1px;
}

div.content-box strong {
	font-size: 16px;
	line-height: 24px;
}

div.content-box img.portrait {
	float: right;
	background: url('../images/staff/portrait-shadow2.png') -13px -12px no-repeat;
	padding: 8px 12px 12px 12px;
	margin: 4px 0 5px 15px;
}

div.content-box h5 {
	margin-top: 0.4em;
	padding: 0.3em 0;
	font-size: 1.5em;
	text-shadow: 0px 1px 2px #fff;
}

p.clear {
	margin: 0;
	padding: 0;
	height: 0;
}

li.editable a span {
	color: #cacaca;
}

li.editable a:hover span {
	color: #ff0000;
}

/* COLUMNED CONTENT */

div#content div.c1, div#content div.c2 {
	float: left;
	width: 425px;
}

div#content div.c1 {
	padding-right: 15px;	
}

div#content div.c2 {
	padding-left: 15px;	
}

div.bottom {
	width: 888px;
	background-color: #F2F2F2;
	border: solid 1px #eaeaea;
	font-size: 12px;
}

div.bottom div.c3 {
	width: 400px;
	margin-right: 160px;
	margin-left: 20px;
	float: left;
}

div.bottom div.c4 {
	width: 250px;
	float: left;
}

/* UTILITY */

.red {
	color: #d00;
}

a.surveylink {
	padding-left: 18px;
	margin-left: 4px;
	background: url('../images/balloon_left.png') left no-repeat;
}

/* Memberships */

table.membership_table {
	margin: 0 auto;
	margin-top: 25px;
	border: solid 2px #988;
	-moz-box-shadow: 0px 4px 25px #ddd;
	-webkit-box-shadow: 0px 4px 25px #ddd;
}

table.membership_table th {
	background: #d00;
	color: #fff;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-variant: small-caps;
}

table.membership_table td {
	padding: 8px 16px 8px 16px;
	font-size: 0.85em;
	background: #f0ece9;
	line-height: 1.5em;
}


form#emf-form em {
	font-size: 0.8em;
	line-height: 2em;
	color: #999;
}

form#emf-form table input[type='text'], form#emf-form table textarea {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: solid #aaa 1px;
	line-height: 1.6em;
	-webkit-box-shadow: 0px 1px 4px #ddd;
	-moz-box-shadow: 0px 1px 4px #ddd;
	box-shadow: 0px 1px 4px #ddd;
	-webkit-transition: 0.3s;
}

form#emf-form table input[type='text']:focus, form#emf-form table textarea:focus {
	outline: none;
	border: solid #59d 1px;
	line-height: 1.6em;
	-webkit-box-shadow: 0px 1px 9px #acd;
	-moz-box-shadow: 0px 1px 9px #acd;
	box-shadow: 0px 1px 9px #acd;
}

form#emf-form input[type='submit'] {
	padding: 0.5em 1em;	
	font-size: 1.2em;
}

div.emf-footer {
	opacity:0.5;
	font-style: italic;
	font-size: 0.7em;
}

ol.spacing {
	padding: 0.75em 0 0.5em 2em;
}

ol.spacing li {
	padding-bottom: 0.75em;	
}

/* WORLD OF REWARDS */

table.wor {
	margin: 1.5em 0 0 0;
}

table.wor td {
	width: 33.3%;
}

table.wor img {
	border: dashed 1px #aaa;
	box-shadow: 0px 2px 9px rgba(0,0,0,0.1);
}

/* What we offer */

table.offer {
	width: 895px;
	position: relative;
	text-align: left;
	margin: 1em 0 0 0;
}

table.offer td {
	width: 164px;
	vertical-align: top;
	color: #777;
	padding-right: 15px;
}

table.offer h4 {
	font-size: 1.3em;
	padding: 0.75em 0 0.15em 0;
	margin: 0;
	color: #000;
}

table.offer img {
	outline: solid 2px #ddd;
}

table.offer a {
	background: url('../images/what_we_offer/white.png');
	padding: 7px;
	margin: -9px 0 0 -9px;
	display: block;
	position: absolute;
	width: 164px;
	height: 324px;
}

table.offer a:hover {
	background: url('../images/what_we_offer/blank.png');
	border: solid #adf 2px;
}

