/* @minify true */

/* reset defaults */
:link,:visited { text-decoration: none; }
ul,ol { list-style: none; }
h1 { font-size: 2.5em; } /* these sizes are awful -- we override them a lot, need saner defaults */
h2 { font-size: 2em; }
h3 { font-size: 14px; }
h4 { font-size: 1.5em; }
h5 { font-size: 1.25em; }
h6 { font-size: 1.1em; }
pre,code { font-size: 1em; }
html,body,form,input,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dd,dt,table,thead,tbody,tfoot,th,tr,td,pre,p,blockquote,fieldset { margin: 0; padding: 0; }

/* base styles */
a img, a:link img, a:visited img { border: none; }
address { font-style: normal; }
table { border-collapse: collapse; }
body {
  background-color: #666;
  font-family: Arial,sans-serif;
  font-size: 12px;
  margin-top: 0;
}
a { color: #145EA7; }
a:hover { color: #ed570b; }
.clear { clear: both; }
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/* basic structure */
#mi_page_container {
  background-color: #fff;
  box-shadow: 0 0 12px #333;
  -moz-box-shadow: 0 0 12px #333;
  -webkit-box-shadow: 0 0 12px #333;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
  width: 972px;
}
#mi_masthead { margin-bottom: 0; position: relative; }
#mi_navigation { margin: 0; padding: 0; width: 100%; }
#mi_content_container {
  background-color: #fff;
  /*background-image: url(http://media.kansas.com/static/images/v15/contentbg.gif);*/
  background-position: -1px 0;
  border: none;
  clear: left;
  margin: 0;
  padding: 0;
  width: 972px;
}
#mi_content {
  clear: left;
  display: inline;
  float: left;
  margin: 0 18px;
  overflow: hidden;
  padding: 0;
  width: 618px;
}
#mi_sidebar {
  display: inline;
  float: right;
  margin-right: 18px;
  padding: 0;
  text-align: center;
  width: 300px;
}
#mi_footer {
  background: #fff;
  border-top: 1px solid #666;
  clear: both;
  font-size: 12px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
}
#mi_footer .footerlinks {
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  width: 720px;
}
#mi_footer .footerlinks li { display: inline; }
.wide {
  clear: both;
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  width: 100%;
}
#mi_content .html_module { margin-bottom: 10px; }
.html_module p, .html_title p { margin-bottom: 10px; }
.section { clear: both; }
.nosidebar #mi_content_container { background-image: none; }
.nosidebar #mi_content { margin: 0 36px; width: 900px; }
#footerad { padding-bottom: 18px; }

/* ads */
#corner_peel {
  position: absolute;
  right: 0;
  top: 0;
}
#leaderboard { text-align: center; }
#leaderboard .advertisement { margin: 0 auto; padding: 5px 0; }
.advertisement { color: #666; font-weight: bold; text-align: center; }
#mi_sidebar .advertisement { margin: 0 auto 10px auto; }
#mi_sidebar #dart_300x250_ats_1 { margin-top: 10px; width: 300px; }

/* welcome bar */
#welcome_bar { color: #4d4d4d; }
#pluck_avatar {
  display: inline;
  float: left;
  font-size: 12px;
  font-weight: bold;
  margin: 5px 10px;
  width: 300px;
}
#pluck_avatar img { float: left; margin: 0 6px 0 0 !important; }
#pluck_avatar #member, #pluck_avatar #nonmember { display: none; font-weight: normal; }
#print_links {
  float: right;
  font-family: Cambria, Georgia, sans-serif;
  font-weight: bold;
  line-height: 24px;
  margin: 7px 10px 2px;
}
#print_links img { margin: 0 1px -5px 0; }
#print_links a { font-family: Arial,sans-serif; font-weight: normal; }

