/* CSS Document */

/*  
Name: greyisgood nov 2010
URL: http://greyisgood.eu/style.css
Description: greyisgood
Version: 3
Author: mjc
Author URI: http://greyisgood.eu
*/



@font-face {
	font-family: 'MisoLight';
	src: url('../fontface/miso/miso-light-webfont.eot');
	src: local('?'), url('../fontface/miso/miso-light-webfont.woff') format('woff'), url('../fontface/miso/miso-light-webfont.ttf') format('truetype'), url('../fontface/miso/miso-light-webfont.svg#webfontF29MFFwu') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MisoRegular';
	src: url('../fontface/miso/miso-webfont.eot');
	src: local('?'), url('../fontface/miso/miso-webfont.woff') format('woff'), url('../fontface/miso/miso-webfont.ttf') format('truetype'), url('../fontface/miso/miso-webfont.svg#webfontA4ZOCCxS') format('svg');
	font-weight: normal;
	font-style: normal;
}



html {
        background: url(mjc_pi_cannonballs.png) no-repeat center center fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

body{background-color:transparent;color : #000; 
font-size:1.6em;letter-spacing: 0.08em;line-height:1.6em;font-family:'MisoRegular', Arial, sans-serif;text-decoration: none;}



a:link,a:active,a:visited{color:#000;text-decoration:none;background-color:none;border-bottom:#bbb 2px solid;}
a:hover{text-decoration:none;color:#bbb;background-color:none;border-bottom:#bbb 2px solid;}

h1,h2,h3{font-weight: normal;}

h1{color:#000;font: 3em 'MisoLight', Arial, sans-serif;letter-spacing: 0;}
h2{font-size:1em;font-weight: normal;padding:0;line-height:1.2em;letter-spacing: 0.1em;}

#box {position:relative;padding:5%;z-index:80;width:90%;
}
