/*
Theme Name: Atlas
Theme URI: http://www.atlaspersonaltrainers.com/
Description: Atlas Personal Trainers Theme.
Version: 1.0
Author: Dustin Pfeifer
*/


* {
	margin:0;
	padding:0;
}

body {
	background:#fff url(images/background.jpg) repeat-x top;
	width:940px;
	text-align:center;
	margin:0 auto;
	font:12px/150% helvetica, lucida grande, sans-serif;
	color:#345b7e;
}

body.home {
	background:#fff url(images/background-home.jpg) repeat-x top;
}

#header {
	margin:25px 0 0;
	height:134px;
	overflow:hidden;
	text-align:left;
}

	.logo {
		float:left;
		margin:0;
	}

	.header-home {
		height:117px;
		margin:58px 0 0;
		overflow:hidden;
	}

#content {
	background:url(images/background-content.jpg) no-repeat top;
	margin:46px 0 0;
	text-align:left;
}

#sidebar {
	width:406px;
	float:right;
}

	#sidebar .in {
		padding:0 26px;
	}
	
#main {
	width:532px;
	float:left;
}

	#main .in {
		padding:60px 20px 0 20px;
	}
	
#feature-left {
	width:226px;
	float:left;
}

#feature-right {
	width:226px;
	float:right;
}

	#feature-left h1, #feature-right h1 {
		font-size:12px;
		font-weight:bold;
		margin:0;
	}
	
	#feature-left p, #feature-right p {
		margin:0;
	}
	
	#feature-left h2, #feature-right h2 {
		font-size:11px;
		margin:10px 0;
		font-weight:normal;
	}

#footer {
	border-top:1px solid #a7bbca;
	margin:20px 0;
	text-align:left;
	font-size:11px;
}

	.footerleft {
		float:left;
	}
	
img.imgright {
	float:right;
}


/* Navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#navigation {
	float:right;
	padding:60px 6px 0 0;
	margin:0;
}

#navigation li {
	float:left;
	display:block;
}

#navigation a {
	font-size:14px;
	color:#485c73;
	font-weight:bold;
	text-decoration:none;
	padding:0 0 0 30px;
}

#navigation a:hover, #navigation li.current_page_item a {
	color:#172e4a;
}

#footernav {
	float:right
}

#footernav li {
	list-style-type:none;
	float:left;
	display:block;
	margin:10px 0 0;
}

#footernav a {
	color:#345b7e;
	text-decoration:none;
	padding:0 0 0 10px;
}

#footernav a:hover, #footernav li.current_page_item a {
	color:#172e4a;
}


/* Typography
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

p {
	margin:10px 0
}

span {
	font-size:20px;
	line-height:125%;
	color:#172e4a;
}

a, strong {
	color:#172e4a;
}

a img {
	border:none;
}

p.facebook a {
	background:url(images/icon-facebook.jpg) no-repeat left center;
	padding:10px 0 10px 35px;
}

h1 {
	font-size:20px;
	line-height:125%;
	color:#172e4a;
}

h1.sidebar, h1.sidebar a {
	font-size:16px;
	text-transform:uppercase;
	font-weight:normal;
	color:#fff;
	margin:17px 0 30px;
	text-decoration:none;
}

h2 {
	font-size:14px;
	line-height:125%;
	color:#172e4a;
}

ul {
	margin:0 0 20px 15px;
}

.imgleft {
	float:left;
	margin:0 10px 0 0;
}

table {
	border:1px solid #becfdf;
}

table td {
	padding:5px;
}

table tr.odd {
	background:#becfdf;
}


/* Browser Adjustments
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

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

.clearfix {display: inline-block;}          
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */