/**
 * $Id: ie-lte-7.css,v 1.2 2010/06/04 21:30:04 jmburnz Exp $
 * adaptivethemes.com
 *
 * @file ie-lte-7.css
 *
 * Support for the Conditional Styles module. This module allows themes 
 * to specify conditional stylesheets in their .info file and the conditional 
 * comments will be automatically included at the end of the standard $styles variable. 
 * 
 * http://drupal.org/project/conditional_styles
 *
 * The module is not included in the base theme, you must download and install it.
 */
 
 /* IE 7 & 6 */
 
 /* CLEARFIX PREVENTING CONTENT FROM WRAPPING ONPAGES WITH SUB-NAV */
#block-system-main .clearfix {
  zoom: normal ; 
  min-height: 0 ;
  display: inline;/* IE7 */
}

/* BLOCK CONTENT IS DISPLAYING INLINE, BREAKING .SECTION-AUTHOR */
.section-author #block-system-main .block-content .clearfix { display: block;}

/* HASLAYOUT BUG */
.author-info  { display: inline-block; }
.author-info .author-info-inner  {display: inline-block;}

/* DISAPPEARING MARGINs */
.page-type-issue .field-type-text-with-summary p { display: inline-block; }
.page-type-issue .book-navigation { margin-bottom: 21px; }
.section-issues .view-content { margin-bottom: 21px; }

/* DOUBLE MARGIN BUG */
.view-content { display: inline-block; }
.article-type-issue .field-type-text-with-summary .field-item p { display: inline; } 
.article-type-review .content-inner .field-name-field-reference,
.page-type-article #content .field-name-body {  display: inline-block; }
  
/* RESIZEABLE TEXTAREA */  
.section-contact-us .form-textarea-wrapper .form-textarea,
.section-contribute .form-textarea-wrapper .form-textarea { width: 516px; }  
.section-newsletter .form-item-mail input { width: 245px; }
 
/*  DOUBLE BORDER ON FOOTER NOT APPEARING */
.region-footer {display: inline-block;}

/*BACKGROUND COLOR FOR SUMBIT BUTTONS */
.form-submit,
.form-submit:visited { background: #EBE4DA; }
.form-submit:hover,
.form-submit:active
.form-submit:focus { background: #F7F1EB; }

/* ADDING OPEN QUOTE IMAGE & FIXING INDENTATION*/ 
blockquote { background: url("../images/blockquote-open-quote-ie.gif") no-repeat 18px 3px; text-indent: 0;  }

/* VANISHING SECONDARY NAV DUE TO ELEMENT WITH POSITION ABSOLUTE HAVING A FLOATING SIBLING */
#primary-menu-bar { float: none; }

/* IE 6 ONLY */

/* PNG BUGS */
#site-name a { _background-image:url("../images/axon-logo-ie.gif"); }
body { _background-image: url("../images/axon-background-top-ie.gif"); }
#wrapper { _background-image: url("../images/axon-background-bottom-ie.gif"); }
.page-type-issue .article-type-images .article-inner { _background-image: none; background: #F7F1EB }
.region-footer .oxide a { background-image: url("../images/oxide-ie.gif"); }
#content-column { _background-image: none; }

/* MISSING BOTTOM MARGIN */
.section-contact-us .article-content,
.section-contribute .article-content { _padding-bottom: 21px; }

/* NOT RESPECTING POSITION ABSOLUTE */

#block-search-form {  _display: inline-block; _right: 2px; _width: 180px; }
#secondary-menu-bar { _width: 500px; _right: -20px; }
.form-submit { _border-width: 0; _outline: none;}

/* EXTRA MARGIN FORCING SECONDARY NAV & SEARCH DOWN */
header { _padding-top: 0;}

/* OXIDE LOGO WIGGLING WHEN HOVERED */
.page-type-issue .views-row { _display: inline; }

/* RESIZEABLE TEXTAREA */
.section-contact-us .form-textarea-wrapper .form-textarea, .section-contribute .form-textarea-wrapper .form-textarea { _width: 513px; }
.section-newsletter .form-item-mail input { _width: 233px; }

/* ADDING TOP MARGIN FOR SUBMENU */
#menu-bar { _display: inline-block; margin-top: 35px; }

.webform-client-form .form-item { display: inline-block; }
