@import url("reset.css");

body {
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	color: #676767;
	background-color: #fff;
}

h1 {
	font-style: italic;
	color: #2b2b2b;
}

h2 {
	
}

h3,h4,h5,h6 {

}

a {
	color: #de4483;
}

a:hover {
	text-decoration: none;
}

input {

}

textarea {

}

select {

}

hr {
	clear: both;
	display: block;
	width: 100%;
	height: 1px;
	margin: 30px 0 30px 0;
	border: 0;
	background-color: #e6e6e6;
}

div#skip {
	display: none;
}

/* Layout */
div.wrapper {
	clear: both;
	width: 100%;
	text-align: center;
}

/* Header */
div#header-wrapper {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 111px;
	background-image: url("../images/tiles/header.png");
	background-repeat: repeat-x;
	text-align:center;
}

div#header-wrapper div#header {
	width: 970px;
	margin: 0 auto 0 auto;
	text-align: left;
}

div#header-wrapper div#header ul {
	float: right;
}

div#header-wrapper div#header ul li {
	float: left;
	font-size: 1.8em;
	font-style: italic;
	color: #6c6c6c;
}

div#header-wrapper div#header ul li.active {
	background-color: #2a2a2a;
}

div#header-wrapper div#header ul li a {
	display: block;
	height: 65px;
	padding: 46px 19px 0 19px;
	color: #6c6c6c;
	text-decoration: none;
}

div#header-wrapper div#header ul li a span {
	padding: 0 0 4px 0;
}

div#header-wrapper div#header ul li a:hover {
	color: #de4483;
}

div#header-wrapper div#header ul li a:hover span {
	border-bottom: #de4483 1px dotted;
}

div#header-wrapper div#header ul li.active a {
	color: #fff;
	background-image: url("../images/nav-active.png");
	background-repeat: no-repeat;
	background-position: top center;
}

body#contact-us div#header-wrapper div#header ul li.active a {
	background-image: url("../images/nav-active-contact.gif");
}

div#header-wrapper div#header ul li.active a span {
	border-bottom: #747474 1px dotted;
}

div#header-wrapper div#header img {
	margin: 0 30px 0 0;
	float: left;
}

/* Masthead */
div#masthead-wrapper {
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 111px;
	margin: -5px 0 0 0;
	padding: 38px 0 38px 0;
	background-image: url("../images/tiles/gradient.png");
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: #2a2a2a;
}

div#masthead {
	width: 970px;
	margin: 0 auto 0 auto;
}

div#masthead h1 {
	font-size: 3.2em;
	color: #fff;
}

div#masthead h1 a {
	color: #fff;
	text-decoration: none;
}

div#masthead h1 a:hover {
	color: #de4483;
}

/* Home */
div#home-featured-wrapper {
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 111px;
	margin: -5px 0 0 0;
	padding: 5px 0 34px 0;
	text-align: center;
	overflow-x: hidden;
	background-image: url("../images/tiles/home-top.png");
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: #000;
}

div#home-featured {
	height: 387px;
	background-color: #000;
}

div#home-wrapper {
	width: 100%;
	padding: 500px 0 0 0;
	text-align: center;
}

div#home-wrapper div#home {
	width: 970px;
	margin: 0 auto 0 auto;
	padding: 50px 0 0 0;
	text-align: left;
}

div#home-wrapper div#home h1 {
	border-bottom: #e6e6e6 1px solid;
	padding: 0 0 12px 0;
	font-size: 2.2em;
}

div#home-wrapper div#home h1 a {
	color: #2b2b2b;
	text-decoration: none;
}

div#home-wrapper div#home h1 a:hover {
	color: #de4483;
}

div#home-wrapper div#home div#home-column-wrapper {
	clear: both;
	width: 970px;
	margin: 4px 0 0 0;
	padding: 0 0 80px 0;
	background-image: url("../images/tiles/home-columns.gif");
	background-repeat: repeat-y;
}

div#home-wrapper div#home div#home-left {
	clear: both;
	float: left;
	width: 490px;
	padding: 0 22px 0 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 468px;
}

div#home-wrapper div#home div#home-left blockquote {
	padding: 26px 0 0 0;
}

div#home-wrapper div#home div#home-left blockquote p {
	font-size: 2.6em;
	line-height: 34px;
}

div#home-wrapper div#home div#home-left blockquote p a {
	font-style: italic;
	text-decoration: none;
}

div#home-wrapper div#home div#home-left blockquote p a:hover {
	text-decoration: underline;
}

div#home-wrapper div#home div#home-left blockquote p strong {
	font-weight: normal;
	color: #000;
}

div#home-wrapper div#home div#home-left ol {
	float: right;
	margin: -27px 8px 0 0;
}

div#home-wrapper div#home div#home-left ol li {
	display: inline;
	padding: 0 0 0 2px;
}

div#home-wrapper div#home div#home-left div#home-services {
	width: 468px;
	padding: 30px 0 200px 0;
}

div#home-wrapper div#home div#home-left div#home-services div.service {
	width: 468px;
}

div#home-wrapper div#home div#home-left div#home-services h2 {
	padding: 2px 0 16px 0;
	font-size: 2em;
	color: #000;
}

div#home-wrapper div#home div#home-left div#home-services h2 a {
	color: #000;
	text-decoration: none;
}

div#home-wrapper div#home div#home-left div#home-services h2 a:hover {
	color: #de4483;
}

div#home-wrapper div#home div#home-left div#home-services p {
	font-size: 1.4em;
	line-height: 22px;
}

div#home-wrapper div#home div#home-left div#home-services p a {
	font-style: italic;
	text-decoration: none;
}

div#home-wrapper div#home div#home-left div#home-services p a:hover {
	text-decoration: underline;
}

div#home-wrapper div#home div#home-left div#home-services img {
	float: left;
	margin: 0 14px 14px 0;
}