/* masthead, by which we mean flag or whatever */
#masthead {
  background-image: url(http://media.kansas.com/static/images/v15/headerbg.png);
  background-repeat: no-repeat;
  clear: both;
  height: 120px;
  overflow: hidden;
  position: relative;
}
#mast_logo {
  left: 25px;
  position: absolute;
  top: 28px;
  width: 340px;
}
#weathernode {
  left: 378px;
  margin-right: 4px;
  position: absolute;
  text-align: center;
  top: 32px;
  width: 120px;
}
.miWeatherLogo { float: left; }
.miWeatherTemp {
  font-family: Cambria, Georgia,sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
.miWeatherHiLo { font-family: Cambria, Georgia,sans-serif; font-size: 10px; line-height: 1.2; }
#footerad { text-align: center; }
#searchbar {
  border-bottom: 2px solid #999;
  clear: both;
  position: relative;
  text-align: center;
  width: 100%;
}
#datestamp, #updated { color: #666; }
#updated { bottom: 2px; left: 5px; position: absolute; }
#datestamp { bottom: 2px; position: absolute; right: 5px; }
#yahoo_search { margin: 0 auto; }
#yahoo_search td { vertical-align: bottom; }
#yahoo_search td img, #search_submit { vertical-align: bottom; }
.search_tab {
  border: 1px solid #97CC34;
  border-width: 1px 0 0;
  padding: 2px;
  vertical-align: middle;
}
#yahoo_search_form { border-left-width: 1px; padding-left: 4px; }
td#yahoo_search_label {
  border-right-width: 1px;
  line-height: 8px;
  padding: 0 4px;
  text-align: left;
  vertical-align: middle;
}
#yahoo_search_label * {
/*  font-family: Arial,sans-serif; */
/*  font-size: 10px; */
  line-height: 12px !important;
}
/* Please don't override the yahoo colors or sizes as it
is a matter of contract compliance. Joe Kemp */

#yahoo_search label { margin-right: 5px; }
#yahoo_search label, #yahoo_search .radio { line-height: 20px; vertical-align: middle; }

/* image display (mostly for highlights?) */
.image { display: inline; float: right; /* margin: 5px; */ }
.image img { display: block; }
.highlight { width: 175px; }

/* sidebar */
/* events */
#events { border: 1px solid #ccc; margin: 10px auto; padding-bottom: 5px; text-align: left; width: 298px; }
#events .header img { float: left; margin-bottom: 5px; }

/* jobs */
#cb { clear:both; margin: 0 auto 10px; text-align: left; width: 300px; }
#cb h2 { padding: 3px 3px 0; }
#cb_logo { display: block; margin: 0 auto 8px; text-align: center; }
#findjobs { 
  background-color: #FFE02F;
  background-image: url(http://media.kansas.com/static/images/jobs/topjobsbg.png);
  background-repeat: repeat-x;
  margin: 0 0 10px;
  width: 100%;
}
#jobstream { height: 120px; overflow-y: scroll; padding: 5px; }
#jobstream li { font-size: 11px; padding-bottom: 5px;}
#cb form { margin: 10px 3px; }
#cb #cb_submit { vertical-align: bottom; }
#cb #dmc-flash-300x250-ivb { margin-top: 15px; }
/* stocks - biz front only? */
#marketwatch_widget { border: 2px solid #007b01; border-width: 0 2px 4px; }
#marketwatch_widget #mw_header {
  background-color: #007b01;
  color: #fff;
  font-weight: bold;
  height: 20px;
  margin: 0;
  padding: 0;
  text-align: center;
  white-space: nowrap;
}
#marketwatch_widget #mw_content { margin: 0 auto; width: 150px; }
#marketwatch_widget #mw_ad {
  color: #666666;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  text-align: center;
}
#mi_sidebar .fc { clear: left; margin: 0 auto 15px; width: 300px; }
.fc .morelink {
  float: left;
  padding: 2px 0 !important;
  text-align: left !important;
  width: 50%;
}
/* end sidebar */

