/*
Theme Name: Gold's Gym
Theme URI: http://www.goldsgym.com/
Description: The default Gold's Gym theme by Sebo Marketing.
Version: 1.0
Author: Sebo Marketing
Author URI: http://www.sebomarketing.com
Tags: blue
*/



/* --------------------
Reset Code
-------------------- */

html, body,
div,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
form, fieldset, input,
img,
p, blockquote {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

h1, h2, h3, h4, h5, h6 {
	font-size:1em;
	font-weight:normal;
	font-style: normal;
}

ul, ol {
	list-style: none;
}

img {
	border:none;
}

fieldset {
	border:none;
}

strong, label {
	font-weight: bold;
}

em {
	font-style: italic;
}



/* --------------------
Element Styles
-------------------- */

body {
	font-family:Arial, Helvetica, san-serif;
	font-size:14px;
	color:#000000;
}

p {
	margin:0 0 1.2em 0;
	line-height:1.2em;
}

a:link {
	/*padding-right:15px;*/ /* What is this for? */
	color:#000;
}
a:visited, a:active {
	color:#000;
}
a:hover { 
	color:#000;
	text-decoration:none;
}

:focus {
	outline:none;
}


h1 {
	margin-bottom:24px;
	padding-top:6px;
	font-size:140%;
}
	h1 a {
		text-decoration:none;
	}
	h1 a:hover {
		text-decoration:underline;
	}

h2 {
	margin-bottom:24px;
	padding-top:6px;
	font-size:125%;
	font-weight:bold;
}
	h2 a {
		text-decoration: none;
	}
	h2 a:hover {
		text-decoration:underline;
	}

h3 {
	font-size:15px;
	padding:0px 0px 10px 0px;
	font-family: Arial Black, Arial, sans-serif;
}

img {
	
}

.hr {
	margin:1.4em 0;
	border-bottom:1px solid #233C55;
}

.hr2 {
	margin:1.4em 0;
	border-bottom:1px solid #436689;
}



/* --------------------
Floats, Clears
-------------------- */

.float-left {
	float: left;
}
	.float-left img {
		display: inline;
		padding: 0 15px 15px 0;
	}
.float-right {
	float:left;
	margin:10px 0 0 0;
	padding:0 12px;
}
	.float-right img {
		display: block;
		margin:0 auto 8px;
	}
.float-center {
	margin:0 auto;
}



.clear {
	clear:both;
}
.clear-left {
	clear:left;
}
.clear-right {
	clear:right;
}



.off-page {
	position:absolute;
	left:-999em;
}



/* --------------------
Text Styles
-------------------- */
.bigger {
	font-size:120%;	
}
.smaller {
	font-size:76%;
}



.strike {
	text-decoration:line-through;
}
.error {
	color:#a00;
}



.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}



.extra-line {
	margin-bottom:2.4em;
}



/* --------------------
Buttons
-------------------- */

a.button-style-1, a.button-style-1:link, a.button-style-1:active, a.button-style-1:visited {
	width:169px;
	height:54px;
	padding-top:6px;
	display:block;
	margin:auto;
	text-align:center;
	color:white;
	text-decoration:none;
	font-weight:bold;
	font-size:100%;
	margin-bottom:10px;
	background:transparent url('images/button-style-1.jpg') top left no-repeat scroll;
}
a.button-style-1:hover {
	color:white;
	text-decoration:underline;
}



a.button-style-2, a.button-style-2:link, a.button-style-2:active, a.button-style-2:visited {
	width:138px;
	height:22px;
	padding-top:6px;
	display:block;
	margin:auto;
	background:transparent url('images/button-style2.gif') top left no-repeat scroll;
	text-align:center;
	color:white;
	text-decoration:none;
	font-weight:bold;
	font-size:100%;
	margin-bottom:10px;
}
a.button-style-2:hover {
	color:white;
	text-decoration:underline;
}



/* --------------------
Modal Windows
-------------------- */

