@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	margin: 0;
}
#page #header #logo {
	background-image: url(../img/small_spark_logo.jpg);
	float: right;
	height: 85px;
	width: 86px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

html, body, div, span, object, iframe, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

h1 {
    font-size: 2em;
    line-height: 1.1em;
  }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
/*  Typography presets */

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
 
table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

body {
  font-size: 1em;
  font-family: 'Poppins', sans-serif;
  line-height: 1.7em;
  *font-size: small;
}
</style>
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

body, select, textarea {
  color: black;
  background-image: url(../img/bg_tile.jpg);
  
}

input {
  color: white;
  background-image: url(../img/bg_tile.jpg);
  
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
/*  LINK HOVER ON/OFF COLOURS */
a, a:active, a:visited {
  color: black;
  text-decoration: none;
}

a:hover {
  color: #37a1d1;
  text-decoration: underline;
}

.interzone a, .interzone a:active, .interzone a:visited, .interzone a:hover {
  color: #37a1d1;
}

ul, ol {
  margin-left: 1.8em;
  margin-bottom: 1.5em;
}

ol {
  list-style-type: decimal;
}

td, td img {
  vertical-align: top;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  bottom: -0.25em;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  top: -0.5em;
}

a:hover, a:active {
  outline: none;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px;
}

label, input[type="button"], input[type="submit"], input[type="image"], button {
  cursor: pointer;
}

::-moz-selection {
  background: #ff5e99;
  color: black;
  text-shadow: none;
}

::selection {
  background: #d82e2e;
  color: black;
  text-shadow: none;
}

a:link {
  -webkit-tap-highlight-color: #d82e2e;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

.ie6 legend, .ie7 legend {
  margin-left: -7px;
}

#page {
  background: white;
  z-index: 5;
  position: relative;
}

.ir {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  direction: ltr;
  background-repeat: no-repeat;
}

.hidden {
  display: none;
  visibility: hidden;
}
/*  Typography presets*/

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  a, a:visited {
    color: #444 !important;
    text-decoration: none;
  }
/*  Typography presets*/

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }
}
/*  Less Framework 2, version 2.0
 *  by Joni Korpi
 *  -----------------------------
 *  http://lessframework.com */
/*  Default 5-column, 768 px layout for iPads (portrait), netbooks, and IE
 *  (All other layouts inherit styles from this layout)
 *  -----------------------------------------------------------
 *  1      2      3      4      5
 *  120px  264px  408px  552px  696px   (24px gutters) */
body {
	text-align: left;
}

#page {
	width: 696px;
	text-align: left;
	overflow: hidden;
  *zoom: 1;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 24px;
	padding-right: 36px;
	padding-bottom: 0;
	padding-left: 36px;
}
#page:after {
  content: "";
  display: table;
  clear: both;
}
#page #header {
  *zoom: 1;
}
#page #header:after {
  content: "";
  display: table;
  clear: both;
}
#page #main-feature {
  width: 696px;
  height: 357px;
}
#page .large {
  font-size: 1.3em;
}

/*  Typography presets*/

#page .col3 {
  margin-bottom: 24px;
  width: 100%;
  *zoom: 1;
}
#page .col3:after {
  content: "";
  display: table;
  clear: both;
}
#page .col3 .col {
  display: inline;
  float: left;
  width: 216px;
  margin-left: 24px;
}
#page .col3 .col p {
  width: 100%;
}
#page .col3 .col.first {
  margin-left: 0;
  clear: both;
}
#page .col3 .col.double {
  width: 456px;
}
#page .projects {
  width: 732px;
}
#page .projects li {
  width: 216px;
}
#page .projects li.show-all {
  height: 182px;
  width: 228px;
}

