/* =============================================================================
   Print Styles
   ========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   Modified by TSmith for personal preference and some of the
   HTML5 Boilerplate CSS: h5bp.com/css
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
body {
  line-height: 1.3;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
  margin: 1em 2em;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
/* Make default lists nice */
ul,
ol {
  margin: 0;
  padding: 0 1em;
  margin-bottom: 1em;
}
ul li,
ol li {
  margin-left: 1em;
  padding-left: 0.5em;
  margin-bottom: 0.5em;
}
ul li {
  list-style: disc outside;
}
ol li {
  list-style: decimal outside;
}
/* Rebuild What I Like */
.listreset,
.listreset li {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav ul,
nav ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
p {
  margin-bottom: 0.5em;
}
b,
strong {
  font-weight: bold;
}
i,
em {
  font-style: italic;
}
a {
  color: #781d7e;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
body {
  font-family: Helvetica, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.75em 0 0.25em 0;
  color: #b0006e;
}
h1:first-child {
  margin-top: 0;
}
h1 {
  font-size: 200%;
}
h2 {
  font-size: 175%;
}
h3 {
  font-size: 150%;
}
h4 {
  font-size: 125%;
}
h5 {
  font-size: 110%;
}
h6 {
  font-size: 100%;
}
/* Modified print basics from Initialize */
a,
a:visited {
  text-decoration: underline;
}
#content a[href]:after {
  content: " (" attr(href) ")";
  font-size: 80%;
}
#content .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
  content: "";
}
/* Don't show links for images, or javascript/internal links */
pre,
blockquote {
  border: 1px solid #999;
  page-break-inside: avoid;
}
thead {
  display: table-header-group;
}
/* h5bp.com/t */
tr,
img {
  page-break-inside: avoid;
}
img {
  max-width: 100% !important;
}
@page {
  margin: 0.5cm;
}
p,
h2,
h3 {
  orphans: 3;
  widows: 3;
}
h2,
h3 {
  page-break-after: avoid;
}
/* Main Styles */
#container {
  max-width: 100%;
  margin: 0 auto;
}
header {
  position: static;
}
header h1 {
  display: block;
  width: 20%;
  margin: 0;
  text-align: center;
}
header h1 img {
  max-width: 100%;
}
header .header-image {
  display: none;
}
.divider-img {
  display: none;
}
nav#main-menu {
  display: none;
}
#main {
  float: none;
}
#content h1:first-child {
  text-align: center;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  clear: both;
}
#content table {
  font-size: 0.9em;
  margin: 1em 0;
  text-align: left;
  width: 100%;
}
#content thead,
#content th {
  text-align: left;
}
#content thead {
  background: #59227a;
  color: white;
  font-stetch: condensed;
  font-family: "Helvetica Condensed", "Arial Narrow", Arial, sans-serif;
  font-size: 110%;
  font-weight: bold;
}
#content tr.even {
  background-color: #f0f0f0;
}
#content th,
#content td {
  padding: 0.25em 0.4em;
}
#content img {
  max-width: 100%;
  height: auto;
  /* In case WordPress auto-spec's a height */
}
#content .post-link {
  font-style: italic;
  font-size: 90%;
}
#sidebar {
  display: none;
}
footer {
  clear: both;
  font-size: 80%;
}
footer > div {
  clear: both;
  overflow: hidden;
}
#footerA {
  /* This is google translate, social buttons, and site search. Hide it. */
  display: none;
}
#footerB {
  padding: 1em;
  border-top: 2px solid #8533b6;
  color: #666;
}
#footerB #copy {
  text-align: center;
}
#footerB nav {
  display: none;
}
/* In lieu of home-rotator.less */
#rotator-window,
#rotator-slides,
#rotator-markers {
  display: none;
}
/* In leiu of fids.less */
.fids-tabs {
  /* The default styles are shown unless UI Tabs executes properly and adds
	   its own class names. This way the feature can fail gracefully. */
}
.fids-tabs ul {
  display: none;
}
.fids-tabs:after {
  text-align: center;
  content: "Flight data subject to change. Check in the Terminal, at www.tulsaairports.com, or with your airline for the latest information.";
}
.fids-tabs table.fids {
  width: 100%;
  text-align: left;
  margin: 0 0 1em 0;
}
.fids-tabs table.fids th,
.fids-tabs table.fids thead {
  text-align: center;
}
.fids-tabs table.fids th,
.fids-tabs table.fids td {
  padding: .25em;
}
p.more-flights {
  display: none;
}
#home-traffic {
  width: 38%;
  margin: 1em 2% 1em 0;
  float: right;
  overflow: hidden;
  font-size: 75%;
}
#home-traffic table.fids caption {
  color: white;
  background: #cb0d1f;
  font-stretch: condensed;
  font-weight: bold;
  font-size: 120%;
}
#home-traffic table.fids thead,
#home-traffic table.fids th {
  font-family: 'Helvetica Condensed', 'Arial Narrow', Helvetica, Arial, sans-serif;
  font-stretch: condensed;
  font-weight: bold;
  font-size: 110%;
  text-align: left;
}
#home-traffic table.fids tr {
  border-bottom: 1px solid #DDD;
}
#home-traffic p.more-flights a {
  color: #e51937;
}
#content.fids-container {
  width: 100%;
}
#content.fids-container .fidsfilters {
  display: none;
}
#content.fids-container .fids-tabs li.ui-state-default {
  position: relative;
  z-index: 1;
}
#content.fids-container .fids-tabs li.ui-state-default a {
  padding: 0.25em 2.25em 0.2em 1.5em;
  margin-right: -0.5em;
  font-size: 120%;
  color: white;
  background: transparent url('http://www.tulsaairports.com/wp-content/themes/tulsaairport/css/../gfx/home-traffic_tbgX.png') no-repeat bottom right;
}
#content.fids-container .fids-tabs li.ui-state-active {
  position: relative;
}
#content.fids-container .fids-tabs li.ui-state-active a {
  background-image: url('http://www.tulsaairports.com/wp-content/themes/tulsaairport/css/../gfx/home-traffic_tbgA.png');
}
#content.fids-container .fids-tabs table.fids {
  margin-top: 0;
  font-size: 90%;
}
#content.fids-container .fids-tabs table.fids thead {
  background: #cb091c;
}
#content.fids-container .fids-tabs table.fids caption {
  color: white;
  background: #999;
  font-stretch: condensed;
  font-weight: bold;
  font-size: 130%;
}
#content.fids-container .fids-tabs table.fids tbody tr {
  border-bottom: 1px solid #e6e6e6;
}
#content.fids-container .fids-tabs table.fids tbody tr.odd {
  background: white;
  border-bottom: 1px solid #e6e6e6;
}
#content.fids-container .fids-tabs table.fids tbody tr.pre {
  border-bottom-width: 0;
}
#content.fids-container .fids-tabs table.fids tbody tr.alt {
  border-bottom-width: 2px;
}
#content.fids-container.filtered .fids-tabs table.fids tbody tr {
  background: white !important;
  /* When filtered, suppress zebra stripes */
}
/* For overrides only. Styles for stuff that only appears
   on the home page is below */
