/* 
RESET: http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {  
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
/* remember to define focus styles! */
:focus { outline: 0; }
/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* END UNRESETDO */


/*
COLOURS

442c00 dark brown
b7007a magenta
6f92cb about blue
72c6ca portfolio green
b6cb5c contact green

*/

/* ________________________________________ */

body {
  font-family: "Helvetica Neue", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
  font-size : 62.5%; 
  line-height: 1.4;
  color: #442c00;
  background: #fff;
  padding: 5px;
  letter-spacing: -0.02em;
}


body.holding p { 
  position: absolute;
  left: -999px;
  top: 0px;
}
body.holding #content h2 { 
  position: absolute;
  top: 336px;
  width: 472px;
  padding-top: 96px;
  height: 0px !important; /* see IE-7.css */
  overflow: hidden;
  background: url("../../inc/img/bgnd/coming-soon.gif") left top no-repeat;
}



/* ________________________________________ */

/* =TYPOGRAPHY */

img {
  border: 0px;
  float: left;
  margin: .3em .6em .6em 0;
}
p {
  clear: none;
  font-size: 1.2em;
  line-height: 1.6;
  margin: 0 0 1.2em 0;
  padding: 0;

}
blockquote {
  font-weight: bold;
}
cite {
  font-style: normal;
  font-size: 1.2em
}
acronym,
abbr {
  cursor: help;
  border: 0;
  border-bottom: 1px #777 dotted;
} 
abbr.date {
  border: 0;
} 

/* -------- */
/* =LINKS */
a,
a:link 
a:active,
a:visited {
  text-decoration: none;
  font-weight: bold;
  border-width: 0 0 1px 0;
  border-style: dotted;
  border-color: #ddd;
  color: #442c00;
}
a:hover {
  border-style: solid;
}
a.image,
a:hover.image { 
  border: 0; 
}

/* ---------- */
/* =HEADINGS */

h1, h2, h3, h4, h5, h6 {
  font-family: "Interstate", /*  yeah, right */ "Helvetica Neue", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
  margin: 1.8em 0 .6em 0;
}
h1 {
  font-size: 2.0em;
  text-transform: uppercase;
  margin-top: 0;
  letter-spacing: -0.04em;
}
h2 {
  font-size: 1.9em;
  font-weight: normal;
  letter-spacing: -0.04em;
}
h2 strong {
  text-transform: uppercase;
  font-weight: bold;
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.4em;
}
h5 {
  font-size: 1.4em;
}
h6 {
  font-size: 1.4em;
  font-weight: normal;
}


/* -------- */
/* =LISTS */

ul, ol, dl {
  font-size: 1.2em;
  margin: 0 0 1.2em 0;
  padding: 0;
}
ol {
  margin-left: 20px;
  padding-left: 20px;
  list-style: decimal;
}
ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

dt,
dd {
  float: left;
  margin: 0;
  padding: 0;
}
dt{
  clear: both;
}
dd{
  clear: none;
}
table {
  margin: 1.2em 0 2.4em 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  border-color: #265464;
  border-collapse:collapse; /* can't apply cellpadding & cellspacing in textiled tables */
}
th, td {
  margin: 0;
  padding: 4px 10px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: #265464;
  background: #265464;
  font-size: 1.1em;
  text-align: left;
}
th {
  background: #A8A8A8;
  color: #265464;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: normal; 
  text-align: left;
}
form fieldset {
  border: 0; 
  margin: 0; 
  padding: 0;
}
input, textarea {
  border: 1px #ccc solid;
  margin: .6em 0 0 0;
  padding: 4px;
  font-family : Arial, Helvetica, Verdana, sans-serif;
  font-size: 1.2em;
  background: #f3f3ff;
}
label {
  clear: both;
  float: left;
  margin: .6em 0 0 0;
  padding: 0;
  width: 100px;
  font-weight: bold;
  font-size: 1.2em;
}
label:hover {
  cursor: pointer;
}



/* ________________________________________ */

/* =CONTAINERS */


