/*______________ css */
/*___ stephen john bryde @ moving pixel productions __________ */
/*______________ Typography */


@font-face {
	font-family: 'Avenir';
	src: url('type/AvenirLT95-Black.ttf');
	src: url('type/AvenirLT95-Black.ttf') format('truetype');
}


@font-face {
	font-family: 'SlabTallXRegular';
	font-weight: bold;
	src: url('type/SlabTallX-Medium.eot');
	src: url('type/SlabTallX-Medium.woff') format('woff'), url('type/SlabTallX-Medium.ttf') format('truetype'), url('type/SlabTallX-Medium.svg#SlabTallX-Medium') format('svg');
}


body {
	font-family: 'Avenir', helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	color:#000;
	
	letter-spacing: 0.6pt;
	line-height: 1.4;
	}

p {
	padding:0px;
	margin:0px;
	margin-bottom:5px;
	}


a	{ 
	text-decoration: none; 
	color:#006666; 
	-webkit-transition: color 0.3s ease-out;
   	-moz-transition: color 0.3s ease-out;
   	-o-transition: color 0.3s ease-out;
   	transition: color 0.3s ease-out;
	}

a:hover {
	color: #669999;
	text-decoration: none;
	}


p {padding-bottom:5px;}

#container h1 {

	font-size: 30px;
	letter-spacing: 0.5pt;
	line-height: 1.1;
	padding: 0 5px 16px 5px;
	background: url('images/h1.png') bottom left no-repeat;
	text-shadow: 2px 2px 0px rgba(0,0,0,0.25);
	
	
	}

h2 {

	font-size: 25px;
	font-weight: bold;
	text-align: left;
	letter-spacing: -0.2pt;
	line-height: 1.1;

	text-shadow: 2px 2px 0px rgba(0,0,0,0.25);
}

h3 {

	font-size: 20px;
	font-weight: bold;
	text-align: left;
	letter-spacing: -0.2pt;
	line-height: 1.1;
	padding-bottom: 20px;
	text-shadow: 2px 2px 0px rgba(0,0,0,0.25);
}



p.date {
	
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 0.8pt;
	word-spacing: -0.6pt;
	line-height: 1.1;
	padding-left:0px;

}





img {border:0px;}