#page .tiles {
  width: 732px;
}
#page .tiles article {
  width: 335px;
}
#page .tiles article img {
  width: 100%;
}
#page .tiles article:nth-child(2n+2) {
  clear: left;
}
#page .people {
  width: 732px;
}
#page .people li {
  width: 216px;
}
#page .people li .people-pic {
  height: 216px;
  background-color: #999999;
}
#page .posts article footer {
  width: 224px;
}
#page .posts article .main {
  width: 448px;
}
#page .twoUp figure, #page .threeUp figure, #page .fourUp figure {
  width: 100%;
  margin-left: 0;
}
/*important?*/
#page #header .meta.tags,
#page #header .meta.tags.expanded {
  margin-bottom: 0.75em;
  padding: 0;
}

#page #header .meta.person {
  clear: left;
}
#page article.jobs section {
  padding-bottom: 1em;
}
#page article.jobs section p {
  width: 100%;
}
#page article.jobs section .toggle_box h3 {
  border-top: 1px dotted #999999;
  padding-top: 24px;
  margin-top: 24px;
}
#page article.jobs section .toggle_box .meta a {
  padding: 0;
}

#page .divider {
  border-top: 1px dotted #999999;
  padding-top: 24px;
  margin-top: 24px;
}

/*  2-column, 320 px layout for smartphones (iPhone portrait)
 *  ---------------------------------------
 *  1      2
 *  120px  264px   (24px gutters) */
@media only screen and (max-width: 463px) {
  #page {
    padding: 24px 28px 0;
    width: 264px;
  }
  #page p,
  #page blockquote {
    width: auto;
  }
  #page p.pull,
  #page blockquote.pull {
    margin-left: 0;
  }
  #page .infobox {
    width: auto;
    margin-left: 4em;
  }
 
  #page #main-feature {
    width: 264px;
    height: 280px;
    clear: both;
  }
  #page #main-feature .label {
    width: 100%;
    padding: 0;
    padding-top: 24px;
    margin: 0;
    bottom: auto;
    top: 135px;
    left: auto;
    right: auto;
  }
  /*The following important? */
  #page #main-feature-nav nav.buttons {
    display: none;
  }
  #page #main-feature-nav nav.dots {
    display: none;
  }
  #page #main-feature-wrapper a.slide_next, #page #main-feature-wrapper a.slide_previous {
    display: block;
    top: 52px;
  }
 
  #page .huge, #page h1 {
    font-size: 2em;
    line-height: 1.1em;
  }
  #page .large {
    font-size: 1.8em;
  }
  #page .posts article footer, #page .posts article .main {
    width: 264px;
    clear: both;
    margin-right: none;
  }
  /*I ommitted all the way down to manifesto trigger */
  #page .col3 {
    margin-bottom: 0;
  }
  #page .col3 .col,
  #page .col3 .col.double {
    float: none;
    display: block;
    width: 100%;
    margin: 0 0 24px 0;
    border-top: 1px dotted #999999;
    padding-top: 24px;
  }
  #page .col3 .col.first {
    border: none;
    padding-top: 0;
  }
  
  #page a.submit {
    margin-top: 10px;
    display: inline-block;
  }
  #page #manifesto {
    display: none;
  }
  #page #manifesto-full {
    display: block;
  }
  #page #manifesto-full a.trigger {
    display: none;
  }
 
  #page .projects {
    width: 292px;
  }
  #page .projects li {
    width: 264px;
  }
  #page .projects li.show-all {
    height: 216px;
    width: 276px;
  }
  #page .tiles {
    width: 292px;
  }
  #page .tiles article {
    width: 264px;
    height: auto;
  }
  #page .profile .profile-pic {
    width: 100%;
    margin-bottom: 24px;
  }
  #page .profile .profile-info {
    width: auto;
    padding-left: 0;
  }
  #page .people {
    width: 100%;
  }
  #page .people li {
    width: 100%;
    margin: 0;
    padding: 6px 0 6px 0;
    border-top: 1px dotted #999999;
  }
  #page .people li .people-pic {
    width: 50px;
    vertical-align: middle;
    height: 50px;
    background-color: #999999;
  }
  /*all the way down to #page .posts footer .meta.date unimportant? */
  #page .people li .post-count {
    bottom: 10px;
  }
  #page .posts footer .meta.person {
    display: inline;
    float: left;
    width: auto;
    margin-right: 48px;
    line-height: 1.1em;
    margin: 0;
  }
  #page .posts footer .meta.person img {
    width: 20px;
    vertical-align: middle;
    padding: 0 0 5px 0;
  }
  #page .posts footer .meta.person a, #page .posts footer .meta.person a:hover {
    background: none;
    padding: 2px 0;
  }
  #page .posts footer .meta.person span {
    padding: 2px 5px;
  }
  #page .posts footer .meta.tags {
    display: none;
  }
  #page .posts footer .meta.date {
    margin-bottom: 12px;
  }
 
  #page .p-profile {
    *zoom: 1;
    padding-left: 0;
    margin-bottom: 60px;
  }
  #page .p-profile:after {
    content: "";
    display: table;
    clear: both;
  }
  #page .p-profile .profile-pic {
    float: none;
    width: 100%;
  }
  #page .p-profile .profile-info {
    display: inline;
    float: left;
    float: none;
    padding-left: 0;
  }
  #page .inlineTabs {
    float: none;
    margin-top: 0;
  }
  #page #header .toggle-background,
  #page #header .meta.tags {
    display: none;
  }
  
  #page #header .meta.person {
    margin-right: 0;
  }
  #page #header .meta.person .label {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    padding-left: 0;
  }

  nav ul li.locations {
    display: none;
  }
}
/*  3-column, 480 px layout for smartphones (iPhone landscape)
 *  ---------------------------------------
 *  1      2      3
 *  120px  264px  408px   (24px gutters) */