#wrapper {
  position: relative;
  margin: 0px ;
  padding: 38px;
  width:  716px; /* update IE5.css */
  height: 527px;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  overflow: hidden;
}
/* coloured frames themed per section  */
body.holding #wrapper {
  background-color: #b7007a;
  background-image: url("../../inc/img/bgnd/wrapper_holding.png");
}
body.default #wrapper {
  background-color: #b7007a;
  background-image: url("../../inc/img/bgnd/wrapper_home_24.png");
}
body.about #wrapper {
  background-color: #6f92cb;
  background-image: url("../../inc/img/bgnd/wrapper_about_24.png");
}
body.portfolio #wrapper {
  background-color: #72c6ca;
  background-image: url("../../inc/img/bgnd/wrapper_portfolio_24.png");
}
body.contact #wrapper {
  background-color: #b6cb5c;
  background-image: url("../../inc/img/bgnd/wrapper_contact_24.png");
}


#header { 
  position: relative; 
  padding: 18px 14px 0 14px;
  height: 170px;
  width:  688px; /* update IE5.css */
}
#content { 
  padding: 0 14px;
  height: 339px;
  width:  688px;
  overflow: auto;
}



/* ________________________________________ */

/* =GLOBAL ELEMENTS */

#skiplinks,
.vcard .adr {
  position:absolute;
  left:0px;
  top:-500px;
  width:1px;
  height:1px;
  overflow:hidden;
}

.vcard {
  font-size: 1em;
  position: relative;
  left: 0px;
  top: 0px;
  margin: 0;
  padding: 0;
  width: 844px;
  height: 188px;
}
.vcard .org,
.vcard .tel,
.vcard .email {
  position: absolute;
  overflow: hidden;
  margin: 0;
  padding: 0; 
  border: 0;
}
.vcard .org {
  left: 4px;
  top: -4px;
  width: 216px;
  padding-top: 94px;
  height: 0px !important; /* see IE-7.css for height */
  overflow: hidden;
  border: 0;
  background: url("../../inc/img/bgnd/logo_24.png") left top no-repeat;
}
.vcard .tel {
  font-size: 2.8em;
  font-weight: bold;
  letter-spacing: -0.04em;
  left: 490px;
  top: 49px;
  width: 191px;
  padding-top: 28px;
  height: 0px !important; /* see IE-7.css for height */
  background: url("../../inc/img/bgnd/telephone_number_24.png") left top no-repeat;
}
.vcard .email {
  font-size: 1.5em;
  left: 444px;
  top: 76px;
  width: 238px;
  padding-top: 20px;
  height: 0px !important; /* see IE-7.css for height */
  background: url("../../inc/img/bgnd/email_address_24.png") left top no-repeat;
}




#header h1 { /* section title  */
  position: absolute;
  left: -999px;
  top: -999px;
}



#menu { 
  position: absolute;  
  top: 12px; 
  left: 406px;
  margin: 0;
  padding: 0;
  width: 294px;
  background: url("../../inc/img/bgnd/menu.gif") 0 -26px no-repeat;
}
#menu li { 
  float: left; 
  font-size: 1.1em;
  margin: 0 8px 0 0;
  padding: 0 8px 0 0;
  text-transform: uppercase;
} 
ul#menu li.last  {
  margin: 0;
  padding: 0;
  border: 0;
}

ul#menu li a {
  font-weight: normal;
  border: 0;
  color: #442c00;
}

/* set-up image replacement */
li#home-button a,
li#about-button a,
li#portfolio-button a,
li#contact-button a  {  
  float: left;
  margin: 0;
  padding: 13px 0 0 0;
  height: 0px !important; 
  /* see IE-7.css */
  overflow: hidden;
  background-image:url("../../inc/img/bgnd/menu.gif");  
  background-repeat: no-repeat; 
  border: 0;
 }
/* define individual buttons & widths */
li#home-button a {
  width: 36px;
  background-position: 0px 0px;
 }
li#about-button a {
  width: 63px;
  background-position: -52px 0px;
 }
li#portfolio-button a {
  width: 70px;
  background-position: -131px 0px;
}
li#contact-button a {
  width: 77px;
  background-position: -217px 0px;
}
/* ...for rollovers */
li#home-button a:hover {
  color: #b7007a;
  background-position: 0px -13px;
}
li#about-button a:hover {
  color: #6f92cb;
  background-position: -52px -13px;
}
li#portfolio-button a:hover  {
  color: #72c6ca;
  background-position: -131px -13px;
}
li#contact-button a:hover {
  color: #442c00;
  background-position: -217px -13px;
}


