/*   
Theme Name: Metropolitan Air
Description: This is the theme for the Metropolitan Air website
Author: Kevin Walton
Author URI: http://www.adroitmultimedia.co.nz
Version: 1.0
*/

/* STYLES RESET */
* { margin: 0; padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

/* CLEARFIX */
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; clear: both; }
/* start commented backslash hack \*/ * html .clearfix { height: 1%; } .clearfix { display: block; } /* close commented backslash hack */

@font-face {
    font-family: 'HelveticaNeueBold';
    src: url('fonts/helveticaneueltstd-bd.eot');
    src: url('fonts/helveticaneueltstd-bd.eot') format('embedded-opentype'),
         url('fonts/helveticaneueltstd-bd.woff') format('woff'),
         url('fonts/helveticaneueltstd-bd.ttf') format('truetype'),
         url('fonts/helveticaneueltstd-bd.svg#HelveticaNeueLTStd75Bold') format('svg');
}

@font-face {
    font-family: 'HelveticaNeueUltraLight';
    src: url('helveticaneueltstd-ultlt.eot');
    src: url('helveticaneueltstd-ultlt.eot') format('embedded-opentype'),
         url('helveticaneueltstd-ultlt.woff') format('woff'),
         url('helveticaneueltstd-ultlt.ttf') format('truetype'),
         url('helveticaneueltstd-ultlt.svg#HelveticaNeueLTStd25UltraLight') format('svg');
}

@import url(http://fonts.googleapis.com/css?family=PT+Sans);

/*******************************************************/

/* BASE STYLES */

body{
	font-family: 'PT Sans', sans-serif;
	font-size:12px;
}

h1, h2 ,h3, h4, h5, h6{
	font-family: 'HelveticaNeueBold', Arial, sans-serif;
}

h1{
	font-size:73px;
	letter-spacing:-6px;
	line-height:65px;
	text-transform:uppercase;
}

h2{
	font-size:19px;
	letter-spacing:-1px;
	line-height:20px;
	text-transform:uppercase;
}

/* END BASE STYLES */

/*******************************************************/

/* HEADER STYLES */

header{
	background:#000 url('images/header_bg.jpg')top center;
	padding-top:80px;
}

#slider{
	width:940px;
	margin:0 auto;
}

.slider_content{
	width:400px;
	float:right;
	text-align:right;
}

.slider_content h1{
	color:#fff;
	text-shadow:5px 0px 38px #000;
}

.slider_content_block{
	padding:20px;
	background:rgba(0,0,0,0.9);
	color:#fff;
	margin:15px 0;
	border-radius:3px;
}

/* END HEADER STYLES */

/*******************************************************/

/* NAV STYLES */

#nav_bar{
	position:relative;
	width:920px;
	padding:10px;
	background:#000;
	margin:0 auto 50px auto;
}

#phone_number{
	position:absolute;
	font-family: 'HelveticaNeueUltraLight', Arial, sans-serif;
	color:#fff;
	right:25px;
	top:15px;
	font-size:16px;
	font-weight:bold;
}

#nav_bar nav{
	width:600px;
	float:right;
}

#nav_bar nav ul{
	display:table;
	width:100%;
}

#nav_bar nav ul li{
	display:table-cell;
	text-align:center;
	padding:0 5px;
}

#nav_bar nav ul li a{
	font-family: 'HelveticaNeueUltraLight', Arial, sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	line-height:80px;
}

#nav_bar nav ul li a:hover{
	text-decoration:underline;
}

/* END NAV STYLES */

/*******************************************************/

/* CONTENT STYLES */

#search_container, #title_container{
	position:relative;
	width:940px;
	margin:0 auto;
}

#title_container h1{
	color:#fff;
	text-shadow:5px 0px 38px #000;
}

#search{
	position:absolute;
	right:0;
	top:-40px;
}

.search-field{
	width:200px;
	height:24px;
	padding:0 10px;
}

#user_login{
	position:absolute;
	right:0;
	top:-65px;
	text-align:right;
}

#user_login a{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}

#user_login a:hover{
	text-decoration:underline;
}

#content_area{
	background:#000;
}

#homepage_top_content, #content_block{
	position:relative;
	width:860px;
	padding:40px;
	background:#fff;
	margin:0 auto;
}

#homepage_top_content{
	top:-180px;
}

#content_block{
	top:-360px;
	margin-bottom:-230px;
}

#content{
	width:610px;
}

#homepage_top_content #column1{
	width:38%;
	margin-right:2%;
	float:left;
}

#homepage_top_content #column2{
	width:28%;
	margin-right:2%;
	float:left;
}

#homepage_top_content #column3{
	width:30%;
	float:left;
}

#homepage_top_content .icon{
	float:left;
	margin-right:10px;
}

#homepage_bottom_content{
	position:relative;
	top:-100px;
	width:940px;
	margin:0 auto;
	color:#fff;
	text-align:center;
}

