/*  
Theme Name: One Stop Pilot
Theme URI: http://www.onestoppilot.com
Description: The default WordPress theme for One Stop Pilot</a>.
Version: 1.0
Author: MWA Design
Author URI: http://www.mwadesign.com/
*/


/*------ clear standard browser styles ------*/

body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,ul,ol,li,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}

ul,ol,li{
	list-style: none;
}

address,caption,cite,code,dfn,th,var,em {
	font-style:normal;
	font-weight:normal;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



/* ---------------- global styles ---------------- */


body {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	font-size: 62.5%;
	text-align: center;
	color: #333333;
	font-family: arial, verdana, sans-serif;
	background: #5F92EB url(img/body-bkg.jpg) repeat-x 0 0;
    }



body a img {
    border: none;
}





/* ---------------- global classes ---------------- */


.bold{
   font-weight: bold;
}


.hide{
   position:absolute;
   left: 0px;
   width: 1px;
   height: 1px;
   overflow: hidden;
}
	
.hidden{
	display: none;
}

.clear {
	clear: both;
	}




/* ---------------- wrap ---------------- */

#wrap{
	text-align: left;
	margin: 0 auto 0 auto;
	width: 920px;
	padding: 0;
	background: url(img/wrap-bkg.jpg) no-repeat 0 0;
}



/* ---------------- header ---------------- */

#header{
	float: left;
	width: 920px;
	margin: 17px 0;
}


#header h2{
	float: left;
	width: 279px;
	height: 56px;
	text-indent: -9999px;
	background: url(img/logo-onestoppilot.gif) no-repeat 0 0;
}


#top-advert{
	float: right;
	width: 468px;
}


/* ---------------- navigation ---------------- */

#nav{
	float: left;
	width: 920px;
	background: #FFDD00 url(img/nav-top-bkg.gif) no-repeat 0 0;
}


#nav .gutter{
	float: left;
	width: 920px;
	padding: 1px 0;
	background: url(img/nav-bottom-bkg.gif) no-repeat bottom left;
}


#navigation{
	float: left;
	font-size: 1.4em;
	font-weight: bold;
	padding: 7px 0 7px 5px;
}


#navigation li{
	float: left;
	padding: 0 10px;
	background: url(img/nav-divider.gif) no-repeat 0 50%;
}


#navigation li.home{
	background: none;
}


#navigation li a{
	color: #000000;
	text-decoration: none;
}

#navigation li a:hover{
	color: #ffffff;
}


#nav #searchform{
	float: right;
	margin: 3px 15px 0 0;
}


#searchform #s{
	border: 1px solid #cccccc;
	vertical-align: top;
	height: 1.5em;
}



/* ---------------- content ---------------- */


#content{
	float: left;
	width: 920px;
	margin-top: 15px;
	background: #FFFFFF url(img/main-content-top-bkg.gif) no-repeat 0 0;
}


#content .gutter{
	float: left;
	width: 920px;
	background: url(img/main-content-bottom-bkg.gif) no-repeat bottom left;
}

#content .gutter2{
	float: left;
	width: 920px;
	background: #ffffff;
}


/* ---------------- main-content ---------------- */

#main-content{
	float: left;
	width: 550px;
	padding: 15px 15px 0 15px;
}


#main-content.wide{
	width: 890px;
}

#main-content.wide2{
	width: 890px;
	background: #ffffff;
}


#main-content h1{
	font-size: 2.4em;
	color: #0066cc;
	margin-bottom: 15px;
}


#main-content .center{
	font-size: 1.4em;
	color: #0066cc;
	margin-bottom: 15px;
	font-weight: bold;
}

#main-content h3{
	font-size: 1.4em;
	color: #0066cc;
	margin-bottom: 15px;
	font-weight: bold;
}


#main-content p{
	font-size: 1.3em;
	margin-bottom: 15px;
}


#main-content a{
	color: #0F6FCF;
	font-weight: bold;
	text-decoration: none;
}


#main-content a:hover{
	text-decoration: underline;
}



#main-content .wpcf7-response-output wpcf7-mail-sent-ok{
	font-size: 1.3em;
}


/* ---------------- .block ---------------- */



#home-blocks{
	float: left;
	width: 550px;
}

#main-content .block{
	float: left;
	width: 265px;
	border: 1px solid #FFDD00;
	margin: 0 15px 15px 0;
}


#main-content .block2{
	margin: 0 0 15px 0;
}


#main-content .block img{
	float: left;
	margin-right: 15px;
}


