/*
Theme Name: xGym.com
Theme URI: http://designer-web.com
Description: Theme for the xGym.com website
Version: 1.0
Author: Matt Schwartz, Dan Ward
Author URI: http://designer-web.com/
Tags: Xgym, custom header, fixed width, two columns, widgets


	This theme was designed and built by Matt Schwartz, and Dan Ward
	http://www.designer-web.com
*/



@charset "utf-8";
/* CSS Document */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

a {
	color: #fff;
	text-decoration: none;
	}

body {
	background: #d7d7d7 url(images/sliver-brand.png) repeat-x top;
	border-left: solid 20px #00426e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	}

h1, h2, h3 {
	color: #1a78bb;
	font-size: 16px;
	font-weight: bold;
	margin: 12px 0;
	}

h4, h5, h6 {
	color: #dc392a;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0;
	}

a img {
	border: none;
	}

/* remove dotted line on clicked links in FF */

img,
a img,
a:link,
a:visited,
a:hover,
a:active {
	outline: none;
	}


em {
	font-style: italic;
	}

label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}


.absolute {
	position: absolute;
	z-index: 75;
	}

/* Clearfix */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}

.clearfix {
	display: inline-block;
	}

* html .clearfix {
	height: 1%;
	}

.clearfix {
	display: block;
	}

/* End Clearfix */

#wrapper {
	position: relative;
	}

#brand {
/*	background: url(images/sliver-brand.png) repeat-x;
*/	color: #fff;
	height: 189px;
	line-height: 130%;
	position: relative;
	width: 974px;
	}

	#brand a:hover {
		text-decoration: underline;
		}

/* ---- global and local link styles --- */

ul#l-nav-links, ul#g-nav-links {
	list-style: none;
	margin: 0;
	width: 974px;
	}

	ul#l-nav-links li, ul#g-nav-links li {
		display: block;
		float: left;
		list-style-image: none;
		}

.global-nav {
	background: url(images/sliver-global.png) repeat-x;
	height: 43px;
	padding: 0 0 0 240px;
	position: relative;
	}

	.global-nav a {
		display: block;
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15px;
		font-weight: bold;
		height: 30px;
		padding: 13px 11px 0;
		text-decoration: none;
		}

	.global-nav a:hover {
		background: url(images/sliver-global-active.png) repeat-x;
		}

	.global-nav ul li img {
		float: left;
		}

.local-nav {
/*	background: url(images/sliver-local.png) repeat-x;
*/
	background: #363636;
	border-top: solid 1px #fff;
	font-size: 12px;
	height: 24px;
	padding: 1px 0 0 240px;
	}

	.local-nav a {
		display: inline-block;
		padding: 4px 10px 1px;
		text-decoration: none;
		}

	.local-nav a:hover {
		color: #ff0000;
		}

#main {
	position: relative;
	width: 974px;
	}

	#container {
		background: #d7d7d7;
		float: left;
		width: 974px;
		}

		div.slideshow {
			margin: 15px 0;
			}

		#supplement {
			float: left;
			padding: 7px 0 20px 7px;
			position: relative;
			width: 248px;
			}

			.supplement-sections {
				color: #fff;
				height: 100px;
				padding: 40px 0 0 10px;
				position: relative;
				width: 216px;
				z-index: 50;
				}

				.supplement-sections table {
					margin: 0 auto;
					width: 210px;
					}

				.supplement-sections table input {
					border: solid 1px #666;
					font-size: 12px;
					height: 15px;
					}

				.supplement-sections table tr td {
					vertical-align: middle;
					}

				img#signinBtnImg {
					border: none;
					height:23px;
					left: 154px;
					position: absolute;
					width:64px;
					z-index: 55;
					} 
					
				input#sigininClickArea {
					background: transparent;
					border: none;
					cursor: pointer;
					height:23px;
					/*left: 154px;
					position: absolute;*/
					width:64px;
					z-index: 60;
					}
