﻿
ol, ul, li {
	list-style: none;
	-webkit-padding-start: 5px;   /* jq added 7th feb - to move photoup photos to left opf their biox so we can have wider*/
	}
	
body {
    background: #999;
	padding: 40px;
    font-family:Tahoma;
/*	font-family:"Lato" !important; */
/*  font-family: "Open Sans Condensed", sans-serif; */
    background-image: url(../images/bg.jpg);
}

.pageContainer h1#title.dark {
	padding-left: 30px;
}

.pageContainer h1#title.dark.title-bg {
	padding-left: 0px;
	background: url('1063x124.png') repeat-x center top;
}

.pageContainer{
	background: #fff;
	width: 1400px;
	height:auto;
	margin: 0 auto;
	margin-top: 2px;
	overflow: auto; /* changed this from hidden to auto to allow more than 4 pictures to show */
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	text-align: left;
	font-family: Tahoma;
}
.pageContainer.shadow{
	-webkit-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6);
}
.pageContainer  section section#destroy{
	margin-right: -31px;
    padding: 0 31px 0 0;
    width: 100%;
}

#header {
	height:auto;
	right:0px;
	width:1400px;
}

.nav a {
	text-decoration:none;

	color:darkblue;
	list-style-type: none;
	font-size:14px;
	padding-left: 5px;
}

.nav a:hover {
	color:blue;
	transition: .5s background-color;
}

.nav ul {
	list-style-type: none;
   	font-size:20px;
    display: inline-block;

}

.nav li {
    display: inline-block;
    }

.navlink {
	margin:25px;
	text-align:center;
/*	float:right;  JQ Took out on 15th Sept - to change order of navlinks from left to right in correct order on Newreport */
   	font-size:20px;
}

.navlink1 {
	margin:25px;
	text-align:center;
	float:right;
	text-indent:200px;
}


.navlink2 {
	text-align:left;
	float:left;
	text-indent:10px;
    display: block;
    width: auto;
    margin-right:10px;
}
}


h1 h2 h3 h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 100;
    color: black;
       
}
	
h4 {
	border:thin;
	color:cornflowerblue;
	font-weight:bold;
	font-weight:10;
	}


#nav, #footer {
	background-color: #efefef;
	padding: 0.5em 0;
}

