﻿/* Tag-specific styles */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	color: #333333;
}

a { 
	text-decoration: none;
	color: #DA3748;
}

a img {
	border: none;
}

table {
	border-top: 1px solid #D43647;
	border-bottom: 1px solid #D43647;
	margin-bottom: 10px;
}

table ul {
	margin: 10px 5px;
}

/* Class-specific styles */
.tooltip {
	display: none;
	background: transparent url(../img/tooltipBox.png);
	font-size: 12px;
	height: 70px;
	width: 160px;
	padding: 25px;
	color: #ffffff;
}

.photoFull {
	display: none;
}

.half-width { float: left; }

.half-width.left-column { width: 460px; }
.half-width.right-column { width: 480px; }

.portfolio {
	background-color: #F4F4F4;
	padding: 5px 10px;
}

.portfolio ul {
	list-style-image: url('../img/icons/arrow-red-grey-right.png');
}

.message {
	border: solid 1px #DEDEDE; 
	background: #EFEFEF;
	color: #222222;
	padding: 8px 20px 8px 20px;
	margin-bottom: 10px;
}

.message ul li {
	list-style-image: url('../img/icons/arrow-red-grey-right.png');
}

.success {
	border: solid 1px #90ac13; 
	background: #eef4d3 url('../img/icons/success.png') 8px 6px no-repeat;
	color: #6b800d;
	padding-left: 40px;
}

.error {
	border: solid 1px #CC0000; 
	background: #F7CBCA url('../img/icons/error.png') 8px 6px no-repeat;
	color: #CC0000;
	padding-left: 40px;
}

div.field .input-validation-error {
	border: 1px solid #CC0000;
	background: #F7CBCA;
}

.eventAddedHighlight {
	background: #FFFF99;
	width: 220px;
	font-size: 11px;
	margin-top: -3px;
	padding: 5px;
}

/* Major layout pieces */
#wrap {
	width: 960px;
	margin: 0 auto;
}

body#home { background: url('../img/body-home-bg.png') repeat-x top left; }
body#generic { background: url('../img/body-generic-bg.png') repeat-x top left; }

#header {
	padding-top: 45px;
	height: 92px;
}

#header h1 {
	position: absolute;
	left: -10000px;
}

#header a.logo {
	float: left;
}

#header a.headerContactButton {
	background: url('../img/header-contactus-bg.png') no-repeat top left;
	text-align: center;
	width: 150px;
	height: 28px;
	line-height: 28px;
	float: right;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 13px;
}

h1 {
}

h2 {
	font-size: 37px;
	text-transform: uppercase;
	color: #FFFFFF;
}

#home #introduction h2 {
	color: #222222;
}

h3 {
	margin: 0;
	color: #DB3749;
	font-size: 27px;
	text-transform: uppercase;
}

h3.eventHeader {
	margin-bottom: 10px;
}

h3.caseStudiesHeader {
	margin: 10px 0;
}

#eventsWeRun h3 {
	color: #222222;
	font-size: 17px;
	margin-bottom: 10px;
}

h4 {
	margin: 0;
	padding-bottom: 10px;
	color: #666666;
	font-size: 17px;
	text-transform: uppercase;
	background: url('../img/separator-h4.png') repeat-x bottom left;
}

h5 {
	font-size: 17px;
	color: #333333;
	margin: 10px 0;
	padding: 0;
}

.caseStudy h5 {
	margin: 10px 0 -10px 0;
}

ul {
	list-style-image: url('../img/icons/bullet-red-small.png');
	padding: 0 0 0 15px; /* Equivilent of list-style-position: inside, but without uglyness when text wraps */
	margin: 0;
}

ul li {
	margin: 5px 0;
}

.float-right { float: right; }

.bulleted-link {
	background: url('../img/icons/bullet-red-small.png') no-repeat center left;
	padding: 0 0 0 15px;
}