/* */					
				img#submitBtnImg {
					border: none;
					height:23px;
					left: 154px;
					position: absolute;
					width:64px;
					z-index: 55;
					} 
					
				input#submitClickArea {
					background: transparent;
					border: none;
					cursor: pointer;
					height:23px;
					/*left: 154px;
					position: absolute;*/
					width:64px;
					z-index: 60;
					}
					
/*				img#submitBtn {
					margin-right: 3px;
					}	
*/
		#content-box-static {
			background: url(images/bg-min-height-static.png) no-repeat;
			float: left;
			margin: 7px 0 0;
			min-height: 520px;
			width: 483px;
			}

			#content {
				background: #fff;
				border-right: solid 20px #fff;
				border-left: solid 20px #fff;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 12px;
				line-height: 150%;
				margin: 8px 0 0;
				position: relative;
				width: 443px;
				}

				#content a {
					color: #0066CC;
					}

				#content-wide p {
					margin:10px 0 10px 0;
					}



			#page-bottom {
				background: url(images/round-page-bottom.png) no-repeat;
				border-top: solid 20px #fff;
				height: 3px;
				margin: 0 0 10px;
				position: relative;
				width: 483px;
				}

			#locations {
				float: left;
				height: 100px;
				padding: 7px 0 0 0;
				position: relative;
				width: 236px;
				}

				.location-thumb {
					height: 116px;
					margin: 0 0 3px 20px;
					position: relative;
					width: 189px;
					}

				.details {
					background: green;
					color: #000;
					display: none;
					height: 274px;
					width: 525px;
					}

					.details p {
						float: right;
						line-height: 140%;
						margin: 35px 6px 0 0;
						width: 160px;
						}

					.details a {
						color: #dc392a;
						float: right;
						text-decoration: underline;
						width: 160px;
						}

					.details a.email {
						color: #0000ff;
						}

					.details .location-name {
						font-size: 12px;
						font-weight: bold;
						}

					.founded {
						color: #1a78bb;
						font-size: 12px;
						}

				#alki, #belltown, #kirkland, #bootcamp {
					bottom: 7px;
					right: 180px;
					z-index: 999;
					}

				#alki {
					background: url(images/alki-all.png);
					}

				#belltown {
					background: url(images/belltown-all.png);
					}

				#kirkland {
					background: url(images/kirkland-all.png);
					}
				#bootcamp {
					background: url(images/bootcamp-all.png);
					}


		#content-box-static-wide {
			background: url(images/bg-min-height-static-wide.png) no-repeat;
			float: left;
			margin: 7px 0 0;
			min-height: 520px;
			width: 715px;
			}

			#content-wide {
				background: #fff;
				border-right: solid 20px #fff;
				border-left: solid 20px #fff;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 12px;
				line-height: 150%;
				margin: 8px 0 0;
				position: relative;
				width: 675px;
				}

				#content-wide a {
					color: #0066CC;
					}
				#content-wide p {
					margin:10px 0 0px 0;
					}

				#content-wide .chart {
					border:1px solid grey;
				}
				#content-wide .chart td{
					border:1px solid grey;
					padding:2px;
					vertical-align: middle;
				}
				#content-wide .chart td li{
					float:none;
					list-style-position:inside;
				}

			#page-bottom-wide {
				background: url(images/round-page-bottom-wide.png) no-repeat;
				border-top: solid 20px #fff;
				height: 3px;
				margin: 0 0 10px;
				position: relative;
				width: 715px;
				}


#site-info {
	background: url(images/sliver-site-info.png) repeat-x;
	color: #fff;
	clear: both;
	height: 43px;
	padding: 26px 0 0 255px;
	}

	#site-info a {
		text-decoration: none;
		}

		#site-info a:hover {
			text-decoration: underline;
			}
.local-nav ul ul li {
border-left:1px solid black;
border-right:1px solid #4d4d4d;

}
