/*
	Theme Name: Fort Smith Airport
	Description: Custom designed theme by Kirkham Systems. Designed by Tyler Fink
	Author: Tyler Fink
	Author URI: http://www.kirkhamsystems.com
	Version: 1.0

	This theme is released under Creative Commons Attribution 2.5 License.

*/

@font-face {
    font-family: 'oswaldregular';
    src: url('fonts/oswald-regular-webfont.eot');
    src: url('fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/oswald-regular-webfont.woff') format('woff'),
         url('fonts/oswald-regular-webfont.ttf') format('truetype'),
         url('fonts/oswald-regular-webfont.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bebasregular';
    src: url('fonts/bebas-webfont.eot');
    src: url('fonts/bebas-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebas-webfont.woff') format('woff'),
         url('fonts/bebas-webfont.ttf') format('truetype'),
         url('fonts/bebas-webfont.svg#bebasregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'univers_condensedmedium';
    src: url('fonts/univers-condensed-webfont.eot');
    src: url('fonts/univers-condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/univers-condensed-webfont.woff') format('woff'),
         url('fonts/univers-condensed-webfont.ttf') format('truetype'),
         url('fonts/univers-condensed-webfont.svg#univers_condensedmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'cabinregular';
    src: url('fonts/cabin-regular1-webfont.eot');
    src: url('fonts/cabin-regular1-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/cabin-regular1-webfont.woff') format('woff'),
         url('fonts/cabin-regular1-webfont.ttf') format('truetype'),
         url('fonts/cabin-regular1-webfont.svg#cabinregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	position: relative;
	color: #4D4D4D;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: url(images/body-bg.png) repeat top left;
}


a {
    color: #C6161D;
    text-decoration: none;
}

a:visited {
    color: #C6161D;
}

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

a:active, 
li a.active {
    color: #C6161D;
}

p {
    line-height: 1.5;
}

.clear {
	position: relative;
	clear: both;
}

hr {
    background: #ddd;
    border: none;
    clear: both;
    float: none;
    height: 1px;
    margin: 0 0 1.4375em;
    width: 100%;
}

iframe {
	border: 0px;
}

h1, .h1 {
    color: #C6161D;
    font-family: 'oswaldregular';
    font-size: 26px;
	font-weight: normal;
    line-height: 27px;
	padding: 0;
	margin: 4px 0 0 0;
	text-transform: uppercase;
}

h2, .h2 {
    color: #C6161D;
    font-family: 'oswaldregular';
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
	padding: 7px 0 7px 0;
	margin: 4px 0 0 0;
}

h3, .h3 {
    color: #4D4D4D;
    font-family: 'oswaldregular';
    font-size: 16px;
    font-weight: normal;
    line-height: 19px;
	padding: 7px 0;
	margin: 0px 0 0 0;
}

h4, h5, h6, .h4, .h5, .h6 {
    color: #4D4D4D;
    font-family: 'oswaldregular';
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
	padding: 0;
	margin: 4px 0 0 0;
}


/*****************************************************************/
/* Container */
/*****************************************************************/
#container {
	position: relative;
	margin: 20px auto 0 auto;
	width: 990px;
	z-index: 0;
}

/*****************************************************************/
/* Header */
/*****************************************************************/
#header-wrapper {
	position: relative;
	width: 990px;
	height: 150px;
	margin: 0 auto 0 auto;
	z-index: 1;
	background: url(images/header-bg-small.png) no-repeat top left;	
}

#header {
	position: relative;
	width: 100%;
	background: url(images/header-bg-full-width.png) repeat-y top center;
	z-index: 0;
}

#header .logo {
	position: relative;
	float: left;
	margin: 5px 0 0px 20px;
	z-index: 1;
}

/* header search */
#header-search {
	position: relative;
	float: right;
	clear: both;
	margin: 12px 15px 0 0;
	z-index: 1;
}

#header-search #searchform input#s {
	width: 225px;
}

#header-search #searchform label {
	display: none;
}

/* our-phone-number-widget */
.our-phone-number-widget {
	position: relative;
	float: right;
	margin: 0px 0 0 0;
	z-index: 1;
	color: #fff;
}

h3.our-number {
	color: #006345;
	float: right;
	clear: right;
	font-size: 22px;
	margin: 8px 15px 0 0;
	font-weight: normal;
}

.our-address {
	float: right;
	clear: right;
	margin: 8px 5px 0 0;
	font-size: 22px;
	color: #4D4D4D;
}

