﻿
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:Poppins-Regular;
    background-image: url(../images/bg.jpg);
/*	position: fixed; */
	width: 100%;
	height: 100%;
	z-index: 0;
	background-size:cover;

}


.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: 1200px;
	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:Poppins-Regular;
}
.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:1200px;
}

.nav a {
	text-decoration:none;

/*	color:darkblue; */
	color:378ad3;
	list-style-type: none;
	font-size:16px;
	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 {
	margin:25px;
	text-align:left;
	float:left;
	text-indent:10px;
    display: block;
    width: 60px;
}
}


h1 h2 h3 h4 {
    font-family:Poppins-Regular;
    font-weight: 100;
    color: black;
       
}
	
h4 {
	border:thin;
	color:#378ad3;
	font-weight:bold;
	font-weight:10;
	}


#nav, #footer {
	background-color: #efefef;
	padding: 0.5em 0;
}
/* added 27th Feb */
.prettyphoto.preview .floating.image{
	position: relative;
	z-index: 10;
}
.prettyphoto.preview:hover .overlay{
	opacity:1;
}
.prettyphoto-preview{
	margin-bottom: 10px;
	width:100%;
	height: auto;
	position: relative;
}
.prettyphoto.preview{
	width:100%;
	height: 100%;
	display: inline-block;
}
.prettyphoto.preview .overlay {
	position: absolute;
	z-index: 15;
	width: 100%;
	height: 100%;
	top: 0px;
	display: inline-block;
	opacity:0;
	-webkit-transition:  0.5s ease all;
	-moz-transition: 0.5s ease all;
	-o-transition:  0.5s ease all;
	transition:  0.5s ease all;
	left: 0px;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
}
.prettyphoto.preview {
	position: relative;
	overflow: hidden;
}
.prettyphoto.preview  .plus:hover{
	background-color: rgba(255, 255, 255, 0.5);
	background-position:  6px -102px;
}
.prettyphoto.preview:hover .plus{
	bottom: 0px;
	z-index: 20;
	right: 0px;
}
.prettyphoto.preview  .plus{
	width: 28px;
	-webkit-transition:  0.5s ease all;
	-moz-transition: 0.5s ease all;
	-o-transition:  0.5s ease all;
	transition:  0.5s ease all;
	height: 28px;
	bottom: -30px;
	z-index: 20;
	right: -30px;
	position: absolute;
	background: url("../images/sprite/sprite.png") no-repeat 6px -102px   ;
	display: inline-block;
}
.prettyphoto.preview .plus {
  background-color: #367FB3 !important;
}