#homepage_bottom_content h1{
	width:580px;
	float:right;
	text-align:right;
	margin-bottom:60px;
}

#services_logos{
position:relative;
	float:left;
	top:40px;
}

#content_block nav{
	width:165px;
	padding:25px;
	background:#000;
	color:#fff;
	position:absolute;
	top:-27px;
	right:30px;
	height:100%;
}

#content_block nav h2{
	text-align:center;
	font-weight:normal;
	letter-spacing:0;
}

#content_block nav hr{
	border:solid 1px #646464;
	margin:5px 0 25px 0;
}

#content_block nav ul{
	list-style:none;
}

#content_block nav ul li{
	margin-bottom:25px;
}

#content_block nav ul li a{
	font-family: 'HelveticaNeueUltraLight', Arial, sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	color:#cdcdcd;
	font-size:16px;
	line-height:30px;
	transition:all 0.25s;
}

#content_block nav ul li a:hover{
	color:#fff;
	transition:all 0.25s;
}

.content_nav_icon{
	float:left;
	margin-right:20px;
}

#content_block nav .current-menu-item{
	display:none;
}

/* END CONTENT STYLES */

/*******************************************************/

/* CONTACT FORM STYLES */

#quote_area{
	background:#000 url('images/quote_bg.jpg');
}

#quote_form{
	width:940px;
	margin:0 auto;
	padding:90px 0;
}

#quote_form h1{
	color:#fff;
	text-shadow:5px 0px 38px #000;
	width:260px;
	float:left;
}

#quote_form form{
	background: rgba(0,0,0,0.9);
	border-radius:3px;
	padding:35px 30px;
	width:620px;
	float:right;
	margin-top:5px;
	margin-bottom:90px;
}

#quote_form form .textfield{
	height:50px;
	line-height:50px;
	border:none;
	border-radius:7px;
	margin-right:15px;
	width:150px;
	padding:0 10px;
	font-size:20px;
	color:#c5c5c5;
}

#quote_form form .quote_submit{
	font-size:20px;
	color:#c5c5c5;
	background:none;
	border:none;
	transition:all 0.25s;
}

#quote_form form .quote_submit:hover{
	color:#fff;
	transition:all 0.25s;
	cursor:pointer;
}

#contact_form {
	background: rgba(0,0,0,0.9);
	border-radius:3px;
	padding:35px 30px;
}

#contact_form .textfield{
	height:50px;
	line-height:50px;
	border:none;
	border-radius:7px;
	margin-right:15px;
	width:26%;
	padding:0 2%;
	font-size:20px;
	color:#c5c5c5;
	margin-bottom:10px;
}

#contact_form .textfield + .texfield{
	margin-left:1%;
}

#contact_form .textarea{
	font-family: 'PT Sans', sans-serif;
	font-size:20px;
	color:#c5c5c5;
	margin-bottom:10px;
	width:92%;
	height:120px;
	padding:15px 2%;
	border:none;
	border-radius:7px;
}

/* END OF CONTACT FORM STYLES */

/*******************************************************/

/* WIDGET STYLES */



/* END OF WIDGET STYLES */

/*******************************************************/

/* FOOTER STYLES */

footer{
	background:#000;
	color:#fff;
}

#footer_content{
	width:940px;
	margin:0 auto;
	padding:20px 0;
}

#footer_content nav{
	width:600px;
	float:left;
}

#footer_content nav ul{
	display:table;
	width:100%;
}

#footer_content nav ul li{
	display:table-cell;
	text-align:center;
	padding:0 5px;
}

#footer_content nav ul li a{
	font-family: 'HelveticaNeueUltraLight', Arial, sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	color:#fff;
	line-height:30px;
}

#footer_content nav ul li a:hover{
	text-decoration:underline;
}

#footer_logo{
	float:right;
	height:30px;
	width:auto;
}
#gherkin_logo{	float:right;	clear:both;	margin-top:20px;}
/* END FOOTER STYLES */

/*******************************************************/

/* MISCELLANEOUS */
.white_button{
	font-family: 'HelveticaNeueBold', Arial, sans-serif;
	background:#fff;
	color:#000;
	border:none;
	text-transform:uppercase;
	border-radius:3px;
	padding:5px 20px;
	transition:all 0.25s;
}

.white_button:hover{
	background:#000;
	color:#fff;
	transition:all 0.25s;
	cursor:pointer;
}

.black_button{
	font-family: 'HelveticaNeueBold', Arial, sans-serif;
	background:#000;
	color:#fff;
	border:none;
	text-transform:uppercase;
	border-radius:3px;
	padding:5px;
	margin:5px 0;
	transition:all 0.25s;
}

.black_button:hover{
	background:#e7e7e7;
	color:#000;
	transition:all 0.25s;
	cursor:pointer;
}
.half{
	width:48%;
	float:left;
}

.half + .half{
	width:48%;
	float:right;
}
.fleft{float:left;}
.fright{float:right;}
.center{margin-left:auto;margin-right:auto;}
.hidden{display:none;}