/*
Theme Name: Maximum Mobility
Theme URI: http://getmaxmobility.com/
Author: Pure Design and InspireMedia 
Description: A custom design created for Maximum Mobility
Version: 1.0
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

* {
	margin: 0;
}
html {
	margin:0px;
	padding:0px;
	height:100%;
}
body {
	margin:0px;
	padding:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#333333;
	line-height:20px;
	height:100%;
}
img {
	border:none;
}
a {
	color:#333333;
}
a:hover {
	color:#ff9933;
}
.inner p {
	margin-top:0px;
	margin-bottom:26px;
}
.clear {
	clear:both;
}
.wrap, .main {
	width:720px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
}
.header {
	margin-top:27px;
}
.logo {
	float:right;
}
.nav {
	float:left;
	margin-top:3px;
}
.nav ul {
	list-style:none;
	margin-left:-40px;
}
.nav ul li {
	float:left;
	height:27px;
}
.nav ul li a {
	text-decoration:none;
	text-transform:uppercase;
	font-size:15px;
	color:#999999;
	margin-right:26px;
	display:block;
	padding-top:8px;
}
.nav ul li.active a {
	color:#ff9933;
}
.nav ul .last {
	border-left:2px #cccccc solid;
	padding-left:26px;
}
.nav ul li a:hover {
	color:#ff9933;
}
.flexslider {
	margin-top:25px;
}
.page_content {
	margin-top:25px;
	margin-bottom:15px;
}
.page_content p {
	margin-bottom:25px;
}
#footer {
	height:145px;
	background:#e1e5e6;
	width:100%;
	position: relative;
	margin-top: -145px; /* negative value of footer height */
	clear:both;
}
.push {
	height:145px;
	clear:both;
}
.contact_info {
	font-size:12px;
	margin-top:28px;
	float:left;
	line-height:15px;
}
.social {
	float:right;
	margin-top:28px;
}
.social img {
	margin-right:7px;
}
.copyright {
	line-height:15px;
	font-size:10px;
	width:100%;
	margin-top:17px;	
}
.about_left {
	float:left;
	width:313px;
	margin-top:0px;
}
.about_right {
	float:right;
	width:345px;
	margin-top:0px;
}
.about_left h4, .about_right h4 {
	font-size:14px;
	font-style:italic;
	color:#999999;
	font-weight:normal;
	margin-bottom:0px;
}
hr {
	margin-top:30px;
	margin-bottom:30px;
	background-color:#ff9933;
	height:1px;
	border:none;
}
.bio_photo {
	float:left;
	width:143px;
}
.bio {
	float:right;
	width:561px;
	margin-top:-4px;
}
.bio p {
	margin-top:0px;
}
.pub_date {
	font-style:italic;
	color:#999999;
}
.adobe a {
	color:#f7901e;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}
.adobe a:hover {
	text-decoration:underline;
}
.inner {

}
.contact {
}
.col1 {
	float:left;
	width:191px;
}
.col2 {
	float:left;
	width:117px;
	margin-left:24px;
}
.col3 {
	float:left;
	width:117px;
	margin-left:23px;
}
.col4 {
	float:left;
	width:216px;
	margin-left:29px;
}
.col1 h4, .col2 h4, .col3 h4, .col4 h4 {
	font-style:italic;
	color:#999999;
	margin-top:0px;
	margin-bottom:0px;
	font-weight:normal;
}
.col1 a {
	color:#f7901e;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}
.col1 a:hover {
	text-decoration:underline;
}
.login_content {
	float:left;
	width:265px;
}
.login_image {
	float:right;
	width:435px;
}
.page_title {
	margin-bottom:18px;
}
.page {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -145px;
	padding:0px;
}
#wrap {
	min-height: 100%;
}
#main {overflow:auto;
	padding-bottom: 145px;}