#header .our-address {
	display: none;
}


/*****************************************************************/
/* Content Wrapper */
/*****************************************************************/
#content-wrapper {
	float: left;
	clear: both;
	padding: 2px 0px;
	margin: 0px 0px 10px 0px;
	width: 990px;
}

/*****************************************************************/
/* Homepage */
/*****************************************************************/
#header-slider {
	position: relative;
	float: left;
	width: 990px;
	z-index: 4;
	margin-bottom: 28px;
}

#header-slider .featured-image {
	position: relative;
	float: left;
	margin: 10px 0 0 0;
	padding: 0;
	height: 260px;
	width: 990px;
	border-bottom: 5px #C6161D solid;
	z-index: 0;
}

#header-slider .featured-image-title {
	display: none;
}

#test {
	width: 990px;
	height: 200px;
}

#header-slider .bx-captions {
    position: relative;
	font-family: Arial, Helvetica, sans-serif;
    z-index: 8;
    background: #000;
	color: #fff;
	font-size: 28px;
    opacity: .7;
    filter: Alpha(opacity = 70);
    margin: -50px 0 0 0;
	padding: 5px 0px 10px 20px;
    width: 970px;
	height: 30px;
	
}

#header-slider .bx-prev {
	position: relative;
	float: left;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
	background: url(images/gray_prev.png) no-repeat 0 -30px;
	z-index: 10;
	margin: -38px 0 0 910px;
}

#header-slider .bx-next {
	position: relative;
	float: right;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background: url(images/gray_next.png) no-repeat 0 -30px;
	z-index: 10;
	margin: -38px 10px 0 0;
}

/*next/prev button hover state*/
#header-slider .bx-next:hover,
#header-slider .bx-prev:hover {
	background-position: 0 0;
}

/*pager links hover and active states*/
#header-slider .bx-pager .pager-active,
#header-slider .bx-pager a:hover {
	background-position: 0 0;
}


.fly-fort-smith {
	float: right;
	clear: both;
	margin: -50px 10px 0 0;
}


.service-widget a {
	position: relative;
	float: left;
	background: #fff;
	width: 210px;
	height: 250px;
	margin: 0px 22px 10px 0;
	padding: 0;
	border-top: 9px #C6161D solid;
	border-bottom: 9px #C6161D solid;
}

.service-widget a:hover {
	background: #ecd6ac;
	
}

.service-widget .service-icon {
	margin: 20px 0 0 23px;
	
}

.service-widget .service-title {
	font-family: 'oswaldregular';
	font-size: 23px;
	color: #C6161D;
	text-transform: uppercase;
	width: 135px;
	line-height: 25px;
	margin: 7px 0 0 10px;
	padding: 10px;
}

.service-widget .service-pic {
	margin: 0 0 0 0;
	text-align: center;	
}

#flight-status-container {
	position: relative;
	float: right;
	width: 283px;
	margin: 0px 0px 15px 0px;
	padding: 0px;
	z-index: 10;	
}

/* airport information */
.airport-information-widget a {
	position: relative;
	float: left;
	background: #fff;
	width: 305px;
	min-height: 275px;
	height: 100%;
	border-bottom: 9px #C6161D solid;
	margin: 15px 0 0 24px;
	padding: 10px;	
}

.airport-information-widget a:hover {
	background: #ecd6ac;
}

.airport-information-widget .airport-info-title {
	color: #C6161D;
	font-size: 20px;
	font-family: 'oswaldregular';
	text-transform: uppercase;
	padding: 0 0 3px 0;
	border-bottom: 2px #C6161D solid;
}

.airport-information-widget .airport-info-text p {
	color: #4D4D4D;
	font-size: 14px;
	padding: 7px 0;
	margin: 0;
}

.airport-information-widget .airport-slogan {
	text-align:center;
	padding: 0;
	margin: 10px 0 0 0;
	font-size: 16px;
}

.airport-information-widget .airport-info-pic {
	padding-top: 0px;
}

/* Homepage Blog Content Footer */
#home-blog-content-footer {
	position: relative;
	float: left;
	background: #fff;
	width: 305px;
	height: 100%;
	border-bottom: 9px #C6161D solid;
	margin: 15px 0 0 0;
	padding: 10px;	
}

#home-blog-content-footer .blog-content,
#home-blog-content-footer .blog-content p {
	padding: 0;
	margin: 0;
	font-size: 12px;
}

