/** Styles targeted for IE8 and lower  @author Stuart Jones <sjones@amh.net.au> */
/*
	CSS specifically for desktop
*/
/** Draw arrows with CSS and elements @author Stuart Jones <sjones@amh.net.au> */
#wrapper { background-color: #fff; border-top: none; border-right: 1px solid #D3D3D3; border-bottom: none; border-left: 1px solid #D3D3D3; margin-top: 0; margin-right: auto; margin-bottom: 0; margin-left: auto; min-height: 100%; padding-top: 6em; padding-right: 2em; padding-bottom: 1em; padding-left: 2em; width: 71.42857em; }

/** remove any content targeted for devices with phone numbers */
.device-has-number { display: none; }

#banner div > ul > li > ul > li { float: left; clear: left; width: 21em; font-size: 0.9em; line-height: 1.15em; /* we have to reassert line-height each time we change the font-size */ }
#banner div > ul > li > ul.chapters { min-width: 0; width: 42em; }
#banner div > ul > li > ul.chapters li { border-right: 1px solid #ffffff; clear: none; width: 49%; }

#modal .container header .close-button, #feedback-bar .feedback-container .feedback-content .feedback-close { background: url("/images/system/close.ie.png") no-repeat; }
#modal .container header .close-button:hover, #feedback-bar .feedback-container .feedback-content .feedback-close:hover { background: url("/images/system/close.ie.hover.png") no-repeat; }

#system .info dd:before { content: " - "; }

/*# sourceMappingURL=ie8.css.map */