/* ul, li */
.link_list, .num_list { color: #666;}
ul li.external_link { background-image: url(http://media.kansas.com/static/images/icons/link.gif); }
ul li.interactive_link { background-image: url(http://media.kansas.com/static/images/icons/interactive.gif); }
ul li.map_link { background-image: url(http://media.kansas.com/static/images/icons/map.gif); }
ul li.video_link { background-image: url(http://media.kansas.com/static/images/icons/video.gif); }
ul li.audio_link { background-image: url(http://media.kansas.com/static/images/icons/audio.gif); }
ul li.gallery_link { background-image: url(http://media.kansas.com/static/images/icons/gallery.gif); }
ul li.photo_link { background-image: url(http://media.kansas.com/static/images/icons/photo.gif); }
ul li.pdf_link { background-image: url(http://media.kansas.com/static/images/icons/pdf.gif); }
ul li.word_link { background-image: url(http://media.kansas.com/static/images/icons/word.gif); }
ul li.excel_link { background-image: url(http://media.kansas.com/static/images/icons/excel.gif); }
ul li.text_link { background-image: url(http://media.kansas.com/static/images/icons/text.gif); }
a.gallery { background: no-repeat url(http://media.kansas.com/images/mi/icons/photo.gif) center left; padding-left: 18px; }

/* arrow buttons */
.arrow {
  background-color: #999;
  background-image: url(http://media.kansas.com/static/images/v15/bg-gray.gif);
  background-repeat: repeat-x;
  cursor: pointer;
  display: block;
  font-size: 16px;
  height: 15px;
  line-height: 13px;
  text-align: center;
  width: 64px;
}
.arrow:hover { color: #333; }
.arrow.disabled {
  background-color: #999 !important;
  background-image: url(http://media.kansas.com/static/images/v15/bg-gray.gif) !important;
  color: #666 !important;
  cursor: default;
}
.arrow span { font-size: 12px; }


/* just weather page? */
.temp_hi { color: red; }
.temp_lo { color: blue; }
.weathermap {
  background-color: #E7EFF2;
  border-color: #B5C6CD;
  border-style: solid;
  border-width: 1px;
  float: left;
  margin: 8px 0 8px 0;
}
.weathermapleft {
  border-color: #ffffff;
  border-style: solid;
  border-width: 1px 0 0 1px;
  float: left;
}
.weathermapimage {
  background-color: #ffffff;
  border: 1px solid #B5C6CD;
  height: 203px;
  margin: 4px;
  padding: 1px;
  width: 270px;
}
.weathermapright {
  border-left: 1px solid #B5C6CD;
  border-top: 1px solid #fff;
  float: left;
  position: relative;
  width: 156px;
}
.weathermaptext {
  background-color: #E7EFF2;
  border-bottom: 1px solid #B5C6CD;
  color: #333333;
  float: left;
  font-family: sans-serif;
  font-size: .75em;
  font-weight: bold;
  padding: 4px;
  width: 147px;
}
.error_message { margin: 20px; }
#content_match { text-align: center; }
.relatedLinks li { padding-top: 2px; }
#col2 .content { margin-right: 5px; padding-right: 0; }
.pubDate { color: #666; font-size: 11px; }

/* misc */
.square { color: #666; }
.story_list div.story { margin-bottom: 2px; }
.section_name { border-bottom: 1px solid #c0c0c0; }
#date_display, #section_tools { color: #666; float: right; font-size: 10px; }
#pagetitle { border-bottom: 4px double #e0e0e0; margin: 10px 0; overflow: hidden; }
#pagetitle h1 { clear: both; font-size: 24px; text-align: center; }
#sectionTitle { clear: both; }
.controlPanel,.ajax_iframe { display: none; }
#backHome { color: #666; float: left; font-size: 10px; }
#backHome a:hover { text-decoration: underline; }
td.n { text-align: right; }

/*GPT floorboard ad*/
#floorboard_outer{position:fixed;bottom:-1px;text-align:center;left:0;right:0;line-height:0;margin:auto;width:960px;}
#floorTagWrapper{position:relative;display:none;line-height:0;}
#floorTagWrapper iframe{width:100%;height:100%;}
