/*! normalize.css v1.1.0 | MIT License | git.io/normalize *//*! normalize.css v1.1.0 | HTML5 Display Definitions | MIT License | git.io/normalize */article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
/*! normalize.css v1.1.0 | Base | MIT License | git.io/normalize */html {
    font-size: 100%;
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%}
html, button, input, select, textarea {
    font-family: sans-serif;
}
body {
    margin: 0;
}
/*! normalize.css v1.1.0 | Links | MIT License | git.io/normalize */a:focus {
    outline: thin dotted;
}
a:active, a:hover {
    outline: 0;
}
/*! normalize.css v1.1.0 | Typography | MIT License | git.io/normalize */h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}
h3 {
    font-size: 1.17em;
    margin: 1em 0;
}
h4 {
    font-size: 1em;
    margin: 1.33em 0;
}
h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}
h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
   font-weight: bold;
}
blockquote {
    margin: 1em 40px;
}
dfn {
    font-style: italic;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
p, pre {
    margin: 1em 0;
}
code, kbd, pre, samp {
    font-family: monospace,  serif;
    _font-family: 'courier new',  monospace;
    font-size: 1em;
}
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019"}
q {
    quotes: none;
}
q:before, q:after {
    content: '';
    content: none;
}
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;
}
dl, menu, ol, ul {
    margin: 1em 0;
}
dd {
    margin: 0 0 0 40px;
}
menu, ol, ul {
    padding: 0 0 0 40px;
}
nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}
/*! normalize.css v1.1.0 | Embedded Content | MIT License | git.io/normalize */img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
    overflow: hidden;
}
/*! normalize.css v1.1.0 | Figures | MIT License | git.io/normalize */figure {
    margin: 0;
}
/*! normalize.css v1.1.0 | Forms | MIT License | git.io/normalize */form {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
button, input {
    line-height: normal;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible;
}
button[disabled], html input[disabled] {
    cursor: default;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    *height: 13px;
    *width: 13px;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
/*! normalize.css v1.1.0 | Tables | MIT License | git.io/normalize */table {
    border-collapse: collapse;
    border-spacing: 0;
}
.post {
    margin-bottom: 32px;
    padding-bottom: 57px;
}
@media only screen and (max-width: 500px) {
    .post {
    margin-left: -5.555555556%;
    margin-right: -5.555555556%;
    overflow: hidden;
}
}.index-page .post {
    border-bottom: 1px solid #ececec;
}
.permalink-page .post {
    padding-bottom: 0;
    margin-bottom: 0;
}
.post .permalink-navigation {
    text-align: center;
    margin-bottom: 41px;
}
.post .permalink-navigation .previous-permalink-post, .post .permalink-navigation .next-permalink-post {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    color: #555555;
    cursor: pointer;
    font-size: 20px;
    font-weight: 400;
    display: inline;
}
.post .permalink-navigation .previous-permalink-post:hover, .post .permalink-navigation .next-permalink-post:hover {
    color: #333333;
}
.post .permalink-navigation .next-permalink-post:before {
    content: '/';
    padding: 0 10px 0 6px;
    color: #AAAAAA;
    font-size: 11px;
}
.post .permalink-navigation.no-previous .previous-permalink-post {
    display: none;
}
.post .permalink-navigation.no-next .next-permalink-post {
    display: none;
}
.post .permalink-navigation.no-previous .next-permalink-post:before, .post .permalink-navigation.no-next .next-permalink-post:before {
    display: none;
}
.post .caption {
    max-width: 640px;
    min-height: 16px;
    margin: 8px auto 16px auto;
    font-family: Georgia,  serif;
    color: #666666;
    font-size: 15px;
    line-height: 1.6em;
}
@media only screen and (max-width: 500px) {
    .post .caption {
    margin-left: 20px;
    margin-right: 20px;
}
}.post .caption .titles h1 {
    display: none;
}
.post .caption .titles h1:first-child {
    display: block;
}
.post .caption h1, .post .caption h2, .post .caption h3, .post .caption h4, .post .caption h5, .post .caption h6 {
    text-transform: uppercase;
    font-weight: 700;
    color: #222222;
    font-family: Lato,  sans-serif;
    margin: 32px 0 24px 0;
}
.post .caption h1 {
    font-size: 21px;
}
.post .caption h2 {
    font-size: 19px;
}
.post .caption h3 {
    font-size: 17px;
}
.post .caption h4 {
    font-size: 15px;
    letter-spacing: 1px;
}
.post .caption h5 {
    font-size: 13px;
    letter-spacing: 1px;
}
.post .caption h6 {
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 400;
}
.post .caption p {
    margin: 1.4em 0;
}
.post .caption blockquote {
    color: #707070;
    border-left: 2px solid #ECECEC;
    padding-left: 14px;
    margin: 1em 18px;
}
.post .caption ol, .post .caption ul {
    padding-left: 30px;
}
.post .caption a:link, .post .caption a:visited {
    color: #222222;
    text-decoration: underline;
}
.post .caption a:hover, .post .caption a:active {
    text-decoration: underline;
}
.post .caption img {
    max-width: 100%}
.post .metadata {
    max-width: 640px;
    margin: 0 auto;
}
@media only screen and (max-width: 500px) {
    .post .metadata {
    margin-left: 20px;
    margin-right: 20px;
}
.post .metadata .metadata-links {
    max-width: 50%}
}.post .metadata .permalink, .post .metadata .note-count, .post .metadata .comment-count {
    float: left;
    font-size: 20px;
    color: #000000;
}
.post .metadata .permalink:hover, .post .metadata .note-count:hover, .post .metadata .comment-count:hover {
    color: #888888;
}
.post .metadata .permalink:before, .post .metadata .note-count:before, .post .metadata .comment-count:before {
    content: "/";
    padding: 0 4px 0 8px;
    color: #DDDDDD;
}
.post .metadata .permalink:first-child:before, .post .metadata .note-count:first-child:before, .post .metadata .comment-count:first-child:before {
    display: none;
}
@media only screen and (max-width: 500px) {
    .post .metadata .permalink: before, .post .metadata .note-count:before, .post .metadata .comment-count:before {
    content: "\00a0";
    padding: 0 1px 0 2px;
}
}.post .metadata .permalink a, .post .metadata .note-count a, .post .metadata .comment-count a {
    color: inherit;
    text-decoration: underline;
}
.post .metadata .comment-count {
    text-transform: lowercase;
    min-width: 95px;
}
@media only screen and (max-width: 500px) {
    .post .metadata .comment-count {
    float: none;
    display: block;
}
.post .metadata .comment-count a {
    display: inline-block;
}
}.post .comments {
    max-width: 640px;
    margin: 50px auto;
}
@media only screen and (max-width: 500px) {
    .post .comments {
    padding: 0 30px;
}
}.post .comments .fb_iframe_widget, .post .comments .fb_iframe_widget * {
    width: 100% !important;
}
.post .attribution {
    max-width: 640px;
}
@media only screen and (max-width: 768px) {
    .post .attribution {
    display: none;
}
}.share-widget {
    height: 19px;
    float: right;
    position: relative;
    top: -2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.share-widget .share-toggle, .share-widget .reblog, .share-widget .like {
    display: inline-block;
    margin-left: 3px;
}
.share-widget .share-toggle:first-child, .share-widget .reblog:first-child, .share-widget .like:first-child {
    margin-left: 0;
}
.share-widget .share-toggle, .share-widget .reblog {
    width: 20px;
    height: 20px;
}
.lt-ie9 .share-widget .reblog {
    position: relative;
    top: -20px;
}
.share-widget .like {
    position: relative;
    width: 18px;
    height: 18px;
    top: -1px;
}
.share-widget .share-toggle {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: 0px 0px;
    position: relative;
    cursor: pointer;
    top: 1px;
    background-color: #cccccc;
    -webkit-transition: background-color 0.1s ease-in;
    -moz-transition: background-color 0.1s ease-in;
    -o-transition: background-color 0.1s ease-in;
    transition: background-color 0.1s ease-in;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .share-widget .share-toggle {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.share-widget .share-toggle.active {
    background-color: #222222;
}
.share-pop-up {
    display: none;
    position: absolute;
    bottom: 36px;
    right: -47px;
    padding: 22px 7px;
    background-color: #fff;
    width: 320px;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12), 0px 2px 2px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12), 0px 2px 2px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12), 0px 2px 2px rgba(0, 0, 0, 0.09);
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-in;
    -moz-transition: opacity 0.1s ease-in;
    -o-transition: opacity 0.1s ease-in;
    transition: opacity 0.1s ease-in;
}
.lt-ie9 .share-pop-up {
    border: 1px solid #ececec;
}
@media only screen and (max-width: 500px) {
    .share-pop-up {
    right: -67px;
}
}.active .share-pop-up {
    display: block;
}
.share-pop-up.visible {
    opacity: 1;
}



.share-pop-up .button {
    width: 25%;
    display: block;
    height: 50px;
    float: left;
    position: relative;
    border-left: 1px solid #EDEDED;
}
.share-pop-up .button:first-child {
    border-left: none;
}
.share-pop-up .button:hover {
    opacity: 0.75;
}
.share-pop-up .button .icon {
    width: 24px;
    height: 24px;
    margin: 6px auto;
}
.share-pop-up .button .label {
    color: #666666;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    width: 100%;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
.share-pop-up .button.share .icon {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -24px 0px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .share-pop-up .button.share .icon {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.share-pop-up .button.tweet .icon {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -48px 0px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .share-pop-up .button.tweet .icon {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.share-pop-up .button.email .icon {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -24px -24px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .share-pop-up .button.email .icon {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.share-pop-up .button.pin .icon {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -72px 0px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .share-pop-up .button.pin .icon {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.tumblr-notes {
    margin: 32px auto 0 auto;
}
@media only screen and (min-width: 769px) {
    .tumblr-notes {
    max-width: 640px;
}
}.lt-ie9 .tumblr-notes {
    max-width: 640px;
}
@media only screen and (max-width: 768px) and (min-width: 501px) {
    .tumblr-notes {
    margin: 32px 0 0 0;
}
}@media only screen and (max-width: 500px) {
    .tumblr-notes {
    padding: 0 30px;
}
}.tumblr-notes h3 {
    margin: -4px 0 23px 0;
    color: #222222;
    text-transform: uppercase;
    font-size: 17px;
}
@media only screen and (max-width: 500px) {
    .tumblr-notes h3 {
    font-size: 16px;
    margin-top: -8px;
}
}.tumblr-notes ol.notes {
    list-style-type: none;
    color: #707070;
    font-family: Georgia,  serif;
    font-size: 14px;
    padding: 0;
    line-height: 1.6;
}
@media only screen and (max-width: 500px) {
    .tumblr-notes ol.notes {
    font-size: 13px;
}
}.tumblr-notes ol.notes a {
    text-decoration: underline;
    color: #222222;
}
.tumblr-notes ol.notes a:hover {
    text-decoration: underline;
}
.tumblr-notes ol.notes .note {
    position: relative;
    margin: 14px 26px;
}
.tumblr-notes ol.notes .note .avatar {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    top: 3px;
    left: -27px;
}
.tumblr-notes ol.notes .note blockquote {
    border-left: 2px solid #E8E8E8;
    margin-left: -0.85em;
    padding-left: 0.7em;
}
.tumblr-notes ol.notes .note blockquote a {
    text-decoration: underline;
    color: inherit;
}
.tumblr-notes ol.notes .note.more_notes_link_container {
    display: none;
}
.post.type-photo .photo {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}
.type-video .video-player-wrap iframe, .type-video .video-player-wrap object, .type-video .video-player-wrap embed {
    display: block;
    margin: 0 auto;
}
#permalinks .post {
    display: none;
}
.permalink-page #permalinks .post {
    display: block;
}
.grid-title {
    font-size: 15px;
    color: #AAAAAA;
    margin-bottom: 30px;
}
@media only screen and (max-width: 500px) {
    .grid-title {
    text-align: center;
}
}.grid-title span {
    color: #888888;
}
.grid-title span:after, .grid-title span:before {
    content: "'"}
#grid {
    margin-right: -10px;
    opacity: 0;
}
@media only screen and (max-width: 500px) {
    #grid {
    margin-left: -5.555555556%;
    margin-right: -5.555555556%}
}.grid-thumb {
    float: left;
    padding-right: 10px;
    margin-bottom: 10px;
    width: 50%;
    cursor: pointer;
}
.grid-thumb img {
    -webkit-backface-visibility: hidden;
}
.grid-thumb .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: background-color 200ms ease-in;
    -moz-transition: background-color 200ms ease-in;
    -o-transition: background-color 200ms ease-in;
    transition: background-color 200ms ease-in;
}
.grid-thumb:hover .overlay {
    background-color: rgba(0, 0, 0, 0.16);
}
.grid-thumb:hover .tag:first-child {
    opacity: 1;
    -webkit-transition: opacity 200ms ease-in;
    -moz-transition: opacity 200ms ease-in;
    -o-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in;
}
@media only screen and (min-width: 1137px) {
    .grid-thumb {
    width: 33.3333333333%}
}@media only screen and (max-width: 500px) {
    .grid-thumb {
    padding-right: 0;
    margin-bottom: 0;
    width: 50%}
}.grid-thumb .thumb-wrap {
    z-index: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}
.grid-thumb .tag {
    display: none;
}
.grid-thumb .tag:first-child {
    display: block;
    position: absolute;
     top: 11px;
    left: 0px;
    /* background-color:  #f15c22; */
    background-color: rgba(241, 92, 34, 0.6);
    padding:  5px;
    color: #FFFFFF;
    font-size:  18px;
    opacity: 0;
}
.grid-thumb.type-photo .photo {
    display: block;
    position: relative;
    min-width: 100%;
    min-height: 100%}
.grid-thumb.type-photoset .thumb-wrap:hover .grid-thumb.type-photoset .photo {
    display: none;
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    -webkit-transition: opacity 200ms ease-in;
    -moz-transition: opacity 200ms ease-in;
    -o-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in;
}
.grid-thumb.type-photoset .photo:first-child {
    display: block;
    z-index: 1;
}
.grid-thumb.type-video .placeholder:first-child {
    background-color: #ececec;
    width: 100%;
    height: 100%}
.grid-thumb.type-video .play-icon-wrap {
    position: absolute;
    width: 38px;
    height: 38px;
    top: 50%;
    left: 50%}
.grid-thumb.type-video .play-icon-wrap .play-icon {
    position: absolute;
    top: -50%;
    left: -50%;
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: 0px -48px;
    width: 100%;
    height: 100%}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .grid-thumb.type-video .play-icon-wrap .play-icon {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.grid-thumb.type-video img {
    display: block;
    position: relative;
    min-width: 100%;
    min-height: 100%}
#pagination {
    font-size: 15px;
    color: #AAAAAA;
}
@media only screen and (min-width: 769px) {
    #pagination {
    margin-top: 26px;
    margin-bottom: -5px;
}
}.lt-ie9 #pagination {
    margin-top: 26px;
    margin-bottom: -5px;
}
@media only screen and (max-width: 768px) and (min-width: 501px) {
    #pagination {
    margin-top: 19px;
    margin-bottom: -20px;
}
}@media only screen and (max-width: 500px) {
    #pagination {
    margin-top: 23px;
    margin-bottom: -25px;
}
}#pagination .pagination-links {
    float: left;
}
#pagination .page-number {
    float: right;
    z-index: -1;
}
@media only screen and (min-width: 769px) {
    #pagination .pagination-links, #pagination .page-number {
    float: none;
    display: inline-block;
}
#pagination .page-number {
    margin-left: 13px;
}
}.lt-ie9 #pagination .pagination-links, .lt-ie9 #pagination .page-number {
    float: none;
    display: inline-block;
}
.lt-ie9 #pagination .page-number {
    margin-left: 13px;
}
#pagination .next, #pagination .previous {
    display: inline;
    color: #555555;
    font-weight: 400;
}
#pagination .next:hover, #pagination .previous:hover {
    color: #333333;
}
#pagination .next a, #pagination .previous a {
    color: inherit;
    text-decoration: underline;
}
#pagination .divider {
    display: inline;
    padding: 0 3px;
}
#pagination .divider:first-child {
    display: none;
}
@media only screen and (max-width: 500px) {
    #pagination .divider {
    display: none;
}
}@media only screen and (max-width: 500px) {
    #pagination {
    position: relative;
}
#pagination .page-number {
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
}
#pagination .pagination-links {
    float: none;
}
#pagination .previous {
    float: right;
}
}#gallery-list-item {
    margin-bottom: -2px;
}
#gallery-list-link {
    cursor: pointer;
}
#gallery-list-link:after {
    font-family: sans-serif;
}
.lt-ie9 #gallery-list-link:after {
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #AAA;
    content: "" !important;
    top: 6px !important;
}
@media only screen and (min-width: 769px) {
    #gallery-list-link: after {
    content: '\00a0\25be';
    font-size: 60%;
    position: relative;
    top: -2px;
    left: 2px;
}
}.lt-ie9 #gallery-list-link:after {
    content: '\00a0\25be';
    font-size: 60%;
    position: relative;
    top: -2px;
    left: 2px;
}
@media only screen and (max-width: 768px) {
    #gallery-list-link: after {
    content: '\00a0\25be';
    font-size: 46%;
    position: relative;
    top: -5px;
    left: 8px;
}
}.gallery-list-wrap {
    position: relative;
}
#gallery-list {
    padding: 8px 0 10px 0;
    list-style-type: none;
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
}
.touch #gallery-list {
    position: static;
}
.gallery-list-open #gallery-list {
    display: block;
}
@media only screen and (min-width: 769px) {
    .sidebar-background-image #gallery-list .gallery-list-inner {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
}.sidebar-background-image .lt-ie9 #gallery-list .gallery-list-inner {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 768px) and (min-width: 501px) {
    #gallery-list {
    padding: 8px 0 25px;
    font-size: 30px;
}
}@media only screen and (max-width: 500px) {
    #gallery-list {
    padding: 5px 0 15px;
    font-size: 22px;
    line-height: 38px;
}
}@media only screen and (min-width: 769px) {
    #gallery-list .gallery-list-inner {
    border-left: 1px solid #ECECEC;
}
}.lt-ie9 #gallery-list .gallery-list-inner {
    border-left: 1px solid #ECECEC;
}
#gallery-list li.tag {
    color: #AAAAAA;
    padding-left: 10px;
}
@media only screen and (min-width: 769px) {
    #gallery-list li.tag {
    line-height: 14px;
    margin-top: 10px;
}
#gallery-list li.tag:first-child {
    margin-top: 0;
}
}.lt-ie9 #gallery-list li.tag {
    line-height: 14px;
    margin-top: 10px;
}
.lt-ie9 #gallery-list li.tag:first-child {
    margin-top: 0;
}
#gallery-list li.tag a {
    color: inherit;
    text-transform: capitalize;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