#simplemodal-overlay {
	background-color:#999;
}

	#simplemodal-container a.modalCloseImg {
		background:url('images/x.png') no-repeat;
		width:25px;
		height:29px;
		display:inline;
		z-index:3200;
		position:absolute;
		top:-15px;
		right:-16px;
		cursor:pointer;
	}
	
#simplemodal-container {
	position:relative;
	padding:25px;
	width:675px;
	height:320px;

	font-size:95%;
	
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	/*border:1px solid #0C3B57;*/
	background-color:#fff;
}

	#simplemodal-container img {
		margin-bottom:.5em;
	}
	#simplemodal-container h2 {
		margin:0 0 .5em 0;
		padding:0;
		font-weight:bold;
		color:#0C3B57;
		background:none;
	}
	#simplemodal-container h3 {
		margin:0 0 .3em 0;
		font-weight:bold;
		color:#0C3B57;
	}
	#simplemodal-container p {
		margin-left:0;
	}



/* --------------------
Lists
-------------------- */

.ul-style-1 {
	margin-left:16px;
	margin-bottom:.6em;
	list-style:none;
}
	.ul-style-1 ul {
		margin:.5em 0 1.5em 16px;
	}
	.ul-style-1 li {
		margin:.3em 0;
		/*padding-left:15px;
		padding-left:5px;*/
		list-style:disc;
		/*background:transparent url('images/bullet.gif') 0 3px no-repeat scroll;*/
	}

.ul-style-2 {
	float:left;
	margin-left:16px;
	margin-bottom:.6em;
	list-style:none;
}
	.ul-style-2 ul {
		margin:.5em 0 1.5em 16px;
	}
	.ul-style-2 li {
		margin:.3em 0;
		/*padding-left:15px;
		padding-left:5px;*/
		list-style:disc;
		/*background:transparent url('images/bullet.gif') 0 3px no-repeat scroll;*/
	}
	
.ul-style-3 {
	margin-top:2em;
	margin-bottom:.5em;
	list-style:none;
}
	.ul-style-3 li {
		margin:.5em 0;
		padding-left:10px;
		padding-right:5px;
		color:#000;
		list-style:disc;
	}
	.ul-style-3 ul {
		margin:.5em 0;
	}


.ul-style-spaced li {
	margin-bottom:.6em;
}
	.ul-style-spaced li p {
		padding:.6em 0 0 0;
	}



.ol-style-spaced li {
	margin:0px 0px 0px 23px;
	list-style:decimal outside none;
	padding:15px 0px 0px 0px;
	text-transform:uppercase;
	font-family:Arial Black, sans-serif;
}
	.ol-style-spaced li p {
		padding:.6em 0 0 0;
		text-transform:none;
		font-family:Arial,Helvetica,San-serif;
	}



/* --------------------
Blobs
-------------------- */

.blob-default {
	margin-bottom:12px;
}

.blob-image {
	margin-bottom:15px;
}

.blob-testimonial {
	padding:15px 15px 1px;
	margin-right:10px;
	margin-bottom:15px;
	color:#0C3B57;
}

.blob-style-1 {
	margin-bottom:0px;
	margin-right:0px;
	margin-left:0px;
	width:173px;
	background:#ffe24d;
}

.blob-style-1 .blob-body {
	height:auto;
	text-align:center;
	text-transform:uppercase;
	background:#ffe24d;
}

.blob-style-1 .blob-body h2 {
	margin-bottom:5px;
	padding:10px 0px 4px 9px;
	height:auto;
	line-height:1em;
	font-size:150%;
	background:#ffe24d;
	display: block;
}

.blob-style-1 .blob-body h3 {
	margin:0;
	padding:4px 25px 8px 0;
	font-family:Impact,Impact,Arial,sans-serif;
	font-size:130%;
	color:#000;
}

.blob-style-1 .blob-body p {
	margin:0;
	padding:4px 25px 8px 0;
	font-size:79%;
}