#home-blog-content-footer .blog-read-more-link {
	float: left;
	clear: both;
	margin: 5px 0 7px 0;
	padding: 1px 6px;
	background: #EED9B3;
	border: 1px #E2BE81 solid;
	font-size: 12px;
}

#home-blog-content-footer h2 {
	font-family: 'oswaldregular';
	color: #C6161D;
	text-transform: uppercase;
	padding: 0 0 3px 0;
	border-bottom: 2px #C6161D solid;
}

#home-blog-content-footer h3 {
	font-family: Arial, Helvetica, sans-serif;
}

#home-blog-content-footer .blog-title h3 a:hover,
#home-blog-content-footer .blog-read-more-link a:hover {
	text-decoration: underline;
}

#home-blog-content-footer .blog-title h3 {
	clear: both;
	margin: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
}

.blog-read-all {
	clear: both;
	text-align: right;
	margin: 15px 0 0 0;
}

/*****************************************************************/
/* Sidebar */
/*****************************************************************/
#sidebar {
	position: relative;
	float: right;
	width: 283px;
	margin: 0px 0px 15px 7px;
	padding: 0px;
	z-index: 10;
}

#sidebar ul {
    position: relative;
    list-style: none;
    padding: 0px;
    margin: 0px 0px 20px 0px;
}

#sidebar li {
	list-style: none;
	list-style-type: none;
}


#sidebar .service-widget a {
	position: relative;
	float: right;
	background: #fff;
	width: 293px;
	height: 80px;
	margin: 8px 0px 10px 0;
	padding: 0;
	border-top: none;
	border-bottom: 5px #C6161D solid;
}

#sidebar .service-widget a:hover {
	background: #ecd6ac;
}

#sidebar .service-widget .service-title {
	float: left;
	font-family: 'oswaldregular';
	font-size: 19px;
	color: #C6161D;
	text-transform: uppercase;
	text-align: left;
	width: 135px;
	line-height: 22px;
	margin: 17px 0 0 14px;
	padding: 0px;
}

#sidebar .service-widget .service-pic {
	float: right;
	margin: 12px 10px 0 0;
	text-align: right;	
}

/*****************************************************************/
/* Flight Status - Sidebar */
/*****************************************************************/
#flight-status-container {
	position:relative;
	float: right;
	background: #fff;
	width: 273px;
	min-height: 500px;
	border-top: 9px #C6161D solid;
	border-bottom: 9px #C6161D solid;
	margin: 0 0 10px 0;
	padding: 10px;
}

h2.flight-status {
	font-family: 'oswaldregular';
	font-size: 24px;
	color: #C6161D;
	text-transform: uppercase;
	padding: 0 0 4px 0;
	margin: 0;
	width: 100%;
	border-bottom: 2px #C6161D solid;
}

#flight-status-container .flight-status-plane {
	float: right;
	margin: -30px 5px 0 0;
}

#flight-status-container .mini-fid {
	padding: 15px 0 10px 0;
}

#flight-status-container .flight-status-link {
	text-align: center;
}

#flight-status-container .flight-status-link a {
	font-size: 16px;
}

/* Flight Status Filler */
#flight-status-container-filler a {
	position:relative;
	float: right;
	background: #fff;
	width: 273px;
	height: 230px;
	border-top: 9px #C6161D solid;
	border-bottom: 9px #C6161D solid;
	margin: 0 0 10px 0;
	padding: 10px;
}

#flight-status-container-filler a:hover {
	background: #ecd6ac;
}

h2.flight-status-filler {
	font-family: 'oswaldregular';
	font-size: 22px;
	line-height: 32px;
	color: #C6161D;
	text-transform: uppercase;
	text-align: center;
	padding: 15px 0 4px 0;
	margin: 20px 0 0 0px;
}

#flight-status-container-filler img.flight-status-filler-plane {
	clear: both;
	margin: 35px 0 0 60px;
}

/*****************************************************************/
/* Page Content */
/*****************************************************************/
#page-container {
	float: left;
	background: #ffffff;
	width: 675px;
	min-height: 550px;
	margin: 0;
	padding: 0;
}

.page .title {
	width: 650px;
	margin: 0 0 15px 10px;
	padding: 10px 0 5px; 0;
	border-bottom: 2px solid #C6161D;
}

.page .content {
	float: left;
	padding: 5px 15px 10px 0;
	margin: 0 0 0 10px;
}

.page .content p {
	font-size: 14px;
	line-height: 22px;
}