#main-content .block h4{
	font-size: 1.4em;
	margin: 15px 15px 5px 0;
	font-weight: bold;
	color: #000000;
}

#main-content .block p{
	margin: 0 5px 0 0;
}




/* ---------------- #main-content-area ---------------- */


#main-content-area{
	float: right;
	width: 400px;
	padding-left: 10px;
	margin-bottom: 15px;
	border-left: 1px solid #EBEBEB;
}


#main-content-area.wide{
	width: 740px;
	background: #ffffff;
}


#main-content-area.wide iframe{
	margin: 0;
	padding: 0;
	float:left;
}


#main-content-area h2{
	font-size: 1.8em;
	color: #000000;
}


#main-content-area h3{
	font-size: 1.3em;
	color: #000000;
}


#main-content-area ul{
	margin-bottom: 15px;
	font-size: 1.2em;
}

#main-content-area li{
	padding-left: 15px;
	margin-bottom: 3px;
	background: url(img/bullet.gif) no-repeat 0 5px;
}


#main-content-area a{
	color: #0066CC;
	text-decoration: underline;
}


#main-content-area a:hover{
	text-decoration: none;
}



#airline-list{
	margin-bottom: 0px;
}

#airline-list li{
	float: left;
	text-align: center;
	width: 88px;
	line-height: 88px;
height: 88px;
	padding-left: 0;
	margin-left: 10px;
	margin-bottom: 10px;
	background: none;
}	

#airline-list li a{
}

#airline-list li img{
	vertical-align: middle;
}



#main-content-area .latest-resource{
	float: right;
	width: 400px;
}


#main-content-area .latest-resource-page{
	border-bottom: 1px solid #ffdd00;
	padding-bottom: 10px;
	margin-bottom: 20px;
}


#main-content-area .latest-resource h2{
	background: url(img/latest-guides.gif) no-repeat 0 0;
	width: 146px;
	height: 20px;
	margin: 15px 0;
	padding: 5px 0 0 10px;
	color: #000000;
	font-weight: bold;
	font-size: 1.4em;
}


#main-content-area .latest-resource h3 a{
	text-decoration: none;
}


#main-content-area .latest-resource h4{
color: #000000;
font-weight: bold;
	font-size: 1.4em;
}


#main-content-area .latest-resource img{
	float: right;
	border: 1px solid #cccccc;
	margin-left: 15px;
}

#main-content-area .latest-resource p a{
	font-size: 1em;
	text-decoration: underline;
	font-weight: bold;
}


#main-content-area .latest-resource p a:hover{
	text-decoration: none;
}
	

/* ---------------- #sub-navigation ---------------- */


#sub-navigation{
	float: left;
	width: 120px;
}


#sub-navigation h2{
	color: #000000;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 5px;
}


#sub-navigation ul{
	width: 120px;
	margin-bottom: 20px;
}


#sub-navigation ul li{
	border-bottom: 1px solid #ffcc00;
	font-size: 1.2em;
	padding: 7px 0;
	letter-spacing: 1px;
}


#sub-navigation ul li a.here{
	text-decoration: underline;
}

/* ---------------- content-right ---------------- */

#content-right{
	float: left;
	width: 340px;
	padding: 15px 0;
}


#content-right2{
	float: right;
	width: 150px;
	padding: 15px 0;
}


#column1{
	float: left;
	width: 190px;
}


#column2{
	float: left;
	width: 150px;
}




/* ---------------- guides ---------------- */


#main-content-area .guides{
	float: right;
	width: 156px;
	margin: 10px 0 10px 15px;
	padding-bottom: 10px;
	background: url(img/latest-guides-bkg.gif) no-repeat bottom left;
}


#main-content-area .guides h2{
	background: url(img/latest-guides.gif) no-repeat 0 0;
	width: 146px;
	height: 20px;
	margin-bottom: 15px;
	padding: 5px 0 0 10px;
	color: #000000;
	font-weight: bold;
	font-size: 1.4em;
}


#main-content-area .guides h3{
	font-size: 1.6em;
	margin: 0;
	padding: 0;
}


#main-content-area .guides p a{
	font-size: 1em;
}

/* ---------------- latest-guides ---------------- */


#latest-guides{
	float: left;
	width: 156px;
	padding: 0 17px;
}


#latest-guides .guide{
	background: url(img/latest-guides-bkg.gif) no-repeat bottom left;
	padding-bottom: 20px;
}


#latest-guides .guide2{
	padding-bottom: 20px;
}


#latest-guides h3{
	background: url(img/latest-guides.gif) no-repeat 0 0;
	width: 146px;
	height: 20px;
	padding: 5px 0 0 10px;
	color: #000000;
	font-weight: bold;
	font-size: 1.4em;
}