body.home #container {
  background: url('http://www.tulsaairports.com/wp-content/themes/tulsaairport/css/../gfx/home-blocks_bg.jpg') no-repeat bottom left;
}
body.home nav#main-menu {
  width: 22%;
  clear: left;
}
body.home nav#main-menu .divider-img {
  border-bottom: 1px solid #f79e7b;
}
html.lt-ie8 body.home #rotator-nav-wrapper {
  width: 1000px;
}
html.lt-ie8 body.home #main-menu {
  position: relative;
  z-index: 30;
  float: left;
  clear: left;
}
#home-blocks {
  /* A container for 3 by X blocks of various content. */
  width: 58%;
  float: left;
  overflow: hidden;
}
#home-blocks .block {
  width: 46.5%;
  margin: 1em 0 1em 3%;
  float: left;
  font-size: 85%;
  color: #666;
}
#home-blocks .block h3 {
  font-size: 115%;
  color: black;
  padding-bottom: 0.5em;
  border-bottom: 1px solid black;
  margin-bottom: 0.5em;
}
#home-blocks .block ul {
  padding: 0;
}
#home-blocks .block li {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
#home-blocks .block img {
  display: block;
  margin: 0.5em auto 1em auto;
  max-width: 100%;
}
#home-blocks .block.block-odd {
  clear: left;
}
#home-blocks .twitter-widget {
  /* from Simple Twitter Widget */
}
#home-blocks .twitter-widget li {
  padding-bottom: 0.75em;
  border-bottom: 1px solid #EEE;
  margin-bottom: 0.75em;
}
#home-blocks .twitter-widget .twitter-date {
  font-size: 80%;
}
body.home #container {
  background: transparent !important;
}
#maps-container {
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 1em;
  border-bottom: 1px solid #EEE;
  margin-bottom: 1em;
}
#maps-container #baselayer {
  position: relative;
  z-index: 2;
}
#maps-container ul {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
#maps-container li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#maps-container li img {
  max-width: 100%;
  height: auto;
  width: auto;
}
#maps-layers ul.layers,
#maps-layers ul.layers li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#maps-layers ul.layers li {
  display: block;
  width: 50%;
  float: left;
}
#maps-layers ul.layers a {
  font-size: 90%;
  display: block;
  text-align: center;
  padding: 0.5em;
  color: white;
  background: #46166b;
  border-bottom: 1px solid white;
  border-right: 1px solid white;
}
#maps-layers ul.layers a:hover,
#maps-layers ul.layers a:active {
  background: #781d7e;
  text-decoration: none;
}
#maps-layers ul.layers a.active {
  background: #f4720e;
}
#maps-content .layer-container {
  position: relative;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #DDD;
  margin-bottom: 0.5em;
}
#maps-content .layer-close {
  display: block;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 0;
  right: 0;
  background: url('http://www.tulsaairports.com/wp-content/themes/tulsaairport/css/../gfx/map_container_close_bg.gif') no-repeat top right;
  filter: alpha(opacity=60);
  opacity: 0.6;
  text-indent: -1000px;
  overflow: hidden;
}
#maps-content .layer-close:hover {
  filter: alpha(opacity=100);
  opacity: 1.0;
}
#maps-page-content {
  overflow: hidden;
}
#maps-container {
  text-align: center;
}
/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