@media only screen and (min-width: 464px) and (max-width: 767px) {
  #page {
    padding: 24px 28px 0;
    width: 408px;
  }
  #page p,
  #page blockquote {
    width: auto;
  }
  #page p.pull,
  #page blockquote.pull {
    margin-left: 0;
  }
 
 #page .infobox {
    width: auto;
    margin-left: 2em;
  }
  
  #page #main-feature {
    width: 408px;
    height: 324px;
    clear: both;
  }
  #page #main-feature .label {
    width: 100%;
    padding: 0;
    padding-top: 24px;
    margin: 0;
    bottom: auto;
    top: 209px;
    left: auto;
    right: auto;
  }
  /* Re-instated main feature nav buttons*/
  #page #main-feature-nav nav.buttons {
    display: none;
  }
  #page #main-feature-nav nav.dots {
    display: none;
  }
  #page #main-feature-wrapper a.slide_next, #page #main-feature-wrapper a.slide_previous {
    display: block;
    top: 87px;
  }
 
  #page .large {
    font-size: 1.3em;
  }
  #page .posts article footer, #page .posts article .main {
    width: 408px;
    clear: both;
    margin-right: none;
  }
 
  #page .col3 {
    margin-bottom: 0;
  }
  #page .col3 .col,
  #page .col3 .col.double {
    float: none;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 24px 0;
    border-top: 1px dotted #999999;
    padding-top: 24px;
  }
  #page .col3 .col:first-child,
  #page .col3 .col.double:first-child {
    border: none;
    padding-top: 0;
  } 
  /*More mainfesto trigger ???*/
    #page #manifesto {
    display: none;
  }
  #page #manifesto-full {
    display: block;
  }
  #page #manifesto-full a.trigger {
    display: none;
  }
  
  #page .projects {
    width: 436px;
  }
  #page .projects li {
    width: 192px;
  }
  #page .projects li.show-all {
    height: 165px;
    width: 204px;
  }
  #page .tiles {
    width: 436px;
  }
  #page .tiles article {
    width: 412px;
    height: auto;
  }
  #page .people {
    width: 436px;
  }
  #page .people li {
    width: 192px;
  }
  #page .people li .people-pic {
    height: 192px;
    background-color: #999999;
  }
  #page .p-posts {
    width: 408px;
  }
  #page .p-profile {
    *zoom: 1;
    margin-bottom: 50px;
    padding-left: 0;
  }
  #page .p-profile:after {
    content: "";
    display: table;
    clear: both;
  }
  #page .p-profile .profile-pic {
    display: inline;
    float: left;
    width: 30%;
  }
  #page .p-profile .profile-info {
    display: inline;
    float: left;
    width: 60%;
    padding-left: 24px;
  }
  /* down to - page .posts footer .meta.date */
  #page .posts footer .meta.person,
  #page .posts footer .meta.tags {
    margin-bottom: 0.75em;
  }
  #page .posts footer .meta.person {
    display: inline;
    float: left;
    width: auto;
    margin-right: 48px;
    line-height: 1.1em;
    margin: 0;
  }
  #page .posts footer .meta.person img {
    width: 20px;
    vertical-align: middle;
    padding: 0 0 5px 0;
  }
  #page .posts footer .meta.person a, #page .posts footer .meta.person a:hover {
    background: none;
    padding: 2px 0;
  }
  #page .posts footer .meta.person span {
    padding: 2px 5px;
  }
  #page .posts footer .meta.date {
    margin-bottom: 12px;
  }
 
  #page .inlineTabs {
    float: none;
    margin-top: 0;
    clear: both;
    width: 100%;
    display: block;
  }
  #page #header .toggle-background {
    display: none;
  }

  nav ul li.locations {
    display: none;
  }
}
/*  6-column, 936 px layout for desktops and laptops (also: iPad landscape)
 *  ------------------------------------------------------------------------
 *  1      2      3      4      5      6
 *  120px  264px  408px  552px  696px  840px   (24px gutters) */