#latest-guides img{
	margin-top: 15px;
	margin-bottom: 10px;
}


#latest-guides p{
	font-size: 1.2em;
}


#latest-guides p a{
	color: #0066CC;
	font-weight: bold;
	text-decoration: underline;
}


#latest-guides p a:hover{
	text-decoration: none;
}




/* ---------------- which-airline ---------------- */


#which-airline{
	float: left;
	width: 156px;
	padding: 0 17px 0 17px;
	padding-bottom: 20px;
	text-align: center;
	background: url(img/divider.gif) no-repeat bottom left;
}


#which-airline a{
	color: #0066CC;
	font-size: 1.3em;
	font-weight: bold;
}

/* ---------------- industry-news ---------------- */


#industry-news{
	float: left;
	width: 156px;
	padding: 0 17px 0 17px;
}


#industry-news h3{
	background: url(img/latest-guides.gif) no-repeat 0 0;
	width: 146px;
	height: 20px;
	margin-bottom: 20px;
	padding: 5px 0 0 10px;
	color: #000000;
	font-weight: bold;
	font-size: 1.4em;
}


#industry-news li{
	padding-left: 15px;
	margin-bottom: 3px;
	background: url(img/bullet.gif) no-repeat 0 5px;
}


#industry-news a{
	font-size: 1.3em;
	color: #0066CC;
	text-decoration: none;
}


#industry-news a:hover{
	text-decoration: underline;
}



/* ---------------- airline-news ---------------- */


#airline-news{
	float: left;
	width: 156px;
	padding: 0 17px 0 17px;
	background: url(img/divider.gif) no-repeat bottom left;
}


#airline-news h3{
	color: #000000;
	margin: 15px 0 10px 0;
	font-weight: bold;
	font-size: 1.4em;
}


#airline-news ul{
	margin-bottom: 20px;
}


#airline-news li{
	padding-left: 15px;
	margin-bottom: 3px;
	background: url(img/bullet.gif) no-repeat 0 5px;
}


#airline-news a{
	font-size: 1.3em;
	color: #0066CC;
	text-decoration: none;
}


#airline-news a:hover{
	text-decoration: underline;
}



/* ---------------- area-info ---------------- */


#area-info{
	float: left;
	width: 156px;
	padding: 0 17px 0 17px;
	margin-left: 17px;
	background: url(img/latest-guides-bkg.gif) no-repeat bottom left;
	padding: 15px 0 20px 0;
}


* html #area-info{
	margin-left: 8px;
}

#area-info .line{
	float: left;
	width: 156px;
	height: 1px;
padding-top: 15px;
	margin-bottom: 15px;
	background: url(img/latest-guides-bkg.gif) no-repeat bottom left;
}

#area-info .time{
	text-align: center;
	width: 100px;
	margin-left: 28px;
	font-size: 2.2em;
	color: #FFDD00;
	background: #000000;
	letter-spacing: 2px;
}


#area-info h3{

	margin: 10px 0;
	font-size: 1.3em;
	font-weight: bold;
}


#area-info p{
	font-size: 1.2em;
}


#area-info img{
	margin: 5px 0 5px 52px;
}


/* ---------------- one-stop-shop ---------------- */


#one-stop-shop{
	float: right;
	width: 120px;
	padding: 0 15px 0 15px;
}


#one-stop-shop h3{
	background: #ffdd00 url(img/one-stop-shop.gif) no-repeat 0 0;
	width: 115px;
	margin-bottom: 20px;
	padding: 5px 0 3px 5px;
	color: #000000;
	font-weight: bold;
	font-size: 1.4em;
}


#one-stop-shop img{
	margin-bottom: 20px;
}


/* ---------------- google-ads ---------------- */


#google-ads{
	float: right;
	width: 120px;
	padding: 0 15px 0 15px;
}


/* ---------------- footer ---------------- */


#footer{
	clear: both;
	width: 920px;
	padding: 10px 0 0 0;
}


#footer .terms{
	float: left;
}


#footer .tools{
	float: right;
}


#footer li{
	float: left;
	margin-left: 8px;
}


#footer li a{
	color: #ffffff;
	text-decoration: none;
	font-size: 1.1em;
	border-left: 1px solid #ffffff;
	padding-left: 8px;
}


#footer li a:hover{
	text-decoration: underline;
}


#footer .first{
	margin-left: 0;
}

#footer .first a{
	border-left: none;
	padding-left: 0;
}
