@import "reset-fonts-grids.css";
@import "nav.css";
@import "text.css";

/* GLOBAL SETTINGS */

* {
	margin: 0px;
   	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

html, body {
	background: #a3a3a3 url('../img/bg.jpg') repeat-x top left;
}

body {
	overflow-x: hidden;
}

img {
	border: 0px;	
}

p {
	margin-bottom: 10px;	
}

/* SITE-WIDE LAYOUT */

#container {
	position: relative;
	margin: 0 auto;
	width: 1005px;
	z-index: 2;
}

#header {
	position: relative;
	height: 220px;	
}

#logo {
	position: absolute;
	top: 30px;
	left: 0px;
}

#tagline {
	position: absolute;
	top: 105px;
	left: 400px;
	font-size: 20px;
	color: #3896c2;
}

#fitness-image {
	position: absolute;
	top: 0px;
	right: 10px;
}

#nav {
	position: absolute;
	top: 150px;
	height: 45px;
	width: 1005px;
	background: #3896c2;
	font-size: 14px;
	text-align: left;
}

#categories {
	float: left;
	margin-left: 5px;
}

#categories ul, #categories ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#categories ul li {	
	display: inline-block;
	padding: 12px 5px 10px 5px;
}

#categories ul li:hover {
	cursor: pointer;
}

#categories a {
	padding: 3px 5px 3px 5px;
	display: block;
	color: #fff;
	text-decoration: none;
}

#categories a:hover {
	background: #60b4db;
}

#extra_links {
	float: right;
	padding: 0 10px 0 10px;
	background: #3f89ae;
}

#extra_links ul, #w4 ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#extra_links ul li {	
	display: inline-block;
	border-left: 1px solid #3f89ae;
	border-right: 1px solid #3f89ae;
	padding: 15px 10px 13px 10px;
}

#extra_links ul li:hover {
	cursor: pointer;
}

#extra_links a {
	font-weight: bold;
	display: block;
	color: #fff;
	text-decoration: none;
}

#login {
	margin-left: 7px;
	height: 35px;	
}

#login input {
	border: 2px solid #fff;
	color: #ccc;
}

#login input:focus {
	color: #666;
}

#advert_links, #pub_links {
	padding: 10px;
	height: 15px;
	text-align: center;
}

#advert_links a, #pub_links a {
	padding: 3px 5px;
	font-weight: normal;
	display: inline;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

#advert_links a:hover, #pub_links a:hover {
	background: #60b4db;
}

#main {
	margin-top: 10px;
	background: #e7e7e7;
}

#left {
	width: 775px;
	margin-top: 15px;
	float: left;
}

.post {
	margin-left: -10px;
	width: 721px;
	height: 84px;
	padding: 20px;
	background: url('../img/post_bg.png');
	text-align: left;
}

.post_partner_logo {
	float: left;	
	width: 60px;
	height: 60px;
	padding: 13px 20px 0 0;
}

.post_info {
	float: left;
	margin-top: 5px;
	padding-right: 20px;
	width: 430px;
	height: 80px;
	color: #767676;
}

.post_links {
	margin-top: 5px;
	text-align: center;
	width: 190px;
	float: left;	
}

.fit-link {
	font-size: 18px;
	color: #61A8C9;
	padding: 5px 10px;
	border: 1px solid #3896C2;
}

.fit-link:hover {
	color: #fff;
	background: #3896C2;
}

#right {
	width: 230px;
	margin-top: 25px;
	float: left;	
	text-align: left;
}

#featured_ad {
	margin-bottom: 25px;
	color: #afafaf;
	width: 200px;
	font-size: 12px;
	letter-spacing: -1px;
}

#sidebar_box {
	width: 200px;
	margin-top: 15px;	
	color: #919191;
	text-align: right;
}

#sidebar_box ul, #sidebar_box ul li {
	margin: 0;
	padding: 0;
}

#sidebar_box ul li {
	padding: 3px 3px 3px 10px;	
}

#sidebar_box ul li:hover {
	color: #333;
}

.wp-paginate {
	margin-left: 10px;
}

.wp-paginate li {
	float: left;
	padding: 2px 6px 2px 6px;
	border: 1px solid #3896c2;
	margin: 5px;
}

#footer {
	padding: 15px 15px 30px 15px;
	color: #fff;
	background: #3a3a3a;
}

#footer a {
	color: #fff;
}	

#single_page {
	margin: 10px 25px 25px 25px;
	padding: 25px;
	color: #000;
	text-align: left;
	background: #fff;
	border: 1px solid #3896C2;
	font-size: 14px;
	line-height: 20px;
}

#single_page h1 {
	margin-bottom: 10px;
}

#single_page h3 {
	color: #3F89AE;
}

#single_page ul {
	margin-left: 10px;
	margin-bottom: 15px;
}

#single_page ul li {
	margin-left: 10px;
	list-style-type: disc;
	padding: 3px;
}

.zebra-off-white {
	background: #ebebeb;
}

.wpcf7 input {
	padding: 3px;
	border: 1px solid #ccc;
	margin: 1px;
	color: #ccc;
}

.wpcf7 input:focus {
	padding: 3px;
	margin: 0px;
	border: 2px solid #2f2f2f;
	color: #666;
}

#consultation-name {
	width: 350px;
	margin-bottom: 10px;
	float: left;
}

#consultation-company {
	width: 310px;
	margin-bottom: 10px;
	float: right;
}

.consult-submit {
	color: #3896C2 !important;
	border: 1px solid #3896C2 !important;
}

.consult-submit:hover {
	background: #3896C2;
	color: #fff !important;
	cursor: pointer;
}

.clearfix {
	clear: both;	
}

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