div#home-wrapper div#home div#home-right {
	float: left;
	width: 480px;
	padding: 0 0 0 26px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 454px;
}

div#home-wrapper div#home div#home-right h1 {
	margin: 0 0 20px 0;
}

div#home-wrapper div#home div#home-right h2 {
	padding: 24px 0 0 0;
	font-size: 2.6em;
	color: #000;
	line-height: 34px;
}

div#home-wrapper div#home div#home-right h2 a {
	color: #000;
	text-decoration: none;
}

div#home-wrapper div#home div#home-right h2 a:hover {
	color: #de4483;
}

div#home-wrapper div#home div#home-right p {
	padding: 18px 0 0 0;
	font-size: 1.4em;
	line-height: 22px;
}

div#home-wrapper div#home div#home-right p a {
	font-style: italic;
	text-decoration: none;
}

div#home-wrapper div#home div#home-right p a:hover {
	text-decoration: underline;
}

div#home-wrapper div#home div#home-right dl {
	clear: both;
	display: block;
	height: 31px;
	margin: 36px 0 0 0;
	padding: 10px 0 0 26px;
	background-image: url("../images/home/entry-categories.gif");
	background-repeat: no-repeat;
}

div#home-wrapper div#home div#home-right dl dt {
	display: inline;
	font-size: 1.2em;
	color: #fff;
}

div#home-wrapper div#home div#home-right dl dd {
	display: inline;
	padding: 0 0 0 38px;
	font-size: 1.2em;
	color: #de4483;
}

div#home-wrapper div#home div#home-right dl dd a {
	font-style: italic;
	text-decoration: none;
}

div#home-wrapper div#home div#home-right dl dd a:hover {
	text-decoration: underline;
}

/* Work - listings */
div#work {
	clear: both;
	width: 970px;
	min-height: 900px;
	margin: 0 auto 0 auto;
	padding: 250px 0 0 0;
	text-align: left;
}

div#work div#client-stories {
	padding: 28px 0 0 0;
}

div#work h2 {
	margin: 0 0 30px 0;
	border-bottom: #e6e6e6 1px solid;
	padding: 0 0 30px 0;
	font-size: 2.6em;
	font-style: italic;
	color: #2b2b2b;
}

div#work ol {
	float: right;
	margin: -94px 0 0 0;
}

div#work ol li {
	display: inline;
	padding: 0 0 0 28px;
}

div#work dl {
	float: left;
	margin: 0 0 32px 0;
	padding: 0 42px 0 0;
}

div#work dl:nth-child(4n) {
	padding: 0;
}

div#work dl dt {
	padding: 10px 0 0 0;
	font-size: 1.3em;
}

div#work dl dt a {
	color: #676767;
	text-decoration: none;
}

div#work dl dt a:hover {
	color: #de4483;
}

div#work dl dd span {
	position: absolute;
	width: 221px;
	height: 141px;
	background-repeat: no-repeat;
}

div#work div.case-study {
	clear: both;
	display: block;
	padding: 0 0 40px 0;
}

div#work div.case-study dl dt {
	float: left;
	width: 496px;
	padding: 0 32px 0 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 464px;
}

div#work div.case-study dl dd {
	float: left;
	width: 432px;
}

div#work div.case-study dl dt span {
	position: absolute;
	float: left;
	width: 465px;
	height: 218px;
	padding: 1px 0 0 1px;
	background-repeat: no-repeat;
}

div#work div.case-study h3 {
	padding: 6px 0 16px 0;
	font-size: 2.4em;
	color: #000;
}

div#work div.case-study h3 a {
	font-style: normal;
	color: #000;
}

div#work div.case-study h3 a:hover {
	color: #de4483;
	text-decoration: none;
}

div#work div.case-study a {
	font-style: italic;
	text-decoration: none;
}

div#work div.case-study a:hover {
	text-decoration: underline;
}

div#work div.case-study p {
	font-size: 1.4em;
	line-height: 24px;
}

div#work div.case-study img {
	border: #e6e6e6 1px solid;
}

div#work div.row {
	clear: both;
	display: block;
	border-bottom: #e6e6e6 1px solid;
	padding: 28px 0 0 0;
}

div#work div.row:last-child {
	border-bottom: 0;
}

/* Work - case study */
div#showcase-wrapper {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 387px;
	top: 111px;
	margin: -5px 0 0 0;
	padding: 0 0 0 0;
	background-color: #2a2a2a;
	text-align: center;
}

div#showcase-wrapper.organic-supermarket {
	background-color: #292513;
}

div#showcase-wrapper.wcc {
	background-color: #f7afbd;
}

div#showcase-wrapper.rte {
	background-color: #395204;
}

div#showcase-wrapper.mab {
	background-color: #b6e2e9;
}

div#showcase {
	width: 970px;
	margin: 0 auto 0 auto;
}

div#gradient {
	position: absolute;
	z-index: 3;
	top: 382px;
	width: 100%;
	height: 20px;
	background-image: url("../images/tiles/gradient.png");
	background-repeat: repeat-x;
}

div#case-study {
	clear: both;
	width: 970px;
	margin: 0 auto 0 auto;
	padding: 530px 0 0 0;
	text-align: left;
}

div#case-study h2 {
	margin: 0 0 26px 0;
	border-bottom: #e6e6e6 1px solid;
	padding: 0 0 30px 0;
	font-size: 2.8em;
	color: #2b2b2b;
}

div#case-study ol {
	float: right;
	margin: -86px 0 0 0;
}

div#case-study ol li {
	display: inline;
	padding: 0 0 0 12px;
}

div#case-study div#case-study-wrapper {
	clear: both;
	width: 970px;
	padding: 0 0 40px 0;
	background-image: url("../images/tiles/case-study.gif");
	background-repeat: repeat-y;
}

div#case-study div#case-study-left {
	clear: both;
	float: left;
	width: 248px;
	padding: 4px 38px 0 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 210px;
}

