@charset "utf-8";
/* CSS Document */

/* body */

html {
}

body {
	background: #f5f5f5 /*url(../images/playnicely-logo-repeat-b&w.png)*/ top left repeat;
	position: relative;
	min-height: 500px;
	min-width: 660px;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 90px;
}

/* generic structural classes */

.full-width {
	width: 100%;
	position: relative;
	vertical-align: top;
	margin: 0; padding: 0; border: 0;
}

.page-width {
	width: 90%;
	position: relative;
	vertical-align: top;
	margin: 0 auto; padding: 0; border: 0;
}

#hero-image-wrapper {
	position: relative;
	vertical-align: middle;
	position: absolute;
	left: 0;
	right: 0;
	top: -0%;
	bottom: 0;
	overflow: hidden;
	text-align: center;
}

h5, #container-contact-details p, #container-contact-details a, #list-contact li {
	color: #171717;
}

h5 { font-size: 2.1em; text-decoration: underline; line-height: 1.14em; font-weight: bold; letter-spacing: -0.05em }


#hero-image {
	margin: 0 auto !important;
}

#page-wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/* containers */

#container-page {
}

#container-header {
	background: #373737 url(core/images/general/black-transparent-pixel.png) top left repeat;
	width: 100%;
	color: #FFF !important;
	position: relative;
	z-index: 25;
}

#container-banner-logo {
	z-index: 5;
	background-image: url(/assets/images/play-nicely-logo-roundel.png);
	background-repeat: no-repeat ;
	background-position: 97% 25px;
	width: 100%;
	margin: 0;
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	color: #000;
	text-indent: -10000px;
	height: 100%;
}

#text-container {
}

#about-us {
	right: 70%;
	z-index: 25;
}

fieldset legend {
}

fieldset {
	border: none;
	padding: 0;
}

	div.fieldset-content {
		padding: 15px;
	}

legend {
	background-color: transparent;	
	display: block;
	opacity: 0.3;
}

#container-banner-logo h3,
#container-banner-logo h4,
#container-banner-logo ul {
	margin-bottom: 10px;	
}

#container-contact-details 
{
	position: relative;
	text-align: left;
	z-index: 5;
	padding: 10px;
	width: 275px;
	top: 20px; 
	left: 20px;
}

/* inner content */

#content-header {
	padding: 1.75em 2em 2.5em 2em;
	width: 940px;	
}

/* images */

.image-hero {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background-position: center center;
	display: none;
}

.image-hero img {
width: 100%;
margin-top: -20px;
}


/* Lists */

/* contact details */

#list-contact {
	list-style: none;
	padding: 0;
	margin-top: 0em;
}

#list-contact li, #list-contact li a {
	color: #F03
}

.list-item-heading {
	margin-bottom: 1em;
}

.contact-detail-category {
	min-width: 50px;
	display: block;
	float: left;
}

	.contact-detail-category:after {
		content: ":";	
	}	