@media only screen and (min-width: 936px) {
  #page {
    padding: 24px 48px 0;
    width: 840px;
  }
  #page #main-feature {
    width: 840px;
    height: 431px;
  }
  /*More nav buttons ? */
  #page #main-feature-nav nav.buttons {
    display: block;
  }
  #page #main-feature-nav nav.dots {
    display: none;
  }
 
  #page .large {
    font-size: 1.6em;
  }
  /* two more lines of col 3 */
  #page .col3 .col {
    width: 264px;
  }
  #page .col3 .col.double {
    width: 552px;
  }
 
  #page .posts article footer {
    width: 272px;
  }
  #page .posts article .main {
    width: 544px;
  }
  #page .twoUp figure {
    width: 408px;
    margin-left: 24px;
  }
  #page .twoUp figure:first-child {
    margin-left: 0;
  }
  #page .threeUp figure {
    width: 264px;
    margin-left: 24px;
  }
  #page .threeUp figure:first-child {
    margin-left: 0;
  }
  #page .fourUp figure {
    width: 192px;
    margin-left: 24px;
  }
  #page .fourUp figure:first-child {
    margin-left: 0;
  }
  #page .projects {
    width: 884px;
  }
  #page .projects li {
    width: 264px;
  }
  #page .projects li.show-all {
    height: 216px;
    width: 276px;
  }
  #page .tiles {
    width: 884px;
  }
  #page .tiles article {
    width: 192px;
    height: auto;
  }
  #page .tiles article:nth-child(2n+2) {
    clear: none;
  }
  #page .tiles article:nth-child(4n+2) {
    clear: left;
  }
  #page .people {
    width: 884px;
  }
  #page .people li {
    width: 192px;
    height: auto;
  }
  #page .people li .people-pic {
    height: 192px;
    background-color: #999999;
  }
  #page .p-posts {
    width: 544px;
  }
  #page .p-profile {
    display: inline;
    float: right;
    width: 275px;
    padding-left: 20px;
  }
  #page .p-profile img {
    width: 100%;
  }
  #page .p-profile .profile-pic {
    float: none;
    width: 100%;
  }
  #page .p-profile .profile-info {
    float: none;
    width: auto;
    padding-left: 0;
  }
  /* down to jobs section, needed?*/
  #page #header .meta.tags,
  #page #header .meta.tags.expanded {
    margin-bottom: 0;
    padding: 0;
  }
  #page #header .meta.tags.expanded {
    padding-bottom: 0.75em;
  }
  #page #header .meta.person {
    clear: none;
  }
  #page article.jobs section p {
    width: 696px;
  }

  #footer .copyright {
    display: inline;
    float: right;
  }
  #footer ul {
    display: inline;
    float: left;
  }
  #footer ul.business {
    padding-left: 24px;
    border-left: 1px solid #999999;
  }
}
/*  8-column, 1224 px layout for desktops and laptops
 *  ------------------------------------------------------------------------
 *  1      2      3      4      5      6      7      8
 *  120px  264px  408px  552px  696px  840px  984px  1128px   (24px gutters) */
