* {
	border: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

/* ---------- GLOBAL ------------------------------------------------------- */

/* Force vertical scrollbar in non-IE browsers */
html { 
	overflow-y: scroll;
}

body {
	font-size: 62.5%;
	background: #161B1F url(images/blackboard.jpg) top left no-repeat;
}

h2 {
	color: #EAEDEC;
	margin-bottom: 1em;
	font-size: 1.3em;
	font-weight: bold;
}

p, label {
	color: #929498;
	font-size: 1.3em;
	text-align: justify;
}

.lighterText {
	color: #CCCCCC !important;
}

p a {
	color: #9EA2A5;
}

p a:hover {
	color: #D1D1D1;
}

a {
	outline: none;
}

.clear {
	clear: both;
}

hr, .invisible {
	display: none;
}

#siteContainer {
	min-width: 985px;
}

#header {
	height: 125px;
	padding-left: 40px;
	padding-right: 40px;
	border-bottom: 1px solid #5C6266;
}

#logo {
	float: left;
	margin-top: 40px;
}

#logo h1 {
	width: 115px;
	height: 25px;
	background: transparent url(images/logo.gif) top left no-repeat;
}

#logo h1 a {
	display: block;
	width: 115px;
	height: 25px;
}

#logo h1 a span {
	display: none;
}

#logo br {
	display: none;
}

#strapLine {
	margin-top: 5px;
	color: #929498  !important;
	font-weight: normal;
}

#contentContainer {
	position: relative;
}

.contentArea {
	float: left;
	margin: 30px 0 0 40px;
}

.contentArea p {
	margin-bottom: 1em;
}

.lowerArea {
	margin-top: 10px;
	padding: 40px 0 0 40px;
	border-top: 1px solid #5C6266;
}

.lowerArea p {
	margin-bottom: 1em;
}

/* ----- Main Menu ----- */

#mainMenu {
	float: right;
	margin-top: 70px;
	list-style: none;
	font-size: 1.3em;
}

#mainMenu li {
	float: left;
	margin-right: 26px;
}

#mainMenu li a {
	color: #929498;
	text-decoration: none;
}

ul a:hover {
	color: #A7AAAD !important;
}

#home #menuHome a,
#work #menuWork a,
#who #menuWho a,
#blog #menuBlog a,
#news #menuNews a,
#testimonials #menuTestimonials a,
#contact #menuContact a {
	color: #F3F4F5 !important;
}

/* ----- Vertical Lists ----- */

.verticalList {
	float: left;
	width: 130px;
	margin-left: 20px;
	margin-top: 1px;
	font-size: 1.3em;
	list-style: none;
}

.verticalList li {
	color: #9EA2A5;
	margin-bottom: 0.6em;
}

.verticalList li a {
	color: #929498;
	text-decoration: none;
}
.verticalList li a.on {
	color: #cccccc;
	text-decoration: none;
}

.active a {
	color: #F3F4F5 !important;
	/* font-weight: bold; */
}

.wideList {
	width: 500px;
}

.topList {
	margin-top: 30px;
}

.namesList {
	width: 105px;
}

/* ---------- HOME PAGE ---------- */

#homeImage {
	margin-top: -12px;
	margin-left: -35px;
	float: left;
}

#homeContent {
	width: 36%;
	max-width: 430px;
}

#homeContent p {
	width: 328px;
	margin-bottom: 1.3em;
}

#nuggetArea {
	clear: both;
	margin-left: 30px;
	padding-top: 35px;
}

.nugget {
	float: left;
	width: 266px;
	height: 270px;
	margin: 0 20px 10px 0;
	padding: 15px 17px 6px 17px;
	border: 1px solid #41454A;	
}

.nugget h3 {
	height 17px;
	margin-bottom: 19px;
	text-indent: -9999px;
}

.nuggetText {
	float: left;
	width: 210px;
	margin-top: 15px;
}

.nuggetText p {
	margin-bottom: 1em;
	line-height: 1.1em;
	font-size: 1.1em;
}

.nugget img {
	display: block;
	margin: 0 auto;
}

.nugget a {
	float: right;
	text-indent: -9999px;
	display: block;
	width: 37px;
	height: 38px;
	margin-top: 15px;
	background: transparent url(images/nuggetbutton.png) top left no-repeat;
}
.nugget .name{
	font-style: italic;
}

#mostMemorable h3 {
	background: transparent url(images/heading-mostmemorable.png) top left no-repeat;
}

#mostMemorable img {
	margin-top: -24px;
}

#featuredProject h3 {
	background: transparent url(images/heading-featuredproject.png) top left no-repeat;
}

#featuredProject img {
	border: 4px solid #fff;
}

