/*
  
  MISSION TRAVEL CSS
  Kingston Development
  http://www.kingstondevelopment.com.au/
  
*/

@import url("reset.css");

.clear { clear: both; }

body {
    background: #333 url('../img/bg.png') top repeat-x;
    margin: 20px;
    font-family: Arial, sans-serif;
    font-size: 12px;
}

a, a:visited {
    color: #444;
    text-decoration:underline;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

#wrapper {
    width: 950px;
    margin: 0 auto;
    background: #FFF;
	border: 1px solid #111;
}

/* HEADER */

#menu {
    background: #001932;
    font-weight: bold;
    color: #FFF;
    font-size: 12px;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    text-align: center;
    height: 30px;
}

#menu li {
    border-right: 1px solid #00274d;
}

#menu li.last { border: 0 !important; }

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu {
    line-height: 1.0;
}
.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 15em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
    width: 100%;
}
.sf-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
    float: left;
    position: relative;
}
.sf-menu a {
    display: block;
    position: relative;
    text-align: left;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: 0;
    top: 30px; /* match top ul list item height */
    z-index: 999;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
    top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 15em; /* match ul width */
    top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
    top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}

.sf-sub-indicator { display: none; }

/*** DEMO SKIN ***/

.sf-menu {
    font-size: 11px;
    float: left;
    margin-bottom: 1em;
    color: #FFF;
}

.sf-menu a {
    text-decoration: none;
    padding: 9px 8px;
    color: #FFF;
}

.sf-menu ul a {
    padding: 8px 15px;
    font-weight: normal;
    font-weight: bold;
    text-transform: none;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
    color: #FFF;
    text-decoration: none;
}
.sf-menu li li {
    background: #001f3e;
    color: #FFF;
}
.sf-menu li li li {
    background: #001932;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:	 #001f3e;
    color: #FFF;
    text-decoration: none;
    outline: 0;
}

.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active
.sf-menu li li:hover, .sf-menu li li.sfHover {
    background: #002a53;
}

/* Banner */

#banner {
    background: url('../img/mt_banner.jpg');
    height: 257px;
    z-index: 0;
}

/**************/
/* HOME PAGE */
/************/

/* MID */

#mid {
    padding: 20px;
    background: #ebebe9;
}

#mid .left {
    float: left;
    width: 410px;
    padding-right: 19px;
}

#mid .right {
    float: right;
    width: 460px;
    padding-left: 20px;
    border-left: 1px solid #DDD;
}

#mid #slideshow {
    background: #EEE;
    height: 190px;
    border: 1px solid #DDD;
    margin-bottom: 40px;
}

#mid #slideshow img {
    top: 0;
    left: 0;
    padding: 5px;
    background: #DDD;
}

#mid .link_left {
    float: left;
    width: 210px;
    padding: 0 10px;
}

#mid .link_right {
    width: 210px;
    float: right;
    padding: 0 10px;
}

#mid .link_left img,
#mid .link_right img {
    background: #DDD;
    border: 1px solid #CCC;
    padding: 3px;
    display: block;
    margin: 0 auto 10px auto;
}

#mid .link_left, #mid .link_right {
    margin-top: 15px;
    font-size: 11px;
    line-height: 120%;
}

#mid .link_left b, #mid .link_right b {
    display: block;
    color: #444;
    margin-bottom: 10px;
    font-size: 14px;
}

#mid .entry img {
    border: 0 !important;
    padding: 0 !important;
}

/* login */

#mid_login {
    width: 444px;
    padding: 8px;
    background: #001932;
    color: #FFF;
    float: left;
    font-size: 12px;
}

#mid_login a, #mid_login a:visited {
    color: #a6d3ff;
    text-decoration: none;
}

#mid_login a:hover { color: #FFF; text-decoration: none; }

#mid_login label {
    display: block;
    font-weight: bold;
    padding-right: 5px;
    font-size: 11px;
}

#mid_login input {
    float: left;
}

#mid_login td { vertical-align: middle; }

#mid_login input.text {
    padding: 3px;
    font-size: 11px;
    margin-right: 12px;
    width: 110px;
    color: #000;
    background: #FFF;
    border: 2px solid #00274d;
}

#mid_login input.submit {
    font-family: Arial, sans-serif;
    font-size: 12px;
}

#mid .right small { font-size: 11px; }