#sidebar {
	position:relative;
}
	#twitter-icon {
		position:absolute;
		float:right;
		right:36px;
		top:-6px;
	}
	#sidebar h2 {
		margin-bottom:15px;
	}
		#sidebar h2 a {
			color:#0095D5;
		}
		#sidebar h2 a.rsswidget {
			color:#0095D5;
		}
		#sidebar .rsswidget img {
			float:right;
			margin-top:5px;
			margin-right:10px;
		}
	.sidebarBlob {
		margin:0px 0px 0px 0px;
	}
		.sidebarBlob h2 {
			display:none;
		} 
	
	#sidebar ul {
		margin:0;
		padding:0;
		list-style:none;
	}
		#sidebar ul ul li {
			margin:0 0 18px 20px;
			color:#0C3B57;
			font-size:79%;
			line-height:1.2em;
		}
			#sidebar ul ul li a {
				color:#0C3B57;
				text-decoration:none;
			}
			
		#blog-feed li {
			margin:0 0 20px 20px;
		}
		#blog-feed li h3 {
			font-size:85%;
			color:#0C3B57;
		}
			#blog-feed li h3 a {
				text-decoration:none;
				font-weight:bold;
				color:#0C3B57;
			}
		#blog-feed li p {
			font-size:79%;
		}
		


.vip-button {
	width:173px;
	height:47px;
	display:block;
	margin:auto;
	margin-bottom:10px;
	text-align:center;
	color:white;
	text-decoration:none;
	font-weight:bold;
	font-size:100%;
	
	background:transparent url('images/button-style-1.jpg') top left no-repeat scroll;

}

.columnBody .freePass a:visited,.columnBody .freePass a:link, .columnBody .freePass a:active {
	background:url("images/large-button.png") no-repeat scroll left bottom transparent;
	color:#FFFFFF;
	display:block;
	font-size:160%;
	height:54px;
	padding:16px 0 0;
	text-align:center;
	text-decoration:none;
	width:360px;
	}
	.columnBody .freePass a:hover {
		background:url("images/large-button.png") no-repeat scroll left bottom transparent;
		}

		
.contact-form {
	float:left;
	width:460px;
	list-style:none;	
}

.form-spacing {
	margin-top:10px;
	list-style:none;	
}

.form-field select {
	width:229px !important;
}

/* *****************************************************************************************************************************
The Gulf Between Presentational Elements and Layout Elements



























The End of the Gulf
***************************************************************************************************************************** */


/* --------------------
General Layout
-------------------- */
body {
	min-width:950px;
	padding-bottom:20px;
	background:url("images/backgroundFade.jpg") repeat-x scroll left top #111111
}

#site-name {
	position:absolute;
	left:-999em;
}

#container {
	position:relative;
	top:16px;
	margin:0 auto;
	width:922px;
	text-align:center;
	background:#e1e1e1 url('images/column-background.png') top left repeat-y scroll;
}

#content {
	padding-top:133px;
	width:922px;
	
	text-align:left;
	
	background:transparent url('images/banner-background.png') 0 0 no-repeat scroll;
	z-index:4;	
}

#columnWrapper {
	position:relative;
	margin: 0 0 0 26px;
	width:875px;
	min-height:648px;
	/* IE6 Mumbo Jumbo */
	height:auto !important;
	height:648px;
}


/* --------------------
Column Styles
-------------------- */
.column1 {
	width:724px;
}
	.column1 h1, .column1 h2 {

	}

.columnStyle1 {

}
	.columnStyle1 .columnTopLeft {
		display:none;
	}
	.columnStyle1 .columnBody {
		padding:5px 0 0 15px;
		width:657px;
	}
	.columnStyle1 .columnBottomLeft {
		display:none;
	}


.columnStyle1 .columnBody>ul {
	margin:0;
	padding:0;
	list-style:none;
}


.column2 {
	width:203px;
}
	.column2 h1, .column2 h2 {

	}
	.faqs {
		padding-top: 50px;
	}
		.faqs a {
			color:#000000;
		}
	
