html,body{
	background: #000;
	font-family: Gill Sans,Gill Sans MT, sans-serif;
	color: #999;
}
.clearfix:before, .clearfix:after {
	content: "\0020"; 
	display: block; 
	height: 0; 
	visibility: hidden;	
} 

.flightcalc h2 a{ color:#B2290D;}
.flightcalc h2 a:hover{ color:#fff;}

.clearfix:after { 
	clear: both; 
}
.clearfix { 
	zoom: 1; 
}
#header{
	background: #000 url(../images/header-bg.jpg) 0 0 repeat-x;
	height: 110px;
	width: 100%;
	float: left;
}
.wrapper{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
h1.brand a{
	background: url(../images/brand.png) 0 0 no-repeat;
	width: 232px;
	height: 63px;
	float: left;
	text-indent: -9999px;
	margin-top: 18px;
	margin-bottom: 23px;
}
/*NAVIGATION*/
.navigation{
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../images/navimpress.png) 0 0 no-repeat;
	padding-top: 1px;
}
.navigation li:before{
	content: "|";
	color: #444;
	font-family: Helvetica Neue, Arial, Helvetica, Geneva, sans-serif;
	font-weight: 100;
	line-height: 36px;
	font-size: 14px;
	float: left;
	width: 1px;
}
.navigation li{
	list-style: none;
	display: inline;
	margin-bottom: -1px;
	float: left;
}
.navigation li a{
	color: #999;
	text-decoration: none;
	float: left;
	padding: 0 10px;
	height: 36px;
	line-height: 36px;
	text-shadow: 1px 1px 1px #000000;
	font-family: Gill Sans,Gill Sans MT, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
.navigation li:hover a, .navigation li.selected a{
	color: #fff;
}
.navigation li:hover, .navigation li.selected{
	background: url(../images/nav-ah.gif) 0 0 repeat-x;
	border-bottom: 1px solid #c53b21;
	border-left: 1px solid #c53b21;
	color: #fff;
}
.navigation li:hover:before, .navigation li.selected:before, .navigation li.first:before{
	content: none;
}
.navigation li:hover + li:before, .navigation li.selected + li:before {
	opacity: 0;
}
.navigation-shadow{
	height: 16px;
	width: 100%;
	background: url(../images/nav-shadow.png) 0 0 repeat-x;
	position: absolute;
	z-index: 910;
	top: 109px;
}
#slider{
	background: url(../images/slide-bg.jpg) 0 0 repeat-x;
	background: url(../images/slide-bg-center.jpg) center 0 no-repeat, url(../images/slide-bg.jpg) 0 0 repeat-x;
	height: 372px;
	width: 100%;
	float: left;
}
#slider a.prev, #slider a.next{
	text-indent: -9999px;
	z-index: 1000;
}
#slider a.prev{
	background: url(../images/feature-arrows.png) 0 -124px no-repeat;
	height: 62px;
	width: 62px;
	position: absolute;
	top: 140px;
	left: 0;
}
#slider a.next{
	background: url(../images/feature-arrows.png) -62px -124px no-repeat;
	height: 62px;
	width: 62px;
	position: absolute;
	top: 140px;
	right: 0;
}
#slider a.prev:hover{
	background: url(../images/feature-arrows.png) 0 -186px no-repeat;
}
#slider a.next:hover{
	background: url(../images/feature-arrows.png) -62px -186px no-repeat;
}
#overlay{
	background: url(../images/overlay.png) center 0 no-repeat;
	height: 372px;
	width: 100%;
	position: absolute;
	z-index: 900;
	top: 110px;
}
#overlay-inner{
	background: url(../images/overlay.png) center 0 no-repeat;
	height: 300px;
	width: 100%;
	position: absolute;
	z-index: 900;
	top: 110px;
}
#banner{
	background: url(../images/slide-bg-center.jpg) center 0 no-repeat, url(../images/slide-bg.jpg) 0 0 repeat-x;
	height: 300px;
	width: 100%;
	float: left;
}
#featured{
	background: url(../images/feature-bg.jpg) 0 0 repeat-x;
	background: url(../images/feature-bg-center.jpg) center 0 no-repeat, url(../images/feature-bg.jpg) 0 0 repeat-x;
	height: 283px;
	width: 100%;
	float: left;
}
#featured a.prev, #featured a.next{
	text-indent: -9999px;
}
#featured a.prev{
	background: url(../images/feature-arrows.png) 0 0 no-repeat;
	height: 62px;
	width: 62px;
	position: absolute;
	top: 100px;
	left: 0;
}
#featured a.next{
	background: url(../images/feature-arrows.png) -62px 0 no-repeat;
	height: 62px;
	width: 62px;
	position: absolute;
	top: 100px;
	right: 0;
}
#featured a.prev:hover{
	background: url(../images/feature-arrows.png) 0 -62px no-repeat;
}
#featured a.next:hover{
	background: url(../images/feature-arrows.png) -62px -62px no-repeat;
}
#featured-items{
	float: left;
	width: 860px;
	margin: 45px 70px 0px 75px;
	overflow:hidden;
	height: 238px;
}
#featured .feature-item{
	width: 271px;
	float: left;
	margin-right: 23px;
}
#featured .feature-item.last{
	margin-right: 0;
}
.feature-item a, .feature-item a:visited, a:link, a:active{
	text-decoration: none;
}
.feature-item a:hover{
	text-decoration: none;
}
.feature-item h3{
	font-size: 18px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.feature-item a h3{
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}
.feature-item a:hover h3 {
	color: #b2290d;
	text-decoration: none;
	text-shadow: 1px 1px #000;
}
.feature-item a p{
	font-size: 11px;
	font-family: Geneva, Gill Sans,Gill Sans MT, sans-serif;
	line-height: 14px;
	text-decoration: none;
	color: #999;
}
.feature-item a:hover p{
	color: #fff;
	text-decoration: none;
}
.feature-item a img{
}
.feature-item a:hover img{
}
#inner-content{
	background: url(../images/inner-content-center.jpg) center 0 no-repeat, url(../images/inner-content.jpg) 0 0 repeat-x;
	min-height: 283px;
	width: 100%;
	float: left;
}
#foot{
	min-height: 196px;
	float: left;
	width: 100%;
	background: #000 url(../images/foot-bg.gif) 0 0 repeat-x;
	padding-top: 38px;
}
#destination{
	height: 158px;
	float: left;
	background: url(../images/wdywtg.png) 0 0 no-repeat;
	width: 586px;
	padding-left: 25px;
}
#inner-destination{
	min-height: 268px;
	float: right;
	background: url(../images/inner-destination.jpg) 0 0 no-repeat;
	width: 293px;
	padding-left: 20px;
	margin-top: 6px;
	padding-top: 30px;
	padding-bottom: 20px;
}
#inner-destination h2{
	font-size: 18px;
	color: #fff;
	font-weight: 100;
}
#inner-destination h2.other {
	padding-top: 2em;
}
#inner-main{
	width: 650px;
	float: left;
	margin-right: 37px;
	min-height: 293px;
}
#foot-feature{
	background: url(../images/foot-feature.jpg) 0 0 no-repeat;
	height: 158px;
	float: left;
	padding-left: 8px;
}
#foot-feature a{
	color: #b2290d;
	text-decoration: none;
	font-size: 11px;
}
#foot-feature a:hover{
	color: #fff;
}
.foot-feature-item{
	width: 112px;
	float: left;
	padding-left: 15px;
}
.foot-feature-item h3{
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	padding-bottom: 8px;
}
.foot-feature-item p{
	font-size: 11px;
	color: #ccc;
	line-height: 13px;
}
.foot-feature-item img{
	width: 30px;
	margin: 0 41px;
	padding-bottom: 20px;
}
#footer{
	background: #000 url(../images/footer-bg.gif) 0 0 repeat-x;
	min-height: 110px;
	float: left;
	width: 100%;
	margin-top: 20px;
}
.foot-left{
	float: left;
	margin-top: 19px;
}
.foot-content{
	float: left;
	padding: 15px;
	width: 703px;
	color: #fff;
	font-size: 13px;
	font-family: Geneva, Gill Sans,Gill Sans MT, sans-serif;
	margin-top: 5px;
}
.foot-content p, .foot-content ul{
	margin-bottom: 5px;
}
.foot-content ul{
	list-style: none;
	width: 703px;
	color: #999;
	float: left;
}
.foot-content li{
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 12px;
}
.foot-content li.first{
	margin-left: 0;
}
.foot-content li::after{
	content: "|";
	float: left;
}
.foot-content li.last:after{
	content: none;
}
.foot-content li a{
	color: #999;
	text-decoration: none;
	float: left;
	margin-right: 10px;
}
.foot-content li a:hover{
	color: #b2290d;
}
.copyright{
	font-size: 10px;
	margin-top: 2px;
	float: left;
}
.foot-right{
	float: right;
	margin-top: 5px;
}
#social{
	width: 348px;
	height: 24px;
	background: url(../images/topbox-bg.jpg) 0 0 no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14px;
	padding: 12px 0 0 0px;
}
#social p{
	color: #999;
	float: left;
	margin-right: 20px;
	line-height: 16px;
}
#social p a{
	color: #999;
	text-decoration: none;
}
#social p a:hover{
	color: #b2290d;
}
.phoneicon{
	background: url(../images/phoneicon.png) 0 0 no-repeat;
	padding-left: 25px;
	margin-left: 10px;
}
.emailicon{
	background: url(../images/emailicon.png) 0 0 no-repeat;
	padding-left: 25px;
}
#social ul{
	float: left;
	list-style: none;
}
#social li{
	float: left;
	margin-left:5px;
}
li.facebook a, li.twitter a, li.linkedin a, li.rss a{
	float: left; width: 16px; height: 16px;
	text-indent: -9999px;
}
li.facebook a{
	background: url(../images/socialicons.png) 0 0 no-repeat;
}
li.twitter a{
	background: url(../images/socialicons.png) -21px 0 no-repeat;
}
li.linkedin a{
	background: url(../images/socialicons.png) -42px 0 no-repeat;
}
li.rss a{
	background: url(../images/socialicons.png) -63px 0px no-repeat;
}
li.facebook a:hover{
	background: url(../images/socialicons.png) 0 -17px no-repeat;
}
li.twitter a:hover{
	background: url(../images/socialicons.png) -21px -17px no-repeat;
}
li.linkedin a:hover{
	background: url(../images/socialicons.png) -42px -17px no-repeat;
}
li.rss a:hover{
	background: url(../images/socialicons.png) -63px -17px no-repeat;
}
/*-- FORM STYLES --*/
div.departing, div.destination, div.name, div.email, div.date-arrive, div.aircraft, div.cellphone, div.subject, div.company{
	float: left;
	width: 145px;
	padding: 0px;
}
div.name input, div.email input, div.cellphone input, div.destination input, div.departing input, div.company input{
	width: 120px;
	background: #323232;
	border: none;
	-moz-box-shadow:inset 0 0 10px #121212;
	-webkit-box-shadow:inset 0 10px #121212;
	box-shadow:inset 0 0 10px #121212;
	height: 23px;
	padding: 2px 5px 1px 5px;
	color: #fff;
	margin: 3px 0 3px;
	border-radius: 5px;
	border: 1px solid #000;
}
div.message textarea{
	width: 265px;
	background: #323232;
	border: none;
	-moz-box-shadow:inset 0 0 10px #121212;
	-webkit-box-shadow:inset 0 10px #121212;
	box-shadow:inset 0 0 10px #121212;
	height: 150px;
	padding: 2px 5px 1px 5px;
	color: #fff;
	margin: 3px 0 3px;
	border-radius: 5px;
	border: 1px solid #000;
}
div.manage textarea{
	width: 265px;
	background: #323232;
	border: none;
	-moz-box-shadow:inset 0 0 10px #121212;
	-webkit-box-shadow:inset 0 10px #121212;
	box-shadow:inset 0 0 10px #121212;
	height: 75px;
	padding: 2px 5px 1px 5px;
	color: #fff;
	margin: 3px 0 3px;
	border-radius: 5px;
	border: 1px solid #000;
}
.row-wrap{
	width: 586px;
	float: left;
	height: 50px;
	margin-top: 15px;
}
#destination span.date-arrive,#destination span.cellphone, #destination label{
	font-size: 13px;
	font-weight: normal;
	margin-left: 5px;
	float: left;
	color: #ccc;
	padding-bottom: 5px;
	width: 140px;
}
#inner-destination .row-wrap{
	width: 293px;
	float: left;
	height: 50px;
	margin-top: 15px;
}
#inner-destination .row-wrap.message{
	width: 293px;
	float: left;
	height: 182px;
	margin-top: 15px;
}
#inner-destination .row-wrap.manage{
	width: 293px;
	float: left;
	height: 107px;
	margin-top: 15px;
}
#inner-destination .row-wrap.manage-small{
	width: 293px;
	float: left;
	height: 65px;
	margin-top: 15px;
}
#inner-destination span.date-arrive,#inner-destination span.cellphone, #inner-destination label{
	font-size: 13px;
	font-weight: normal;
	margin-left: 5px;
	float: left;
	color: #ccc;
	padding-bottom: 5px;
	width: 140px;
}
#inner-destination .manage label, #inner-destination .manage-small label{
	width: 265px;
}
.cellphone input.areacode{
	float: left;
	width: 25px;
}
.cellphone input.phonenumber{
	float: left;
	width: 80px;
	margin-left: 5px;
}
#destination h2{
	color: #fff;
	font-weight: normal;
	margin-left: 3px;
	font-size: 20px;
	padding-bottom: 0px;
}
input.quote,
a.testLink{
	background: url(../images/quotebtn.png) 0 0 no-repeat;
	border: none;
	color: #fff;
	cursor: pointer;
	float: left;
	height: 23px;
	padding-bottom: 1px;
	padding-left: 20px;
	padding-right: 0;
	width: 130px;
	margin-top: 22px;
}
#inner-main .content-block a.testLink{
	color: #fff;
	border: none;
	font-size: 13px;
	line-height: 22px;
	padding-left: 25px;
	width: 104px;
	height: 22px;
	float: right;
}
input.quote:hover,
a.testLink:hover{
	background: url(../images/quotebtn.png) 0 -23px no-repeat;
}
.selector.long, .selector.medium, .selector.short{
	cursor: pointer;
}
/*--SLIDER TEXT --*/
.orbit-caption{
	position: absolute;
	z-index: 901;
	top: 0;
	left: 0;
}
.slider-caption{
	left: 80px;
	position: absolute;
	top: 99px;
	width: 480px;
	z-index: 901;
}
.slider-caption h2, a .slider-caption h2{
	color: #fff;
	font-size: 32px;
	font-weight: 100;
	line-height: 36px;
	text-shadow: 2px 2px #000;
	text-decoration: none;
	float: left;
}
.slider-caption h3, a .slider-caption h3{
	color: #b2290d;
	float: left;
	font-size: 28px;
	font-weight: 100;
	text-shadow: 2px 2px #000;
	text-decoration: none;
	padding-top: 10px;
}
.orbit-caption a{
	float: left;
	width: 1000px;
	height: 372px;
	position: relative;
	z-index: 100;
}
/*--BANNER TEXT --*/
.banner-caption{
	left: 80px;
	position: absolute;
	top: 90px;
	width: 480px;
	z-index: 901;
}
.banner-caption h1{
	color: #fff;
	font-size: 56px;
	font-weight: 100;
	line-height: 60px;
	text-shadow: 2px 2px #000;
	white-space: nowrap;
}
.banner-caption h2{
	color: #ccc;
	float: left;
	font-size: 20px;
	font-weight: 100;
	line-height: 24px;
	text-shadow: 2px 2px #000;
}
/*SECONDARY NAVIGATION*/
ul.secondary-nav{
	width: 630px;
	background: url(../images/subnav-indent.jpg) 0 bottom repeat-x;
	list-style: none;
	float: left;
	padding-left: 20px;
	margin-top: 30px;
}
.secondary-nav li{
	float: left;
	font-size: 16px;
}
.secondary-nav li a{
	color: #999;
	text-decoration: none;
	text-shadow: -1px -1px 2px #000;
	padding: 0 15px;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-bottom: 1px;
	padding-bottom: 5px;
}
.secondary-nav li:before{
	content: '|';
	line-height: 30px;
	float: left;
	color: #000;
}
.secondary-nav li.selected:before, .secondary-nav li.first:before, .secondary-nav li.selected + li:before{
	content: none;
}
.secondary-nav li a:hover{
	color: #fff;
}
.secondary-nav li.selected a, .secondary-nav li.selected a:hover{
	/*background-color: #b2290d;*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(178, 41, 13, 1.00)),to(rgba(0, 0, 0, 0.00)));
	background-image: -webkit-linear-gradient(top, rgba(178, 41, 13, 1.00), rgba(0, 0, 0, 0.00));
	background-image: -moz-linear-gradient(top, rgba(178, 41, 13, 1.00), rgba(0, 0, 0, 0.00));
	background-image: -o-linear-gradient(top, rgba(178, 41, 13, 1.00), rgba(0, 0, 0, 0.00));
	background-image: -ms-linear-gradient(top, rgba(178, 41, 13, 1.00), rgba(0, 0, 0, 0.00));
	background-image: linear-gradient(top, rgba(178, 41, 13, 1.00), rgba(0, 0, 0, 0.00));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#b2290d', EndColorStr='#000000');
	border-radius: 5px 5px 0 0;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	color: #fff;
}
.content-block{
	float: left;
	width: 100%;
	padding-top: 25px;
	font-size: 16px;
	line-height: 20px;
}
.content-block p{
	padding-bottom: 20px;
}
#inner-destination p{
	padding-bottom: 10px;
}
.content-block h2{
	font-weight: normal;
	color: #fff;
}
.content-block h3{
	font-weight: normal;
	color: #b2290d;
}
.content-block h4{
	font-weight: normal;
	color: #fff;
}
.content-block h5, #inner-destination h5{
	font-weight: normal;
	color: #b2290d;
}
.content-block h2, .content-block h3, .content-block h4, .content-block h5{
	padding: 10px 0;
} 
.content-block li, #inner-destination li{
	margin: 20px 0 0 20px;
}
#inner-destination a, .content-block a{
	color: #b2290d;
}
#inner-destination a:hover, .content-block a:hover{
color: #fff;
}
.aircraft-item{
	background: url("../images/slide-bg.jpg") repeat-x 0 0;
	border: 1px solid #111;
	border-radius: 5px;
	padding: 15px;
	width: 285px;
	float: left;
	margin: 10px 16px 10px 0;
}
.aircraft-item.last{
	margin-right: 0;
}
.aircraft-imgs{
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 5px;
}
.aircraft-imgs img{
	float: left;
}
.aircraft-item span.purpose{
color: #b2290d;
float: left;
padding-right: 5px;
}
.aircraft-item td{
font-size: 14px;

}
.aircraft-item td span.internal-dimensions{
	padding-top: 10px;
	float: left;
	color: #fff;
	padding-bottom: 5px;
}
.aircraft-item td p{
	float: left;
	padding-bottom: 2px;
}
td.td-left{
	padding-right: 20px;
}
.aircraft-imgs img.the-left-img{
	margin-right: 25px;
}
.aircraft-imgs img.the-right-img{
	margin-left: 10px;
}
.td-left{
	float: left;
	width: 135px;
}
.td-right{
	float: right;
	width: 125px;
}
.aircraft-item h3, .aircraft-item h2{
	float: left;
}
.aircraft-item h3{
	padding-right: 10px;
}
.aircraft-item h2{
	font-size: 20px;
}
.category-item{
	float: left;
	width: 203px;
	margin-right: 20px;
	margin-left: 0px;
	margin-bottom: 30px;
}
.category-content-block .category-item:nth-child(3n+3){
	margin-right: 0px;
	margin-left: 0px;
}
.category-item img{
	float: left;
	border: none;
}
.category-item h3{
	background-color: #242424;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(36, 36, 36)),to(rgb(24, 24, 24)));
	background-image: -webkit-linear-gradient(top, rgb(36, 36, 36), rgb(24, 24, 24));
	background-image: -moz-linear-gradient(top, rgb(36, 36, 36), rgb(24, 24, 24));
	background-image: -o-linear-gradient(top, rgb(36, 36, 36), rgb(24, 24, 24));
	background-image: -ms-linear-gradient(top, rgb(36, 36, 36), rgb(24, 24, 24));
	background-image: linear-gradient(top, rgb(36, 36, 36), rgb(24, 24, 24));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#242424', EndColorStr='#181818');
	float: left;
	width: 188px;
	padding: 2px 0 2px 15px;
	height: 30px;
	line-height: 30px;
	box-shadow: inset 1px 1px 5px #000;
	color: #999;
	text-shadow: 1px 1px 1px #000;
}

/* CSS for jQuery Orbit Plugin 1.2.3
 * www.ZURB.com/playground
 * Copyright 2010, ZURB
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 
 
 
/* PUT IN YOUR SLIDER ID AND SIZE TO MAKE LOAD BEAUTIFULLY
   ================================================== */
#orbit { 
	width: 1000px;
	height: 372px;
	overflow: hidden; }