#mid_login label { margin-bottom: 2px; display: block; }

#mid_login .ml_left { width: 130px; float: left; }
#mid_login .ml_right { float: right; font-size: 11px; width: 120px; padding-top: 13px; }

#mid_login input.text {
    font-size: 12px;
    font-family: Arial, sans-serif;
}

#mid_login_more {
    font-size: 11px;
    margin: 10px 0;
    text-align: center;
}

#mid_login_more a, #mid_login_more a:visited {
    margin: 0 10px;
    color: #666;
}

#mid_login_more a:hover {
    color: #666;
    background: #DDD;
}

#forgot .text input {
    padding: 5px;
    font-size: 16px;
    font-family: Arial, sans-serif;
    width: 400px;
}

#forgot td {
    vertical-align: middle;
    padding: 10px;
    background: #F8F8F8;
}

#forgot .submit input {
    width: 60px;
    padding: 4px;
    font-size: 14px;
    font-family: Arial, sans-serif;
}

/* Content */

.breadcrumb {
    font-size: 11px;
    margin-bottom: 20px;
    color: #666;
    padding-bottom: 10px;
    border-bottom: 1px solid #EEE;
}

.breadcrumb a, .breadcrumb a:visited {
    color: #888;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #333;
    text-decoration: underline;
}

#content_wrap {
    background: #FFF url('../img/body_bg.gif');
}

#content {
    padding: 20px 20px 20px 20px;
    width: 620px;
    float: left;
}

.home {
    width: auto !important;
    padding: 0 !important;
    background: #FFF !important;
}

#content h2 {
    color: #e57100;
    font-weight: normal;
    font-size: 28px;
    margin-bottom: 20px;
}

#content .meta {
    color: #666;
    margin-bottom: 10px;
}

/* */

.post { overflow: hidden; }

.post h3 {
    font-weight: bold;
}

/* News Archive */

.news_archive h3 {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 8px;
    margin-left: 8px;
}

.news_post {
    padding: 8px;
    background: #EEE;
    margin-bottom: 1px;
}

.news_post a, .news_post a:visited {
    font-weight: bold;
    color: #222;
    text-decoration: none;
}

.news_post a:hover { text-decoration: underline; }

.news_post .date {
    color: #666;
    font-size: 11px;
    margin-right: 15px;
    width: 70px;
    text-align: center;
    display: block;
    float: left;
}

/* newsletter */

#mid_newsletter {
    width: 133px; /* 153 */
    height: 77px; /* 116 */
    padding: 31px 10px 8px 10px;
    background: #001832 url('../img/mt_newsletter.gif') no-repeat;
    color: #FFF;
    float: right;
    overflow: hidden;
}
#mid_newsletter input.text { width: 128px !important; }
#mid_newsletter input.submit { margin-top: 3px; float: right; }
#mid_newsletter .html { width: 60px; float: left; }

/* MIDBAR */

#midbar {
    padding: 15px 19px;
    height: 152px;
    background: #FFF url('../img/mt_midbar.jpg') no-repeat;
    overflow: hidden;
}

#midbar a {
    width: 212px;
    height: 153px;
    margin-right: 21px;
    display: block;
    text-indent: -5000px;
    overflow: hidden;
    float: left;
}

#midbar a.last { margin-right: 0 !important; }

/* Posts */

.entry h1 {
    font-size: 20px;
    color: #333;
}

.entry h2 {
    font-size: 18px;
    color: #333;
}

.entry img {
    padding: 4px;
    background: #EEE;
    margin-bottom: 15px;
    border: 1px solid #DDD;
}

.entry { line-height: 150%; }
.entry p { margin-bottom: 14px; }
.entry a, .entry a:visited { color: #e57100; text-decoration: none;  }
.entry a:hover { text-decoration: underline; }

.entry ul {
    margin-bottom: 15px;
    margin-left: 30px;
    list-style: disc;
}

.entry ul li {
    margin-bottom: 5px;
}

/* Paging */

.paging { text-align: center; margin-top: 30px; color: #ddd; }

div.paging div.disabled {
	color: #ddd;
	display: inline;
}

div.paging span {
}

div.paging span.current {
	color: #000;
}

/* PreviousNews */

#prevnews {
    background: #ed8500;
    padding: 20px 0;
}

#prevnews .top, #prevnews .bottom {
    display: block;
    clear: both;
    height: 28px;
}