#navigation {
    padding: 3%;
    position: relative;
    z-index: 1;
    background-color: #f15c22;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
#navigation.sidebar-background-image {
    background-color: #f15c22;
}
#navigation.sidebar-background-image .bg {
    position: absolute;
    background-color: #f15c22;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: 50% 50%;
    background-size: cover;
    z-index: -1;
}
#navigation.sidebar-background-image .bg-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.lt-ie9 #navigation.sidebar-background-image .bg-overlay {
    background-color: #f15c22 !important;
}
.lt-ie9 #navigation.sidebar-background-image * {
    color: #FFFFFF !important;
}
@media only screen and (min-width: 769px) {
    #navigation {
    position: absolute;
    width: 22%;
    /* height: 1600px; */
    border-right: 1px solid #ececec;
}
}.lt-ie9 #navigation {
    position: fixed;
    width: 22%;
    height: 100%;
    border-right: 1px solid #ececec;
}
@media only screen and (min-width: 769px) and (max-width: 1136px) {
    #navigation {
    width: 250px;
    padding: 34px;
}
}@media only screen and (max-width: 768px) {
    #navigation {
    border-bottom: 1px solid #ececec;
}
}@media only screen and (max-width: 768px) and (min-width: 501px) {
    #navigation {
    padding-top: 74px;
    padding-bottom: 74px;
    margin-bottom: 70px;
}
}@media only screen and (max-width: 500px) {
    #navigation {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 70px;
}
}#navigation.no-menu {
    margin-bottom: 2%}