@media only screen and (min-width: 1224px) {
  #page {
    padding: 24px 48px 0;
    width: 1128px;
  }
  #page #main-feature {
    width: 1128px;
    height: 580px;
  }
  /* more main feature nav buttons*/
  #page #main-feature-nav nav.buttons {
    display: none;
  }
  #page #main-feature-nav nav.dots {
    display: table;
  }
  #page .col3 .col {
    width: 360px;
  }
  #page .col3 .col.double {
    width: 744px;
  }
  
  #page .posts article footer {
    width: 368px;
  }
  #page .posts article .main {
    width: 696px;
  }
  #page .posts article .main p {
    width: 696px;
  }
  #page .twoUp figure {
    width: 552px;
    margin-left: 24px;
  }
  #page .twoUp figure:first-child {
    margin-left: 0;
  }
  #page .threeUp figure {
    width: 360px;
    margin-left: 24px;
  }
  #page .threeUp figure:first-child {
    margin-left: 0;
  }
  #page .fourUp figure {
    width: 264px;
    margin-left: 24px;
  }
  #page .fourUp figure:first-child {
    margin-left: 0;
  }
  #page .projects {
    width: 1176px;
  }
  #page .projects li {
    width: 264px;
  }
  #page .tiles {
    width: 1176px;
  }
  #page .tiles article {
    width: 264px;
    height: auto;
  }
  #page .people {
    width: 1176px;
  }
  #page .people li {
    width: 168px;
    height: auto;
  }
  #page .people li .people-pic {
    height: 168px;
    background-color: #999999;
  }
  #page .p-posts {
    display: inline;
    float: left;
    width: 736px;
  }
  #page .p-profile {
    display: inline;
    float: right;
    width: 284px;
    padding-left: 107px;
  }
  #page .p-profile img {
    width: 100%;
  }
  #page .p-profile .profile-pic {
    float: none;
    width: 100%;
  }
  #page .p-profile .profile-info {
    float: none;
    width: auto;
    padding-left: 0;
  }
}
/*  12-column, 1824 px layout for gigantic screens   (24px gutters)
 *  ---------------------------------------------------------------------------------------
 *  1      2      3      4      5      6      7      8       9       10      11      12
 *  120px  264px  408px  552px  696px  840px  984px  1128px  1272px  1416px  1560px  1704px
 *
 *  @media only screen and (min-width: 1824px)
 *    #page
 *      padding: 96px 60px 0
 *      width: 1704px
 *
 *      #main-feature-nav
 *        nav.buttons
 *          display: none
 *        nav.dots
 *          display: table */
/*  Overrides for iPhone 4 and other high device-pixel-ratio devices
 *  ---------------------------------------------------------------- */
/*  Typography presets
 *  ------------------ */
.gigantic {
  font-size: 105px;
  line-height: 120px;
  letter-spacing: -2px;
  
}
/*  Title Font colour (old blue - #0284e8 red - #8e2d1b - new orange #f54d1e) presets
 *  ------------------ */
.huge, h1 {
  font-size: 2.53em;
  line-height: 1.1em;
  margin-bottom: 0.8em;
  text-transform: lowercase;
  font-weight: bold;
  color: black;
}
.huge span, h1 span {
  display: block;
  color: black;
}

.interzone .huge, .interzone h1 {
  color: #f54d1e;
}
.interzone .huge span, .interzone h1 span {
  color: black;
}
*/
.huge {
  text-transform: none;
  font-weight: normal;
  color: black;
  width: 72%;
  margin: 1.5em 0;
}

.large, h2 {
  font-size: 1.6em;
  line-height: 1.2em;
  font-weight: bold;
  margin-bottom: 0.6em;
}