div#case-study div#case-study-left h3 {
	margin: 80px 0 0 0;
	font-size: 2em;
	color: #000;
}

div#case-study div#case-study-left blockquote p {
	padding: 0 0 0 0;
	font-size: 1.8em;
	font-style: italic;
	color: #de4483;
	line-height: 30px;
}

div#case-study div#case-study-left blockquote p:before {
	content: '"';
}

div#case-study div#case-study-left blockquote p:after {
	content: '"';
}

div#case-study div#case-study-left cite {
	display: block;
	padding: 12px 0 0 0;
	font-size: 1.4em;
	font-style: italic;
	line-height: 20px;
}

div#case-study div#case-study-left ul {
	padding: 14px 0 0 14px;
	list-style-type: disc;
}

div#case-study div#case-study-left ul li {
	padding: 0 0 12px 6px;
	font-size: 1.4em;
	line-height: 18px;
}

div#case-study div#case-study-left ul li a {
	color: #676767;
}

div#case-study div#case-study-left img.rollover {
	margin: 4px 0 28px 0;
}

div#case-study div#case-study-right {
	float: left;
	width: 722px;
	padding: 8px 0 0 34px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 688px;
}

div#case-study div#case-study-right div.clear {
	padding: 30px 0 30px 0;
}

div#case-study div#case-study-right h3 {
	padding: 0 0 14px 0;
	font-size: 2em;
	color: #000;
}

div#case-study div#case-study-right p {
	padding: 0 0 24px 0;
	font-size: 1.4em;
	line-height: 24px;
}

div#case-study div#case-study-right p:first-child {
	padding: 0 0 20px 0;
	font-size: 1.8em;
	line-height: 30px;
}

div#case-study div#case-study-right blockquote {
	font-size: 0.8em;
	font-style: italic;
}

div#case-study div#case-study-right cite {
	display: block;
	margin: -14px 0 34px 0;
	font-size: 1.3em;
	font-weight: bold;
}

div#case-study div#case-study-right ul li {
	padding: 0 0 14px 12px;
	font-size: 1.4em;
	background-image: url("../images/bullets/case-study.gif");
	background-repeat: no-repeat;
}

div#case-study div#case-study-right img {
	float: left;
	padding: 0 30px 40px 0;
}

div#case-study div#case-study-right img.right {
	float: right;
	padding: 0 0 40px 30px;
}

div#case-study div#case-study-right img.block {
	float: none;
	display: block;
	margin: 20px 0 20px 0;
}

/* Work - featured */
div#featured {
	clear: both;
	width: 970px;
	margin: 0 auto 0 auto;
	padding: 250px 0 0 0;
	text-align: left;
}

div#featured h2 {
	margin: 0 0 26px 0;
	border-bottom: #e6e6e6 1px solid;
	padding: 0 0 30px 0;
	font-size: 2.8em;
	color: #2b2b2b;
}

div#featured h2 span {
	padding: 0 0 0 30px;
	font-size: 0.8em;
	font-style: italic;
	color: #de4483;
}

div#featured ol {
	float: right;
	margin: -86px 0 0 0;
}

div#featured ol li {
	display: inline;
	padding: 0 0 0 12px;
}

div#featured div#featured-wrapper {
	clear: both;
	width: 970px;
	padding: 0 0 40px 0;
	background-image: url("../images/tiles/case-study.gif");
	background-repeat: repeat-y;
}

div#featured div#featured-left {
	clear: both;
	float: left;
	width: 248px;
	padding: 8px 37px 0 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 211px;
}

div#featured div#featured-left h3 {
	margin: 80px 0 0 0;
	font-size: 2em;
	color: #000;
}

div#featured div#featured-left blockquote p {
	padding: 28px 0 0 0;
	font-size: 1.8em;
	font-style: italic;
	color: #de4483;
	line-height: 28px;
}

div#featured div#featured-left blockquote p:before {
	content: '"';
}

div#featured div#featured-left blockquote p:after {
	content: '"';
}

div#featured div#featured-left cite {
	display: block;
	padding: 30px 0 0 0;
	font-size: 1.4em;
	font-style: italic;
}

div#featured div#featured-left ul {
	padding: 14px 0 0 14px;
	list-style-type: disc;
}

div#featured div#featured-left ul li {
	padding: 0 0 12px 6px;
	font-size: 1.4em;
	line-height: 18px;
}

div#featured div#featured-left ul li a {
	color: #676767;
}

div#featured div#featured-left a.external {
	display: block;
	margin: 0 0 40px 0;
}

div#featured div#featured-right {
	float: left;
	width: 722px;
	padding: 8px 0 0 34px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 688px;
}

div#featured div#featured-right h3 {
	padding: 0 0 14px 0;
	font-size: 2em;
	color: #000;
}

div#featured div#featured-right p+h3 {
	padding: 30px 0 14px 0;
}

div#featured div#featured-right p {
	padding: 0 0 30px 0;
	font-size: 1.4em;
	line-height: 24px;
}

div#featured div#featured-right ul li {
	padding: 0 0 14px 12px;
	font-size: 1.4em;
	background-image: url("../images/bullets/case-study.gif");
	background-repeat: no-repeat;
}

div#featured div#featured-right img {
	padding: 7px 0 21px 0;
}

/* Services */
div#services {
	clear: both;
	width: 970px;
	min-height: 2300px;
	margin: 0 auto 0 auto;
	padding: 250px 0 0 0;
	text-align: left;
}

div#services ol {
	clear: both;
	display: block;
	height: 60px;
	margin: 0 0 16px 0;
	border-bottom: #e6e6e6 1px solid;
	padding: 0 0 6px 0;
}

div#services ol li {
	float: left;
	margin: 0 16px 0 0;
	padding: 0 0 0 62px;
	font-size: 1.8em;
	font-style: italic;
}

div#services ol li span {
	margin: 0 0 0 -40px;
}

div#services ol li.active {
	background-image: url("../images/tiles/heading-active-left.gif");
	background-repeat: no-repeat;
}