#newWork h3 {
	background: transparent url(images/heading-newwork.png) top left no-repeat;
}

#newWork {
	margin: 0px;
}

/* ---------- OUR WORK ---------- */

#work {
	overflow: hidden;
}

.workContainer {
	height: 319px;
	width: 100%;
	padding-bottom: 16px;
	margin-bottom: 20px;
	background: transparent url(images/workshadow.png) bottom left repeat-x;
}

.workContainer ul {
	height: 319px;
	border-bottom: 1px solid #5C6266;
}

#scrollLeft {
	left: 0px;
	background: transparent url(images/arrows.png) 0px 0px no-repeat;
}

#scrollRight {
	right: 0px;
	background: transparent url(images/arrows.png) -55px 0px no-repeat;
}

#scrollLeft, #scrollRight {
	cursor: pointer;
	position: absolute;
	top: 240px;
	width: 52px;
	height: 88px;
	z-index: 10;	
}

#scrollLeft:hover {
	background-position: 0px -88px;
}

#scrollLeft:active{
	background-position: 0px -176px;
}

#scrollRight:hover {
	background-position: -55px -88px;
}

#scrollRight:active {
	background-position: -55px -176px;
}

#projectDescription {
	float: left;
	margin-left: 42px;
	width: 49em;
}

#projectDescription p {
	margin-bottom: 1em;
}

/* ---------- WHAT WE DO ---------- */

#whatWeDo {
	margin: 0 0 0 130px;
}

#whatWeDo div {
	float: left;
	width: 200px;
	margin: -15px 3px;
	padding-top: 220px;
}

#whatWeDo h2 {
	text-indent: -9999px;
}

#whatWeDo p {
	color: #f3f4f5;
	margin: 0 5px;
	text-align: center;
}

#marketingPlanning {
	background: transparent url(images/what-marketing.png) top left no-repeat;
}

#brandCreativity {
	background: transparent url(images/what-creativity.png) top left no-repeat;
}

#communications {
	background: transparent url(images/what-communications.png) top left no-repeat;
}

/* ---------- WHO WE ARE ---------- */

#profileInfo {
	position: absolute;
	top: 90px;
	left: 30em;
}

#profilePic {
	float: left;
	width: 211px;
	height: 344px;
	margin-top: -20px;
	background: transparent url(images/profilepicholder.png) top left no-repeat;
}

#profileText {
	position: absolute;
	top: 326px;
	left: 498px;
}

#profileText h3 {
	text-indent: -9999px;
	margin-bottom: 1em;
}

#profileText p {
	width: 466px;
}

#peoplePics {
	position: absolute;
	top: 145px;
	right: 30px;
	min-width: 420px;
}

#peoplePics a {
	display: block;
	float: left;
	margin-left: -15px;
}

#peoplePics a img {
	display: none;
}

.currentPerson {
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
}

#ian {
	width: 84px;
	height: 93px;
	background: transparent url(images/ian-small.png) top left no-repeat;
}

#leanne {
	width: 88px;
	height: 96px;
	background: transparent url(images/leanne-small.png) top left no-repeat;
}

#david {
	width: 78px;
	height: 89px;
	background: transparent url(images/david-small.png) top left no-repeat;
}

#laura {
	width: 86px;
	height: 95px;
	background: transparent url(images/laura-small.png) top left no-repeat;
}

#rob {
	width: 88px;
	height: 96px;
	background: transparent url(images/rob-small.png) top left no-repeat;
}

#nick {
	width: 80px;
	height: 90px;
	background: transparent url(images/nick-small.png) top left no-repeat;
}

#max {
	width: 88px;
	height: 97px;
	background: transparent url(images/max-small.png) top left no-repeat;
}

#heading-ian {
	width: 223px;
	height: 25px;
	background: transparent url(images/h3-ian.png) top left no-repeat;
}

#heading-leanne {
	width: 198px;
	height: 25px;
	background: transparent url(images/h3-leanne.png) top left no-repeat;
}

#heading-david {
	width: 233px;
	height: 25px;
	background: transparent url(images/h3-david.png) top left no-repeat;
}

#heading-laura {
	width: 191px;
	height: 25px;
	background: transparent url(images/h3-laura.png) top left no-repeat;
}

#heading-rob {
	width: 162px;
	height: 25px;
	background: transparent url(images/h3-rob.png) top left no-repeat;
}

#heading-nick {
	width: 179px;
	height: 31px;
	background: transparent url(images/h3-nick.png) top left no-repeat;
}

#heading-max {
	width: 211px;
	height: 25px;
	background: transparent url(images/h3-max.png) top left no-repeat;	
}

/* ----- Services ----- */