.page .content a {
	color: #9E403B;
}

.page .content a:hover {
	color: #7C1511;
}

.page .content img {
	padding: 10px;
}

.page .attachment {
}

/*****************************************************************/
/* All Blogs Page Content */
/*****************************************************************/
.page .date {
	margin: 5px 0 0 10px;
	font-size: 16px;
}

.page .post-date {
	font-size: 14px;
	color: #828282;
	font-style: italic;
} 
.post-thumbnail {
	float: left;
	margin: 10px 10px 10px 0;
	padding: 5px;
	border: 1px solid #ddd;	
	background: #ffffff;
	height: 100px;
	width: 100px;
}

.post-thumbnail-filler {
	float: left;
}

.nav-previous a,
.nav-next a {
	float: right;
	text-align: right;
	margin: 20px 20px 0 0;
	font-size: 15px;
}

.nav-previous a:hover,
.nav-next a:hover {
	text-decoration: none;
}

/*****************************************************************/
/* Single Posts  */
/*****************************************************************/
.post {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 30px 0px;
}

.post .content {
	margin: 10px 10px 0px 0px;   
    padding: 0px 10px 0px 0px;
	line-height: 20px;
}

.post .title {
	margin: 10px 0 0 0;
}

.post .date {
	margin: 8px 0 0 10px;
	font-size: 15px;
	color: #6e6e6e;
}

.post .post-thumbnail {
	float: left;
	margin: 10px 10px 10px 0;
	padding: 5px;
	border: 1px solid #ddd;
}

.post .post-thumbnail p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 10px;
}

/*****************************************************************/
/* Widgets */
/*****************************************************************/
h2.widgettitle {
	font-family: 'univers_condensedmedium';
	color: #C6161D;
	font-size: 26px;
	padding-bottom: 8px;
}

.widget-footer a {
	text-decoration: underline;
}

/*****************************************************************/
/* Accordion Short-code */
/*****************************************************************/
#page-container a.accordion-title{
	display: block;
	font-size: 17px;
	line-height: 22px;
	text-decoration: none;
	padding: 0px 0px 1px 38px;
	margin: 0px 0px 8px 0px;
    color: #4D4D4D;
	background: url('images/accordion-down.png') no-repeat center left;
}

#page-container  a.accordion-title.down{
	background: url('images/accordion-up.png') no-repeat center left;
 	color: #993126;
	font-weight: bold; 
}

#page-container  a.accordion-title:hover{
 	color: #993126;   
}
#page-container .accordion-content{
	padding: 10px 0px 15px 0px;
}

/*****************************************************************/
/* Footer */
/*****************************************************************/
#footer {
	position: relative;
	margin: 15px 0 0 0;
	padding:0 0 5px 0;
	min-height: 160px;
	width: 100%;
	background: #ECD6AC;
	border-top: 8px #E2BE81 solid;
	z-index: 0;
}

#footer-wrapper {
	position: relative;
	clear: both;
	width: 990px;
	margin: 0px auto 0 auto;
	padding: 0;
}

.footer-widget h2.widgettitle {
	font-family: 'univers_condensedmedium';
	color: #C6161D;
	font-size: 26px;
	padding-bottom: 8px;
	text-align: left;	
}

.footer-widget li {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.footer-widget  {
	position: relative;
	float: left;
	width: 990px;
	margin: 0px 0px 0 0;
	padding: 0px;
	font-size: 15px;
	color: #C6161D;
}

.footer-widget .widget_nav_menu {
	float: left;
	width: 240px;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}

.footer-widget #menu-quick-links,
.footer-widget #menu-about-us {
	margin: 0;
	padding: 5px 0;
}

.footer-widget #menu-quick-links li,
.footer-widget #menu-about-us li {
	margin: 0 0 5px 0;
} 

.footer-widget .widget_text {
	float: left;
	width: 240px;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
}

/* find us footer section */
.footer-widget #text-3 {
	height: 150px;
}

/* map image */
.footer-widget #text-3 img {
	margin: 7px 0 0 -3px;
}

/* footer logo */
.footer-widget #text-4 {
	text-align: center;
}

.copyright-footer {
	position: relative;
	float: left;
	margin: 12px 0px 0px 0px;
	padding: 0 0 0 0;
	color: #4D4D4D;
	font-size: 13px;
	text-align: center;
	width: 240px;
}