div#services ol li a {
	display: block;
	padding: 8px 22px 30px 0;
	text-decoration: none;
}

div#services ol li.active a {
	color: #fff;
	background-image: url("../images/tiles/heading-active-right.gif");
	background-repeat: no-repeat;
	background-position: top right;
}

div#services div#loader {
	position: absolute;
	display: none;
	width: 32px;
	height: 32px;
	background-image: url("../images/loader.gif");
	background-repeat: no-repeat;
}

div#services div#services-wrapper {
	clear: both;
	padding: 0 0 80px 0;
	background-image: url("../images/tiles/services-columns.gif");
	background-repeat: repeat-y;
}

div#services div#services-left {
	clear: both;
	float: left;
	width: 242px;
	padding: 24px 31px 0 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 211px;
}

div#services div#services-left h3 {
	padding: 0 0 28px 0;
	font-size: 2em;
	font-style: italic;
	color: #000;
}

div#services div#services-left h3 a {
	color: #000;
	text-decoration: none;
}

div#services div#services-left h3 a:hover {
	color: #de4483;
}

div#services div#services-left h4 {
	padding: 18px 0 0 0;
	font-size: 1.9em;
	color: #2b2b2b;
	line-height: 23px;
}

div#services div#services-left p {
	padding: 16px 0 0 0;
	font-size: 1.4em;
	line-height: 22px;
}

div#services div#services-left a {
	font-style: italic;
	text-decoration: none;
}

div#services div#services-left a:hover {
	text-decoration: underline;
}

div#services div#services-right {
	float: left;
	width: 728px;
	padding: 24px 0 0 39px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 689px;
}

div#services div#services-right h1 {
	font-size: 2.6em;
	color: #000;
}

div#services div#services-right h2 {
	padding: 14px 0 12px 0;
	font-size: 1.8em;
	color: #000;
	line-height: 22px;
}

div#services div#services-right p {
	padding: 0 0 28px 0;
	font-size: 1.4em;
	line-height: 24px;
}

div#services div#services-right p a {
	font-style: italic;
}

div#services div#services-right blockquote {
	padding: 22px 0 30px 0;
}

div#services div#services-right blockquote p {
	padding: 0;
	font-size: 2em;
	line-height: 30px;
}

div#services div#services-right img.block {
	margin: 0 0 44px 0;
}

div#services div#services-right img.left {
	float: left;
	margin: 0 18px 36px 0;
}

div#services div#services-right img.right {
	float: right;
	margin: 0 0 36px 18px;
}

/* Process */
div#process {
	clear: both;
	width: 970px;
	margin: 0 auto 0 auto;
	padding: 250px 0 0 0;
	text-align: left;
}

div#process ol {
	clear: both;
	height: 58px;
	display: block;
	border-bottom: #e6e6e6 1px solid;
	padding: 0 0 6px 0;
}

div#process ol li {
	float: left;
	margin: 0 16px 0 0;
	padding: 0 0 0 62px;
	font-size: 1.8em;
	font-style: italic;
}

div#process ol li span {
	margin: 0 0 0 -40px;
}

div#process ol li.active {
	background-image: url("../images/tiles/heading-active-left.gif");
	background-repeat: no-repeat;
}

div#process ol li a {
	display: block;
	padding: 8px 22px 30px 0;
	text-decoration: none;
}

div#process ol li.active a {
	color: #fff;
	background-image: url("../images/tiles/heading-active-right.gif");
	background-repeat: no-repeat;
	background-position: top right;
}

div#process div.panel {
	clear: both;
	padding: 38px 0 0 0;
}

div#process div#process-left {
	clear: both;
	float: left;
	width: 251px;
}

div#process div#process-right {
	float: left;
	width: 719px;
	padding: 0 0 0 31px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 688px;
}

div#process div#process-right h2 {
	padding: 0 0 20px 0;
	font-size: 2.6em;
	color: #000;
}

div#process div#process-right h3 {
	padding: 26px 0 0 0;
	font-size: 1.8em;
	font-style: italic;
	color: #2b2b2b;
}

div#process div#process-right p {
	padding: 0 0 18px 0;
	font-size: 1.4em;
	line-height: 24px;
}

div#process div#process-right ul {
	float: left;
	padding: 20px 40px 20px 0;
}

div#process div#process-right ul li {
	padding: 0 0 14px 20px;
	font-size: 1.4em;
	background-image: url("../images/bullets/tick.gif");
	background-repeat: no-repeat;
}

/* Blog */
div#blog {
	clear: both;
	width: 970px;
	margin: 0 auto 0 auto;
	padding: 250px 0 0 0;
	text-align: left;
}

div#blog div#blog-wrapper {
	clear: both;
	width: 970px;
	padding: 0 0 18px 0;
	background-image: url("../images/tiles/blog-columns.gif");
	background-repeat: repeat-y;
}

div#blog div#blog-left {
	clear: both;
	float: left;
	width: 738px;
	padding: 18px 0 0 0;
}

div#blog div#blog-left small {
	clear: both;
	display: block;
	font-size: 1.4em;
	font-style: italic;
	color: #de4483;
}

div#blog div#blog-left ul {
	margin: 18px 0 0 0;
	text-align: center;
}

div#blog div#blog-left ul li {
	display: inline;
	margin: 0 10px 0 0;
	font-size: 1.4em;
}

div#blog div#blog-left ul li a {
	border: #e0e0e0 1px solid;
	padding: 6px 12px 6px 12px;
	color: #676767;
	text-decoration: none;
}

div#blog div#blog-left ul li.active a {
	color: #fff;
	background-color: #000;
}

div#blog div#blog-left ul li a:hover {
	color: #fff;
	background-color: #000;
}

div#blog div#blog-left div.post {
	float: left;
	width: 332px;
	margin: 0 37px 37px 0;
	padding: 35px 35px 30px 35px;
	background-color: #f4f4f4;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 262px;
}