/* ... & 'selected' states */
body.default ul#menu li.selected a {
  color: #b7007a;
  background-position: 0px -29px;
}
body.about ul#menu li.selected a  {
  color: #6f92cb;
  background-position: -52px -29px;
}
body.portfolio ul#menu li.selected a  {
  color: #72c6ca;
  background-position: -131px -29px;
}
body.contact ul#menu li.selected a  {
  color: #442c00;
  background-position: -217px -29px;
}

/* ________________________________________ */

/* COMMON ELEMENTS */


#hero,
.show  {
  margin: 0 0 1.2em 0;
  padding: 0;
  width: 688px; 
  height: 140px;
  overflow: hidden;
}

#hero li {
  float: left;
  margin: 0 25px 0 0;
  padding: 0;
  width: 153px;
  height: 140px;
}
#hero li#slideshow4 {
  margin-right: 0;
}
#hero li img {
  float: none;
  margin: 0;
}
.pics a,
.pics a:hover {
  border: 0;
}


#tooltip {
  position:absolute;
  background: url("../../inc/img/bgnd/tooltip_left.png") left top no-repeat;
  padding: 0 0 0 15px;
  height: 37px;
  display:none;
  z-index: 999;
  font-size: 1.2em;
  width: auto;
  height: 37px;
}	

#tooltip span {
  background: url("../../inc/img/bgnd/tooltip_right.png") right top no-repeat;
  padding: 7px 15px 7px 0px;
  display: block;
  height: 23px;
  /* stop content spilling when meeting right edge of viewport */
  line-height: 2;
  overflow: hidden;
}	



/* ________________________________________ */

/* =GLOBAL CLASSES */

/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clearfix {
  display: inline-table;
}
.first{
  clear: both;
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}  
/* for accessibility */
.list_head {
  position:absolute;
  left:0px;
  top:-500px;
  width:1px;
  height:1px;
  overflow:hidden;
}
.meta {
  color: #919191;
}
ul.meta a {
  font-weight: bold;
  color: #749b20;
}
.standfirst p  {
  font-weight: bold;
  font-size: 1.2em;
}

/* ________________________________________ */


/* =LOCALISED */


/* -------- */
/* =HOME */

body.default h1 {
  font-family: "Helvetica Neue", "Bitstream Vera Sans", Arial, Helvetica, sans-serif; 
  text-transform: none;
  font-size: 1.8em;
  font-weight: normal;
  letter-spacing: -0.04em;
}


/* -------- */
/* =ABOUT */


.about #content p {
  width: 580px;
}
.about #content ul {
  font-size: 1em;
}
.about #content li {
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
  width: 180px;
}
.about #content .last {
  margin-right: 0;
}
.about #content li p {
  width: 180px;
  font-size: 1.2em;
}

.about #content li h3 {
  font-weight: bold;
  font-size: 1.2em;
  margin: 0 0;
}


/* -------- */
/* =PORTFOLIO */

body.portfolio #hero {
  margin-bottom: 18px;
}

.article #hero {
  /* only 3 items in article */
  float: right;
  width: 509px; 
}
.article #hero li {
  float: left;
  margin: 0 25px 0 0;
  padding: 0;
  width: 153px;
  height: 140px;
}
.article #hero .last {
  margin-right: 0;
}
.case-study {
  float: left;
  width: 153px;
  margin: 0 0 1.3em 0;
  padding: 0 0 1.3em 0;
  background: url("../../inc/img/bgnd/rule_24.png") center bottom no-repeat;
}
.case-study .summary  {
  margin: 0 0 1.3em 0;
}
.case-study p {
  width: 153px;
  line-height: 1.3;
}
.case-study .summary span#client,
.case-study h2,
.case-study .summary p {
  letter-spacing:-0.02em;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
}
.case-study .summary span#client,
.case-study h2 {
  display: inline;
}

.case-study span#client {
  padding: 0 .3em 0 0;
  text-transform: uppercase;
}
.case-study .summary span#client  {
  color: #72c6ca;
  float: left;
  width: 50px;
  margin: 0;
  padding: 15px 0 0 0;
  height: 0px !important;  /* see IE-7.css */
  overflow: hidden;
  background: url("../../inc/img/bgnd/client.png") left center no-repeat;  
}



.nav {
  float: right;
  width: 509px; 
}
.nav ul {
  float: left;
  margin: 0 25px 0 0;
  width: 153px;
}
.nav ul li {
  margin: 0 0 0.3em 0;
}
.nav ul.last {
  margin-right: 0;
}
.nav li a {
  font-weight: normal;
}
.nav li.selected a {
  font-weight: bold;
}





