/*	style_ie.css
   ----------------------------
  	Par sylket  
   ----------------------------*/
 
@font-face
{
    font-family: 'BallparkWeiner';
    src: url('polices/ballpark.eot');
    src: url('polices/ballpark.eot?#iefix') format('embedded-opentype'),
         url('polices/ballpark.woff') format('woff'),
         url('polices/ballpark.ttf') format('truetype'),
         url('polices/ballpark.svg#BallparkWeiner') format('svg');
    font-weight: normal;
    font-style: normal;
}
 
@font-face
{
    font-family: 'Dayrom';
    src: url('polices/dayrom.eot');
    src: url('polices/dayrom.eot?#iefix') format('embedded-opentype'),
         url('polices/dayrom.woff') format('woff'),
         url('polices/dayrom.ttf') format('truetype'),
         url('polices/dayrom.svg#Dayrom') format('svg');
    font-weight: normal;
    font-style: normal;
}
section h1, footer h1, nav a
{
    font-family: Dayrom, serif;
    font-weight: normal;
    text-transform: uppercase;
}

#nav {
	display:inline;
	zoom:1;
	
	}
#section {
	display:inline;	
	zoom:1;
	}
#article
{
    display: inline;
    zoom: 1;
}
#aside
{
    display: inline;
    zoom: 1;
}
#header
{
    display: inline;
    zoom: 1;
}
#footer
{
    display: inline;
    zoom: 1;
}
element
{
    display: inline;
    zoom: 1;
}