.eventWeRun {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.eventWeRunBg {
	background: url('../img/event-we-run-bg.png') repeat-y top left;
	margin-top: 5px;
	padding-top: 10px;
	margin-bottom: -10px;
	padding-bottom: 10px;
}

.eventWeRun a.bulleted-link {
	margin-top: 15px;
	margin-right: 5px;
}

.eventWeRun div.left {
	float: left;
	width: 287px;
	padding: 15px 13px 18px 20px;
}

.eventWeRun div.left ul {
	list-style-image: url('../img/icons/arrow-red-green-right.png');
}

.eventWeRun div.left p {
	margin-top: 0;
}

.eventWeRun div.right {
	text-align: center;
}
				 
body#home #introduction .half-width.left-column  { width: 450px; }

body#generic #introduction .half-width.left-column { width: 640px; }
body#generic #introduction .half-width.right-column { 
	width: 300px;
	text-align: center;
}

.right-column.showreelHolder {
	margin-top: 10px;
}

#introduction .showreelHolder a {
	color: #ffffff;
}

.showreelHolder a.image {
	
}

body#home #introduction {
	height: 343px;
	margin-bottom: 20px;
}

body#generic #introduction {
	margin-top: 33px;
	height: 120px;
}

#introduction ul {
	list-style-image: url('../img/icons/bullet-green-large.png');
	margin-left: 20px;
	padding: 0;
}

#introduction ul li {
	font-size: 17px;
	color: #999999;
	font-weight: bold;
	line-height: 20px;
}

#introduction ul li a {
	color: #C0C01B;
}

body#generic #introduction p {
	color: #FFFFFF;
	font-size: 15px;
}

#introduction #eventsWeRun ul {
	list-style-image: url('../img/icons/bullet-green-small.png');
}

#introduction #eventsWeRun ul li {
	font-size: 14px;
	margin: 7px 5px;
}

#introduction h2 {
	margin: 0;
}

#questionMark {
	position: relative;
}

#questionMark img {
	position: absolute;
	top: -57px;
	right: 0;
}

.float-none  { float: none;  }
.float-left  { float: left;  }
.float-right { float: right; }

.clear-both  { clear: both;  }
.clear-left	 { clear: left;  }
.clear-right { clear: right; }

.center { text-align: center; }

img.float-right { margin-left: 10px; }

.full-width {
	clear: both;
	width: 960px;
	margin-top: 30px;
}

.left-column { margin-right: 10px; }
.middle-column { margin: 0 20px; }
.right-column { margin-left: 10px; }

.whitebg {
	background: #FFFFFF;
}

.two-thirds-layout {
	float: left;
	width: 630px;
	background: #FFFFFF;
}

.two-thirds-content {
	padding: 25px 0 0 20px;
}

.two-thirds-content .caseStudy img {
	margin: 0 10px;
}

.caseStudy h4 {
	background: none;
	padding-bottom: 0;
}