/* -------- */
/* =CONTACT */


body.contact #content {
  overflow: hidden; /* no scroll bars needed here */
}
body.contact #contact-details {
  float: left;
  width: 329px;
  padding-top: .6em;
}
body.contact #content img {
  clear: both;
  margin: 0 1.3em 0 0;
}
body.contact #content p {
  width: auto;
  font-size: 1.2em;
}
body.contact h2 {
  font-size: 1.8em;
  line-height: 1.2;
  margin: 0 0 .3em 0;
}
body.contact h3 {
  font-size: 1.2em;
  line-height: 1.2;
  margin: 0;
}

body.contact #contact-details a {
  font-weight: normal;
}
body.contact #contact-details #vcard-link {
  font-weight: bold;
  padding: .6em 0 .6em 30px;
  color: #b6cb5c;
  background:url("../../inc/img/bgnd/vcard.gif") no-repeat left center;  
  margin: 1.2em 0;
}


.zemThanks,
body.contact .zemContactForm {
  float: right;
  width: 334px;
}
.zemThanks p {
  margin-top: .6em;
  padding: 10px ;
  background: #f3f3ff;
}
#Name input,
input#Email {
  width: 224px;
}
textarea {
  width: 324px;
}
#spam-filter input {
  float: right;
  margin-right: 214px;
}
#spam-filter label {
  clear: none;
}
.zemSubmit {
  float: right;
  margin-top: -1.3em;
  background: #b6cb5c;
  color: #fff;
}

.zemError li {
  font-weight: normal;
  padding: .0em 0 .0em 30px;
  background:url("../../inc/img/bgnd/error.gif") no-repeat left center;  
}




/* ________________________________________ */

/* =LIGHTVIEW */

/* lightview.css
   http://www.nickstakenburg.com/projects/lightview
*/

#lightview {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 150px;
	width: 150px;
	margin: -75px 0 0 -75px;
	padding: 0;
}

/* The container that holds everything */
.lv_Container {
	position: relative;
	width: 100%;
	height: 100%;
	background: none;
	padding: 0;
	margin: 0;
}

.lv_Button {
	cursor: pointer;
	text-decoration: none;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}

/* The buttons on the side when you view a gallery */
.lv_Sides {
	position: absolute;
	top: 50%;
	left: 0;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
}
.lv_Sides * { padding: 0; margin: 0; }
.lv_Sides li {
	list-style-type: none;
	position: relative;
}

