html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

  body {
    margin: 0; }

    article, aside, details, figcaption, figure, footer, header, hgroup, main,
    menu, nav, section, summary {
      display: block; }

      audio, canvas, progress, video {
        display: inline-block;
        vertical-align: baseline; }

        audio:not([controls]) {
          display: none;
          height: 0; }

          [hidden], template {
            display: none; }

            a {
              background-color: transparent; }

              a:active, a:hover {
                outline: 0; }

                abbr[title] {
                  border-bottom: 1px dotted; }

                  b, strong {
                    font-weight: bold; }

                    dfn {
                      font-style: italic; }

                      h1 {
                        font-size: 2em;
                        margin: 0.67em 0; }

                        mark {
                          background: #ff0;
                          color: #000; }

                          small {
                            font-size: 80%; }

                            sub, sup {
                              font-size: 75%;
                              line-height: 0;
                              position: relative;
                              vertical-align: baseline; }

                              sup {
                                top: -0.5em; }

                                sub {
                                  bottom: -0.25em; }

                                  img {
                                    border: 0; }

                                    svg:not(:root) {
                                      overflow: hidden; }

                                      figure {
                                        margin: 1em 40px; }

                                        hr {
                                          box-sizing: content-box;
                                          height: 0; }

                                          pre {
                                            overflow: auto; }

                                            code, kbd, pre, samp {
                                              font-family: monospace, monospace;
                                              font-size: 1em; }

                                              button, input, optgroup, select, textarea {
                                                color: inherit;
                                                font: inherit;
                                                margin: 0; }

                                                button {
                                                  overflow: visible; }

                                                  button, select {
                                                    text-transform: none; }

                                                    button, html input[type="button"], input[type="reset"], input[type="submit"] {
                                                      -webkit-appearance: button;
                                                      cursor: pointer; }

                                                      button[disabled], html input[disabled] {
                                                        cursor: default; }

                                                        button::-moz-focus-inner, input::-moz-focus-inner {
                                                          border: 0;
                                                          padding: 0; }

                                                          input {
                                                            line-height: normal; }

                                                            input[type="checkbox"], input[type="radio"] {
                                                              box-sizing: border-box;
                                                              padding: 0; }

                                                              input[type="number"]::-webkit-inner-spin-button,
                                                              input[type="number"]::-webkit-outer-spin-button {
                                                                height: auto; }

                                                                input[type="search"] {
                                                                  -webkit-appearance: textfield;
                                                                  box-sizing: content-box; }

                                                                  input[type="search"]::-webkit-search-cancel-button,
                                                                  input[type="search"]::-webkit-search-decoration {
                                                                    -webkit-appearance: none; }

                                                                    fieldset {
                                                                      border: 1px solid #c0c0c0;
                                                                      margin: 0 2px;
                                                                      padding: 0.35em 0.625em 0.75em; }

                                                                      legend {
                                                                        border: 0;
                                                                        padding: 0; }

                                                                        textarea {
                                                                          overflow: auto; }

                                                                          optgroup {
                                                                            font-weight: bold; }

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

                                                                              td, th {
                                                                                padding: 0; }
body {
  font-family: sans-serif;
  font-size: 13px;
  background: #080808 url(/theme/images/body.png?_=1283967560) repeat-x top left;
  color: #0a0a0a; }

  #main {
    z-index: -100;
    width: 1040px;
    margin: 0 auto; }

    #header {
      width: 1040px;
      height: 216px;
      background: white url(/theme/images/mindscape/background.png?_=1451947915) no-repeat top left;
      border-bottom: #888888 3px solid;
      position: relative;
      z-index: 1;
      overflow: hidden; }

      #sitename {
        text-transform: uppercase;
        font-size: 19.5px;
        text-align: right;
        background: transparent url(/theme/images/logo.png?_=1345660365) no-repeat 878px top;
        position: absolute;
        top: 115px;
        left: 0;
        height: 101px;
        right: 0;
        padding: 0;
        margin: 0;
        line-height: 81.5px;
        padding: 0 5px;
        z-index: 2; }
        #sitename a {
          display: none; }

