/* RESET */

/* via http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  }

/* TAGS */

body {
  color: #000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  margin: 0 0 25px 0;
  z-index: 0;
  }

h1 {
  font-size: 30px;
  line-height: 35px;
  }

h2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  margin-top: 26px;
  }

/* LAYOUT */

#header {
  display: none !important;
  }

#panels,
#feed img,
#nav {
  display: none !important;
  }

#content {
  background: #fff;
  margin: 0 auto;
  width: 900px;
  z-index: 0;
  }

#overlay {
  display: none !important;
  }

#primary {
  float: left;
  margin: 0 0 0 0;
  min-height: 460px;
  padding: 30px 25px 45px 5px;
  width: 500px;
  z-index: 0;
  }

#sidebar {
  float: right;
  padding: 30px 25px 45px 25px;
  width: 280px;
  z-index: 0;
  line-height: 2;
  }

#what_is_bmi {
  display: none !important;
  }

.share_this {
  display: none !important;
  }

.comment_form {
  display: none !important;
  }

#footer {
  display: none !important;
  }

#primary .story {
  margin: 0 0 20px 0;
  padding: 20px 0 0 0;
  width: 500px;
  }

#primary .more {
  display: none;
  }

#primary p {
  margin-bottom: 10px;
  }

.slideshow {
  display: none;
  }

#page {
  background:none;
}

/* add logo to h1 */

#primary h1 {
  list-style-image: url(/images/app/logo_40h.gif);
  list-style-position: inside;
  display: list-item;
  }

/* remove extra logos where there are multiple h1s*/

#primary h1.many-h1 {
  list-style-image: none;
  display: block;
}


/* optimize printing on RIB */

.no-print {
  display: none;
  }

.stack-printed-sidebar #sidebar {
  float: left;
  }

.stack-printed-sidebar #primary {
  width: 100%;
  padding-left: 12%;
  padding-right: 12%;
  }

.stack-printed-sidebar #primary p,
.stack-printed-sidebar #primary li,
.stack-printed-sidebar #primary td {
  font-size: 160%;
  line-height: 160%;
  }

/* display answers on /faq  */

#primary .answer {
  display: block !important;
  }
  
/* display answers on tech timeline http://www.bmi.com/about/entry/533108 */

#timeline ul {
  display: block !important;
  }

/* SPECIAL HANDLING FOR PAGE BREAKS */

/* not well supported -- IE only? */

h1, h2, h3, h4, h5, h6 {
  page-break-after: avoid;
  }

/* not well supported -- Opera only? */

table tr, ul, ol, img {
  page-break-inside: avoid;
  }
  
  
