﻿html,body,h1,h2,h3,h4,h5,h6 {font-family: Verdana, Arial, Helvetica, sans-serif}
.w3-sidenav a,.w3-sidenav h4{padding:12px;}
.w3-navbar a{padding-top:12px !important;padding-bottom:12px !important;}
.w3-navbar {padding-top:14px}

/* Set Max Width for site, and centre content */
html, body {
	max-width:1400px;
	margin: 0 auto;
}
.w3-navbar{
	max-width:1400px;
}
/* END Set Max Width for site, and centre content */

.paddedcontentright {
	float: right;
/*	width: 230px;*/
	overflow: hidden;
/*	background-color: #F2F2F2;   debug */
	margin: 0px auto;
	position: relative;
	display: inline;
	border:0;
	padding: 0 5px 0 5px;
/*	border: thin #000000 solid;*/
}
.paddedcontentleft {
	margin: 0;
	padding: 0 5px 0 5px;
/*	border: thin #000000 solid;*/
	float:left;
}

#header { 
	position:relative; 
	display:inline-block;
	margin: 0;
	width:100%;
	padding:0;
	background-color: #FFFFe6;
/*	background-color:#F2F2F2;*/
	}
#header img { 
	margin: 0;
	width:100%;
	padding:0;	
	}

.MainContent {
	font-size: 1em; 
	line-height:1.3;
}
.MainContent h1 {
	font-size: 1.5em;
    font-weight: bold;
}
.MainContent h2 {
	font-size: 1.2em;
    font-weight: bold;
}
.MainContent h3 {
	font-size: 1em;
    font-weight: bold;
}
.MainContent h4 {
	font-size: 0.85em;
    font-weight: bold;
}

/* Image Styles */
img {
	max-width: 100%;
	padding: 1%;
}
.MainContent img {
	max-width: 100%;
	padding: 1%;
}

/* ANCHOR FIX-... This website has a fixed header across top of page. Therefore, all attempts to use an anchor in html will cause the first line and a bit of text to disappear under the menu. */
.anchor{
  display: block;
  height: 50px; /*same height as header*/
  margin-top: -50px; /*same height as header*/
  visibility: hidden;
}

/* Styling here to override default W3 SideNav*/
#mySidenav {
	background-color:#F2F2F2;
}
#mySidenav a:hover {
	background-color: #CCCCCC;
}
/* END Styling to override default W3 SideNav*/

/* Styling below is for two column page contents such as sitemap page. */
@media screen and (min-width: 350px) {
	.column-half {
		float: left;
		width: 34%;
		padding:10px;
	}
}
/* END Styling for two column page contents such as sitemap page */

/* BLITZ Quicklinks */
.BlitzQuickLinks {
	text-align:centre;
	max-height : 130px;
	border-style:solid;
	border-width:1px;
	width:68%;
}

/* - Responsive styling so shows 68% screen width when right ad is visible, and full width when ad is hidden */
@media screen and (min-width: 0px) and (max-width:600px) {
.BlitzQuickLinks {
	width:100%;
	max-height:200px;
}
} /* End 0-600px settings */

/* Styling below is for fixed width multi column page contents such as blitz index tables. */
	.column-table {
		float: left;
		width: 130px;
		padding:4px;
		font-size:0.8em;
/*		background-color:#FFFFCC;*/
		padding-bottom:5px;
	}
/* END Styling for two column page contents such as sitemap page */

/* BEGIN ADVERTS */

	/* Define Right Sidebar */
	.rightsidebar {
		float: right;
		width: 180px;
		height:620px;
		/*	background-color: #F2F2F2;   debug */
		position: relative;
		display: inline;
		text-align:center;
		clear:both; /*stops hamburger appearing to the side */
		border:1px solid #444;
		padding-top: 10px;
	}
	/* END Define Right Sidebar */
	
	/* Define HorizontalAd (responsive) */
	/* This one is to only show when RightSidebar is hidden, and not all the time. Media query below to set this. */
		.HorizontalAd {
		float:left;
		background-color: #F2F2F2;   /* debug */
		/* border:1px solid #444;	*/
	/*	margin: 0 5px 0px 5px;*/
		max-width: 600px;
	/*	min-width: 320px;*/
		width: 100%;
		text-align:center;
	}
	/* END Define HorizontalAd (responsive) */
		
	/* Define FullWidthHorizontalAd (responsive) */
	/* This one is to show all the time, above page footer */
		.FullWidthHorizontalAd {
		float:left;
		/* background-color: #F2F2F2;   /* debug */
		/* border:1px solid #444;	*/
		margin-bottom:5px;
		width: 100%;
		text-align:center;
	}
	/* END Define FullWidthHorizontalAd (responsive) */
	
	
	/* Hide RightSidebar advert for viewport less than 600 pixels */
	@media screen and (min-width: 0px) and (max-width:600px) {
	.rightsidebar {
		display:none;
	}
	} /* END Hide RightSidebar advert for viewport less than 600 pixels */
	
	/* Hide adhoc HorizontalAd advert for viewport less than 600 pixels */
	@media screen and (min-width: 600px) {
	.HorizontalAd {
		display:none;
	}
	} /* END Hide adhoc HorizontalAd advert for viewport less than 600 pixels */
	

/* END ADVERTS */
