/*
Theme Name: Globex Air
Theme URI: http://www.com
Description: Globex Air Wordpress website
Author: Surefoot Communications
Author URI: www.surefoot.tv
Version: 1.0
*/

/*Import Open Sans, use as default font*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700);

* {
    margin: 0;
    padding: 0;
    position: relative;
}

body {
    background: #c5b0d5 url('images/bg.jpg') repeat-x;
    color: #0f294f;
    font-size: 13px;
    line-height: 1.4;
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3 {
    font-weight: normal;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

h1 {
    font-size: 150%;
}

h2 {
    font-size: 130%;
}

h3 {
    font-size: 110%;
}

p {
    margin: 0 0 10px 0;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: underline;
    color: #36256C;
}
a img {
    border: none;
}

ul, ol {
    margin: 0 0 10px 0;
}

#page-wrap {
    width: 1024px;
    margin: 20px auto;
}

#header {

}
#logo {
    margin: 0 0 20px 0;
}
#header-right {
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 100;
}
#header-right input[type=search] {
    padding: 5px;
    border-radius: 5px;
    border: 1px #ccc solid;
    float: right;
    margin: 0 0 10px 0;
}
#header-right p {
    display: block;
    float: right;
}
#header .top-button {
	clear: right;
margin: 0px 0px 7px 0px;
}
#header .top-button a.button {
	width: 287px;
	height: 38px;
	display: block;
	background-image: url('/wp-content/uploads/2014/09/tracking-buttons.png');
}
#header .top-button a.button.booking {
	background-position: -0px -0px;
}
#header .top-button a.button.tracking {
	background-position: -0px -38px;
}
.track-btn {
    clear: both;
    padding: 5px 120px 5px 10px;
    background: #d12b2b url('images/arrow.png') no-repeat 175px 10px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}

.main-menu {
    background: #36256c;
}
.main-menu .alignleft  {
    padding: 10px 0 0 10px;
}
.main-menu .alignleft a {
    color: #fff;
    font-style:  italic;
}
.main-menu ul {
    margin: 0;
    float: right;
}
.main-menu ul li {
    float: left;
    list-style: none;
}
.main-menu ul li a {
    float: left;
    padding: 10px 25px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}
.main-menu ul li a:hover, .main-menu ul li.current-menu-item{
    color: #36256c;
    background-color: #fff;
}
.main-menu ul li.current-menu-item a {
    color: #36256c
}
.main-menu ul li .sub-menu{
    position: absolute;
    top: 38px;
    left: -9999px;
    background: #36256c;
    z-index: 300;
    border: 1px #36256c solid;
    border-top: none;
}
.main-menu ul li:hover > ul.sub-menu {
    left: 0px;
}
.main-menu ul li ul.sub-menu li {
    display: block;
    float: none;
    padding: 0;
}
.main-menu ul.sub-menu li a {
    float: none;
    display: block;
    padding: 10px 11px;
    color: #fff;
    text-transform: none;
    font-size: 12px;
}
.main-menu ul.sub-menu li.current-menu-item a {
    color: #36256c
}
.main-menu ul.sub-menu li a:hover {
    color: #36256c;
}
.main-menu ul li ul li:hover .sub-menu{
    top: 0;
    left: 90px;
}
#main-image {
    float: left;
}
#slider {
    margin: 5px 0;
}
.arrow {
    width: 503px;
    height: 81px;
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: 100;
    background: url('images/slide-arrow.png') no-repeat;
}
.home-images img {
    margin: 0 3px 0 0;
}

#sidebar {
clear: both;
}


#latest-news-wrap{
    float: left;
    width: 517px;
    background: #fff;
}
#latest-news {
    height: 272px;
    overflow-y: scroll;
    padding: 10px;
}
#latest-news a {
    color: #0f294f;
    font-weight: 700;
}
#latest-news p {
    margin: 0;
}
#latest-news-wrap h2 {
    background: #36256c;
    color: #fff;
    margin: 0;
    padding: 5px 10px;;
}
.news {
    border-bottom: 1px #0f294f solid;
    font-size: 12px;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
}

#services{
    float: left;
    width: 500px;
}
a.service {
    width: 225px;
    height: 140px;
    padding: 10px;
    background: #36256c url('images/arrow.png') no-repeat 140px 140px;
    color: #fff;
    float: left;
    margin: 0 0 5px 5px;
    font-size: 12px;
}
a.service:hover {
    text-decoration: none;
}
a.service h2 {
    margin: 0;
}

.post {
    padding: 5px 0 0 0;
}

.entry {
    width: 480px;
    z-index: 100;
    padding: 10px;
    float: right;
}

.entry a {

}

.entry a:hover {

}
.entry h2 {
    border-bottom: 1px #0f294f solid;
}
.entry ul li {
    list-style: inside;
}


.search-result-box {
    padding: 10px 0px;
    border-bottom: 1px solid #e2e2e2;
}

#footer {
    text-align: center;
}

.footer-menu {
    margin: 10px 0 10px 0;
    background: #36256c;
    padding: 5px;
}
.footer-menu ul {
    margin: 0;
}
.footer-menu ul li {
    display: inline;
    list-style: none;
}
.footer-menu ul li a {
    padding: 0px 10px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 12px;
    border-right: 1px #fff solid;
}
.footer-menu ul li a:hover {
    text-decoration: underline;
}
.footer-menu ul li.menu-item-last a {
    border-right: none;
}
.footer-menu ul li.current-menu-item a {
    text-decoration: underline;
}
.footer-menu ul li .sub-menu{
    position: absolute;
    top: 38px;
    left: -9999px;
    background: #36256c;
    z-index: 300;
    border: 1px #36256c solid;
}
.footer ul li:hover > ul.sub-menu {
    left: 0px;
}
.footer-menu ul li ul.sub-menu li {
    display: block;
    float: none;
    padding: 0;
}
.footer-menu ul.sub-menu li a {
    float: none;
    display: block;
    padding: 10px 11px;
    color: #fff;
    text-transform: none;
    font-size: 12px;
}
.footer-menu ul.sub-menu li a:hover {
    color: #36256c;
}
.footer-menu ul li ul li:hover .sub-menu{
    top: 0;
    left: 90px;
}
#footer p {
    margin: 0;
    font-size: 10px;
}
#footer p a {
    color: #0f294f;
}







/* Utility styles */

.screen-reader-text {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

.clear {
    clear: both;
}

.group:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .group, *:first-child+html .group {
    zoom: 1;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}
a.btn, .entry a {
    padding: 5px 10px;
    background: #36256c;
    color: #fff;
    border: 2px #fff solid;
}
a.btn:hover, .entry a:hover {
    background: #fff;
    color: #36256c;
    border: 2px #36256c solid;
}
.entry-contact a {
    padding: 0;
    background: none;
    color: #0f294f;
    border: none;
}
.entry-contact a:hover {
    border: none;
    color: #0f294f;
    padding: 0;
}