div#blog div#blog-left div.post div.entry {
	min-height: 310px;
}

div#blog div#blog-left div.post h2 {
	font-size: 2em;
	color: #000;
	line-height: 24px;
}

div#blog div#blog-left div.post h2 a {
	color: #000;
	text-decoration: none;
}

div#blog div#blog-left div.post h2 a:hover {
	color: #de4483;
}

div#blog div#blog-left div.post p {
	padding: 10px 0 0 0;
	font-size: 1.4em;
	line-height: 24px;
}

div#blog div#blog-left div.post p a {
	font-style: italic;
	text-decoration: none;
}

div#blog div#blog-left div.post p a:hover {
	text-decoration: underline;
}

div#blog div#blog-left div.post a.comments {
	position: absolute;
	width: 50px;
	margin: -35px 0 0 224px;
	padding: 12px 0 15px 0;
	font-size: 2.5em;
	font-style: italic;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background-image: url("../images/blog/comments-tag.png");
	background-repeat: no-repeat;
}

div#blog div#blog-left div.post a.comments:hover {
	background-image: url("../images/blog/comments-tag-over.png");
}

div#blog div#blog-left div.post a.comments span {
	display: block;
	padding: 6px 0 0 0;
	font-size: 0.4em;
}

div#blog div#blog-left div.post dl {
	padding: 10px 0 9px 22px;
	background-image: url("../images/blog/post-tags.gif");
	background-repeat: no-repeat;
}

div#blog div#blog-left div.post dl dt {
	display: inline;
	font-size: 1.2em;
	color: #fff;
}

div#blog div#blog-left div.post dl dd {
	display: inline;
	padding: 0 0 0 36px;
	font-size: 1.2em;
	color: #de4483;
}

div#blog div#blog-left div.post dl dd a {
	font-style: italic;
	text-decoration: none;
}

div#blog div#blog-left div.post dl dd a:hover {
	text-decoration: underline;
}

div#blog div#blog-left div.post img {
	margin: 0 0 14px 0;
}

div#blog div#blog-entry-left { /* Entry page */
	clear: both;
	float: left;
	width: 738px;
	padding: 8px 32px 40px 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 706px;
}

div#blog div#blog-entry-left h2 {
	margin: 0 0 18px 0;
	border-bottom: #e6e6e6 1px solid;
	padding: 0 0 18px 0;
	font-size: 2.8em;
	font-style: italic;
	color: #2b2b2b;
	line-height: 35px;
}

div#blog div#blog-entry-left h3 {
	padding: 0 0 14px 0;
	font-size: 2em;
	color: #000;
	line-height: 32px;
}

div#blog div#blog-entry-left h4 {
	padding: 0 0 22px 0;
	font-size: 1.4em;
	font-weight: bold;
}

div#blog div#blog-entry-left h5 {
	margin: 0 0 22px 0;
	border-bottom: #e6e6e6 1px solid;
	padding: 0 0 16px 0;
	font-size: 2.4em;
	font-style: italic;
	color: #2b2b2b;
}

div#blog div#blog-entry-left h6 {
	font-size: 2.2em;
	font-style: italic;
}

div#blog div#blog-entry-left h6 a {
	text-decoration: none;
}

div#blog div#blog-entry-left h6 a:hover {
	text-decoration: underline;
}

div#blog div#blog-entry-left p {
	padding: 0 0 18px 0;
	font-size: 1.4em;
	line-height: 24px;
}

div#blog div#blog-entry-left blockquote p {
	padding: 0 0 12px 96px;
	font-size: 2.2em;
	color: #a0a0a0;
	line-height: 32px;
}

div#blog div#blog-entry-left blockquote p:before {
	content: '"';
}

div#blog div#blog-entry-left blockquote p:after {
	content: '"';
}

div#blog div#blog-entry-left cite {
	display: block;
	padding: 0 0 36px 96px;
	font-size: 1.4em;
	color: #000;
}

div#blog div#blog-entry-left ul {
	padding: 0 0 18px 0;
	list-style-type: disc;
	list-style-position: inside;
}

div#blog div#blog-entry-left ul li {
	padding: 0 0 10px 0;
	font-size: 1.4em;
}

div#blog div#blog-entry-left dl {
	margin: 0 0 12px 0;
	color: #676767;
}

div#blog div#blog-entry-left dl dt {
	display: inline;
	font-size: 1.3em;
	font-style: italic;
}

div#blog div#blog-entry-left dl dd {
	display: inline;
	font-size: 1.3em;
	font-style: italic;
}

div#blog div#blog-entry-left a {
	font-style: italic;
}

div#blog div#blog-entry-left img {
	padding: 10px 0 18px 0;
}

div#blog div#blog-entry-left div#comments {
	clear: both;
	padding: 40px 0 0 0;
}

div#blog div#blog-entry-left div#comments div.comment {
	clear: both;
	display: block;
	margin: 0 0 24px 0;
	padding: 24px 40px 12px 40px;
	background-color: #f4f4f4;
}

div#blog div#blog-entry-left div#comments div.comment img {
	float: left;
	padding: 0 12px 12px 0;
}

div#blog div#blog-entry-left div#comments div.comment small {
	display: block;
	padding: 4px 0 12px 0;
	font-size: 1.2em;
	font-style: italic;
}

div#blog div#blog-entry-left div#comments div.comment p {
	clear: both;
	display: block;
	padding: 0 0 12px 0;
}

div#blog div#blog-entry-left div#comments div.comment-admin {
	clear: both;
	display: block;
	margin: 0 0 24px 0;
	padding: 24px 40px 12px 40px;
	background-color: #2b2b2b;
}

div#blog div#blog-entry-left div#comments div.comment-admin h6 {
	color: #fff;
}

div#blog div#blog-entry-left div#comments div.comment-admin img {
	float: left;
	padding: 0 12px 12px 0;
}