.columnStyle2 {
	margin-top:23px;
	padding-top:55px;
	min-height:515px;
	/* ie6 */
	height:auto !important;
	height:515px;
	background:transparent url('images/column-2-bg.jpg') top left repeat-x scroll;
}
	.columnStyle2 .columnTopLeft {
		margin-top:0;
		margin-left:14px;
		width:173px;
		background:transparent url('images/left-nav-bg.jpg') top left no-repeat scroll;
	}
	.columnStyle2 .columnTopLeft {
		display:none;
	}
	.columnStyle2 .columnBody {
		margin-left:14px;
		width:173px;
		background:transparent url('images/left-nav-bg-slice.jpg') top left repeat-y scroll;
	}
	.columnStyle2 .columnBottomLeft {
		display:none;
	}



/* --------------------
Main Navigation
-------------------- */

#navigation {
	position:absolute;
	top:90px;
	right:28px;
	width:700px;
	height:45px;
	z-index:6;
}
	#navigation>ul {
		float:right;
		margin:0;
		height:45px;
		list-style:none;
	}
		/* Normal */
		#navigation>ul>li {
			position: relative;
			float:left;
		}
		#navigation>ul>li.last {
			
		}
			#navigation ul li a:link, #navigation ul li a:visited, #navigation ul li a:active {
				float:left;
				margin:0;
				padding:17px 10px 0 10px;
				height:28px;
				font-family:Arial;
				font-weight:bold;
				font-size:13px;
				text-decoration:none;
				text-transform:uppercase;
				color:#FFDC18;
			}
			#navigation>ul>li>a:hover {
				background: transparent url('images/nav-hover.jpg') 0 60% no-repeat scroll;
			}

		/* Hover */
		#navigation>ul>li:hover {
			background: transparent url('images/nav-hover.jpg') right 60% no-repeat scroll;
		}
			#navigation>ul>li:hover>a:link, #navigation>ul>li:hover>a:visited, #navigation>ul>li:hover>a:hover, #navigation>ul>li:hover>a:active {
				background: transparent url('images/nav-hover-middle.jpg') 0 60% repeat-x scroll;
			}

		/* Current */
		#navigation>ul>li.selected {
			background: transparent url('images/nav-hover.jpg') 0 60% no-repeat scroll;
		}
		#navigation>ul>li.current_page_ancestor {
			background: transparent url('images/nav-hover.jpg') 0 60% no-repeat scroll;
		}
		#navigation>ul>li.current_page_ancestor>a {
			background: transparent url('images/nav-hover-middle.jpg') 0 60% repeat-x scroll;
		}
			#navigation>ul>li.selected>a:link, #navigation>ul>li.selected>a:visited, #navigation>ul>li.selected>a:active, #navigation>ul>li.selected>a:hover {
				background: transparent url('images/nav-hover-middle.jpg') 0 60% repeat-x scroll;
			}

		/* Current Hover */
		#navigation>ul>li.selected:hover {
			background: transparent url('images/nav-hover.jpg') 0 60% no-repeat scroll;
		}
		#navigation>ul>li.last:hover {
			background: transparent url('images/nav-hover.jpg') right 60% no-repeat scroll;
		}
			#navigation>ul>li.selected:hover>a:link, #navigation>ul>li.selected:hover>a:visited, #navigation>ul>li.selected:hover>a:active, #navigation>ul>li.selected:hover>a:active {
				background: transparent url('images/nav-hover-middle.jpg') 0 60% repeat-x scroll;
			}



/* --------------------
Main Navigation Dropdowns
-------------------- */

