/* 
Title:     ie style fixes for screen media
Author:    steve@divinemass.com
Updated:   May 23rd 2008
*/

/* ie 5/6 button padding fix */
* html #content {
 width: 492px;
 margin: 0;
 padding: 0 0 0 20px; }

* html #sidebar {
 margin: 0;
 width: 228px; }

/* ie 7 button padding fix */
*:first-child+html .button {
 padding: 1px; }

/* ie 5/6 shop dl overflow fix */
* html .#partners dl {
 clear: left;
 height: 75px; }

/* ie 5/6 partners png fix */
* html .#partners dt img {
 display: none; }
 
/* ie 5/6 gallery margin */
* html .#gallery .frame {
 margin: 0 10px 0 0;
 width: 71px; }

/* ie 5/6 shop dl overflow fix */
* html .#shop dl {
 clear: left;
 height: 75px; }

/* ie 5/6 shop png fix */
* html .#shop dt img {
 display: none; }