div#blog div#blog-entry-left div#comments div.comment-admin p {
	clear: both;
	display: block;
	padding: 0 0 12px 0;
	color: #fff;
}

div#blog div#blog-entry-left div#comments div.comment-admin small {
	display: block;
	padding: 4px 0 12px 0;
	font-size: 1.2em;
	font-style: italic;
	color: #fff;
}

div#blog div#blog-entry-left div#comments h3 {
	padding: 40px 0 18px 0;
	border-bottom: #e6e6e6 1px solid;
	font-size: 2.4em;
	font-style: italic;
	color: #2b2b2b;
}

div#blog div#blog-entry-left div#comments form {
	padding: 24px 0 0 0;
}

div#blog div#blog-entry-left div#comments form fieldset label {
	display: none;
}

div#blog div#blog-entry-left div#comments form fieldset input {
	display: block;
	width: 260px;
	margin: 0 0 22px 0;
	border: #e6e6e6 1px solid;
	padding: 11px 10px 11px 10px;
	font-size: 1.4em;
	color: #444;
}

div#blog div#blog-entry-left div#comments form fieldset input#submit-comment {
	width: auto;
	margin: 0 0 0 188px;
	border: 0;
	padding: 0;
}

div#blog div#blog-entry-left div#comments form fieldset textarea {
	float: right;
	width: 360px;
	margin: -189px 0 0 0;
	border: #e6e6e6 1px solid;
	padding: 11px 10px 11px 10px;
	font-size: 1.4em;
	color: #444;
}

div#blog div#blog-right { /* Sidebar */
	float: left;
	width: 232px;
	padding: 18px 0 0 34px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 198px;
}

div#blog div#blog-right h3 {
	margin: 38px 0 0 0;
	padding: 11px 0 22px 16px;
	font-size: 1.6em;
	font-style: italic;
	color: #fff;
	background-image: url("../images/blog/heading-sidebar.gif");
	background-repeat: no-repeat;
}

div#blog div#blog-right h3 a {
	color: #fff;
	text-decoration: none;
}

div#blog div#blog-right h3 a:hover {
	color: #de4483;
}

div#blog div#blog-right ul {
	margin: 16px 0 0 0;
}

div#blog div#blog-right ul li {
	padding: 9px 0 8px 16px;
	font-size: 1.4em;
	font-style: italic;
	color: #de4483;
	background-image: url("../images/blog/dotted-underline.gif");
	background-repeat: repeat-x;
	background-position: bottom left;
}

div#blog div#blog-right ul.archive li {
	font-style: normal;
}

div#blog div#blog-right ul li:last-child {
	background-image: none;
}

div#blog div#blog-right ul.archive li:last-child {
	background-image: url("../images/blog/dotted-underline.gif");
}

div#blog div#blog-right ul li a {
	color: #707070;
	text-decoration: none;
}

div#blog div#blog-right ul li a:hover {
	color: #de4483;
}

div#blog div#blog-right ol li {
	display: inline;
	margin: 0 0 0 12px;
}

div#blog div#blog-right div#twitter_update_list {
	min-height: 220px;
}

div#blog div#blog-right div#twitter_update_list li {
	list-style-type: none;
	padding: 14px 0 0 0;
	font-size: 1.8em;
	color: #444;
	line-height: 26px;
}

div#blog div#blog-right div#twitter_update_list li a {
	font-style: italic;
	text-decoration: none;
}

div#blog div#blog-right div#twitter_update_list li a:hover {
	text-decoration: underline;
}

div#blog div#blog-right form {
	padding: 0 0 30px 0;
}

div#blog div#blog-right form fieldset legend {
	display: none;
}

div#blog div#blog-right form fieldset label {
	display: none;
}

div#blog div#blog-right form fieldset input {
	width: 198px;
	border: 0;
	padding: 7px 4px 7px 44px;
	font-size: 1.8em;
	color: #444;
	background-image: url("../images/blog/search-input.gif");
	background-repeat: no-repeat;
	background-color: #efefef;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 150px;
}

div#blog div#blog-right form fieldset input#submit {
	position: absolute;
	width: 32px;
	height: 35px;
	margin: 0 0 0 -198px;
	padding: 0;
	color: transparent;
	background-image: none;
	background-color: transparent;
	opacity: 0;
	cursor: pointer;
}

/* About */
div#about {
	clear: both;
	width: 970px;
	min-height: 900px;
	margin: 0 auto 0 auto;
	padding: 250px 0 0 0;
	text-align: left;
}

div#about h2 {
	margin: 0 0 34px 0;
	border-bottom: #e6e6e6 1px solid;
	padding: 0 0 24px 0;
	font-size: 3.2em;
	font-style: italic;
	color: #2b2b2b;
}

div#about div#background {
	clear: both;
	float: left;
	width: 522px;
	padding: 0 56px 60px 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 466px;
}

div#about div#background p {
	padding: 0 0 28px 0;
	font-size: 1.4em;
	line-height: 22px;
}

div#about div#background p.first {
	font-size: 2.6em;
	line-height: 34px;
}

div#about div#team {
	float: left;
	width: 448px;
	padding: 0 0 60px 0;
}

div#about div#team dl {
	float: left;
	width: 218px;
	margin: 0 12px 12px 0;
}

div#about div#team dl.right {
	margin: 0 0 12px 0;
}

div#about div#team dl dt {
	position: absolute;
	margin: -46px 0 0 0;
	padding: 8px 10px 8px 10px;
	font-size: 1.1em;
	font-style: italic;
	color: #fff;
	background-color: #000;
}

div#about div#panels {
	clear: both;
	width: 970px;
	padding: 0 0 80px 0;
}

div#about div#panels h3 {
	float: left;
	width: 269px;
	min-height: 230px;
	margin: 0 5px 0 0;
	padding: 35px 32px 0 32px;
	font-size: 3.6em;
	font-style: italic;
	color: #000;
	background-color: #f3f3f3;
	line-height: 46px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 205px;
}