#orbit>img,  
#orbit>div,
#orbit>a { display: none; }




/* CONTAINER
   ================================================== */

div.orbit-wrapper {
    width: 1px;
    height: 1px;
    position: relative; }

div.orbit {
    width: 1px;
    height: 1px;
    position: relative;
    overflow: hidden }

div.orbit>img {
    position: absolute;
    top: 0;
    left: 0;
    display: none; }

div.orbit>a {
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0; 
    display: none; }

.orbit>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Note: If your slider only uses content or anchors, you're going to want to put the width and height declarations on the ".orbit>div" and "div.orbit>a" tags in addition to just the .orbit-wrapper */


/* TIMER
   ================================================== */

div.timer {
    width: 40px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: .6;
    cursor: pointer;
    z-index: 1001; }

span.rotator {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: -20px;
    background: url(http://komaraviation.com/includes/css/orbit/rotator-black.png) no-repeat;
    z-index: 3; }

span.mask {
    display: block;
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    overflow: hidden; }

span.rotator.move {
    left: 0 }

span.mask.move {
    width: 40px;
    left: 0;
    background: url(http://komaraviation.com/includes/css/orbit/timer-black.png) repeat 0 0; }

span.pause {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(http://komaraviation.com/includes/css/orbit/pause-black.png) no-repeat;
    z-index: 4;
    opacity: 0; }

span.pause.active {
    background: url(http://komaraviation.com/includes/css/orbit/pause-black.png) no-repeat 0 -40px }

div.timer:hover span.pause,
span.pause.active {
    opacity: 1 }


/* CAPTIONS
   ================================================== */

.orbit-caption {
    display: none;
    /*font-family: "HelveticaNeue", "Helvetica-Neue", Helvetica, Arial, sans-serif;*/}

/*.orbit-wrapper .orbit-caption {
    background: #000;
    background: rgba(0,0,0,.6);
    z-index: 1000;
    color: #fff;
	text-align: center;
	padding: 7px 0;
    font-size: 13px;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%; }*/


/* DIRECTIONAL NAV
   ================================================== */

div.slider-nav {
    display: block }

div.slider-nav span {
    width: 78px;
    height: 100px;
    text-indent: -9999px;
    position: absolute;
    z-index: 1000;
    top: 50%;
    margin-top: -50px;
    cursor: pointer; }

div.slider-nav span.right {
    background: url(../images/feature-arrows.png) -62px -124px no-repeat;
    height: 62px;
    width: 62px;
    position: absolute;
    top: 190px;
    right: 0; }

div.slider-nav span.left {
    background: url(../images/feature-arrows.png) 0 -124px no-repeat;
    height: 62px;
    width: 62px;
    position: absolute;
    top: 190px;
    left: 0; }
div.slider-nav span.left:hover{
	background: url(../images/feature-arrows.png) 0 -186px no-repeat;
}
div.slider-nav span.right:hover{
	background: url(../images/feature-arrows.png) -62px -186px no-repeat;
}
/* BULLET NAV
   ================================================== */

.orbit-bullets {
    position: absolute;
    z-index: 1000;
    list-style: none;
    bottom: -40px;
    left: 50%;
	margin-left: -50px;
    padding: 0; 
    }

.orbit-bullets li {
    float: left;
    margin-left: 5px;
    cursor: pointer;
    color: #999;
    text-indent: -9999px;
    background: url(http://komaraviation.com/includes/css/orbit/bullets.jpg) no-repeat 4px 0;
    width: 13px;
    height: 12px;
    overflow: hidden; 
    }

.orbit-bullets li.active {
    color: #222;
    background-position: -8px 0; 
    }
    
.orbit-bullets li.has-thumb {
    background: none;
    width: 100px;
    height: 75px; 
    }

.orbit-bullets li.active.has-thumb {
    background-position: 0 0;
    border-top: 2px solid #000; 
    }
/*DROP DOWN NAV*/
#nav-one li ul {
	position: absolute;
	width: auto;
	max-width: 235px;
	left: -999em;
	top: 36px;
	background: rgba(0, 0, 0, .75);
	border-radius: 0 0 5px 5px;
	box-shadow: inset 0px 0px 5px #000;
}

#nav-one li:hover ul {
	left: auto;
}

#nav-one li:hover ul, #nav-one li.sfhover ul {
	left: auto;
}
#nav-one{
	z-index: 1000;
}
#nav-one li ul li{
	white-space: nowrap;
	float: left;
	width: 100%;
}
#nav-one li ul li a{
	width: 100%;
}
.navigation li ul li:before{
	content:none;
}
#nav-one li ul li{
	border: none;
}
h2.overimg{
	color: #fff;
	font-size: 24px;
	font-weight: 100;
	position: absolute;
	text-align: center;
	top: 85px;
	width: 265px;
	background: rgba(0, 0, 0, .75);
	height: 30px;
	line-height: 30px;
	opacity: .75;
}
a:hover h2.overimg{
	background: #b2290d;
}

.entryHead {
    font-size: 0.85em;
    padding-bottom: 1em;
}

.entryHead a.category {
	background: none repeat scroll 0 0 #B2290D;
    color: #FFFFFF;
    margin: 0 5px;
    padding-left: 5px;
    padding-right: 5px;
}
.entryHead a.category:hover {
	background: none repeat scroll 0 0 #666666;
    color: #FFF;
}
.blog-post {
	width: 100%;
	float: left;
	margin-bottom: 1em;
	border-bottom: 1px dotted #333;
	padding-bottom: 1em;
}
#inner-destination .archives {
	padding-top: 1em;
}
dl.archives dt {
    margin: 10px 0 15px 0;
}
dl.archives dt a {
	padding-bottom: 2px;
    border-bottom: 1px dotted #333;
}
dl.archives dd {
    margin-left: 17px;
    padding-bottom: 5px;
}
ul.dotcolors {
	color: #333;
	padding-bottom: 10px;
}
.social-entry-buttons{
	float: right;
}
img.blog-img{
	padding: 5px 10px;
}