#prevnews .content {
    background: url('../img/mt_prevnews_bg.jpg');
    padding: 0 40px;
}

/* Post */

#prevnews .post { margin-bottom: 20px; clear: both; }

#prevnews .post h3, #mid .post h3 {
    color: #e57100;
    font-size: 14px;
    margin-bottom: 5px;
}

#prevnews .post .meta, #mid .post .meta {
    color: #666;
    font-size: 11px;
    margin-bottom: 15px;
    clear: both;
}

#prevnews .post h3 a, #mid .post h3 a,
#prevnews .post h3 a:visited, #mid .post h3 a:visited {
   color: #e57100;
   text-decoration: none;
}

#prevnews .post h3 a:hover, #mid .post h3 a:hover { text-decoration: underline; }

#prevnews .top { background: url('../img/mt_prevnews_top.jpg'); }
#prevnews .bottom { background: url('../img/mt_prevnews_bottom.jpg'); }

#prevnews h2 {
    width: 318px;
    height: 42px;
    padding-left: 30px;
    display: block;
    margin-bottom: 10px;
    color: #FFF;
    background: url('../img/mt_prevnews.jpg') 30px top no-repeat;
    text-indent: -1000px;
    clear: both;
}

#prevnews .archivelink { text-align: right; }

#prevnews .archivelink a,
#prevnews .archivelink a:visited {
    clear: both;
    color: #e57100;
    font-weight: bold;
    text-decoration: none;
}

#prevnews .archivelink a:hover { text-decoration: underline; }

/* Footer */

#footer {
	margin: 15px auto 0 auto;
	color: #FFF;
	text-align: center;
	font-size: 10px;
}

#footer a, #footer a:visited { 
	color: #AAA;
	text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

/* Form */

.form .text input, .form .password input  {
    font-family: Arial, sans-serif;
    font-size: 14px;
    padding: 5px;
    width: 400px;
}

.form .input {
    background: #F8F8F8;
    padding: 20px 10px;
    margin-bottom: 15px;
    width: 420px;
    border: 1px solid #EEE;
}

.form label {
    font-size: 16px;
    margin-left: 5px;
    margin-bottom: 10px;
    padding-right: 20px;
    display: block;
}

.form .submit input {
    padding: 5px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    width: 80px;
    margin-left: 340px;
    margin-top: 10px;
}

.form .error-message {
    color: red;
    margin-top: 10px;
    margin-left: 5px;
}

#user_reg_form {
    float: left;
    width: 500px;
}

#user_reg_form h3 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.newsletter-check {
    padding: 4px;
    background: #F8F8F8;
    margin-bottom: 1px;
    width: 450px;
    
}

.newsletter-check label  {
    font-size: 12px !important;
    margin-bottom: 1px;
}

#flashMessage, #authMessage {
    text-align: center;
    font-size: 18px;
    color: #666;
    padding: 15px;
    background: #EBEBE9;
    margin-bottom: 20px;
}

.home #authMessage, .home #flashMessage {
    background: #DDD;
    margin-bottom: 0 !important;
}

dt {
    padding: 8px;
    background: #001932;
    width: 150px;
    font-weight: bold;
    color: #FFF;
    float: left;
    display: block;
    padding-right: 20px;
    clear: left;
    border-bottom: 1px solid #00274c;
}

dd {
    border-bottom: 1px solid #CCC;
    background: #DDD;
    padding: 8px;
    clear: right;
    float: left;
    width: 300px;
}

dl {
    margin-bottom: 20px;
}

.user_links {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: left;
}

.user_view {
}

.manage_subscription {
    clear: both;
     margin-top: 15px;
}

.user_view h3, .manage_subscription h3 {
    margin-bottom: 15px;
}

h3 {
    font-size: 14px;
    font-weight: bold;
    color: #444;
    margin-bottom: 3px;
}

h4 {
    font-size: 12px;
    font-weight: normal;
    color: #666;
    margin-bottom: 10px;
}

.subscription-item {
    padding: 8px;
    background: #EEE;
    margin-bottom: 5px;
}

.subscribed {
    background: #DDD;
}

.subscription-status {
    float: right;
}

/* Sabre Widget */

.sabre_widget input, .sabre_widget select {
    font-family: Arial, sans-serif;
    font-size: 12px;
    padding: 2px;
}