.caseStudy {
	background: url('../img/separator-dashed.png') repeat-x bottom left;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.ourTeamWithPhotos {
	background: url('../img/separator-dashed.png') repeat-x bottom left;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

.ourTeamWithPhotos .teamMember,
.ourTeamWithoutPhotos .teamMember {
	float: left;
	width: 290px;
	margin-right: 10px;
}

.ourTeamWithPhotos .teamMember img {
	float: left;
	width: 65px;
	height: 130px;
}

.ourTeamWithPhotos .teamMember .detail {
	float: left;
	width: 225px;
}

.ourTeamWithPhotos .teamMember h4,
.ourTeamWithoutPhotos .teamMember h4 {
	background: none;
	padding: 0;
}

.ourTeamWithoutPhotos .teamMember p {
	margin-top: 5px;
}

.one-third-layout {
	float: left;
	width: 310px;
	background: #FFFFFF;
}

.one-third-content {
	float: left;
	width: 285px;
	padding-top: 25px;
}

.one-third-content.left-column { padding-left: 25px; }
.one-third-content.right-column { padding-right: 15px; }
.one-third-content.main-column { margin-right: 20px; }


.one-third-layout.right-column {
	padding: 0 15px;
	width: 280px;
}

#enquireOnlineBox p {
	margin-bottom: 0;
}

.event {
	clear: left;
	background: url('../img/separator-dashed.png') repeat-x top left;
	padding: 15px 0 15px 0;
}

.event.first {
	padding-top: 0;
	background: none;
}

.event div.left {
	float: left;
	width: 290px;
	margin-right: 10px;
}

.event div.right {
	float: left;
	width: 272px;
	background: #F4F4F4;
	padding: 12px 14px 12px 14px;
	margin-top: 10px;
	margin-left: 10px;
}

.event div.right h4 {
	color: #222222;
	background: none;
	margin: 0;
	padding-bottom: 5px;
}

.event div.right h5 {
	font-size: 17px;
	color: #666666;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}

.event div.right p {
	margin-top: 0;
}

div.gallery {
	background: #F4F4F4;
	padding: 15px 15px 20px 25px;
}

.gallery h4 {
	color: #222222;
	font-size: 17px;
	background: none;
}

.gallery ul {
	list-style: none;
	padding: 0;
}

.gallery ul li {
	float: left;
	width: 70px;
	padding: 0;
	margin: 0;
}

.dashed-top-border { background: url('../img/separator-dashed.png') repeat-x top left; }

.separator-green {
	background: url('../img/separator-green.png') no-repeat top left;
	width: 960px;
	height: 8px;
	margin: 0;
}

p.welcomeText {
	color: #D63748;
	font-size: 14px;
	margin: 0;
}

#mainContent a.showreel {
	background: url('../img/icons/showreel-link.png') no-repeat bottom right;
	padding-right: 21px;
}

#introduction a.showreel strong {
	background: url('../img/icons/showreel-link-grey.png') no-repeat bottom right;
	padding-right: 21px;
}

#showreelPlayer,
.photoFull {
	display: none; /** is shown by Javascript **/
	z-index: 10000; /** show over the top of *everything* else including Cufon **/
	background: #333333;
	color: #ffffff;
	border: 10px solid #333333;
	border: 10px solid rgba(82, 82, 82, 0.6);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#showreelPlayer {
	width: 768px;
	height: 576px;
}

.photoFull {
	width: auto;
	height: auto;
}

#showreelPlayer .close,
.photoFull .close {
	z-index: 10001;
	background: url('../img/icons/close.png') no-repeat top right;
	cursor: pointer;
	width: 35px;
	height: 35px;
	position: absolute;
	top: -40px;
	right: -45px;
}

#eventsWeRun {
	background: url('../img/events-we-run-bg.png') no-repeat right top;
	padding: 21px 20px 20px 30px;
	width: 440px;
}

#slideshow {
	text-align: center;
	margin: 0 auto;
}

#slideshow #slider {
	padding: 0 38px 0 38px;
}

#navigator {
	position: relative;
}

#slideshow a { margin-left: 0; }

ul.testimonials {
	list-style-type: none;
	list-style-image: none;
	font-size: 12px;
}

#home ul.testimonials {
	padding-top: 16px;
}

#generic ul.testimonials {
	padding: 0;
}

#home ul.testimonials li {
	float: left;
	width: 460px;
	margin: 0 10px 0 0;
}

#generic ul.testimonials li {
	width: 630px;
	padding: 15px 0;
	background: url('../img/separator-dashed.png') repeat-x top left;
}

#generic ul.testimonials li.first {
	background: none;
}

#generic ul.testimonials.noBorders li {
	background: none;
}

ul.testimonials li p { 
	margin-top: 0;
	font-size: 12px;
	color: #666666;
}

ul.testimonials li p.author {
	margin-bottom: 0;
}

#footer {
	margin-top: 49px;
}

#footer p {
	font-size: 12px;
}

ul.topnav {
	float: right;
	margin-top: 40px;
	list-style: none;
	font-size: 17px;
	text-transform: uppercase;
}

ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 11px;
	position: relative; /** declare X and Y axis base for sub navigation **/
}

ul.topnav li a {
	padding: 10px 0;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}

ul.topnav li.selected a {
	color: #CDD31F;
}

ul.topnav li span {
	width: 22px;
	height: 40px;
	float: left;
	background: url(../img/icons/arrow-red-black-down.png) no-repeat center left;
}