#navigation.no-menu .button-wrap {
    display: none;
}
#navigation h1 {
    margin: 5px 0;
    line-height: 1.3em;
    word-break: normal;
}
@media only screen and (min-width: 1137px) {
    #navigation h1.large {
    font-size: 44px;
}
}@media only screen and (min-width: 769px) and (max-width: 1136px) {
    #navigation h1.large {
    font-size: 32px;
}
}@media only screen and (min-width: 1137px) {
    #navigation h1.medium {
    font-size: 36px;
}
}@media only screen and (min-width: 769px) and (max-width: 1136px) {
    #navigation h1.medium {
    font-size: 27px;
}
}@media only screen and (min-width: 1137px) {
    #navigation h1.small {
    font-size: 28px;
}
}@media only screen and (min-width: 769px) and (max-width: 1136px) {
    #navigation h1.small {
    font-size: 22px;
}
}@media only screen and (max-width: 768px) {
    #navigation h1 {
    text-align: center;
}
}@media only screen and (max-width: 768px) and (min-width: 501px) {
    #navigation h1 {
    font-size: 36px;
}
}@media only screen and (max-width: 500px) {
    #navigation h1 {
    font-size: 30px;
}
}#navigation h1.libre-baskerville {
    font-family: 'Libre Baskerville',  serif;
    font-weight: 400;
}
#navigation h1.lato-black {
    font-family: 'Lato',  sans-serif;
    font-weight: 900;
    text-transform: uppercase;
}
#navigation h1.open-sans {
    font-family: 'Open Sans',  sans-serif;
    font-weight: 100;
}
#navigation h1.robot {
    font-family: 'Roboto',  sans-serif;
    font-weight: 500;
}
#navigation.sidebar-background-image h1 {
    color: #fff;
}
.logo-image {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto 1em auto;
}
.blog-description {
    color: #FFFFFF;
    font-size: 15px;
    line-height: 1.6em;
}
.sidebar-background-image .blog-description {
    color: #FFFFFF;
    color: rgba(255, 255, 255, 0.9);
}
@media only screen and (max-width: 768px) {
    .blog-description {
    text-align: center;
}
}h1 a, .blog-description a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (min-width: 769px) {
    #nav-wrapper {
    margin-top: 31px;
}
}.lt-ie9 #nav-wrapper {
    margin-top: 31px;
}
@media only screen and (max-width: 768px) {
    #nav-wrapper {
    position: absolute;
    top: 101%;
    left: 0;
    right: 0;
    background-color: #f15c22;
    -webkit-transition: background-color 0.2s ease-in;
    -moz-transition: background-color 0.2s ease-in;
    -o-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in;
}
#nav-wrapper .button-wrap {
    margin: 25px 0;
}
#nav-wrapper.closed {
    height: 0 !important;
}
#nav-wrapper.show {
    background-color: #f15c22;
}
}@media only screen and (max-width: 768px) {
    #nav-button {
    width: 41px;
    height: 37px;
    background-color: #F5F5F5;
    cursor: pointer;
    margin: 0 auto;
    position: relative;
}
.open #nav-button {
    background-color: #0e0e0e;
}
.open #nav-button .icon {
    border-top: 0;
    border-bottom: 0;
}
.open #nav-button .icon:after {
    content: "\00d7";
    color: #FFFFFF;
    font-size: 43px;
    font-weight: 200;
    top: -11px;
    left: -11px;
    right: -11px;
    bottom: -11px;
    line-height: 33px;
    text-align: center;
    width: auto;
    height: auto;
    background-color: transparent;
}
#nav-button .icon {
    border-top: 3px solid #666666;
    border-bottom: 3px solid #666666;
    height: 15px;
    width: 19px;
    position: absolute;
    top: 11px;
    left: 11px;
}
#nav-button .icon:after {
    content: '';
    display: block;
    background-color: #666666;
    width: 19px;
    height: 3px;
    position: absolute;
    top: 3px;
}
#nav-button .icon:hover {
    border-color: #333333;
}
#nav-button .icon:hover:after {
    background-color: #333333;
}
}#nav-list {
    padding-left: 0;
    list-style-type: none;
    z-index: 1;
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
}
#nav-list li {
    -webkit-transition: color 0.1s ease-in;
    -moz-transition: color 0.1s ease-in;
    -o-transition: color 0.1s ease-in;
    transition: color 0.1s ease-in;
}
#nav-list li.gallery-list-open, #nav-list li:hover {
    color: #FFFFFF;
}
@media only screen and (min-width: 769px) {
    #nav-list {
    padding-top: 22px;
    margin-top: 23px;
    line-height: 24px;
    border-top: 1px solid #ececec;
    font-size: 15px;
}
.sidebar-background-image #nav-list {
    border-top-color: #FFFFFF;
    border-top-color: rgba(255, 255, 255, 0.2);
}
#nav-list li {
    color: #FFFFFF;
}
.sidebar-background-image #nav-list li {
    color: #FFFFFF;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 200;
}
.sidebar-background-image #nav-list li.gallery-list-open, .sidebar-background-image #nav-list li:hover {
    color: #FFFFFF;
    color: white;
}
#nav-list li a {
    color: inherit;
    text-decoration: underline;
}
}.lt-ie9 #nav-list {
    padding-top: 22px;
    margin-top: 23px;
    line-height: 24px;
    border-top: 1px solid #ececec;
    font-size: 15px;
}
.sidebar-background-image .lt-ie9 #nav-list {
    border-top-color: #FFFFFF;
    border-top-color: rgba(255, 255, 255, 0.2);
}
.lt-ie9 #nav-list li {
    color: #FFFFFF;
}
.sidebar-background-image .lt-ie9 #nav-list li {
    color: #FFFFFF;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 200;
}
.sidebar-background-image .lt-ie9 #nav-list li.gallery-list-open, .sidebar-background-image .lt-ie9 #nav-list li:hover {
    color: #FFFFFF;
    color: white;
}
.lt-ie9 #nav-list li a {
    color: inherit;
    text-decoration: underline;
}
@media only screen and (max-width: 768px) {
    #nav-list {
    display: none;
    text-align: center;
    font-weight: 300;
    color: #FFFFFF;
    opacity: 0;
}
.open #nav-list {
    display: block;
}
.show #nav-list {
    opacity: 1;
}
#nav-list a {
    color: inherit;
    text-decoration: underline;
}
}@media only screen and (max-width: 768px) and (min-width: 501px) {
    #nav-list {
    max-width: 385px;
    font-size: 34px;
    line-height: 50px;
    margin: 50px auto 100px auto;
}
}@media only screen and (max-width: 500px) {
    #nav-list {
    max-width: 280px;
    font-size: 25px;
    line-height: 40px;
    margin: 25px auto 100px auto;
}
}.search-button form input {
    border: 0;
    outline: 0;
    padding: 0;
    background-color: transparent;
    font-weight: inherit;
    color: inherit;
}
@media only screen and (max-width: 768px) {
    .search-button form input {
    font-weight: 200;
    width: 100%}
}.search-button form input.placeholder {
    color: inherit;
    font-weight: inherit;
    -webkit-transition: color 0.1s ease-in;
    -moz-transition: color 0.1s ease-in;
    -o-transition: color 0.1s ease-in;
    transition: color 0.1s ease-in;
}
.search-button form input:-moz-placeholder {
    color: inherit;
    font-weight: inherit;
    -webkit-transition: color 0.1s ease-in;
    -moz-transition: color 0.1s ease-in;
    -o-transition: color 0.1s ease-in;
    transition: color 0.1s ease-in;
}
.search-button form input::-moz-placeholder {
    color: inherit;
    font-weight: inherit;
    -webkit-transition: color 0.1s ease-in;
    -moz-transition: color 0.1s ease-in;
    -o-transition: color 0.1s ease-in;
    transition: color 0.1s ease-in;
}
.search-button form input:-ms-input-placeholder {
    color: inherit;
    font-weight: inherit;
    -webkit-transition: color 0.1s ease-in;
    -moz-transition: color 0.1s ease-in;
    -o-transition: color 0.1s ease-in;
    transition: color 0.1s ease-in;
}
.search-button form input::-webkit-input-placeholder {
    color: inherit;
    font-weight: inherit;
    -webkit-transition: color 0.1s ease-in;
    -moz-transition: color 0.1s ease-in;
    -o-transition: color 0.1s ease-in;
    transition: color 0.1s ease-in;
}
.search-button form input:focus.placeholder {
    color: #E6E6E6;
}
.search-button form input:focus:-moz-placeholder {
    color: #E6E6E6;
}
.search-button form input:focus::-moz-placeholder {
    color: #E6E6E6;
}
.search-button form input:focus:-ms-input-placeholder {
    color: #E6E6E6;
}
.search-button form input:focus::-webkit-input-placeholder {
    color: #E6E6E6;
}
.sidebar-background-image .search-button form input:focus.placeholder {
    color: #FFFFFF;
    color: rgba(255, 255, 255, 0.4);
}
.sidebar-background-image .search-button form input:focus:-moz-placeholder {
    color: #FFFFFF;
    color: rgba(255, 255, 255, 0.4);
}
.sidebar-background-image .search-button form input:focus::-moz-placeholder {
    color: #FFFFFF;
    color: rgba(255, 255, 255, 0.4);
}
.sidebar-background-image .search-button form input:focus:-ms-input-placeholder {
    color: #FFFFFF;
    color: rgba(255, 255, 255, 0.4);
}
.sidebar-background-image .search-button form input:focus::-webkit-input-placeholder {
    color: #FFFFFF;
    color: rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 768px) {
    .search-button form input {
    text-align: center;
}
}.social-icons {
    position: relative;
    margin-bottom: 20px;
    font-size: 0;
    width: 100%}
