﻿/* hide some things that don't need to be printed */
.AdminHeader,
.FloatingLeaderboard,
.NavBar,
.TopNav,
div.ArticleSidebar,
.ShareSub,
.PostItem,
#GlobalFooter,
.ServerInfo,
#CatBox .ImgList,
.OpenXAd,
#UserBox,
.AdminBox,
a.ShowHomepage,
.HeaderCount,
.CommentsModule,
#RHSListBlock,
.Module,
#CatBox .AvatarHolder,
.BlogPostBody .AvatarHolder
 {
    display: none !important;
    }
/*Wrapping author and date*/
.InfoList h4.PostAuthor {
    display:inline;
    }
    .InfoList span.PostDate {
        padding-left: 15px;
        }
        /*blogs*/
        .FullPost .InfoList span.PostDate { float:none !important; }
        
/*Kill link colour*/
#BodyContent a:link, #BodyContent a:visited {color: #ccc !important; font-style:italic; font-weight: bold; }

body {
	font-family: Georgia, Times New Roman, Serif;
	font-size: 12pt;
	line-height: 16pt;
	}

h1 {
	font-size: 24pt;
	font-weight: bold;
	line-height: 28pt;
	margin: 12px 0;
	}