#navigation ul li ul {
	display:none;
	position:absolute;
	top:40px;
	left:0;
	height:auto; /* Don't delete me; make sure you can see any borders in Firefox. */
	width:208px;
	border-left:1px solid #a5a5a5;
	border-right:1px solid #7c7c7c;
	background:#969696 url('images/nav-dropdown-middle.jpg') top left repeat-x scroll;
	z-index:5;
}
	#navigation ul li:hover ul {
		display:block;
	}
	
	/* Make the last item right aligned */
	#navigation ul li.last ul {
		left:auto;
		right:-1px;
	}
	
		/* Normal */
		#navigation ul li ul li{
			display:block;
			float:left;
			margin:0;
			padding:0px 0px 0px 0px;
			height:auto; /* Don't delete me; makes sure you can see the borders in firefox too. */
			z-index: 5;
		}
		
		#navigation ul li ul li:first-child a:link, #navigation ul li ul li:first-child a:visited, #navigation ul li ul li:first-child a:hover, #navigation ul li ul li:first-child a:active {
			padding-top:20px;
			background:transparent url('images/nav-dropdown-top.jpg') top left no-repeat scroll;
		}
		
		#navigation ul li ul li:last-child a:link, #navigation ul li ul li:last-child a:visited, #navigation ul li ul li:last-child a:hover, #navigation ul li ul li:last-child a:active {
			padding-bottom:26px;
			/*padding-bottom:46px;*/
			/*width:173px;
			background:transparent url('images/nav-dropdown-bottom.jpg') bottom left no-repeat scroll;*/
		}

			#navigation ul li ul li a:link, #navigation ul li ul li a:visited, #navigation ul li ul li a:active {
				display:block;
				float:none;
				margin:0;
				/*padding:4px 5px 4px 12px;*/
				padding:4px 5px 4px 30px;
				height:auto; /* needed for firefox still? */
				width:173px;
				font-size:85%;
				font-family:Arial Narrow;
				text-align:left;
				text-decoration:none;
				text-transform:uppercase;
				color:#f7e500;
			}

		/* Hover */
		#navigation ul li ul li:hover {
		}
			#navigation ul li ul li:hover a:link, #navigation ul li ul li:hover a:visited, #navigation ul li ul li:hover a:hover, #navigation ul li ul li:hover a:active {
				color:#fff;
				text-decoration:underline;
			}

		/* Current */
		#navigation ul li ul li.selected {
		}
			#navigation ul li ul li.current-menu-item a:link, #navigation ul li ul li.current-menu-item a:visited, #navigation ul li ul li.current-menu-item a:active {
				color:#fff;
				text-decoration:none;
			}

		/* Current Hover */
		#navigation ul li ul li.current-menu-item:hover {
		}
			#navigation ul li ul li.current-menu-item:hover a:link, #navigation ul li ul li.current-menu-item:hover a:visited, #navigation ul li ul li.current-menu-item:hover a:hover, #navigation ul li ul li.current-menu-item:hover a:active {
				color:#fff;
				text-decoration:underline;
			}

		.wpmenu51,.wpmenu44,.wpmenu52,.wpmenu45,.wpmenu40,.wpmenu47,.wpmenu42,.wpmenu43 {
			/*padding-left:18px !important;
			background: transparent url('images/tiny-360-icon.png') 0 4px no-repeat scroll;*/
		}
		
		.wpmenu36>a, .wpmenu38>a, .wpmenu53>a, .wpmenu46>a, .wpmenu55>a, .wpmenu48>a, .wpmenu41>a{
			padding:4px 5px 4px 30px !important;
		}
		
		.wpmenu50 > a {
			padding:4px 0 40px 29px !important;
		}
		.wpmenu50 {
			/*background: transparent url('images/tiny-360-icon.png') 0 4px no-repeat scroll;*/
		}
		
		
		
		.wpmenu51:after {
			/*content:url('images/tiny-360-icon.png');*/
		}

/* --------------------
Left Navigation
-------------------- */