#menu {
  text-transform: uppercase;
  position: absolute;
  top: 5px;
  left: 15px;
  z-index: 3; }
  #menu ul {
    list-style: none;
    padding: 0 40px; }
    #menu ul li {
      margin: 10px 20px;
      display: inline-block;
      text-align: left; }
      #menu ul li:first-child {
        margin-left: 0px; }
        #menu ul li.home {
          margin-right: 5px; }
          #menu ul li.social {
            margin: 5px; }
            #menu ul li a {
              color: #6a6a6a; }
              #menu ul li a:hover {
                color: #929292; }
                #menu ul li.selected a {
                  color: #ff6a25; }
                  #menu ul li.selected a:hover {
                    color: #ff924d; }

@media only screen and (max-width: 1040px) {
  #main {
    width: 693.33333px;   }
    #header {
      width: 693.33333px;   }
      #menu ul li {
        margin: 10px 10px;   }
        #header #sitename {
          background-position: 290.66667px top;   }
}

@media only screen and (max-width: 693.33333px) {
  #main {
    width: 520px;   }
    #header {
      width: 520px;   }
      #menu ul li {
        margin: 5px;   }
        #header #sitename {
          background-position: 204px top;   }
}

#main.lifestream .current {
  display: inline-block;
  background-color: #cecece;
  padding: 5px; }

#body {
  background: white url(/theme/images/footer.png?_=1451948319) no-repeat bottom left;
  padding: 0 0 100px 0; }
  #body h1#title {
    font-size: 26px;
    position: relative;
    z-index: 10;
    padding: 0;
    text-transform: uppercase;
    height: 30px; }
    #body #breadcrumbs {
      position: relative;
      z-index: 10;
      padding: 10px 30px 3px 30px;
      color: #888888; }
      #body #breadcrumbs div.breadcrumb {
        display: inline; }

a {
  text-decoration: none;
  color: #ff6a25; }

  #footer {
    color: #888888;
    padding: 30px;
    text-align: center;
    clear: both; }
    #footer #version {
      color: #242424;
      margin-top: 12px; }

#content {
  margin: 0 0 20px 0;
  min-height: 300px;
  position: relative; }
  #content pre {
    padding: 5px;
    margin: 10px;
    max-height: 600px;
    width: 658px;
    overflow: auto;
    padding: 5px;
    background-color: #f6f6f6;
    border: #cecece 1px solid; }
    #content .album.preview {
      background-color: #9c9c9c;
      vertical-align: top;
      padding: 0;
      margin: 0;
      display: block;
      height: 175px; }
      #content .album.preview .title {
        margin: 0;
        background: #cecece;
        left: 0;
        top: 0;
        text-align: left;
        vertical-align: bottom;
        padding: 7px 0;
        font-size: 19.5px; }
        #content .album.preview .cover {
          float: left;
          margin-right: 7px; }
          #content .album.preview .description {
            padding: 20px;
            color: #424242; }
  #content a:hover div.album.preview .title {
    background-color: #eeeeee; }
  #content img.preview {
    max-width: 91.5px;
    position: relative; }
    #content .images .image {
      display: inline-block;
      margin: 0;
      width: 208px;
      height: 208px;
      text-align: center; }
      #content .images .image img {
        vertical-align: middle; }
    #content .images .images, #content .images.root {
      background-color: #888888; }

.article {
  padding: 30px 60px;
  margin-bottom: 50px;
  line-height: 140%; }
  .article h1, .article h2, .article h3, .article h4 {
    margin: 20px 0 10px 0; }
    .article p {
      margin-bottom: 10px; }
      .article b, .article strong {
        font-weight: bold; }
        .article em {
          font-style: italic; }
          .article h1 {
            font-size: 18.2px;
            color: #ff6a25; }
            .article h2 {
              font-size: 15.6px;
              color: #ff6a25; }
              .article h3 {
                font-size: 13.65px;
                color: #888888; }
                .article ul {
                  margin: 10px; }
                  .article ul li {
                    margin-bottom: 8px; }

.autoportrait {
  margin: 4px;
  border: 2px solid #aaa; }

  .gallery {
    line-height: 0; }
    .gallery:after {
      content: '';
      display: block;
      clear: both; }
      .gallery .thumbnail {
        float: left;
        margin: 4px;
        border: 2px solid #aaa; }
        .gallery .thumbnail-size-small img {
          width: 170px;
          height: 170px; }
          .gallery .thumbnail-size-large img {
            width: 352px;
            height: 352px; }
            .gallery .thumbnail-size-narrow img {
              width: 170px;
              height: 352px; }
              .gallery .thumbnail-size-wide img {
                width: 352px;
                height: 170px; }