.lv_PrevSide { float: left; }
.lv_NextSide { float: right; }
.lv_Sides .lv_Wrapper {
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.lv_Sides .lv_Button {
	float: left;
	background: none;
}

/* The frames above and below the center, that hold the corners.
   It's recommended not to change anything here, a lot is done in
   javascript to build further upon this based on your settings.
*/
.lv_Frames {
	width: 100%;
	height: 100%;
	position: relative;
	padding: 0;
	margin: 0;
}
.lv_Frames li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.lv_Frame {
	width: 100%;
	display: block;
}
.lv_Frame * { padding: 0; margin: 0; }
.lv_FrameTop {
	position: absolute;
	left: 0;
	width: 100%;
	display: block;
}
.lv_FrameBottom {
	position: relative;
	float: left;
	clear: both;
}

.lv_Liquid {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
	clear: both;
}
.lv_Liquid .lv_Filler {
	position: absolute;
	height: 100%;
	width: 2px;
	top: 0;
	left: 50%;
}

.lv_Half {
	display: block;
	height: 100%;
	clear: both;
	line-height: 0px;
}
.lv_Half li { list-style-type: none; }
.lv_Corner {
	float: left;
	position: relative;
}
.lv_CornerTr, .lv_CornerBr { float: right; }

.lv_Fill {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.lv_Half .lv_CornerWrapper {
	float: left;
	position: relative;
	width: 50%;
	height: 100%;
	overflow: hidden;
}
.lv_HalfRight .lv_CornerWrapper { float: right; }

.lv_Corner { position: relative; }
.lv_Corner canvas { position: relative; }
.lv_HalfLeft .lv_Corner { float: left; }
.lv_HalfRight .lv_Corner {
	position: relative;
	float: right;
}

/* To position content correctly in the center with correct
   rounded corner display we need a few wrappers.
   This is to get it right on all browsers.
*/
.lv_Center {
	position: relative;
	clear: both;
	height: 100%;
	overflow: hidden;
	background: none;
	padding: 0;
	margin: 0;
}
.lv_WrapUp {
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.lv_WrapDown {
	position: relative;
	height: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.lv_WrapCenter {
	position: relative;
	padding: 0;
	margin: 0;
}

/* The loading indicator */
.lv_Loading {
	position: absolute;
	top: 50%;
	left: 50%;
}
.lv_Loading .lv_Button {
	float: left;
	height: 100%;
	width: 100%;
}

.lv_MediaWrapper {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	clear: both;
	padding: 0;
	margin: 0;
}
.lv_MediaWrapper img {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
}

/* The overlays on top of images that toggle the previous/next buttons */
.lv_PrevNext {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
.lv_PrevNext * { padding: 0; margin: 0; }
.lv_PrevNext .lv_Button {
	position: relative;
	height: 100%;
}
.lv_PrevButton { float: left; }
.lv_NextButton { float: right; }

/* The bar that holds title, caption, imagenumber, slideshow and closebutton */
.lv_MenuBar {
	clear: both;
	position: relative;
	width: 100%;
	float: left;
	font: 11px Arial, Helvetica, sans-serif;
	color: #7a7a7a;
	padding: 0;
	margin: 0;
	text-align:left;
}
.lv_MenuBar * { padding: 0; margin: 0; }

/* When the Menubar is at the top, on (ajax/iframe/inline) content,
   it will also have this style.
   The margins are removed here for better alignment, and since it's
   at the top we switch the inner margins to the other side.
*/
.lv_MenuTop .lv_DataText div,
.lv_MenuTop .lv_ImgNumber div { margin: 0; padding: 0; }
#lightview .lv_MenuTop .lv_Close, 
#lightview .lv_MenuTop .lv_Data { margin: 0 0 6px 0; }

.lv_Close, .lv_Data { margin: 6px 0 0 0; }
.lv_Close {
    position: relative;
	float: right;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.lv_Data {
	position: relative;
	float: left;
	padding-bottom: 3px;
	line-height: 13px;
}

.lv_Data li {
	list-style-type: none;
	float: left;
	margin-top: 3px;
}
.lv_DataText { width: 100%; }
.lv_DataText .lv_Title {
	font-weight: bold;
	margin-bottom: 2px;
}
.lv_DataText .lv_Caption { clear: both; }
.lv_Data .lv_ImgNumber {
	color: #a7a7a7;
	margin-right: 5px;
	margin-top: 5px;
}

.lv_Data .lv_innerPrevNext, 
.lv_Data .lv_Slideshow {
	position: relative;
	border-left: 1px solid #d7d7d7;
	padding: 0 5px;
	margin-top: 5px;
	vertical-align: middle;
}
.lv_Data .lv_Slideshow { padding-right: 0px; }

.lv_Data .lv_innerPrevNext .lv_Button, 
.lv_Data .lv_Slideshow .lv_Button { /* play and stop */
	float: left;
	background-position: center left;
	background-repeat: no-repeat;
}

/* the boxes that hold media or external content */
.lv_Media,
.lv_External {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}

#lightview iframe {
	border: 0;
	clear: both;
	padding: 0;
	margin: 0;
	background: none;
}

/* The container that hold buttons above the view, currently only topclose */
.lv_topButtons {
	position: absolute;
	left: 0;
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.lv_topcloseButtonImage { cursor: pointer; }


/* The error/warning/download message that will appear when
   a required plugin is not installed.
*/
#lightviewError p { padding: 0 0 10px 0; }
#lightviewError div {
	padding: 6px;
	font: 11px Arial, Helvetica, sans-serif;
}
#lightviewError .message {
	background: #fcb5b5;
	color: #dd1f1f;
	margin-bottom: 3px;
}
#lightviewError .type { font-weight: bold; }
#lightviewError .pluginspage {
	background: #b5fcbd;
	color: #21be30;
}
#lightviewError a,
#lightviewError a:hover,
#lightviewError a:visited {
	color: #21be30;
	text-decoration: none;
	background: none;
	font-weight: bold;
	border-bottom: 1px solid #7de689;
}
#lightviewError p {
	margin-left: 0;
	padding: 0;
}

#lv_overlay {
  position: absolute; /* Opera will use fixed */
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