.kirkham-footer {
	position: relative;
	float: left;
	margin: 0;	
	padding: 0 0 0 0;
	color: #4D4D4D;
	font-size: 11px;
	margin: 7px 0px 0px 0px;
	text-align: center;
	width: 240px;
}

.kirkham-footer a {
	color: #666666;
}

.kirkham-footer a:hover {
	text-decoration: underline;
}

/*****************************************************************/
/* Header-menu Navigation */
/*****************************************************************/
#header-menu-nav {
    position: relative;
	float: right;
	font-family: 'oswaldregular';
	font-size: 15px;
    z-index: 1;
    margin: 15px 0 0px 0px;
    padding: 0;
}

#header-menu-nav ul {
    clear: right;
    float: left;
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: relative;
    text-align: center;
}

#header-menu-nav ul li {
    display: block;
    float: left;
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
    position: relative;
}

#header-menu-nav ul li.first-menu-item a {
	border-left: none;
}

#main-menu ul li.last-menu-item a {
}

#header-menu-nav ul li a {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 0px 12px 0px 12px;
    color: #C6161D;
	border-left: 1px #AE5C54 solid; 
    text-decoration: none;
	font-weight: normal;
}

#header-menu-nav ul li a:hover {
    color: #993126;
	text-decoration: underline;
}

#header-menu-nav .current-menu-item a {
    color: #993126;
	text-decoration: underline;
}

/*****************************************************************/
/* Main-menu Navigation */
/*****************************************************************/
#main-menu {
	display: none; /* hides old non-drop down menu */
	position: relative;
	width: 100%;
	background: url(images/menu-bg.png) repeat-x top left;
	z-index: 1;
	height: 60px;
}

#main-menu-wrapper {
	position: relative;
	width: 990px;
	margin: 0 auto 0 auto;
	z-index: 100;
}

#main-menu-nav {
    position: relative;
	float: left;
	font-family: 'oswaldregular';
	font-size: 17px;
	text-transform: uppercase;
    z-index: 900;
    margin: 0px 0 0px 0px;
    padding: 0;
	height: 60px;
	width: 100%;
}

#main-menu-nav ul {
    clear: right;
    float: left;
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    position: relative;
    text-align: center;
}

#main-menu-nav ul li {
    display: block;
    float: left;
    list-style: none;
    margin: 0 0 0 0;
    padding: 0;
    position: relative;
}

/* Home */
#main-menu-nav ul li.first-menu-item a {
	background: url(images/home-button.png) no-repeat center left;
	padding: 15px 0 0 60px;
	width: 65px;
	height: 35px;
}

/* Home Hover */
#main-menu-nav ul li.first-menu-item a:hover {
	background: url(images/home-button-hover.png) no-repeat center left;	
} 

/* Contact Us */
#main-menu ul li.last-menu-item a {
	border-right: 1px #AE5C54 solid;
	padding: 5px 60px 10px 28px;
	width: 65px;
	height: 35px;
}

#main-menu-nav ul li a {
    display: block;
    margin: 5px 0px 0px 0px;
    padding: 5px 28px 10px 28px;
    color: #fff;
	width: 120px;
	height: 35px;
	line-height: 20px;
	border-left: 1px #AE5C54 solid;
    text-decoration: none;
	font-weight: normal;
	text-align: left;
}

#main-menu-nav ul li a:hover {
    color: #fff;
	background: url(images/menu-bg-hover.png) repeat-x top left;
}

#main-menu-nav .current-menu-item a {
    color: #fff;
	background: url(images/menu-bg-hover.png) repeat-x top left;
}


/*****************************************************************/
/* Main-menu Navigation */
/*****************************************************************/
#mega-menu {
	position: relative;
	clear: both;
	width: 990px;
	margin: 0 auto;
}
/*****************************************************************/
/* Images */
/*****************************************************************/

a img {
	border: none;
}
p img {
	margin-bottom: 0.5em; /* a small bottom margin prevents content floating under images */
}
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-area img,
.wp-caption {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
img.alignleft {
	float: left;
	margin-right: 1em;
}
img.alignright {
	float: right;
	margin-left: 1em;
}
.wp-caption {
	padding: .5em;
	text-align: center;
}
.wp-caption img {
	margin: .25em;
}
.wp-caption .wp-caption-text {
	margin: .5em;
}
.gallery-caption {
}
.wp-smiley {
	margin: 0;
}



/* IE 7 Fixes */
.ie7 .fly-fort-smith {
	margin: 60px 10px 0 0;
}
