/* IH: This block modifies minimum header height*/
.logoheader {
    background: url("../images/personal/IH-header.png") no-repeat scroll right bottom #0C1A3E;
    color: #000000;
    min-height: 150px;
}

/* IH: This block modifies total page width */
#all {
	max-width: 75%;
}
div#all {
	min-width: 60%;
}
#wrapper2 .item-page {
/* max-width: 660px; This is the original code*/
/* Next line replaces previous*/
max-width:100% !Important;
}

/* IH: This block eliminates the line at the top right: "Font Size Bigger Reset Smaller"*/
#fontsize
{
	z-index:100;
	position:absolute;
	top:0;
	right:0;
	background:#fff;
	color:#000;
/* next line was added*/
	display:none;
}

/* IH: This block eliminates capitalisation of the site name in header*/
h1#logo{
	font-family: 'Titillium Maps',  Arial;
	padding:0.9em 20px 20px 10px;
	/*text-transform:none;*/
	text-align:right;
}