.blobStyleNav {
	background:none;
	padding:10px 0 10px 0;
	font-family:Arial Narrow, Arial, Helvetica, Verdana, sans-serif;
	font-weight:bold;
	font-size:88%;
	text-transform:uppercase;
	border-top:2px solid #444444;
	border-bottom:6px solid #969696;
}

	/* Top */
	.blobStyleNav .blobTopLeft {
		display:none;
	}
	
	/* Header */
	.blobStyleNav h2 {
		margin-left: .5em;
		margin-bottom:.3em;
		font-size:140%;
		color:#000;
		line-height:1.7em;
	}
	
	/* Links */
	.blobStyleNav ul ul{
		padding-left:10px;
	}
	.blobStyleNav ul li {
		margin-bottom:0px;
	}
		.blobStyleNav ul li a {
			display:block;
			padding:8px 0px 8px 20px;
		}
		
		/* Normal */
		.blobStyleNav ul li{
			margin:0 0 0 2px;
			width:169px;
		}
			.blobStyleNav ul li a:link, .blobStyleNav ul li a:visited, .blobStyleNav ul li a:active {
				color:#000;
				text-decoration:none;
			}
		
		/* Hover */		
		.blobStyleNav ul li:hover {
			margin:0 0 0 2px;
			width:169px;
			background:#b7b7b7 url('images/left-nav-hover-2.jpg') 0 0 repeat-x scroll;
		}
			.blobStyleNav ul li:hover a:link, .blobStyleNav ul li:hover a:visited, .blobStyleNav ul li:hover a:hover, .blobStyleNav ul li:hover a:active {
				padding:8px 0 8px 20px;
				color:#000;
				text-decoration:none;
			}
		
		/* Current */
		.blobStyleNav ul li.selected {
			margin:0 0 0 -5px;
			padding-left:5px;
			width:179px;
			background:url("images/left-nav-hover.jpg") no-repeat scroll 0 50%;
		}
			.blobStyleNav ul li.selected a:link, .blobStyleNav ul li.selected a:visited, .blobStyleNav ul li.selected a:active {
				color:#000;
				text-decoration:none;
			}
		
		/* Current Hover */
		.blobStyleNav ul li.selected:hover {
			margin:0 0 0 -5px;
			padding-left:5px;
			width:179px;
			background:transparent url('images/left-nav-hover.jpg') 0 50% no-repeat scroll;
		}
			.blobStyleNav ul li.selected:hover a:link, .blobStyleNav ul li.selected:hover a:visited, .blobStyleNav ul li.selected:hover a:hover, .blobStyleNav ul li.selected:hover a:active {
				color:#000;
				text-decoration:none;
			}
		
	/* Bottom */
	.blobStyleNav .blobBottomLeft { display:none; }



/* --------------------
Header
-------------------- */

#header-wrapper {
	position:absolute;
	top:0;
	left:0;
	
	width:927px;
	height:213px;
	
	background:transparent url('images/header-bg.png') 20px 132px no-repeat scroll;
	z-index:5;
}	
#header {
	position:relative;
	top:0;
	left:0;
	width:927px;
	height:133px;
}
	#site-logo {
		position:absolute;
		top:0;
		left:-16px;
		width:264px;
		height:202px;
		z-index:6;
		background:transparent url("images/site-logo-1.png") 0 0 no-repeat scroll;
	}
	#links {
		position:absolute;
		top:-5px;
		left:685px;
		padding-top:10px;
		width:209px;
		height:41px;
		background:transparent url('images/header-links-bg.png') top right no-repeat scroll;
	}
	#links a {
		padding:0 5px 0 5px;
		color:#393838;
		text-decoration:none;
		text-transform:uppercase;
		font-family:Arial;
		font-size:12px;
		font-weight:bold;
	}
	#links a:hover {
		text-decoration:underline;
	}

#gPlusOne{
	position: absolute;
	top:0;
	right:-90px;
}

/* --------------------
Footer
-------------------- */

#footer-wrapper {
	width:927px;
	height:40px;
	background:transparent url('images/footer-background.png') 0 5px no-repeat scroll;
}
	
#footer {
	position:relative;
	width:922px;
	height:auto;
	padding:40px 0 0;
	text-align:left;
	color:#fff;
	font-size:79%;
	font-family:Arial, Helvetica, Sans-serif;
	text-align:center;
}
	#footer p {
	background:url("images/background.gif") repeat scroll left top #F5FAFD;
	padding:12px 0 19px;
	margin:0px 0px 0px 0px;
	}
	
	
	.accordion{
	    width: 588px;
	}
	
.join-now-button {
    background: url("images/join-button.png") repeat scroll 0 0 transparent;
    height: 60px;
    position: absolute;
    right: 85px;
    top: 400px;
    width: 190px;
}
.join-now-button:hover {
    background: url("images/join-button.png") repeat scroll 0 62px transparent;	
}
.home-blob-last .join-now-button{
    right: 44px;
    top: 500px;
}