.large {
  font-weight: normal;
  line-height: 1.2em;
  margin-bottom: 24px;
}

.big, h3 {
  font-size: 1em;
  line-height: 1.2em;
  font-weight: bold;
  margin-bottom: 0.6em;
}

h4 {
  font-size: 1em;
  line-height: 1.2em;
  margin-bottom: 0.6em;
}

.normal, body {
  font: 16px 1.5em  Poppins-Light, Arial, sans-serif;
  
}

.small, small {
  font-size: 13px;
  line-height: 18px;
}

p {
  line-height: 1.5em;
  margin-bottom: 0.75em;
  width: 696px;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

blockquote {
  margin-left: 15px;
  font-family: Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 1.3em;
  line-height: 1.2em;
  margin-bottom: 0.75em;
  width: 681px;
}

time {
  font-size: 0.733em;
}

.p-posts .meta.facebook {
  padding-bottom: 20px;
}

.posts footer {
  display: block;
  width: 100%;
}
.posts footer .meta.person {
  clear: both;
  text-indent: 0;
  display: block;
  margin: 0 0 24px 0;
  width: 100%;
  text-indent: 0;
  line-height: 1.1em;
}
.posts footer .meta.person img {
  width: 408px;
  padding: 0;
  vertical-align: bottom;
}

.posts footer .meta.tags {
  clear: both;
  margin-bottom: 24px;
}
.posts footer .meta.date {
  clear: both;
  color: #999999;
  white-space: nowrap;
}

.tiles {
  *zoom: 1;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: -6px;
}
.tiles:after {
  content: "";
  display: table;
  clear: both;
}
.tiles article {
  float: left;
  margin: 0 12px 12px 0;
  padding: 6px;
}
.tiles article img {
  width: auto;
}
.tiles article p,
.tiles article h3 {
  width: auto;
  line-height: 1.4em;
}
.tiles article:nth-child(4n+2) {
  clear: left;
}
.tiles article.no-image {
  font-size: 0.824em;
}
.tiles article.no-image .box {
  background-color: #ededed;
  font-size: 120%;
  padding: 12px;
}
/* generic horizontal link list */
ul.nav {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
}
ul.nav li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0px;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
ul.nav li:first-child, ul.nav li.first {
  padding-left: 0;
}
ul.nav li:last-child {
  padding-right: 0;
}
ul.nav li.last {
  padding-right: 0;
}
ul.nav li {
  margin-right: 24px;
  padding: 0;
}
ul.nav li a {
  color: black !important;
}

nav,
.interzone nav {
  text-transform: lowercase;
  font-family: Poppins, Arial, sans-serif;
}
nav a, nav a:visited, nav a:hover, nav a:active,
.interzone nav a,
.interzone nav a:visited,
.interzone nav a:hover,
.interzone nav a:active {
  color: black !important;
  height: 100%;
}
nav li.active a,
.interzone nav li.active a {
  text-decoration: none !important;
  color: #f54d1e !important;
  font-weight: bold;
}
nav ul,
.interzone nav ul {
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  *zoom: 1;
  margin: 0 0 24px 0;
  padding: 0;
}
nav ul li,
.interzone nav ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0px;
  white-space: nowrap;
  display: inline;
  float: left;
  padding-left: 4px;
  padding-right: 4px;
}
nav ul li:first-child, nav ul li.first,
.interzone nav ul li:first-child,
.interzone nav ul li.first {
  padding-left: 0;
}
nav ul li:last-child,
.interzone nav ul li:last-child {
  padding-right: 0;
}
nav ul li.last,
.interzone nav ul li.last {
  padding-right: 0;
}
nav ul li,
.interzone nav ul li {
  margin-right: 12px;
  padding: 0;
}

#footer {
  border-top: 1px dotted #999999;
  padding-top: 24px;
  margin: 0px 0;
  *zoom: 1;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.7em;
}
#footer:after {
  content: "";
  display: table;
  clear: both;
}
#footer .meta {
  font-size: 0.7em;
}
#footer .copyright {
  display: block;
  width: auto;
  padding-top: 2px;
}
#footer ul {
  margin-bottom: 12px;
}

