/*-----------------------------------------------------------------------------
Sam Brown - LESS Style Sheet

version:  5.1
date:     April 28, 2013
author:   Sam Brown
email:    sam@brown.tc
website:  http://sam.brown.tc
-----------------------------------------------------------------------------*/
/* =Global Reset
-----------------------------------------------------------------------------*/
* {
  font-size: 100.01%;
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
fieldset,
table,
ul,
ol {
  margin: 0 0 1em;
}
* a {
  position: relative;
}
/* Gets links displaying over a PNG background */
a {
  outline: none;
}
/* Gets rid of Firefoxs dotted borders */
a img {
  border: none;
}
/* Gets rid of IEs blue borders */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
q:before,
q:after {
  content: '';
}
article,
footer,
header,
nav,
section {
  display: block;
}
/* =Variables and Mixins
---------------------------------------------------------------------- */
/* Greys */
/* Brown tints */
/* Link Colours */
/* Default + Photo */
/* Article */
/* Note */
/* Link */
/* Quote */
/* Rant */
/* Font sizes */
/* Widths */
.smallText {
  color: #4d4d4d;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  padding: 25px 0;
  text-transform: uppercase;
}
.smallText a {
  color: #666666;
}
.smallText a:hover {
  color: #cccccc;
}
.smallText a:active {
  color: #ffffff;
}
.fade {
  -moz-transition-duration: .33s;
  -moz-transition-property: background, color;
  -webkit-transition-duration: .33s;
  -webkit-transition-property: background, color;
  transition-duration: .33s;
  transition-property: background, color;
}
/* =Base Elements
---------------------------------------------------------------------- */
a {
  color: #666666;
  text-decoration: none;
  -moz-transition-duration: .33s;
  -moz-transition-property: background, color;
  -webkit-transition-duration: .33s;
  -webkit-transition-property: background, color;
  transition-duration: .33s;
  transition-property: background, color;
}
a:hover {
  color: #cccccc;
  text-decoration: none;
}
a:active {
  color: #ffffff;
}
abbr,
acronym {
  border-bottom: dotted 1px #666;
  cursor: help;
  font-style: normal;
}
blockquote {
  border-left: 2px solid #404040;
  color: #ddd;
  font-style: italic;
  margin-left: 3%;
  padding-left: 4%;
}
body {
  background: #1a1817;
  color: #eee;
  font-size: 15px;
  font-family: proxima-nova, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 175%;
  -webkit-text-stroke: 1px transparent;
}
code,
var,
kbd {
  background: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.8);
  font-family: monaco, courier, monospace;
  font-size: 13px;
  padding: 2px;
}
del {
  color: rgba(255, 255, 255, 0.25);
}
img {
  border: 0;
}
small {
  font-size: 13px;
}
sup {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
}
ul,
ol {
  margin: 0 0 1em 20px;
  padding: 0;
}
/* =Layout
---------------------------------------------------------------------- */
#wrap {
  background: #272423;
  margin: 0 auto;
  max-width: 800px;
}
header {
  background: #201e1d;
  overflow: hidden;
  color: #4d4d4d;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  padding: 25px 0;
  text-transform: uppercase;
}
header a {
  color: #666666;
}
header a:hover {
  color: #cccccc;
}
header a:active {
  color: #ffffff;
}
header h1 {
  float: left;
  margin-left: 12.5%;
  margin-bottom: 0;
}
header nav {
  float: right;
  margin-right: 12.5%;
}
footer {
  background: #201e1d;
  border-top: 1px dashed #404040;
  overflow: hidden;
  color: #4d4d4d;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  padding: 25px 0;
  text-transform: uppercase;
}
footer a {
  color: #666666;
}
footer a:hover {
  color: #cccccc;
}
footer a:active {
  color: #ffffff;
}
footer p {
  float: left;
  margin-left: 12.5%;
  margin-bottom: 0;
}
footer nav {
  float: right;
  margin-right: 12.5%;
}
nav {
  float: right;
}
article {
  margin: 0 0 50px;
  /* Individual Page */

}
article h2 {
  font-size: 23px;
  margin: 0;
  max-width: 800px;
  text-transform: uppercase;
}
article h2 a {
  border-bottom: 1px dashed #404040;
  border-top: 1px dashed #404040;
  display: block;
  padding: 25px 12.5%;
  width: 75%;
}
article .content {
  margin: 0 auto;
  width: 75%;
}
article .content .metadata {
  overflow: hidden;
  color: #4d4d4d;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  padding: 25px 0;
  text-transform: uppercase;
}
article .content .metadata a {
  color: #666666;
}
article .content .metadata a:hover {
  color: #cccccc;
}
article .content .metadata a:active {
  color: #ffffff;
}
article .content .metadata .commentCount {
  float: right;
}
article .content .center {
  text-align: center;
}
article .content .left {
  text-align: left;
}
article .content .right {
  text-align: right;
}
article .content .image {
  background: rgba(0, 0, 0, 0.2);
  margin: 0 0 1em;
  padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
article .content .photonotes {
  color: #999;
  font-size: 13px;
  line-height: 133%;
  margin: -0.5em 0;
}
article .content #embedvid {
  background: #000;
  background: rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  padding: 5px 5px 0;
  width: 400px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
article.page {
  margin: 0;
}
/* Comments */
#comment {
  padding: 0 12.5%;
  /* Comment Errors */

  /* Comment Form */

}
#comment h3 {
  color: #666;
  font-size: 23px;
  text-transform: uppercase;
}
#comment h4 {
  color: #4d4d4d;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  padding: 25px 0;
  text-transform: uppercase;
  line-height: 15px;
  margin: 0 0 5px;
  padding: 0;
}
#comment h4 a {
  color: #666666;
}
#comment h4 a:hover {
  color: #cccccc;
}
#comment h4 a:active {
  color: #ffffff;
}
#comment h4 img {
  float: left;
  height: 15px;
  margin-right: 5px;
  width: 15px;
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  border-radius: 1px;
}
#comment .tweetLink {
  float: right;
  color: #4d4d4d;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  padding: 25px 0;
  text-transform: uppercase;
  line-height: 26px;
  padding: 0;
}
#comment .tweetLink a {
  color: #666666;
}
#comment .tweetLink a:hover {
  color: #cccccc;
}
#comment .tweetLink a:active {
  color: #ffffff;
}
#comment .comNum {
  float: right;
}
#comment .odd,
#comment .even {
  border-bottom: 1px dotted #404040;
  margin-bottom: 1.5em;
}
#comment .odd p,
#comment .even p {
  font-size: 13px;
}
#comment ul.comments_error {
  color: #eee;
  margin: 0 0 1em 20px;
}
#comment ul.comments_error li {
  color: #d93636;
}
#comment #comment-form {
  font-size: 13px;
  margin: 25px 0;
}
#comment #comment-form #name,
#comment #comment-form #email,
#comment #comment-form #web,
#comment #comment-form #message {
  background: #201e1d;
  border: none;
  border-bottom: 1px dashed #000;
  color: inherit;
  display: inline;
  padding: 6px;
  width: 30.5%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#comment #comment-form #name {
  width: 25%;
}
#comment #comment-form #email {
  width: 50%;
}
#comment #comment-form #web {
  width: 75%;
}
#comment #comment-form #message {
  font-family: inherit;
  margin: 0;
  width: 98%;
}
#comment #comment-form #name:focus,
#comment #comment-form #email:focus,
#comment #comment-form #web:focus,
#comment #comment-form #message:focus {
  background: #1a1817;
  outline: none;
}
#comment #comment-form span.check {
  float: right;
}
/* About */
#about {
  background: #201e1d;
  border-top: 1px dashed #404040;
  color: #4d4d4d;
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  padding: 15px 12.5%;
}
#about p {
  margin: 0;
}
/* Pagination */
#pagination {
  overflow: hidden;
  color: #4d4d4d;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  padding: 25px 0;
  text-transform: uppercase;
}
#pagination a {
  color: #666666;
}
#pagination a:hover {
  color: #cccccc;
}
#pagination a:active {
  color: #ffffff;
}
#pagination #prevPage {
  float: left;
  margin-left: 12.5%;
}
#pagination #nextPage {
  float: right;
  margin-right: 12.5%;
}
/* Code */
ol.code {
  font-family: monaco, courier, monospace;
  list-style-type: none;
  margin: 0;
  overflow: auto;
  padding: .75em 0;
}
ol.code code {
  background: none !important;
}
ol.code li {
  background: rgba(0, 0, 0, 0.1);
  margin: .25em 0 0 0;
  padding: .25em .5em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
ol.code li .code {
  color: #fff;
}
ol.code li .cmnt code {
  color: #666;
}
ol.code li .source {
  border-bottom: 1px solid #333;
  color: #666;
  font-family: "Lucida Grande", "Lucida Sans", Verdana, sans-serif;
  font-size: 11px;
  padding: 5px;
  text-align: center;
}
ol.code li .tab1 {
  padding-left: 20px;
}
ol.code li .tab2 {
  padding-left: 40px;
}
ol.code li .tab3 {
  padding-left: 60px;
}
ol.code li .tab4 {
  padding-left: 80px;
}
ol.code li .tab5 {
  padding-left: 100px;
}
ol.code li .tab6 {
  padding-left: 120px;
}
/* Search Results */
.searchResults {
  margin: 0 0 1em;
}
.searchResults h3 {
  margin: 0;
}
.searchResults .posted {
  color: #666666;
}
.search_input input[type=text] {
  background: #1a1817;
  border: 1px solid #000;
  color: inherit;
  font: inherit;
  outline: none;
  padding: 5px;
  margin-top: -20px;
  width: 50%;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.search_input input[type=text]:focus {
  background: #201e1d;
  border: 1px solid #1a1817;
}
/* Archive */
.aa dt {
  font-weight: bold;
  margin-top: 50px;
}
/* =Colours
---------------------------------------------------------------------- */
/* Colour Template */
.template h2 a {
  background: #272423;
  color: #666666;
}
.template h2 a:hover {
  background: #666666;
  color: #272423;
}
.template a {
  color: #666666;
  -webkit-tap-highlight-color: #666666;
}
.template a:hover {
  color: #fff;
}
/* Blue */
.Article h2 a {
  background: #272423;
  color: #36a3d9;
}
.Article h2 a:hover {
  background: #36a3d9;
  color: #272423;
}
.Article a {
  color: #36a3d9;
  -webkit-tap-highlight-color: #36a3d9;
}
.Article a:hover {
  color: #fff;
}
/* Orange */
.Notes h2 a {
  background: #272423;
  color: #d99536;
}
.Notes h2 a:hover {
  background: #d99536;
  color: #272423;
}
.Notes a {
  color: #d99536;
  -webkit-tap-highlight-color: #d99536;
}
.Notes a:hover {
  color: #fff;
}
/* Green */
.Link h2 a {
  background: #272423;
  color: #30bf3c;
}
.Link h2 a:hover {
  background: #30bf3c;
  color: #272423;
}
.Link a {
  color: #30bf3c;
  -webkit-tap-highlight-color: #30bf3c;
}
.Link a:hover {
  color: #fff;
}
/* Purple */
.Quote h2 a {
  background: #272423;
  color: #a336d9;
}
.Quote h2 a:hover {
  background: #a336d9;
  color: #272423;
}
.Quote a {
  color: #a336d9;
  -webkit-tap-highlight-color: #a336d9;
}
.Quote a:hover {
  color: #fff;
}
/* Red */
.Rant h2 a {
  background: #272423;
  color: #d93636;
}
.Rant h2 a:hover {
  background: #d93636;
  color: #272423;
}
.Rant a {
  color: #d93636;
  -webkit-tap-highlight-color: #d93636;
}
.Rant a:hover {
  color: #fff;
}
/* Grey */
.Photo h2 a {
  background: #272423;
  color: #666666;
}
.Photo h2 a:hover {
  background: #666666;
  color: #272423;
}
.Photo a {
  color: #666666;
  -webkit-tap-highlight-color: #666666;
}
.Photo a:hover {
  color: #fff;
}
/* =Responsiveness
---------------------------------------------------------------------- */
@media screen and (max-width: 800px) {
  .content img {
    height: inherit;
    max-width: 100%;
  }
  .content iframe {
    height: inherit;
    max-width: 100%;
  }
  #comment {
    padding: 0 12.5%;
  }
  #comment #comment-form #web {
    width: 65%;
  }
  #comment .check {
    display: block;
    float: none !important;
    margin: 0 0 1em;
  }
  #comment #txpCommentHelpLink {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  body {
    font-size: 13px;
  }
  header h1 {
    margin-left: 5%;
  }
  header nav {
    margin-right: 5%;
  }
  footer p {
    margin-left: 5%;
  }
  footer nav {
    margin-right: 5%;
  }
  #pagination #prevPage {
    margin-left: 5%;
  }
  #pagination #nextPage {
    margin-right: 5%;
  }
  .content {
    width: 90% !important;
  }
  .content .metadata {
    font-size: 11px !important;
  }
  article h2 {
    font-size: 15px;
  }
  article h2 a {
    padding: 25px 5%;
    width: 90%;
  }
  #comment {
    padding: 0 5%;
  }
  #about {
    padding-left: 5%;
    padding-right: 5%;
  }
}
