/**
 * Copyright (c) 2012, vernon adams (vern@newtypography.co.uk), with Reserved Font Names 'Oxygen'
 * This Font Software is licensed under the SIL Open Font License, Version 1.1. 
 */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 26, 2013 */
@font-face {
  font-family: 'oxygenbold';
  src: url("fonts/oxygen-bold-webfont.eot");
  src: url("fonts/oxygen-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/oxygen-bold-webfont.woff") format("woff"), url("fonts/oxygen-bold-webfont.ttf") format("truetype"), url("fonts/oxygen-bold-webfont.svg#oxygenbold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'oxygenlight';
  src: url("fonts/oxygen-light-webfont.eot");
  src: url("fonts/oxygen-light-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/oxygen-light-webfont.woff") format("woff"), url("fonts/oxygen-light-webfont.ttf") format("truetype"), url("fonts/oxygen-light-webfont.svg#oxygenlight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'oxygenregular';
  src: url("fonts/oxygen-regular-webfont.eot");
  src: url("fonts/oxygen-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/oxygen-regular-webfont.woff") format("woff"), url("fonts/oxygen-regular-webfont.ttf") format("truetype"), url("fonts/oxygen-regular-webfont.svg#oxygenregular") format("svg");
  font-weight: normal;
  font-style: normal; }

* {
  box-sizing: border-box; }

/**
 *   utility classes
 */
.rightAligned {
  margin-left: auto !important; }

.title {
  color: #272727; }

/**
 *   Basic application styles
 */
html {
  height: 100%; }

body, #AppView {
  min-height: 100%; }

body {
  background-color: #171717;
  color: #505050;
  font: 18px 'oxygenregular', Verdana, Geneva, Arial, Helvetica, sans-serif;
  position: relative; }

#AppView {
  background-color: whitesmoke; }

p {
  line-height: 1.4em;
  margin: 0.4em 0; }

a {
  color: #c1074b;
  text-transform: uppercase; }

article li {
  list-style-image: url(images/icons/bullet.png);
  list-style-position: outside;
  margin-left: 14px; }

.wrapper {
  margin: 0 10px;
  width: auto; }

#top {
  margin-bottom: 40px;
  position: relative; }
  #top nav {
    margin: 0 auto;
    padding-bottom: 0.4em;
    text-align: right; }
    #top nav p {
      line-height: 1.1em;
      text-transform: uppercase; }
      #top nav p a {
        color: white; }
        #top nav p a:hover, #top nav p a:active {
          color: #c1074b; }
      #top nav p.selected a {
        color: #c1074b; }

.logo {
  background: red url(images/logo_tag_s.png) no-repeat center bottom;
  background-size: contain;
  bottom: -0.4em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin-left: 0;
  overflow: hidden;
  position: absolute;
  text-indent: -1000px;
  top: -0.4em;
  width: 82px; }

#top, footer {
  background-color: #171717; }

footer {
  color: #e3e3e3;
  font-size: 13px;
  height: 80px;
  padding-top: 20px; }

/**
 *   Personal Page
 */
.personalPage {
  padding-bottom: 50px; }
  .personalPage article {
    margin-top: 40px; }
    .personalPage article:first-child {
      margin-top: 0; }
    .personalPage article > header {
      text-transform: uppercase; }
    .personalPage article > header, .personalPage article > section, .personalPage article li {
      margin-bottom: 15px; }

/**
 *  Grid Page
 */
.grid {
  margin: 50px auto 0;
  padding-bottom: 50px; }
  .grid > header {
    height: 0;
    overflow: hidden;
    text-indent: -1000px; }
  .grid article {
    display: inline-block;
    margin: 20px 0 0;
    min-height: 158px;
    position: relative;
    vertical-align: top;
    width: 100%; }
    .grid article img {
      height: auto;
      width: 100%; }
    .grid article:first-child {
      margin-top: 0; }
    .grid article h4 {
      background: #c1074b;
      bottom: 0;
      color: white;
      padding: 5px;
      position: absolute;
      text-align: center;
      width: 100%; }
    .grid article .details {
      display: none; }

/**
 * Item Page
 */
.genericItemPage nav {
  color: #c1074b;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: right;
  text-transform: uppercase; }
  .genericItemPage nav a {
    margin-left: 30px; }
    .genericItemPage nav a:first-child {
      float: left;
      margin-left: 0; }
.genericItemPage .info, .genericItemPage .images {
  display: inline-block;
  vertical-align: top; }
.genericItemPage .images {
  width: 100%; }
  .genericItemPage .images img {
    margin-bottom: 10px;
    width: 100%; }
.genericItemPage h3 {
  margin: 5px 0;
  text-transform: uppercase; }
.genericItemPage .client, .genericItemPage .project {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
  margin: 5px 0; }
.genericItemPage .description {
  margin-top: 20px; }

/*
 * Contact Page
 */
.contactPage {
  padding-bottom: 50px; }
  .contactPage h3 {
    text-transform: uppercase; }
  .contactPage form {
    line-height: 40px;
    margin-top: 40px; }
    .contactPage form .inputWrapper {
      border: 1px solid #e3e3e3; }
    .contactPage form .buttonWrapper {
      margin: 10px 0; }
    .contactPage form textarea,
    .contactPage form input[type=text] {
      border: none;
      border-top: 1px solid #f2f2f2;
      display: block;
      line-height: 40px;
      vertical-align: top;
      width: 100%; }
    .contactPage form textarea {
      height: 160px; }
    .contactPage form label {
      display: block; }
    .contactPage form button {
      background: transparent;
      border: 1px solid #c1074b;
      color: #c1074b;
      display: block;
      font-size: inherit;
      margin: 0;
      padding: 10px;
      text-transform: uppercase;
      width: 100%; }
      .contactPage form button:hover {
        background-color: #c1074b;
        color: white; }
  .contactPage .contactLink {
    background-color: transparent;
    background-position: left center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    margin-bottom: 20px;
    margin-left: 40px; }
    .contactPage .contactLink .contactLinkTitle {
      color: #c1074b;
      margin-right: 5px;
      text-transform: capitalize; }
  .contactPage.noContactForm .contactLink {
    display: block; }
  .contactPage .linkedinContactLink {
    background-image: url(images/icons/linkedin_solid.png);
    padding-left: 50px; }
  .contactPage .twitterContactLink {
    background-image: url(images/icons/twitter_solid.png);
    padding-left: 50px; }

/**
 *  JavaScript flavours menu
 */
.flavours {
  background: #171717 url("images/icons/flavours.png") right 10px no-repeat;
  background-size: 50px auto;
  border-radius: 5px 0 0 0;
  bottom: 0;
  max-height: 60px;
  overflow: hidden;
  padding: 60px 10px 10px 10px;
  position: absolute;
  right: 0;
  -moz-transition: max-height 0.5s ease-out;
  -webkit-transition: max-height 0.5s ease-out;
  transition: max-height 0.5s ease-out; }
  .flavours.clicked {
    max-height: 200px;
    overflow: visible; }
  .flavours a {
    color: white; }
    .flavours a:hover, .flavours a:active {
      color: #c1074b; }
