/* 
    Document   : fontStyle
    Created on : 09-Nov-2012, 14:43:42
    Author     : Admin
    Description:
    Purpose of the stylesheet follows.

   src: local('Lobster Two'), local('LobsterTwo'), url(http://themes.googleusercontent.com/static/fonts/lobstertwo/v4/Law3VVulBOoxyKPkrNsAaIbN6UDyHWBl620a-IRfuBk.woff) format('woff');
    font-weight: 400;
font-style: normal;

*/

/*  remove scroll bars */
body {width:100%; height:100%; overflow:hidden, margin,0}
html {width:100%; height:100%; overflow:hidden}

/*
@font-face 
{
    font-family: 'superText';
    font-smooth: never;
    -webkit-font-smoothing : none;
    src: url('ST01R.eot');
    src: local('superText'), local('superText'), url('ST01R.TTF') format('truetype');
}
*/


@font-face 
{
    font-family: 'proximaNovaRegular175';
    font-smooth: never;
    src: url('./fnt/ProximaNova-Regular-175.eot?#iefix') format('embedded-opentype'),        
         url('./fnt/ProximaNova-Regular-175.ttf') format('truetype'); 
}
@font-face 
{
    font-family: 'ProximaNovaBold175';
    font-smooth: never;
    src: url('./fnt/ProximaNova-Bold-175.eot?#iefix') format('embedded-opentype'),        
         url('./fnt/ProximaNova-Bold-175.ttf') format('truetype'); 
}
@font-face 
{
    font-family: 'ProximaNovaSemibold175';
    font-smooth: never;
    src: url('./fnt/ProximaNova-Semibold-175.eot?#iefix') format('embedded-opentype'),        
         url('./fnt/ProximaNova-Semibold-175.ttf') format('truetype'); 
}


@font-face 
{
    font-family: 'proximaNovaLight';
    font-smooth: never;
    src: url('./fnt/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),        
         url('./fnt/ProximaNova-Light.ttf') format('truetype'); 
    
}
@font-face 
{
    font-family: 'proximaNovaRegular';
    font-smooth: never;
    src: url('./fnt/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),        
         url('./fnt/ProximaNova-Regular.ttf') format('truetype'); 
    
}
@font-face 
{
    font-family: 'ProximaNovaSemibold';
    font-smooth: never;
    src: url('./fnt/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),        
         url('./fnt/ProximaNova-Semibold.ttf') format('truetype'); 
    
}


@font-face 
{
    font-family: 'superText';
    font-smooth: never;
    src: url('./fnt/ST01R.eot?#iefix') format('embedded-opentype'),        
         url('./fnt/ST01R.TTF') format('truetype'); 
    
}

@font-face 
{
    font-family: 'cambriaRegular';
    font-smooth: never;
    src: url('./fnt/cambria.eot?#iefix') format('embedded-opentype'),        
         url('./fnt/cambria.ttf') format('truetype'); 
    
}

@font-face 
{
    font-family: 'cambriaBold';
    font-smooth: never;
    src: url('./fnt/cambriab.eot?#iefix') format('embedded-opentype'),        
         url('./fnt/cambriab.ttf') format('truetype'); 
    
}

@font-face 
{
    font-family: 'cambriaItalic';
    font-smooth: never;
    src: url('./fnt/cambriai.eot?#iefix') format('embedded-opentype'),        
         url('./fnt/cambriai.ttf') format('truetype'); 
    
}
/*
@font-face 
{
    font-family: 'helveticaUltraLight';
    font-smooth: always;
    src: url('./fnt/HelveticaNeueLTCom-UltLtEx.eot?#iefix') format('embedded-opentype'),        
         url('./fnt/HelveticaNeueLTCom-UltLtEx.ttf') format('truetype'); 
    
}

@font-face 
{
    font-family: 'helveticaLight';
    font-smooth: always;
    src: url('./fnt/HelveticaNeueLTCom-Lt.eot?#iefix') format('embedded-opentype'),        
         url('./fnt/HelveticaNeueLTCom-Lt.ttf') format('truetype'); 
    
}
*/

@font-face 
{
    font-family: 'consolaRegular';
    font-smooth: always;
    src: url('./fnt/consola.eot?#iefix') format('embedded-opentype'),        
         url('./fnt/consola.ttf') format('truetype'); 
    
}



#canvas {  
    vertical-align: top;
    z-index: 2;
    position:absolute;
    left:0px;
    top:0px;
    vertical-align: top;
    
    imageSmoothingEnabled: false;
    
    image-rendering: optimizeSpeed;            
    image-rendering: -moz-crisp-edges;          
    image-rendering: -webkit-optimize-contrast; 
                                              
    image-rendering: -o-crisp-edges;          
    image-rendering: optimize-contrast;         
    -ms-interpolation-mode: nearest-neighbor;  
 
}

#canvasImage {  
    vertical-align: top;
    z-index: 3;
    position:absolute;
    left:0px;
    top:0px;
    vertical-align: top;
    
    imageSmoothingEnabled: false;
    
    image-rendering: optimizeSpeed;            
    image-rendering: -moz-crisp-edges;          
    image-rendering: -webkit-optimize-contrast; 
                                              
    image-rendering: -o-crisp-edges;          
    image-rendering: optimize-contrast;         
    -ms-interpolation-mode: nearest-neighbor;  
 
}

/*
//width:3000px;
    //height:2000px


src: 	url('../font/fontawesome-webfont.eot?#iefix') format('eot'), 
	url('../font/fontawesome-webfont.woff') format('woff'), 
	url('../font/fontawesome-webfont.ttf') format('truetype'), 
	url('../font/fontawesome-webfont.svg#FontAwesome') format('svg');



src: 	url('../font/fontawesome-webfont.eot?#iefix') format('embedded-opentype'), 
	url('../font/fontawesome-webfont.woff') format('woff'), 
	url('../font/fontawesome-webfont.ttf') format('truetype'), 
	url('../font/fontawesome-webfont.svg#FontAwesome') format('svg');
*/