.sabre_widget fieldset, .yui-ac-content {
    background: #DDD;
    padding: 10px;
    border: 1px solid #CCC;
    margin: 15px 0 0 0;
    line-height: 2.5em;
}

.yui-ac-content {
    margin:  2px 0 0 0;
    line-height: 1 !important;
    padding: 0;
    width: 360px;
}

/* Sabre Widget */

.sabre_widget .result {
    font-size: 12px;
    cursor: pointer;
    padding: 5px;
    background: #FFF;
    line-height: 1;
    margin-bottom: 1px;
}

.sabre_widget td {
    padding: 0 8px;
}

.sabre_widget legend {
    font-weight: bold;
    padding: 0 5px;
    font-size: 12px;
    color: #333;
    line-height: 1.3em;
}

/* Booking Terms */

.sabre_widget .terms {
    font-size: 11px;
    text-align: center;
    margin: 15px 0 15px 0;
}

/* Summary Page */

.summary_page {
    width: 620px;
}

.summary_page .subpage {
    width: 180px;
    padding: 10px;
    margin-bottom: 15px;
    background: #F0F0F0;
    margin-left: 10px;
    float: left;
}

.summary_page .subpage img {
    display: block;
    margin: 0 auto;
    padding: 5px;
    background: #DDD;
    width: 170px;
    margin-bottom: 10px;
}

.summary_page .subpage a:hover img {
    background: #CCC;
}

.summary_page .subpage a.title, .summary_page .subpage a.title:visited {
    color: #001932;
    font-weight: bold;
    text-align: center;
    display: block;
    font-size: 14px;
}

.summary_page .subpage a.title:hover { color: #000; text-decoration:none;  }

.summary_page .subpage .pdf {
    margin-top: 10px;
}

.summary_page .subpage .pdf a, .summary_page .subpage .pdf a:visited {
    color: #333;
    display: block;
    background: #E0E0E0;
    padding: 5px;
    margin-bottom: 1px;
}

.summary_page .subpage .pdf a:hover {
    text-decoration: none;
    color: #FFF;
    background: #001932;
}

/* Blog */

.blog_archive_link {
    margin-top: 25px;
}

.blog_post {
    padding: 10px 0 20px 0;
}

.blog_post h3 {
    font-size: 16px !important;
    margin-bottom: 5px;
}

.blog_post h3 a, .blog_post h3 a:visited {
    color: #e57100;
    text-decoration: none;
}

.blog_post h3 a:hover {
    color: #e57100;
}

.blog_comment {
	margin-bottom: 12px;
}

.blog_comment .blog_comment_index {
	margin-bottom: 6px;
	text-align: right;
	font-size: 120%;
	font-weight: bold;
	color: #999;
}

.blog_comment .blog_comment_body {
	margin-bottom: 12px;
}

.blog_comment .blog_comment_embed {
	margin-bottom: 12px;
}

.blog_comment .blog_comment_meta {
	margin-bottom: 12px;
	font-style: italic;
}

.meta .tags { margin-top: 10px; }
.meta .tags a, .meta .tags a:visited {
    margin-right: 5px;
    padding: 4px;
}
.meta .tags a:hover {
    background: #EFEFEF;
}

#sidebar {
    float: right;
    width: 250px;
    padding: 20px 0;
    margin-right: 18px;
}

#sidebar h2 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #111;
}

#sidebar .slideshow {
    margin-bottom: 20px;
    clear: both;
}

#sidebar .slideshow img {
    padding: 5px;
    background: #DDD;
    position: relative;
    top: 0;
    left: 0;
}

#sidebar ul {
    margin-bottom: 15px;
}

#sidebar ul li a, #sidebar ul li a:visited {
    display: block;
    padding: 5px;
    font-size: 12px;
    background: #EEE;
    color: #333;
    margin-bottom: 1px;
    line-height: 1.5;
    text-decoration: none;
}

#sidebar ul li a:hover {
    color: #000;
    background: #DDD;
}

#twitter_embed {
    margin: 0 auto;
    margin-top: 20px;
    float: left;
    width: 230px !important;
    font-size: 11px !important;
}

.social_buttons {
    margin-top: 20px;
    float: right;
}

.social_buttons img {
    display: block;
    padding: 3px;
    border: 1px solid #CCC;
    background: #DDD;
    margin-bottom: 10px;
}