div#about div#panels dl {
	float: left;
	width: 318px;
	min-height: 237px;
	margin: 0 8px 0 0;
	padding: 24px 12px 0 28px;
	background-color: #f3f3f3;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 278px;
}

div#about div#panels dl.right {
	margin: 0;
}

div#about div#panels dl dt {
	padding: 0 0 14px 0;
	font-size: 2.8em;
	font-style: italic;
	color: #de4483;
	line-height: 34px;
}

div#about div#panels dl dd {
	font-size: 1.4em;
	line-height: 24px;
}

div#about div#clients {
	clear: both;
	float: left;
	width: 538px;
	padding: 0 73px 40px 0;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 465px;
}

div#about div#clients h4 {
	padding: 0 0 30px 0;
	font-size: 2.6em;
	font-style: italic;
	color: #2b2b2b;
	line-height: 34px;
}

div#about div#clients ul {
	float: left;
	padding: 0 50px 0 0;
}

div#about div#clients ul.last {
	padding: 0;
}

div#about div#clients ul li {
	padding: 0 0 12px 0;
	font-size: 1.2em;
}

div#about div#clients ul.logos {
	padding: 0;
}

div#about div#clients ul.logos li {
	float: left;
	padding: 0;
	margin: 0 15px 15px 0;
}

div#about div#clients ul.logos li:nth-child(3n) {
	margin: 0 0 15px 0;
}

div#about div#awards {
	float: left;
	width: 432px;
	margin: 0 0 40px 0;
	padding: 30px 30px 30px 30px;
	background-color: #2b2b2b;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 372px;
}

div#about div#awards h4 {
	padding: 0 0 30px 0;
	font-size: 2.6em;
	font-style: italic;
	color: #fff;
	line-height: 34px;
}

div#about div#awards dl {
	padding: 0 0 35px 105px;
	background-repeat: no-repeat;
}

div#about div#awards dl.gs {
	background-image: url("../images/about/awards/golden-spiders.gif");
}

div#about div#awards dl.iwa {
	background-image: url("../images/about/awards/irish-web-awards.gif");
}

div#about div#awards dl.iia {
	background-image: url("../images/about/awards/iia-net-visionary.gif");
}

div#about div#awards dl dt {
	padding: 0 0 9px 0;
	font-size: 2.3em;
	color: #fff;
}

div#about div#awards dl dd {
	padding: 0 0 9px 0;
	font-size: 1.4em;
	color: #fff;
}

div#about div#awards dl dd a {
	color: #fff;
	text-decoration: none;
}

div#about div#awards dl dd a:hover {
	color: #de4483;
	text-decoration: underline;
}

/* Contact */
div#map-wrapper {
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 111px;
	margin: -5px 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
	background-image: url("../images/tiles/gradient.png");
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: #2a2a2a;
}

div#map-wrapper div#map {
	position: absolute;
	width: 100%;
	height: 387px;
}

div#map-wrapper div#overlay {
	position: absolute;
	width: 100%;
	height: 387px;
	background-image: url("../images/contact/map-overlay.png");
	background-position: top center;
}

div#contact {
	clear: both;
	width: 970px;
	margin: 0 auto 0 auto;
	padding: 540px 0 0 0;
	text-align: left;
}

div#contact h1 {
	border-bottom: #e6e6e6 1px solid;
	padding: 0 0 22px 0;
	font-size: 3.2em;
	font-style: italic;
	color: #2b2b2b;
}

div#contact h2 a {
	color: #2b2b2b;
	text-decoration: none;
}

div#contact h2 a:hover {
	color: #de4483;
}

div#contact div#contact-left {
	clear: both;
	float: left;
	width: 462px;
}

div#contact div#contact-left p {
	padding: 28px 0 0 0;
	font-size: 2.6em;
	line-height: 34px;
}

div#contact div#contact-left small {
	display: block;
	padding: 30px 0 0 0;
	font-size: 1.6em;
	font-style: italic;
	color: #de4483;
	line-height: 20px;
}

div#contact div#contact-left form {
	padding: 30px 0 0 0;
}

div#contact div#contact-left form fieldset ol li {
	clear: both;
	display: block;
	width: 462px;
	padding: 0 0 20px 0;
}

div#contact div#contact-left form fieldset ol li input:last-child {
	float: right;
}

div#contact div#contact-left form fieldset label {
	display: none;
}

div#contact div#contact-left form fieldset input {
	width: 200px;
	border: #dbdbdb 1px solid;
	padding: 6px 6px 6px 6px;
	font-size: 1.4em;
	color: #444;
}

div#contact div#contact-left form fieldset input#submit {
	width: auto;
	border: 0;
	padding: 0;
}

div#contact div#contact-left form fieldset textarea {
	width: 448px;
	border: #dbdbdb 1px solid;
	padding: 6px 6px 6px 6px;
	font-size: 1.4em;
	color: #444;
}

div#contact div#contact-right {
	float: left;
	width: 508px;
	padding: 0 0 0 50px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 458px;
}

div#contact div#contact-right h1 {
	margin: 0 0 28px 0;
}

div#contact div#contact-right h2 {
	padding: 40px 0 0 0;
	font-size: 2.5em;
	font-style: italic;
	color: #2b2b2b;
}

div#contact div#contact-right p {
	padding: 28px 20px 0 0;
	font-size: 1.6em;
	line-height: 30px;
}

div#contact div#contact-right p a {
	font-style: italic;
}

div#contact div#contact-right address {
	display: inline;
}

div#contact div#contact-right dl {
	display: block;
	padding: 0 0 16px 0;
}

div#contact div#contact-right dl dt {
	display: inline;
	padding: 0 8px 0 0;
	font-size: 1.4em;
	font-style: italic;
}

div#contact div#contact-right dl dd {
	display: inline;
	font-size: 1.4em;
}

div#contact div#contact-right dl a {
	font-style: italic;
}

