/*
Style sheet for printing
*/

html {
	width: 100%
}

body {
	font-family: Tahoma "Trebuchet MS", verdana, arial, "Times New Roman";
	font-size: 90%;
	color: #000000;
}

.content h1 {
	font-size: 110%;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 2px solid #091A86;
}

.post h1 {
	font-size: 110%;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 2px solid #091A86;
}

/*sets the link colours and style*/
a:link, a:active, a:visited {
	color: #3A4CBF;
	text-decoration: none;
}

/* Wrapper */
.all {
	width: 100%;
}

#InBusiness-admin-bar {
        display: none;
}

.menu {
        display: none;
}

.newsbar {
        display: none;
}

.content {
        width: 100%;
        margin: 0;
        padding: 0;
}

blockquote    {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border: 3px double #cecece;
	font-style: italic;
	}

.post .info {
        display: none;
}

#commentform {
        display: none;
}

.tags {
        display: none;
}

.adsense {
        display: none;
}

.pagenavi {
        display: none;
}

/*the footer, with copyright*/
.footer       {
clear:both;
	background-color: #CFCFCF;
	padding: 4px;
	font-size: 80%;
	text-align: center;
}

.flagsbar {
	display: none;
}