#whoContent {
	width: 550px;
	margin-left: 20px;
}

#servicesList {
	width: 200px;
}

#services h2 {
	margin-top: 1em;
}

.punchline {
	margin-top: 1em;
	color: #9EA2A5 !important;
}

/* ---------- JOBS ---------- */

#jobs {
	width: 750px;
}

#jobs h2 {
	font-size: 1.3em;
}
	
#jobs h3 {
	color: #fff;
	font-size: 1.2em;
}

/* ---------- NEWS ---------- */

/* News Listing */

.newsItem {
	border: none;
	padding: 0 13px 1em 0;
	margin-bottom: 2em;
	border-bottom: 1px solid #5c6266;
}

.newsThumb {
	float: left;
	width: 161px;
	padding-bottom: 15px;
	text-align: center;
	background: transparent url(images/newshumbshadow.png) bottom center no-repeat;
}

.newsThumb img {
	border: 7px solid #fff;
}

.newsSummary {
	float: left;
	width: 554px;
	margin-left: 2px;
}

#newsContent {
	width: 555px;
	min-height: 295px;
}

#newsContent ul {
	list-style-type: none;
	color: #929498;
	font-size: 1.3em;
	margin-bottom: 1em;
}

#newsContent li {
	margin-bottom: 0.2em;	
}

#news h2 {
	color: #fff;
}

#news .date, #testimonials .date {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 0;
	color: #1AB7EA  !important;
}

.newsItemImage {
	float: left;
	width: 398px;
	margin: 36px -30px -10px 9px;
	background: transparent url(images/newspicbg-bottom.png) bottom left no-repeat;
}

.newsItemImage img {
	margin: 7px 0 40px 38px;
}

/* ----- TESTIMONIALS ----- */

#testimonialImage {
	display: block;
	margin: 7px 0;
}

/* ----- BLOG ----- */

#blogContent {
	width: 730px;
}

#blog h2 {
	color: #1AB7EA;
}

#blog .date {
	font-size: 1.0em;
	color: #989593;
}

.personIcon {
	float: left;
	width: 56px;
	height: 53px;
	padding: 2px 0 0 15px;
	background: transparent url(images/blogiconbg.png) top left no-repeat;
}

.blogHeader {
	margin-bottom: 1em;
}

.blogHeader h2 {
	margin: 0;
	padding-top: 9px;
}

.blogBody {
	margin-bottom: 2.5em;
	border-bottom: 1px solid #5c6266;
}

.blogBody p {
	margin-left: 13px;
	margin-right: 13px;
}

.blogBody img {
	margin: 0 0 1em 13px;
	/*border: 4px solid #fff;*/
}

.backToTop {
	text-align: right;
	margin-bottom: 0.7em !important;
	clear:both;
}

.blog-image {
  float:left;
  margin: 0 10px 10px 0;
  height:auto;
}

/* ---------- GET IN TOUCH ---------- */

#contactContent {
	width: 71em;
}

#contact h2 {
	color: #F04782;
}

#contact h3 {
	color: #fff;
	font-size: 1.2em !important;
	font-weight: bold;
}

#pantoneMan {
	position: absolute;
	top: 106px;
	right: 5%;
}

#contactContent form {
	margin-top: 1em;
}

#contactContent form label {
	clear: left;
	display: block;
	float: left;
	width: 100px;
	margin-top: 0.6em;
	color: #F3F2F1;
	font-size: 1.3em;
}

#contactContent form textarea {
	height: 12.8em;
}

#submit {
	margin: 0.6em 0 0 100px;
}

#back {
	margin-top: 1em;
}

.textInput {
	display: block;
	float: left;
	width: 40.5em;
	margin-top: 0.6em;
	font-size: 1.2em;
	padding: 0.2em;
	border: 1px solid #fff;
	background: #E1E4E6;
}

.emptyField {
	background:  #F89EBD;
}

.lightText {
	color: #fff;
	font-weight: bold;
}

#contactDetails {
	float: left;
	width: 26.2em;
}

#location {
	float: left;
	margin-left: 2.0em;
}

#location p {
	width: 22em;
}

#tobaccoFactory {
	float: left; 
	border: 4px solid #fff;
}

/* ---------- Blog Admin ---------- */

.anyClass {
	width: 200px;
	height: 100px;
	overflow: hidden;	
}

.anyClass ul li {
	float: left;
}

.paging-menu {
	color: #929498;
	font-size: 1.3em;
}

.paging-menu a {
	color: #fff;
	float:left;
}

.paging-item {
	padding:5px;
	margin:0 5px;
	display: block;
	float:left;
}

.twtr-timeline p {
	font-size:1.0em;
}