/* Start of CMSMS style sheet 'mib-custom' */
/* bok-custom.css

   DO NOT associate this stylesheet with template. order: LAST
   media types: leave unspecified (contains screen, projection and print types)
   in template, use:
   
   {stylesheet}
   <!--[if lt IE 8]>{stylesheet name='bok-ie'}<![endif]-->
   {stylesheet name='bok-custom'}

*/

@media screen, projection {

/* insert custom screen styles here */

#top-links li, #navbar li {display:inline;}
#top-links li {margin-left:2em;}
#navbar li {margin-right:2em;}
#top-links,#footer-main {text-align:left;}

} /* closing media type: screen, projection */


@media print {

/* insert custom print styles here */

#top-sitename,#top-links,#header-alt,#navbar,#main-side,#footer-alt,#footer-related {display:none;}
#main-content {width:100%;}
#header-main h1,#header-main p {display:inline;}
#footer-main p+p+p {display:none;}
.printonly {display:inline;}
.donotprint {display:none;}

} /* closing media type: print */
/* End of 'mib-custom' */

