@font-face {
    font-family: "headerfont";
    src: url('http://css.ngfiles.com/fonts/pakenham.eot');
    src: url('http://css.ngfiles.com/fonts/pakenham.eot?#iefix') format('embedded-opentype'),
         url('http://css.ngfiles.com/fonts/pakenham.woff') format('woff'),
         url('http://css.ngfiles.com/fonts/pakenham.ttf') format('truetype'),
         url('http://css.ngfiles.com/fonts/pakenham.svg#PakenhamRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.blackout-on {
	filter: alpha(opacity=85); }

h2 {
	font-family: "headerfont", "Arial Narrow", Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.4em !important; }

div.podtop > h2 {
	font-size: 2.3em; }


#main > div.three3 + br {		/*  additional help to hide <br> for all-full-width pod pages (like BBS)  */
	border-top: solid 1px #000; }

img {		/*  softens image scaling when done by the browser  */
	-ms-interpolation-mode: bicubic; }