/* -------------------------------------------------------------- 
   
   ie.css   
   Contém hack para o IE, de forma a manter a framework uniforme também no IE.
   
-------------------------------------------------------------- */

/* Centraliza o layout no IE5 */
body { text-align: center; }
.container { text-align: left; }

/* Fixes IE margin bugs */
* html .column, * html div.span-1, * html div.span-2, 
* html div.span-3, * html div.span-4, * html div.span-5, 
* html div.span-6, * html div.span-7, * html div.span-8, 
* html div.span-9, * html div.span-10, * html div.span-11, 
* html div.span-12, * html div.span-13, * html div.span-14, 
* html div.span-15, * html div.span-16, * html div.span-17, 
* html div.span-18, * html div.span-19, * html div.span-20, 
* html div.span-21, * html div.span-22, * html div.span-23, 
* html div.span-24 { overflow-x: hidden; }

/* Elementos
-------------------------------------------------------------- */

/* Corrigir posição legend no IE6. */
* html legend { margin:0 -8px 16px 0; padding:0; }

/* Corrigir posição ol em IE6/7. */
ol { margin-left:2em; }

/* Corrigir line-height em sup/sub no IE. */
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }

/* Corrigir em IE7 wrapping em code. */
html>body p code { *white-space: normal; } 

/* IE 6&7 tem problemas em definir as margens de <hr>. */
hr  { margin: -8px auto 11px; }

/* Explicitly set interpolation, allowing dynamically resized images to not look horrible */
img { -ms-interpolation-mode: bicubic; }

/* Clearing 
-------------------------------------------------------------- */

/* Fazer clearfix funcionar em IE */ 
.clearfix, .container, form p {display: inline-block;}
* html .clearfix,
* html .container,
* html form p {height: 1%;}

/* Formulários
-------------------------------------------------------------- */

/* Corrigir padding no fieldset */
fieldset {padding-top: 0;}

/* Corrigir distanciamento entre parágrafos no IE7, atenção também aplicado clearfix ao p. */
form p      { margin:0 0 15px 0; }

/* Corrigir posição */
.inputBox { margin:0 0 0 5px; }

/* Fixes rule that IE 6 ignores */
input.text, input.title {background-color:#fff;border:1px solid #bbb;}
input.text:focus, input.title:focus {border-color:#666;}
input.text, input.title, textarea, select {margin:0.5em 0;}
input.checkbox, input.radio {position:relative; top:.25em;}

/* Fixes alignment of inline form elements */ 
form.inline div, form.inline p {vertical-align:middle;}
form.inline label {position:relative;top:-0.25em;}
form.inline input.checkbox, form.inline input.radio,
form.inline input.button, form.inline button { 
  margin:0.5em 0; 
}
button, input.button {position:relative;top:0.25em;}