/* 
Title:     ie style fixes for screen media
Author:    steve@divinemass.com
Updated:   August 28th 2008
*/

/* header
---------------------------------------------------------- */

/* headings size fix */
*:first-child+html #introduction h1 {
 font-size: 140%; }

*:first-child+html #myaccount h1 {
 font-size: 140%; }

*:first-child+html #stats strong {
 font-size: 140%; }

*:first-child+html #membership-status strong {
 font-size: 140%; }

/* sidebar
---------------------------------------------------------- */

*:first-child+html #sidebar {
 border-bottom: 1.4em solid #fff; }

/* homepage
---------------------------------------------------------- */

/* search legend fix */
*:first-child+html #homepage #search legend {
  margin: -2px 0 3px -7px; }

/* dashboard
---------------------------------------------------------- */

/* search legend fix */
*:first-child+html #member-search-form legend {
 margin: -2px 0 3px -7px; }

/* content
---------------------------------------------------------- */

/* ie 5/6 content margin fix */
* html #content {
 margin: 0; }

/* ie 5/6 tools margin fix */
* html .#my-tools li {
 margin: 0; }

/* ie 7 tools margin fix */
*:first-child+html #my-tools li {
 margin: 0; }