/**
 * Style sheet for IE 6-8.
 * 
 * Helping conditional html tag, there is a lot of usefull classes
 * to target IE version:
 * ie, ie_lt7, ie7, ie_gt7, ie_lt8, ie8, ie_gt8, ie_lt9, ie9, ie_gt9
 *
 * @package    vanilla
 * @subpackage css
 * @author     Loops <evrard at h2a dot lu>
 * @version    SVN: $Id: ie_lt9.css 36 2014-07-25 12:22:31Z loops $
 */

article, aside, audio, canvas, datagrid, datalist, details, dialog, figure, figcaption, footer, header, main, menu, nav, section, video { display: block; }
abbr, eventsource, mark, meter, time, progress, output, bb { display: inline; }

/** here should comes @font-face declarations for IE8 **/

@font-face {
  font-family: 'sourcesanspro';
  src: url('fonts/sourcesanspro-regular.eot');
}

@font-face {
  font-family: 'track';
  src: url('fonts/track.eot');
}

/** icons **/
[data-icon]:before , [data-icon]:after { background-image: url(icons/icons.png); }


/** layout **/
/* position absolute and max-width issue */
#mainheaderlogo_img { max-width: none; }
.mainfooterlogo_item:first-child > a > .mainfooterlogo_img { max-width: none; }

/* nav effect without transform */
.mainheadernav_subout { display: none; } 
.mainheadernav_item:hover > .mainheadernav_subout, 
.mainheadernav_link:hover + .mainheadernav_subout, 
.mainheadernav_link:focus + .mainheadernav_subout, 
.mainheadernav_link:active + .mainheadernav_subout, 
.\:current + .mainheadernav_subout, 
.mainheadernav_subout:hover { display: block; }

/* adjust padding */
#mainfooterform > .formrow > input { padding-top: 6px; padding-bottom: 9px; }

/* adjust button display */
/* not on real button * / button, /**/ .btn { padding-top: 5px; padding-bottom: 7px; }
.btn2 { padding-top: 6px; padding-bottom: 8px; }
  /* phone */
  .btn2_phone { position: relative; top: 1px; }
  
/* avoid fixed header header */
#mainheader { position: absolute; }
/* fix width for alignement effect */
  #mainheadernav_list { width: 960px; }
  .mainheadernav_sublist { width: 960px; }