/* Careers */
div#careers {
	clear: both;
	width: 970px;
	margin: 0 auto 0 auto;
	text-align: left;
}

div#careers h3 {
	padding: 8px 0 8px 0;
	font-size: 1.6em;
	color: #000;
}

div#careers p {
	padding: 0 0 18px 0;
	font-size: 1.3em;
	line-height: 18px;
}

div#careers ul {
	padding: 0 0 16px 12px;
}

div#careers ul li {
	padding: 0 0 12px 18px;
	font-size: 1.3em;
	background-image: url("../images/bullets/tick.gif");
	background-repeat: no-repeat;
}

div#careers dl {
	display: block;
	padding: 0 0 14px 0;
}

div#careers dl dt {
	display: inline;
	padding: 0 8px 0 0;
	font-size: 1.6em;
	color: #000;
}

div#careers dl.title dt {
	font-size: 2em;
}

div#careers dl dd {
	display: inline;
	font-size: 1.6em;
	color: #de4483;
}

div#careers dl.title dd {
	font-size: 2em;
}

/* Sitemap */
div#sitemap {
	clear: both;
	width: 970px;
	margin: 0 auto 0 auto;
	padding: 250px 0 0 0;
	text-align: left;
}

div#sitemap ul {
	float: left;
	padding: 0 100px 0 0;
	list-style-type: disc;
}

div#sitemap ul li {
	padding: 0 0 18px 0;
	font-size: 1.4em;
}

div#sitemap ul li ul {
	float: none;
	padding: 8px 0 0 12px;
}

div#sitemap ul li ul li {
	padding: 0 0 10px 0;
	font-size: 0.9em;
}

div#sitemap ul li a {
	color: #676767;
	text-decoration: none;
}

div#sitemap ul li a:hover {
	text-decoration: underline;
}

/* Proposal planner */
div#planner {
	clear: both;
	display: block;
	margin: 44px 0 0 0;
	padding: 26px 26px 36px 26px;
	background-color: #2b2b2b;
}

div#planner dl dt {
	padding: 0 0 16px 0;
	font-size: 3.4em;
	font-style: italic;
	color: #fff;
}

div#planner dl dd {
	font-size: 1.6em;
	color: #fff;
	line-height: 28px;
}

div#planner a {
	font-style: italic;
	text-decoration: none;
}

div#planner a:hover {
	text-decoration: underline;
}

div#planner img {
	position: absolute;
	margin: -31px 0 0 603px;
}

/* Newsletter */
div#newsletter-wrapper {
	clear: both;
	width: 100%;
	margin: 64px 0 0 0;
	border-top: #e6e6e6 1px solid;
	text-align: center;
}

div#newsletter-wrapper div#newsletter {
	width: 970px;
	min-height: 38px;
	margin: 0 auto 0 auto;
	padding: 32px 0 32px 0;
	text-align: left;
}

div#newsletter-wrapper div#newsletter p {
	display: block;
	padding: 12px 0 0 0;
	font-size: 1.8em;
	font-style: italic;
	color: #de4483;
	text-align: center;
}

div#newsletter-wrapper div#newsletter form fieldset legend {
	float: left;
	margin: 7px 30px 0 0;
	font-size: 1.8em;
	font-style: italic;
	color: #909090;
}

div#newsletter-wrapper div#newsletter form fieldset label {
	display: none;
}

div#newsletter-wrapper div#newsletter form fieldset input {
	float: left;
	width: 12em;
	margin: 0 14px 0 0;
	border: #dbdbdb 1px solid;
	padding: 8px 0 8px 10px;
	font-size: 1.4em;
	color: #444;
}

div#newsletter-wrapper div#newsletter form fieldset input[type=image] {
	width: auto;
	border: 0;
	padding: 1px 0 0 0;
}

/* Footer */
div#footer-wrapper {
	clear: both;
	width: 100%;
	padding: 52px 0 52px 0;
	text-align: center;
	background-color: #f2f2f2;
}

div#footer-wrapper div#footer {
	width: 970px;
	margin: 0 auto 0 auto;
	text-align: left;
}

div#footer-wrapper div#footer div#footer-left {
	float: left;
}

div#footer-wrapper div#footer div#footer-right {
	float: right;
	text-align: right;
}

div#footer-wrapper div#footer a {
	font-style: italic;
	text-decoration: none;
}

div#footer-wrapper div#footer a:hover {
	text-decoration: underline;
}

div#footer-wrapper div#footer address {
	font-size: 1.2em;
	line-height: 22px;
}

div#footer-wrapper div#footer p {
	padding: 12px 0 0 0;
	font-size: 1.2em;
}

div#footer-wrapper div#footer ul {
	padding: 0 0 12px 0;
}

div#footer-wrapper div#footer ul li {
	display: inline;
	padding: 0 10px 0 0;
	font-size: 1.2em;
	background-image: url("../images/bullets/footer.gif");
	background-repeat: no-repeat;
	background-position: center right;
}

div#footer-wrapper div#footer ul li:last-child {
	padding: 0;
	background-image: none;
}

div#footer-wrapper div#footer dl {
	padding: 0 0 0 0;
}

div#footer-wrapper div#footer dl dt {
	display: inline;
	font-size: 1.2em;
}

div#footer-wrapper div#footer dl dd {
	display: inline;
	padding: 0 10px 0 0;
	font-size: 1.2em;
	background-image: url("../images/bullets/footer.gif");
	background-repeat: no-repeat;
	background-position: center right;
}

div#footer-wrapper div#footer dl dd.last {
	padding: 0;
	background-image: none;
}

div#footer-wrapper div#footer img {
	float: left;
	margin: 0 44px 0 0;
}

/* Error pages */
div#error-page {
	clear: both;
	width: 970px;
	min-height: 300px;
	margin: 0 auto 0 auto;
	padding: 250px 0 0 0;
	text-align: left;
}

div#error-page p {
	font-size: 1.4em;
}