@media only screen and (min-width: 769px) {
    .reduce-margin .social-icons {
    margin-bottom: -4px;
}
}.reduce-margin .lt-ie9 .social-icons {
    margin-bottom: -4px;
}
@media only screen and (max-width: 500px) {
    .social-icons {
    text-align: center;
}
}.social-icons a {
    display: inline-block;
}
@media only screen and (min-width: 769px) {
    .social-icons a {
    width: 24px;
    height: 24px;
    text-indent: -100000px;
    margin: 0 6px 6px 0;
    opacity: 0.42;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.social-icons a:hover {
    opacity: 1;
}
.social-icons .youtube {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -96px 0px;
}
.social-icons .vimeo {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -120px 0px;
}
.social-icons .svpply {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -144px 0px;
}
.social-icons .steam {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -168px 0px;
}
.social-icons .twitter {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -192px 0px;
}
.social-icons .stumbleupon {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -216px 0px;
}
.social-icons .spotify {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -240px 0px;
}
.social-icons .soundcloud {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -264px 0px;
}
.social-icons .skype {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -288px 0px;
}
.social-icons .rdio {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -312px 0px;
}
.social-icons .pinterest {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -336px 0px;
}
.social-icons .pinboard {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -360px 0px;
}
.social-icons .myspace {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -96px -24px;
}
.social-icons .linkedin {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -120px -24px;
}
.social-icons .lastfm {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -144px -24px;
}
.social-icons .instagram {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -168px -24px;
}
.social-icons .google-plus {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -192px -24px;
}
.social-icons .github {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -216px -24px;
}
.social-icons .foursquare {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -240px -24px;
}
.social-icons .flickr {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -264px -24px;
}
.social-icons .facebook {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -288px -24px;
}
.social-icons .etsy {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -312px -24px;
}
.social-icons .email {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -336px -24px;
}
.social-icons .dribbble {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -360px -24px;
}
.social-icons .digg {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -96px -48px;
}
.social-icons .deviantart {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -120px -48px;
}
.social-icons .delicious {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -144px -48px;
}
.social-icons .behance {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -168px -48px;
}
.social-icons .bandcamp {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -192px -48px;
}
.sidebar-background-image .social-icons .outer .youtube {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -96px -312px;
}
.sidebar-background-image .social-icons .outer .vimeo {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -120px -312px;
}
.sidebar-background-image .social-icons .outer .svpply {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -144px -312px;
}
.sidebar-background-image .social-icons .outer .steam {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -168px -312px;
}
.sidebar-background-image .social-icons .outer .twitter {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -192px -312px;
}
.sidebar-background-image .social-icons .outer .stumbleupon {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -216px -312px;
}
.sidebar-background-image .social-icons .outer .spotify {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -240px -312px;
}
.sidebar-background-image .social-icons .outer .soundcloud {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -264px -312px;
}
.sidebar-background-image .social-icons .outer .skype {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -288px -312px;
}
.sidebar-background-image .social-icons .outer .rdio {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -312px -312px;
}
.sidebar-background-image .social-icons .outer .pinterest {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -336px -312px;
}
.sidebar-background-image .social-icons .outer .pinboard {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -360px -312px;
}
.sidebar-background-image .social-icons .outer .myspace {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -96px -336px;
}
.sidebar-background-image .social-icons .outer .linkedin {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -120px -336px;
}
.sidebar-background-image .social-icons .outer .lastfm {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -144px -336px;
}
.sidebar-background-image .social-icons .outer .instagram {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -168px -336px;
}
.sidebar-background-image .social-icons .outer .google-plus {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -192px -336px;
}
.sidebar-background-image .social-icons .outer .github {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -216px -336px;
}
.sidebar-background-image .social-icons .outer .foursquare {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -240px -336px;
}
.sidebar-background-image .social-icons .outer .flickr {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -264px -336px;
}
.sidebar-background-image .social-icons .outer .facebook {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -288px -336px;
}
.sidebar-background-image .social-icons .outer .etsy {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -312px -336px;
}
.sidebar-background-image .social-icons .outer .email {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -336px -336px;
}
.sidebar-background-image .social-icons .outer .dribbble {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -360px -336px;
}
.sidebar-background-image .social-icons .outer .digg {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -96px -360px;
}
.sidebar-background-image .social-icons .outer .deviantart {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -120px -360px;
}
.sidebar-background-image .social-icons .outer .delicious {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -144px -360px;
}
.sidebar-background-image .social-icons .outer .behance {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -168px -360px;
}
.sidebar-background-image .social-icons .outer .bandcamp {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -192px -360px;
}
.sidebar-background-image .social-icons .outer a {
    opacity: 1;
}
.sidebar-background-image .social-icons .outer a:hover {
    opacity: 0.75;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .social-icons .youtube {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .social-icons .vimeo {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .social-icons .svpply {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .social-icons .steam {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .social-icons .twitter {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .social-icons .stumbleupon {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .social-icons .spotify {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .social-icons .soundcloud {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .social-icons .skype {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .social-icons .rdio {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .social-icons .pinterest {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .social-icons .pinboard {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .social-icons .myspace {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .social-icons .linkedin {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .social-icons .lastfm {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .social-icons .instagram {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .social-icons .google-plus {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .social-icons .github {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .social-icons .foursquare {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .social-icons .flickr {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .social-icons .facebook {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .social-icons .etsy {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .social-icons .email {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .social-icons .dribbble {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .social-icons .digg {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .social-icons .deviantart {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .social-icons .delicious {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .social-icons .behance {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .social-icons .bandcamp {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .sidebar-background-image .social-icons .outer .youtube {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .sidebar-background-image .social-icons .outer .vimeo {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .sidebar-background-image .social-icons .outer .svpply {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .sidebar-background-image .social-icons .outer .steam {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .sidebar-background-image .social-icons .outer .twitter {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .sidebar-background-image .social-icons .outer .stumbleupon {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .sidebar-background-image .social-icons .outer .spotify {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .sidebar-background-image .social-icons .outer .soundcloud {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .sidebar-background-image .social-icons .outer .skype {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .sidebar-background-image .social-icons .outer .rdio {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .sidebar-background-image .social-icons .outer .pinterest {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .sidebar-background-image .social-icons .outer .pinboard {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .sidebar-background-image .social-icons .outer .myspace {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .sidebar-background-image .social-icons .outer .linkedin {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .sidebar-background-image .social-icons .outer .lastfm {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .sidebar-background-image .social-icons .outer .instagram {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .sidebar-background-image .social-icons .outer .google-plus {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .sidebar-background-image .social-icons .outer .github {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .sidebar-background-image .social-icons .outer .foursquare {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .sidebar-background-image .social-icons .outer .flickr {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .sidebar-background-image .social-icons .outer .facebook {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .sidebar-background-image .social-icons .outer .etsy {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .sidebar-background-image .social-icons .outer .email {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .sidebar-background-image .social-icons .outer .dribbble {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .sidebar-background-image .social-icons .outer .digg {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .sidebar-background-image .social-icons .outer .deviantart {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .sidebar-background-image .social-icons .outer .delicious {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .sidebar-background-image .social-icons .outer .behance {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (min-width: 769px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (min-width: 769px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-device-pixel-ratio: 1.3),  only screen and (min-width: 769px) and (min-resolution: 1.3dppx) {
    .sidebar-background-image .social-icons .outer .bandcamp {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.lt-ie9 .social-icons a {
    width: 24px;
    height: 24px;
    text-indent: -100000px;
    margin: 0 6px 6px 0;
    opacity: 0.42;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.lt-ie9 .social-icons a:hover {
    opacity: 1;
}
.lt-ie9 .social-icons .youtube {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -96px 0px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .lt-ie9 .social-icons .youtube {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.lt-ie9 .social-icons .vimeo {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -120px 0px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .lt-ie9 .social-icons .vimeo {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.lt-ie9 .social-icons .svpply {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -144px 0px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .lt-ie9 .social-icons .svpply {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.lt-ie9 .social-icons .steam {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -168px 0px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .lt-ie9 .social-icons .steam {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.lt-ie9 .social-icons .twitter {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -192px 0px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .lt-ie9 .social-icons .twitter {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.lt-ie9 .social-icons .stumbleupon {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -216px 0px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .lt-ie9 .social-icons .stumbleupon {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.lt-ie9 .social-icons .spotify {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -240px 0px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .lt-ie9 .social-icons .spotify {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.lt-ie9 .social-icons .soundcloud {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -264px 0px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .lt-ie9 .social-icons .soundcloud {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.lt-ie9 .social-icons .skype {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -288px 0px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .lt-ie9 .social-icons .skype {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.lt-ie9 .social-icons .rdio {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -312px 0px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .lt-ie9 .social-icons .rdio {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.lt-ie9 .social-icons .pinterest {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -336px 0px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .lt-ie9 .social-icons .pinterest {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.lt-ie9 .social-icons .pinboard {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -360px 0px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .lt-ie9 .social-icons .pinboard {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.lt-ie9 .social-icons .myspace {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -96px -24px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .lt-ie9 .social-icons .myspace {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.lt-ie9 .social-icons .linkedin {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -120px -24px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .lt-ie9 .social-icons .linkedin {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.lt-ie9 .social-icons .lastfm {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -144px -24px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .lt-ie9 .social-icons .lastfm {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.lt-ie9 .social-icons .instagram {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -168px -24px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .lt-ie9 .social-icons .instagram {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.lt-ie9 .social-icons .google-plus {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -192px -24px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .lt-ie9 .social-icons .google-plus {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.lt-ie9 .social-icons .github {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -216px -24px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .lt-ie9 .social-icons .github {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.lt-ie9 .social-icons .foursquare {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -240px -24px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .lt-ie9 .social-icons .foursquare {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.lt-ie9 .social-icons .flickr {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -264px -24px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .lt-ie9 .social-icons .flickr {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.lt-ie9 .social-icons .facebook {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -288px -24px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .lt-ie9 .social-icons .facebook {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.lt-ie9 .social-icons .etsy {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -312px -24px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .lt-ie9 .social-icons .etsy {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.lt-ie9 .social-icons .email {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -336px -24px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .lt-ie9 .social-icons .email {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.lt-ie9 .social-icons .dribbble {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -360px -24px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .lt-ie9 .social-icons .dribbble {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.lt-ie9 .social-icons .digg {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -96px -48px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .lt-ie9 .social-icons .digg {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.lt-ie9 .social-icons .deviantart {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -120px -48px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .lt-ie9 .social-icons .deviantart {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.lt-ie9 .social-icons .delicious {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -144px -48px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .lt-ie9 .social-icons .delicious {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.lt-ie9 .social-icons .behance {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -168px -48px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .lt-ie9 .social-icons .behance {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.lt-ie9 .social-icons .bandcamp {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -192px -48px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .lt-ie9 .social-icons .bandcamp {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.sidebar-background-image .lt-ie9 .social-icons .outer .youtube {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -96px -312px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .sidebar-background-image .lt-ie9 .social-icons .outer .youtube {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.sidebar-background-image .lt-ie9 .social-icons .outer .vimeo {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -120px -312px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .sidebar-background-image .lt-ie9 .social-icons .outer .vimeo {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.sidebar-background-image .lt-ie9 .social-icons .outer .svpply {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -144px -312px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .sidebar-background-image .lt-ie9 .social-icons .outer .svpply {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.sidebar-background-image .lt-ie9 .social-icons .outer .steam {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -168px -312px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .sidebar-background-image .lt-ie9 .social-icons .outer .steam {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.sidebar-background-image .lt-ie9 .social-icons .outer .twitter {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -192px -312px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .sidebar-background-image .lt-ie9 .social-icons .outer .twitter {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.sidebar-background-image .lt-ie9 .social-icons .outer .stumbleupon {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -216px -312px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .sidebar-background-image .lt-ie9 .social-icons .outer .stumbleupon {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.sidebar-background-image .lt-ie9 .social-icons .outer .spotify {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -240px -312px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .sidebar-background-image .lt-ie9 .social-icons .outer .spotify {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.sidebar-background-image .lt-ie9 .social-icons .outer .soundcloud {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -264px -312px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .sidebar-background-image .lt-ie9 .social-icons .outer .soundcloud {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.sidebar-background-image .lt-ie9 .social-icons .outer .skype {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -288px -312px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .sidebar-background-image .lt-ie9 .social-icons .outer .skype {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.sidebar-background-image .lt-ie9 .social-icons .outer .rdio {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -312px -312px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .sidebar-background-image .lt-ie9 .social-icons .outer .rdio {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.sidebar-background-image .lt-ie9 .social-icons .outer .pinterest {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -336px -312px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .sidebar-background-image .lt-ie9 .social-icons .outer .pinterest {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.sidebar-background-image .lt-ie9 .social-icons .outer .pinboard {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -360px -312px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .sidebar-background-image .lt-ie9 .social-icons .outer .pinboard {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.sidebar-background-image .lt-ie9 .social-icons .outer .myspace {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -96px -336px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .sidebar-background-image .lt-ie9 .social-icons .outer .myspace {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.sidebar-background-image .lt-ie9 .social-icons .outer .linkedin {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -120px -336px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .sidebar-background-image .lt-ie9 .social-icons .outer .linkedin {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.sidebar-background-image .lt-ie9 .social-icons .outer .lastfm {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -144px -336px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .sidebar-background-image .lt-ie9 .social-icons .outer .lastfm {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.sidebar-background-image .lt-ie9 .social-icons .outer .instagram {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -168px -336px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .sidebar-background-image .lt-ie9 .social-icons .outer .instagram {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.sidebar-background-image .lt-ie9 .social-icons .outer .google-plus {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -192px -336px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .sidebar-background-image .lt-ie9 .social-icons .outer .google-plus {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.sidebar-background-image .lt-ie9 .social-icons .outer .github {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -216px -336px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .sidebar-background-image .lt-ie9 .social-icons .outer .github {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.sidebar-background-image .lt-ie9 .social-icons .outer .foursquare {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -240px -336px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .sidebar-background-image .lt-ie9 .social-icons .outer .foursquare {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.sidebar-background-image .lt-ie9 .social-icons .outer .flickr {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -264px -336px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .sidebar-background-image .lt-ie9 .social-icons .outer .flickr {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.sidebar-background-image .lt-ie9 .social-icons .outer .facebook {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -288px -336px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .sidebar-background-image .lt-ie9 .social-icons .outer .facebook {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.sidebar-background-image .lt-ie9 .social-icons .outer .etsy {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -312px -336px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .sidebar-background-image .lt-ie9 .social-icons .outer .etsy {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.sidebar-background-image .lt-ie9 .social-icons .outer .email {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -336px -336px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .sidebar-background-image .lt-ie9 .social-icons .outer .email {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.sidebar-background-image .lt-ie9 .social-icons .outer .dribbble {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -360px -336px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .sidebar-background-image .lt-ie9 .social-icons .outer .dribbble {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.sidebar-background-image .lt-ie9 .social-icons .outer .digg {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -96px -360px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .sidebar-background-image .lt-ie9 .social-icons .outer .digg {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.sidebar-background-image .lt-ie9 .social-icons .outer .deviantart {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -120px -360px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .sidebar-background-image .lt-ie9 .social-icons .outer .deviantart {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.sidebar-background-image .lt-ie9 .social-icons .outer .delicious {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -144px -360px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .sidebar-background-image .lt-ie9 .social-icons .outer .delicious {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.sidebar-background-image .lt-ie9 .social-icons .outer .behance {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -168px -360px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .sidebar-background-image .lt-ie9 .social-icons .outer .behance {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.sidebar-background-image .lt-ie9 .social-icons .outer .bandcamp {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -192px -360px;
}
@media (min--moz-device-pixel-ratio: 1.3),  (-o-min-device-pixel-ratio: 2.6 / 2),  (-webkit-min-device-pixel-ratio: 1.3),  (min-device-pixel-ratio: 1.3),  (min-resolution: 1.3dppx) {
    .sidebar-background-image .lt-ie9 .social-icons .outer .bandcamp {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}.sidebar-background-image .lt-ie9 .social-icons .outer a {
    opacity: 1;
}
.sidebar-background-image .lt-ie9 .social-icons .outer a:hover {
    opacity: 0.75;
}
@media only screen and (max-width: 768px) {
    .social-icons a {
    width: 30px;
    height: 30px;
    text-indent: -100000px;
    margin: 0 6px 6px 0;
}
.social-icons .youtube {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -96px -72px;
}
.social-icons .vimeo {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -144px -72px;
}
.social-icons .svpply {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -192px -72px;
}
.social-icons .steam {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -240px -72px;
}
.social-icons .twitter {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -288px -72px;
}
.social-icons .stumbleupon {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -336px -72px;
}
.social-icons .spotify {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -96px -120px;
}
.social-icons .soundcloud {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -144px -120px;
}
.social-icons .skype {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -192px -120px;
}
.social-icons .rdio {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -240px -120px;
}
.social-icons .pinterest {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -288px -120px;
}
.social-icons .pinboard {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -336px -120px;
}
.social-icons .myspace {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -96px -168px;
}
.social-icons .linkedin {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -144px -168px;
}
.social-icons .lastfm {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -192px -168px;
}
.social-icons .instagram {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -240px -168px;
}
.social-icons .google-plus {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -288px -168px;
}
.social-icons .github {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -336px -168px;
}
.social-icons .foursquare {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -96px -216px;
}
.social-icons .flickr {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -144px -216px;
}
.social-icons .facebook {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -192px -216px;
}
.social-icons .etsy {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -240px -216px;
}
.social-icons .email {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -288px -216px;
}
.social-icons .dribbble {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -336px -216px;
}
.social-icons .digg {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -96px -264px;
}
.social-icons .deviantart {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -144px -264px;
}
.social-icons .delicious {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -192px -264px;
}
.social-icons .behance {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -240px -264px;
}
.social-icons .bandcamp {
    background-image: url("http://static.tumblr.com/7szwxy7/Rbsmrlbws/spritesheet_.png");
    background-position: -288px -264px;
}
}@media only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-resolution: 1.3dppx) {
    .social-icons .youtube {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-resolution: 1.3dppx) {
    .social-icons .vimeo {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-resolution: 1.3dppx) {
    .social-icons .svpply {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-resolution: 1.3dppx) {
    .social-icons .steam {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-resolution: 1.3dppx) {
    .social-icons .twitter {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-resolution: 1.3dppx) {
    .social-icons .stumbleupon {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-resolution: 1.3dppx) {
    .social-icons .spotify {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-resolution: 1.3dppx) {
    .social-icons .soundcloud {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-resolution: 1.3dppx) {
    .social-icons .skype {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-resolution: 1.3dppx) {
    .social-icons .rdio {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-resolution: 1.3dppx) {
    .social-icons .pinterest {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-resolution: 1.3dppx) {
    .social-icons .pinboard {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-resolution: 1.3dppx) {
    .social-icons .myspace {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-resolution: 1.3dppx) {
    .social-icons .linkedin {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-resolution: 1.3dppx) {
    .social-icons .lastfm {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-resolution: 1.3dppx) {
    .social-icons .instagram {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-resolution: 1.3dppx) {
    .social-icons .google-plus {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-resolution: 1.3dppx) {
    .social-icons .github {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-resolution: 1.3dppx) {
    .social-icons .foursquare {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-resolution: 1.3dppx) {
    .social-icons .flickr {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-resolution: 1.3dppx) {
    .social-icons .facebook {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-resolution: 1.3dppx) {
    .social-icons .etsy {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-resolution: 1.3dppx) {
    .social-icons .email {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-resolution: 1.3dppx) {
    .social-icons .dribbble {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-resolution: 1.3dppx) {
    .social-icons .digg {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-resolution: 1.3dppx) {
    .social-icons .deviantart {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-resolution: 1.3dppx) {
    .social-icons .delicious {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-resolution: 1.3dppx) {
    .social-icons .behance {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}@media only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2.6 / 2),  only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-device-pixel-ratio: 1.3),  only screen and (max-width: 768px) and (min-resolution: 1.3dppx) {
    .social-icons .bandcamp {
    background-image: url("http://static.tumblr.com/7szwxy7/gmpmsmgrn/spritesheet__2x.png");
    background-size: 384px 768px;
}
}footer {
    padding: 3%}
@media only screen and (min-width: 769px) {
    footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 22%;
    z-index: 1;
}
footer.sidebar-background-image .email, footer.sidebar-background-image .phone {
    color: #FFFFFF;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}
footer.sidebar-background-image .email a:hover, footer.sidebar-background-image .phone a:hover {
    color: white;
}
footer .attribution {
    display: none;
}
}.lt-ie9 footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 22%;
    z-index: 1;
}
.lt-ie9 footer.sidebar-background-image .email, .lt-ie9 footer.sidebar-background-image .phone {
    color: #FFFFFF;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}
.lt-ie9 footer.sidebar-background-image .email a:hover, .lt-ie9 footer.sidebar-background-image .phone a:hover {
    color: white;
}
.lt-ie9 footer .attribution {
    display: none;
}
@media only screen and (min-width: 769px) and (max-width: 1136px) {
    footer {
    width: 250px;
    padding: 34px;
}
}@media only screen and (max-width: 768px) {
    footer {
    position: relative;
}
}@media only screen and (max-width: 768px) and (min-width: 501px) {
    footer {
    padding: 4% 5%}
}@media only screen and (max-width: 500px) {
    footer {
    padding-top: 8%}
}footer .attribution {
    border-top: 0 !important;
}
@media only screen and (max-width: 768px) and (min-width: 501px) {
    footer .attribution {
    position: absolute;
    right: 40px;
    bottom: 17px;
}
}@media only screen and (max-width: 500px) {
    footer .attribution {
    text-align: center;
    margin-top: 22px !important;
}
}footer .email, footer .phone {
    color: #C1C1C1;
    font-weight: 700;
    line-height: 1.8;
}
footer .email a:hover, footer .phone a:hover {
    color: #E0E0E0;
}
@media only screen and (min-width: 769px) {
    footer .email, footer .phone {
    font-size: 13px;
}
}.lt-ie9 footer .email, .lt-ie9 footer .phone {
    font-size: 13px;
}
@media only screen and (min-width: 769px) and (max-width: 1136px) {
    footer .email .label, footer .phone .label {
    display: none;
}
}@media only screen and (max-width: 768px) {
    footer .email, footer .phone {
    font-size: 15px;
}
}@media only screen and (max-width: 500px) {
    footer .email, footer .phone {
    text-align: center;
}
}footer .email a, footer .phone a {
    color: inherit;
    font-weight: 500;
    text-decoration: underline;
}
.amazon-button {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25) );
    background:-moz-linear-gradient( center top, #ffc477 5%, #fb9e25 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
    background-color:#ffc477;
    -webkit-border-top-left-radius:9px;
    -moz-border-radius-topleft:9px;
    border-top-left-radius:9px;
    -webkit-border-top-right-radius:9px;
    -moz-border-radius-topright:9px;
    border-top-right-radius:9px;
    -webkit-border-bottom-right-radius:9px;
    -moz-border-radius-bottomright:9px;
    border-bottom-right-radius:9px;
    -webkit-border-bottom-left-radius:9px;
    -moz-border-radius-bottomleft:9px;
    border-bottom-left-radius:9px;
    text-indent:0;
    border:1px solid #eeb44f;
    display:inline-block;
    color:#ffffff;
    font-family:Trebuchet MS;
    font-size:15px;
    font-weight:bold;
    font-style:normal;
    height:22px;
    line-height:22px;
    width:183px;
    text-decoration:none;
    text-align:center;
    text-shadow:1px 1px 0px #cc9f52;
}
.amazon-button:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );
    background:-moz-linear-gradient( center top, #fb9e25 5%, #ffc477 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
    background-color:#fb9e25;
}
.amazon-button:active {
    position:relative;
    top:1px;
}
@media only screen and (min-width: 769px) {
    footer .email.phone a, footer .phone.phone a {
    color: #C1C1C1;
    cursor: default;
}
}.lt-ie9 footer .email.phone a, .lt-ie9 footer .phone.phone a {
    color: #C1C1C1;
    cursor: default;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#page-wrap {
    font-family: 'Lato',  sans-serif;
    width: 100%;
    word-break: break-word;
}
@media only screen and (min-width: 769px) {
    #page-wrap {
    height: auto !important;
}
}.lt-ie9 #page-wrap {
    height: auto !important;
}
#page-wrap .attribution {
    border-top: 1px solid #ececec;
    color: #BBBBBB;
    font-size: 11px;
    padding: 18px 0;
    margin: 42px auto 0 auto;
}
@media only screen and (min-width: 769px) {
    #page-wrap .attribution {
    padding-bottom: 0;
}
}.lt-ie9 #page-wrap .attribution {
    padding-bottom: 0;
}
#page-wrap .attribution a {
    color: inherit;
    text-decoration: underline;
}
#page-wrap .attribution a:hover {
    color: #999999;
}
#content-area {
    padding: 3% 3% 40px 3%}
@media only screen and (min-width: 769px) {
    #content-area {
    width: 78%;
    float: right;
    padding-bottom: 3%}
}.lt-ie9 #content-area {
    width: 78%;
    float: right;
    padding-bottom: 3%}
@media only screen and (min-width: 769px) and (max-width: 1136px) {
    #content-area {
    position: absolute;
    top: 0;
    right: 0;
    left: 250px;
    width: auto;
    padding: 34px 34px 3% 34px;
}
}@media only screen and (max-width: 768px) {
    #content-area {
    border-bottom: 1px solid #ececec;
    padding: 20px 5% 50px 5%}
}@media only screen and (max-width: 768px) {
    #content-area>.attribution {
    display: none;
}
}#content-area>* {
    max-width: 1210px;
    margin-left: auto;
    margin-right: auto;
}
a {
    -webkit-transition: color 0.1s ease-in;
    -moz-transition: color 0.1s ease-in;
    -o-transition: color 0.1s ease-in;
    transition: color 0.1s ease-in;
}
.tumblrset {
    margin: 0 auto;
}
.tumblrset .tumblrset-photo-frame {
    display: none;
}
.tumblrset .tumblrset-row .tumblrset-photo-frame {
    display: block;
    float: left;
    height: 100%}
.tumblrset .tumblrset-row .tumblrset-photo-frame .tumblrset-photo-wrap {
    overflow: hidden;
    display: block;
    height: 100%}
.tumblrset .tumblrset-row .tumblrset-photo-frame .tumblrset-photo-wrap .tumblrset-photo {
    display: block;
    width: 100%;
    position: relative;
}
.clearfix:before, .clearfix:after {
    content: ' ';
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}