/* Reset
-------------------------------------------------------------- */
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Responsive Resets
-------------------------------------------------------------- */
@-o-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

html {
  overflow-y: auto; }

img,
audio,
video,
canvas {
  max-width: 100%; }

/* Clear Fix
-------------------------------------------------------------- */
.cf:before, .cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

.cf {
  zoom: 1; }

/* For IE 6/7 (trigger hasLayout) */
/* Body Style
-------------------------------------------------------------- */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

body {
  background: url(../images/background.png) white;
  font-size: 100%;
  line-height: 1.4;
  color: #555;
  font-family: "ff-tisa-web-pro", georgia, serif;
  border-top: 5px solid black; }

a {
  color: #18a3d6;
  text-decoration: none; }

a:hover {
  color: #1b6079;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

p {
  margin-bottom: .6em; }

em {
  font-style: italic; }

/* Container
-------------------------------------------------------------- */
.container {
  max-width: 940px;
  width: 92%;
  margin: 0 auto;
  position: relative; }

.wrapper {
  margin: 0 auto 2em;
  position: relative;
  height: auto!important;
  height: 100%; }

.row {
  clear: both; }

.push-top {
  padding-top: 1.5em; }

/* Header
-------------------------------------------------------------- */
.header-wrap {
  width: 100%;
  float: left;
  background: #18a3d6; }

h1 {
  width: 100%;
  text-align: center;
  margin: 1em auto 0.5em;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

h1:hover {
  opacity: .8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.border {
  border-bottom: 1px solid #999999; }

.light-border {
  border-bottom: 1px solid #cccccc; }

/* Grid Items
-------------------------------------------------------------- */
.full {
  width: 100%; }

.half {
  width: 50%; }

.third {
  width: 33.33333333333333%; }

.two-thirds {
  width: 66.66666666666667%; }

.one-fourth {
  width: 25%; }

.three-fourths {
  width: 75%; }

.left {
  float: left; }

.right {
  float: right; }

.none {
  float: none; }

.center {
  text-align: center; }

.padding {
  padding: .75em; }

.pad-left {
  padding-left: 2em; }

.pad-right {
  padding-right: 1em; }

.pad-bottom {
  padding-bottom: 1em; }

.pad-top {
  padding-top: 1em; }

.push-bottom {
  margin-bottom: 1.5em; }

@media screen and (max-width: 639px) {
  .full, .third, .half, .two-thirds, .one-fourt, .three-fourths {
    width: 100%; }

  .left, .right, .none {
    float: none; }

  .pad-left, .pad-right {
    padding: 1em 0 0 0; } }
/* Nav
-------------------------------------------------------------- */
nav {
  display: block; }

nav ul {
  width: 100%;
  position: relative;
  z-index: 10; }

nav ul li {
  float: left;
  font-family: "proxima-nova-extra-condensed", helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1.45em;
  text-align: center;
  letter-spacing: .08em; }

.contact {
  width: 30%; }

.notes, .about {
  width: 25%; }

.work {
  width: 20%; }

nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: black;
  padding: 0.25em 0.25em 0.15em; }

nav ul li a:hover {
  color: #18a3d6;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/* Index Page Content
-------------------------------------------------------------- */
.content {
  padding: 1em 0 2.5em 0; }

.development {
  display: none; }

/* Link buttons
-------------------------------------------------------------- */
.button {
  display: block;
  width: 100%;
  background: #18a3d6;
  color: white;
  text-transform: uppercase;
  font-family: "proxima-nova-extra-condensed", helvetica, sans-serif;
  text-align: center;
  letter-spacing: .08em;
  font-size: 1.5em;
  padding: 0.5em 0;
  margin-top: .5em; }

.button:hover {
  background: rgba(27, 96, 121, 0.8);
  color: white;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease; }

/* h2s
-------------------------------------------------------------- */
.hello {
  margin: 0.5rem 0 0;
  padding: 0.2rem 0 0.5rem;
  font-size: 1.5em;
  color: black;
  text-align: left; }

.notice {
  font-family: "proxima-nova-extra-condensed", helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 1.2em;
  width: 100%;
  margin: 1.5rem 0 0;
  border-bottom: 1px solid #999999; }

.page-title {
  font-size: 2.6em; }

/* work grid
-------------------------------------------------------------- */
.work-item {
  background: #fff;
  border-bottom: 1px solid #888888;
  text-align: center;
  position: relative;
  -webkit-transition: background 0.2s ease;
  -moz-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease; }

.work-item:hover {
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.work-item a {
  display: block;
  width: 100%;
  height: 100%; }

/* Index Page - Recent Notes
-------------------------------------------------------------- */
.latest-notes h3 {
  font-size: 1.5em;
  line-height: 1.7em;
  padding: 0;
  color: #555; }

.latest-notes a {
  display: block;
  width: 100%;
  height: 100%;
  color: #777; }

.latest-notes ul li {
  border-bottom: 1px solid #cccccc;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.latest-notes p {
  line-height: 1.5em;
  padding-bottom: .5em; }

.posted {
  line-height: 1.8em; }

.latest-notes ul li:hover {
  background: rgba(0, 0, 0, 0.05);
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease; }

.notes-link {
  color: #555;
  text-decoration: underline;
  display: block;
  float: right;
  padding: 1em; }

/* Footer
-------------------------------------------------------------- */
footer {
  border-top: 1px dashed #999999;
  padding: 1em 0;
  text-align: center; }

footer a {
  text-decoration: underline; }

footer a:hover {
  color: #18a3d6; }

footer p {
  font-size: 1em;
  color: #666; }

.twitter {
  background: url(../images/twitter-small.png) left center no-repeat;
  padding-left: 1.5em;
  margin-top: 1em; }

@media screen and (min-width: 481px) {
  footer p {
    float: left; }

  footer p {
    display: block;
    width: 55%;
    text-align: left; }

  .twitter {
    background: url(../images/twitter.png) left center no-repeat;
    color: #666;
    float: right;
    height: 1.5em;
    padding-left: 2em;
    margin-top: 0;
    margin-bottom: 2em;
    border: 0; } }
/* Notes Page
--------------------------------------------------------------- */
.notes-list li:first-of-type {
  border-top: 1px solid #cccccc; }

.notes-list h3 {
  font-size: 1.5em;
  line-height: 1.7em;
  padding: 0;
  color: #555; }

.notes-list a {
  display: block;
  width: 100%;
  height: 100%;
  color: #777; }

.notes-list ul li {
  border-bottom: 1px solid #cccccc;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.notes-list p {
  line-height: 1.5em;
  padding-bottom: .5em; }

.posted {
  line-height: 1.8em; }

.notes-list ul li:hover {
  background: rgba(0, 0, 0, 0.05);
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease; }

/*About Me Page
-------------------------------------------------------------- */
.about-page p {
  line-height: 1.5em;
  font-size: 1.1em;
  padding-bottom: .8em; }

.about-page img {
  text-align: center; }

.first {
  font-size: 1.7em!important;
  line-height: 1.2em;
  padding-bottom: .5em;
  color: #333; }

.subnotice {
  font-family: "proxima-nova-extra-condensed", helvetica, sans-serif;
  font-size: 1.6em;
  text-transform: uppercase;
  border-bottom: 1px solid #999999; }

@media screen and (min-width: 810px) {
  .about-page p {
    font-size: 1.2em; }

  .first {
    font-size: 2.2em!important;
    line-height: 1.1em!important; }

  .about-site p {
    font-size: 1.3em!important; } }
/*Work Page
-------------------------------------------------------------- */
.work-detail {
  text-align: center; }

.work-detail h2 {
  font-size: 2em; }

.work-info p {
  font-size: 1.1em;
  line-height: 1.5;
  padding-bottom: 1em; }

@media screen and (min-width: 640px) {
  .work-info p {
    font-size: 1.3em; } }
/* Media Query - Non Mobile
-------------------------------------------------------------- */
@media screen and (min-width: 640px) {
  body {
    font-size: 120%; }

  h1 {
    width: 10em;
    float: left;
    text-align: left; }

  nav {
    width: 60%;
    float: right; }

  nav ul {
    padding: 0; }

  nav ul li {
    font-size: 1.3em;
    padding: 0; }

  nav ul li a {
    padding: 1.8em 0; }

  .contact {
    width: 30%; }

  .notes, .about {
    width: 25%; }

  .work {
    width: 20%; }

  .work-item {
    width: 33.3333333333333333333%;
    border: 1px solid #999999;
    border-top: 0;
    float: left;
    background: rgba(255, 255, 255, 0) white;
    padding: 1em;
    position: relative;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
    transition: background 0.2s ease; }

  .work-item:hover {
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }

  .button {
    display: block;
    float: right;
    width: 10em;
    padding: 0.5em 0;
    margin-top: 1em;
    font-size: 1.1em; }

  .hello {
    font-size: 2.1em;
    text-align: left; }

  .development {
    display: block; }

  .page-title {
    font-size: 3em; } }
/* 810 nav
-------------------------------------------------------------- */
@media screen and (min-width: 817px) {
  h1 {
    width: 10em; }

  nav {
    width: 60%;
    float: right; }

  nav ul {
    padding: 0; }

  nav ul li {
    font-size: 1.3em;
    padding: 0; }

  nav ul li a {
    padding: 1.8em 0; } }
/* Form
-------------------------------------------------------------- */
form {
  font-size: 1.2em;
  font-family: "ff-tisa-web-pro", georgia, sans-serif; }

input[type="submit"] {
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  cursor: pointer; }

#name, #email {
  float: none;
  width: 100%;
  height: 2em;
  padding: .5em;
  font-family: "ff-tisa-web-pro", georgia, sans-serif;
  font-size: 1em; }

#message {
  float: none;
  width: 100%;
  height: 7rem;
  padding: .5em;
  font-family: "ff-tisa-web-pro", georgia, sans-serif;
  font-size: 1em; }

.block {
  width: 100%;
  text-align: left; }

.element * {
  padding: .5em;
  font-family: "ff-tisa-web-pro", georgia, sans-serif;
  font-size: 1em; }

.element label {
  display: block;
  width: 100%;
  padding: 1em 0 0.15em; }

.element input.text {
  float: none;
  width: 100%;
  height: 2em;
  padding: .5em;
  font-family: "ff-tisa-web-pro", georgia, sans-serif;
  font-size: 1em; }

.element .textarea {
  float: none;
  width: 100%;
  height: 7rem;
  padding: .5em;
  font-family: "ff-tisa-web-pro", georgia, sans-serif;
  font-size: 1em; }

.element .hightlight {
  border: 2px solid #9f1319;
  background: url(iconCaution.gif) no-repeat 2px; }

.element #submit {
  outline: 0;
  border: 0;
  -webkit-appearance: none;
  cursor: pointer;
  font-family: "proxima-nova-extra-condensed", helvetica, sans-serif;
  text-transform: uppercase; }

.loading {
  float: right;
  background: url(ajax-loader.gif) no-repeat 1px;
  height: 28px;
  width: 28px;
  display: none; }

.done {
  font-family: "ff-tisa-web-pro", georgia, sans-serif;
  font-size: 1em;
  display: none; }

@media screen and (min-width: 640px) {
  #req-field-desc {
    display: none; } }