ul.topnav li ul.subnav {
	list-style: none;
	z-index: 1500;
	position: absolute;
	left: 0;
	top: 35px;
	background: #ffffff;
	margin: 0;
	padding: 0;
	display: none;
	float: left;
	width: 300px;
	border: 1px solid #000000;
}

ul.topnav li ul.subnav li{
	margin: 0 20px;
	padding: 0;
	clear: both;
	width: 260px;
	border-bottom: 1px solid #E5E5E5;
}

ul.topnav li ul.subnav li.last {
	border-bottom: none;
}

html ul.topnav li ul.subnav li a {
	float: left;
	width: 300px;
	color: #999999;
	text-transform: none;
}

html ul.topnav li ul.subnav li a:hover {
	color: #000000;
}

fieldset {
	border: none;
	padding: 0;
}

div.newsletterSignup fieldset div.field {
	color: #666666;
}

div.newsletterSignup fieldset div.half-width.left-side {
	width: 121px;
	margin-right: 20px;
	float: left;
}

div.newsletterSignup fieldset div.half-width.right-side {
	float: left;
	width: 121px;
}

div.newsletterSignup fieldset div.half-width input {
	width: 120px;
}

div.newsletterSignup fieldset div.three-quarter-width {
	float: left;
	width: 170px;
	font-size: 11px;
}

div.newsletterSignup fieldset div.field.text {
	margin-bottom: 0;
}

div.newsletterSignup .field.checkbox input {
	float: left;
	width: 12px;
	margin-right: 5px;
}

div.newsletterSignup .field.checkbox label {
	float: left;
	width: 140px;
}

div.newsletterSignup p.submit {
	float: left;
	width: 94px;
	text-align: right;
}

div.contactUsForm .fieldset-left {
	width: 360px;
	float: left;
	margin: 0 20px 0 0;
}

div.contactUsForm .fieldset-right {
	float: left;
	width: 200px;
	background: #F4F4F4;
	padding: 0 9px 0 17px;
	margin: 0;
}

.fieldset-right h4 {
	font-size: 17px;
	color: #222222;
	background: none;
}

.fieldset-right p {
	background: #CCCCCC;
	width: 168px;
	padding: 7px 10px;
}

.fieldset-right p input {
	float: right;
}

.fieldset-right img.removeLink {
	display: none;
	cursor: pointer;
	float: right;
	margin: -13px -16px 0 0;
}

.text input, .text select, textarea {
	border: 1px solid #CCCCCC;
}

div.field {
	margin: 10px 0;
	width: 360px;
}

label {
	font-weight: bold;
	color: #333333;
	display: block;
	margin-bottom: 3px;
}

.field.text input, .field textarea, .field select {
	width: 360px;
	font-family: Arial, Sans-Serif;
}

.field.checkbox label, .field.radioButtonSet label, .field.checkboxSet label {
	font-weight: normal;
}
/*
.field.twoColumn label {
	float: left;
	width: 170px;
}*/

.field.twoColumn label.left {
	margin-right: 5px;
}

.field p.label {
	font-weight: bold;
	margin: 0;
}

.field {
	margin-bottom: 10px;
}

textarea {
	height: 100px;
	display: block;
}

.field.radioButtonSet label {
	float: left;
	width: 180px;
}

.optionalLink {
	margin: 0;
	background: #CCCCCC;
	width: 340px;
	padding: 10px;
	display: none; /* Start out by hiding, then use Javascript to show this and hide the actual optional fields */
}

.optionalLink a {
	padding-right: 14px;
}

.optionalLink a.arrowUp   { background: url('../img/icons/arrow-red-grey-up.png')   no-repeat center right; }
.optionalLink a.arrowDown { background: url('../img/icons/arrow-red-grey-down.png') no-repeat center right; }

form .greyBorder {
	border: 1px solid #AAAAAA;
	width: 360px;
	margin-bottom: 10px;
}

form .greyBorder .optionalFields {
	padding: 10px;
}

form .greyBorder .field.text input, form .greyBorder .field.dropdown select, form .greyBorder .field.textarea textarea {
	width: 300px;
}

.field.nomargin { margin: 0; }