article img {
  width: 100%;
  margin-bottom: 1em;
}

article figure {
  margin: 0 0 20px 0;
  padding: 0;
  display: block;
}
article figure img {
  margin-bottom: 0;
}
article .gallery {
  *zoom: 1;
  padding: 1em 0;
}
article .gallery:after {
  content: "";
  display: table;
  clear: both;
}
article .gallery + .gallery {
  padding-top: 0;
  margin-top: -1em;
}
article .gallery figure {
  float: left;
  width: 100%;
}
article .gallery figure img {
  width: 100%;
  line-height: 0px;
  font-size: 0px;
}

.twoUp figure {
  width: 49%;
  margin-left: 1%;
}
.twoUp figure:first-child {
  margin-left: 0%;
}

.threeUp figure {
  width: 33.3%;
}

.infobox {
	margin: 0 0 2em 4em;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	line-height: 1.1em;
	width: 25%;
	float: right;
	padding: 2em;
	background-color: #e8e8e8;
}

.infobox h4 {
  margin-bottom: 0.3em;
}

.infobox p {
  width: auto;
}

a.icon,
.icon {
	background-repeat: no-repeat;
	top: 20px;
}

.twitter {
  background-position: 0 -537px;
}

.newsflash {
  background-position: 0 -400px;
}

.icon.address {
	background-position: 0 -440px;
}

.icon.social {
	background-position: -597px;
}

#main-feature {
  margin-bottom: 48px;
  position: relative;
  display: block;
}
#main-feature article {
  position: absolute;
}
#main-feature article a {
  vertical-align: top;
}

#main-feature-nav {
  margin-top: -30px;
  margin-bottom: 18px;
}

#main-feature-wrapper {
  position: relative;
  overflow: visible;
  margin-bottom: 100px;
  margin-top: 30px;
}

.profile,
.p-profile {
  *zoom: 1;
	margin-bottom: 25px;
}
.profile:after,
.p-profile:after {
  content: "";
  display: table;
  clear: both;
}
.profile .profile-pic,
.p-profile .profile-pic {
  display: inline;
  float: left;
  width: 30%;
}
.profile .profile-info,
.p-profile .profile-info {
	display: inline;
	float: left;
	width: 50%;
	padding-left: 24px;
}

.p-profile {
  margin-bottom: 50px;
}
.p-profile img {
  width: 100%;
}

.profile-info div {
  margin-bottom: 12px;
}
.profile-info div.social div {
  margin-bottom: 0;
}

.social {
  *zoom: 1;
}
.social:after {
  content: "";
  display: table;
  clear: both;
}
.social dt {
  float: left;
  line-height: 1.5em;
  margin: 0 2px 5px 0;
  clear: left;
  color: #999999;
}
.social dd {
  line-height: 1.5em;
  margin: 0 2px 5px 0;
  width: auto;
  float: left;
}
.social dd a {
  color: #999999;
}
.social div.network:hover dt {
  color: black;
}
.social div.network:hover dd a {
  color: #37a1d1;
}

.interzone .social div.network:hover dd a {
  color: #62b445;
}

#twitter {
  margin-bottom: 0;
}
#twitter ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
#twitter ul li {
	background: #e8e8e8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
}
#twitter ul::after {
  border-color: #e8e8e8 transparent;
  border-style: solid;
  border-width: 10px 20px 0px 0px;
  content: "";
  display: block;
  height: 0px;
  margin: 0 0 0 30px;
  width: 0px;
}
/* created using responsive golden grid layout by Joni Korpi
 *  -----------------------------
 *  http://lessframework.com
  *  -----------------------------
 thanks also to Mr Grey and Mr Toobad for always being there to educate and uplift
  *  -----------------------------
  (aka 2 billion dread)
   *  -----------------------------
 http://www.mattgrey.com/
  *  -----------------------------
 http://johnnytoobad.com/
  *  -----------------------------
 */
