/*
Theme Name: Metro Fitness Club
Theme URI: http://www.clickcom.com
Description: Custom theme developed by ClickCom, Inc. for Metro Fitness Club
Author: ClickCom, Inc.
*/

@import "reset.css";
@import "comments.css";
@import "wp-styles.css";

/* =Menu
-------------------------------------------------------------- */

#nav {
    background: url('images/menu-bg.png') repeat-x;
    display: block;
    float: left;
    margin: -10px auto 20px;
    width: 960px;
	clear:both;
	border: 1px solid #949494;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: #666 0px 2px 4px;
	-moz-box-shadow: #666 0px 2px 4px;
	box-shadow: #666 0px 2px 4px;
	behavior: url(http://www.metrofitnessclub.com/PIE.htc);
}

#nav .menu-header,
div.menu {
    font-size: 17px;
    width: 960px;
	font-weight: bold;
}
#nav .menu-header ul,
div.menu ul {
    list-style: none;
    margin: 0;
}
#nav .menu-header li,
div.menu li {
    border-left: 1px solid #FFFFFF;
    float: left;
    position: relative;
    text-align: center;
    width: 159px;
}
#nav .menu-header li:first-child,
div.menu li:first-child{
	border-left: none;
}
#nav a {
    color: #7c7c7c;
    display: block;
    line-height: 57px;
    padding: 0 10px;
    text-decoration: none;
	text-transform: uppercase;
}
#nav ul ul {
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    display: none;
    position: absolute;
    top: 57px;
    left: 0;
    float: left;
    width: 180px;
    z-index: 99999;
}
#nav .menu-header ul ul li {
    min-width: 180px;
	border-left: 0 none;
	text-align: left;
}
#nav ul ul ul {
    left: 100%;
    top: 0;
}
#nav ul ul a {
    background: #3f3f3f;
    line-height: 1em;
    padding: 7px 10px;
    width: 160px;
    height: auto;
	font-size: .824em;
	color: #fff;
	letter-spacing: -1px;
}
#nav li:hover > a{
    background: #bababa;
}
#nav ul ul :hover > a{
	background: url('images/menu-hover-bg.png');
}
#nav ul li:hover > ul {
    display: block;
}
/*
#nav ul li.current_page_item > a,
#nav ul li.current-menu-ancestor > a,
#nav ul li.current-menu-item > a,
#nav ul li.current-menu-parent > a {
    color: #fff;
}
* html #nav ul li.current_page_item a,
* html #nav ul li.current-menu-ancestor a,
* html #nav ul li.current-menu-item a,
* html #nav ul li.current-menu-parent a,
* html #nav ul li a:hover {
    color: #fff;
}*/

body{
    background: url('images/top-bg.png') repeat-x #fff;
    color: #949494;
    line-height: 1.846;
    font-size: 81.25%; /*13px*/
    font-family: Arial, Helvetica, sans-serif;
	position: relative;
	padding-bottom: 140px;
}

a{
	color: #f48832;
}

button, input[type="submit"], .widgetButton{
	background: url("images/button.png") no-repeat scroll 50% 50% transparent;
    border: 0 none;
    color: #FFFFFF;
    height: 30px;
	padding-bottom: 6px;
    width: 123px;
	font-weight: bold;
	font-size: 1.077em;
	text-decoration: none;
	text-align: center;
	line-height: 30px;
}

img{
	vertical-align: middle;
}

#bottom-bg{
	background: url('images/bottom-bg.png') repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 254px;
	width: 100%;
}

#wrapper{
    width: 960px;
    padding: 0 10px;
    margin: 0 auto;
	position: relative;
}

#header{
	height: 250px;
}

#branding a{
	text-indent: -9999em;
	background: url('images/MetroFitness.png') no-repeat 0 50%;
	display: block;
	width: 369px;
	height: 183px;
	margin-left: -40px;
	float: left;
}

#branding a.cfheader {
	width:782px;
	background:none;
	margin-left:0;
}

.phone{
	color: #656363;
	font-weight: bold;
	font-size: 1.077em;
}

#crossfit-header{
	float: left;
	/*margin-left: -30px;*/
}

#top-right{
	position: absolute;
	right: 0;
	top: 15px;
	text-align: right;
}

#top-right .social-media{
	position: relative;
    top: 10px;
	margin: 0 3px;
}

/*Equal height columns*/
#col-wrapper{
    width: 100%;
	background: url('images/content-bg.png') repeat-y #fff;
	float: left;
}

#col-wrapper-top, #col-wrapper-bottom{
	width: 960px;
	height: 20px;
	background: url('images/content-top.png') no-repeat #fff;
	float: left;
}

#col-wrapper-bottom{
	background: url('images/content-bottom.png') no-repeat #fff;
}

#col1-back, #col2-back{
    float: left;
    width: 100%;
    position: relative;	
}

#col1-back {
    right: 315px;
	border-right: 1px solid #ddd;
	margin-bottom: -19px;
}

#col2-back {
}

#col1, #col2{
    float: left;
    position: relative;
    overflow: hidden;
    left: 315px;
}

#col1 {
    width: 601px;
    padding: 24px 24px 0 20px;
	
}

#col2 {
    width: 315px;
	margin-top: -20px;
}

#sidebar .sidebarTop{
	background: url("images/content-top.png") no-repeat scroll 50% 0;
	height: 20px;
    position: absolute;
    width: 100%;
	z-index: 10;
	
	-webkit-border-radius: 0 6px 0 0;
	-moz-border-radius: 0 6px 0 0;
	border-radius: 0 6px 0 0;

	behavior: url(http://www.metrofitnessclub.com/PIE.htc);
}

#sidebar ul{
	z-index: 9;
}

#content .entry-title, h1{
	font-size: 2em;
	color: #f48832;
	line-height: .731;
	font-weight: bold;
	margin-bottom: 1em;
}

#content h2,
#content h3,
#content h4,
#content h5,
#content h6{
	color: #f48832;
	font-size: 1.385em;
	line-height: 1.056;
	margin-bottom: .25em;
}

a.readmore{
	font-weight: bold;
	font-size: .769em;
	color: #949494;
	text-decoration: none;
}

a.readmore:hover{
	text-decoration: underline;
}

#content ul{
	float: left;
	clear: right;
}

#content ul li{
	background: url('images/bullet.png') no-repeat 0 8px;
	padding-left: 10px;
}
/*Widgets*/
.widget-container{
	background: url("images/widget-bg.jpg") no-repeat scroll right top #e3e3e3;
	border-top: 1px solid #979797;
	padding: 20px 8px 12px 24px;
	height: 102px;
}

.widget-container:first-child{
	position: relative;
	
	-webkit-border-radius: 0 6px 0 0;
	-moz-border-radius: 0 6px 0 0;
	border-radius: 0 6px 0 0;
}

.widgetLine1{
	font-size: 1.495em;
	font-weight: bold;
	line-height: 1;
	color: #5e5e5e;
}

.widgetLine2{
	font-size: 2.243em;
	font-weight: bold;
	line-height: 0.833;
	color: #c46715;
}

.widgetButton{
	float: right;
	margin-top: 25px;
	cursor: pointer;
}

/*Footer*/
#footer{
	text-align: center;
	color: #656565;
	text-transform: uppercase;
	font-size: .769em;
	padding-top: 18px;
	clear: both;
}

#footer a{
	color: #656565;
	text-decoration: none;
}

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

#footer .clickcom{
	position: absolute;
	right: 10px;
	bottom: -3px;
}