html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/****************************
Base(ish) Styling
****************************/

html, body, p, .search-bar input, .search-bar .search-button, .search-bar .search-box,  .search-box:focus, header h3, h1, h2, h3, a.link, .caption, blockquote, blockquote p {
    font-weight: 300;
}

article, .post-body {
    display: block;
    overflow: hidden;
}

header h1 {
    font-size: 1.5em;
    margin: 20px;
}

h2, a.link {
    font-size: 3em;   
}

.post-content h3, .post-content h4 {
    font-size: 2em;
}

.post-content h4, .post-content h5, .post-content h6 {
    font-weight: 600;
}

.post-content h5 {
    font-size: 1.5em;
}

.collapsable>div {
    display: none;
}

.no-js .collapsable>div {
    display: block;
}

p {
    line-height:150%;
    margin: 0 0 40px 0;
}

.post-content p, .post-content img, .post-content blockquote, .post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content ul, .post-content ol, .post-content a.link, .post-content .photoset {
    margin: 0 0 20px 0;
}

a {
    text-decoration: none;
}

p a {
    font-weight: 400;
}

.notes blockquote {
    border-left: none;
}

a:hover {
    opacity: 0.8;
}

@keyframes fadeout
{
    from {opacity:1;}
    to {opacity:0.8;}
}

@-webkit-keyframes fadeout /* Safari and Chrome */
{
    from {opacity:1;}
    to {opacity:0.8;}
}

@keyframes fadein
{
    from {opacity:0.8;}
    to {opacity:1;}
}

@-webkit-keyframes fadein /* Safari and Chrome */
{
    from {opacity:0.8;}
    to {opacity:1;}
}

a:hover {
    animation:fadeout 1s;
    -webkit-animation:fadeout 1s; /* Safari and Chrome */
}

a {
    animation:fadein 1s;
    -webkit-animation:fadein 1s; /* Safari and Chrome */
}

blockquote {
    padding-left: 20px;
    margin: 20px 0;
    display:block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

blockquote p {
    margin: 0!important;
}

.wrapper {
    position: relative;
}

.content-wrapper {
    min-height: 2000px;
    width:auto;
    margin-left: 350px;
    overflow:hidden;
}

.bordered {
    border: 10px solid rgba(0,0,0,0.1);
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.three-col {
    list-style: none;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-left: 1px solid rgba(0,0,0,0.1);
    overflow:hidden;
    text-align:center;
    font-size: 0.75em;
}

.three-col li {
    width: 33.333333%;
    float:left;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-right: 1px solid rgba(0,0,0,0.1);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: auto;
}

.three-col a:link {
    border-bottom: 0;
}

/****************************
Header/Sidebar Styling
****************************/

header {
    width:350px;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    text-align: center;
    display:block;
}

header .header-content {
    margin: 60px 20px 20px 20px;
}

.mobile-menu-link {
   display: none;      
}

.links {
    margin: 20px;
    list-style: none;
    text-align:left;
}

.links li h3 {
    cursor: pointer;
    animation: none;
    padding: 10px 0;
}

.links li.about-this-blog h3 {
    cursor: auto;
}

.links>a {
    padding: 10px 0;
    color:#fff;
}

.links:first-child li:first-child a:after, .customlinkout h3:after {
    content: '\00BB';
    float: right;
    font-size: 1.5em;
    line-height: 70%;
    font-family: Times, Serif; 
}

.links li>div {
    font-size: 0.75em;
}

.links .collapsable h3:after {
    content: '+';
    float: right;
    font-size: 1em;
    line-height: 100%;
    font-family: Times, Serif;
    
}

.links .open h3:after {
    content: '-';    
}


/****************************
Header/Sidebar Styling: Social Links
****************************/

.social-links {
    width: 80%;
    max-width: 216px;
    margin: 0 auto 40px auto;
    overflow: hidden;
}

.social-links a {
    display: block;
    float:left;
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    margin: 3px;
    text-indent: -9999em;
    background-image: url('http://static.tumblr.com/odu1ho8/45Vna9r0d/iconset2.png');
}

.social-links .facebook {
    background-position: -120px -7px;
    background-color: #3B5998;
}

.social-links .twitter {
    background-position: -62px -50px;
    background-color: #00ACED;
}

.social-links .pinterest {
    background-position: -34px -50px;
    background-color: #CB2027;
}

.social-links .googleplus {
    background-position: -204px -7px;
    background-color: #D14836;
}

.social-links .instagram {
    background-position: -234px -8px;
    background-color: #3F729B;
}

.social-links .flickr {
    background-position: -145px -8px;
    background-color: #0063DB;
}    

.social-links .deviant {
    background-position: -121px -50px;
    background-color: #4B5D50;
}

.social-links .linkedin {
    background-position: -4px -51px;
    background-color: #007FB1; 
}

.social-links .youtube {
    background-position: -93px -50px;
    background-color: #CD332D;
}

.social-links .vimeo {
    background-position: -183px -50px;
    background-color: #44BBFF; 
}

.social-links .soundcloud {
    background-position: -10px -94px;
    background-color: #FF6600;
}

.social-links .github {
    background-position: -174px -8px;
    background-color: #4183C4;
}

.social-links .dribbble {
    background-position: -94px -8px;
    background-color: #EA4C89;
}

.social-links .spotify {
    background-position: -212px -50px;
    background-color: #86BC1E;
}

.social-links .reddit {
    background-position: -51px -92px;
    background-color: #FF4500;
}

.social-links .homepage {
    background-position: -65px -8px;
}

.social-links .emailme {
    background-position: -7px -8px;
}

.social-links .rss {
    background-position: 0 0;
    background-color: #FF8300;
}


/****************************
Header/Sidebar Styling: Following & Likes
****************************/

.following, #likes {
    list-style: none;
}

.following {
    overflow:hidden;
}

.following li {
    display:inline-block;
    float: left;
    margin: 3px;
}

.following li img {
    width: 100%;
}

#likes img {
    width: 100%;
    max-width: 250px;
    margin: 10px auto;
    display: block;
}

#likes p {
    margin: 5px 0;
    text-align: center;
}

#likes li {
    margin-bottom: 20px;
    overflow:hidden;
}

/****************************
Header/Sidebar Styling: Twitter
****************************/

#tweets {
    list-style: none;
    margin-top: 10px;
}

#tweets li {
    margin: 0 0 20px 0;
    border-bottom: 1px dotted rgba(255,255,255,0.5);
    padding: 0 0 20px 0;
}

.twitter-link-out {
    font-weight: 400;
    text-align:right;
    padding: 10px 0;
    margin: 20px 0;
    display:block;
}

.twitter-link-out:after {
    content: '\00BB';
    margin-left: 10px;
    font-size: 1.5em;
    line-height: 70%;
    font-family: Times, Serif; 
}

/****************************
Header/Sidebar Styling: Search
****************************/


.links li>div.search-bar {    font-size: 1em;  }  

.search-bar form {
    padding: 10px 0 0 0;
    overflow: hidden;
}

.search-bar input {
    border: none;
    font-size: 1em;
    background: none;
    margin: 0;
    padding: 0;
}

.search-bar .search-button {
    float:right;
    font-size: 1.5em;
    line-height: 70%;
    font-family: Times, Serif; 
    outline: none;
}

.search-bar .search-button:hover {
    cursor: pointer;
}

.search-bar *:hover, .search-bar *:active {
    outline: none;
}

.search-bar .search-box {
    float:left;
    width: 85%;
    opacity: 1;
    padding: 2px;
    outline: none;
}

.search-box:focus {
    outline: none;
}



/****************************
Post Styling
****************************/

.post-content {
    margin: 0 auto;
    max-width: 780px;
    padding: 60px 40px 40px 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.post-content p + h1, .post-content p + h2, .post-content p + h3, .post-content p + h4, .post-content p + h5, .post-content p + h6, .post-content p + h7, .post-content ul + h1, .post-content ul + h2, .post-content ul + h3, .post-content ul + h4, .post-content ul + h5, .post-content ul + h6, .post-content ul + h7, .post-content ol + h1, .post-content ol + h2, .post-content ol + h3, .post-content ol + h4, .post-content ol + h5, .post-content ol + h6, .post-content ol + h7, .post-content blockquote + h1, .post-content blockquote + h2, .post-content blockquote + h3, .post-content blockquote + h4, .post-content blockquote + h5, .post-content blockquote + h6, .post-content blockquote + h7 {
    margin-top: 60px;
}

.post-content img {
    max-width: 100%;
}

.post-content a.link {
    display:block;
}

.post-content div {
    margin-bottom: 20px;
}

.post-content li {
    margin: 10px 0;
}

.post-content ul {
    list-style: square;
}

.chat ul {
    list-style: none;
}

.chat .label {
    margin-right: 5px;
    font-weight: 600;
}

.quote-length {
    margin: 0 0 40px 0;
    border-left: none!important;
    padding: 0;
}

.quote-length.short {
    font-size:2em;
}

.quote-length.medium {
    font-size: 1.75em;
}

.quote-length.long {
    font-size: 1.5em;
}

.source, .read_more_container {
    font-size: .8em;
    text-transform: uppercase;
    text-align: right;
}

/****************************
Post Styling: Media & Objects
****************************/


.post-content iframe, .post-content img, .post-content embed, .post-content object, .post-content video {
    max-width: 100%;
}

.post-content iframe, .post-content img, .post-content embed, .post-content object, .post-content video {
    animation:fadein 1s;
    -webkit-animation:fadein 1s; /* Safari and Chrome */
}

.post-content iframe:hover, .post-content embed:hover, .post-content img:hover, .post-content object:hover, .post-content video:hover  {
    animation:fadeout 1s;
    -webkit-animation:fadeout 1s; /* Safari and Chrome */
    opacity: 0.8;
}

.post-content a img {
    opacity: 1!important;
    animation:none!important;
    -webkit-animation:none!important; /* Safari and Chrome */
}

.post-content .photoset {
    background-color: rgba(0,0,0,0.1)!important;
    padding: 10px;
    max-width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.bordered-media {
    background: rgba(0,0,0,0.1);
    padding:10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
    margin: 0;
    height: auto;
    position:relative;
    overflow:hidden;
}

.media-position {
    text-align:center;
}

.post-content iframe, .post-content object {
    max-width: 100%;
    vertical-align: middle;
}

.post-content img.questioner {
    float: left;
    margin: 0 20px 20px 0;
    display: block;
}

.post-content img.answerer {
    float: right;
    margin: 0 0px 20px 20px;
    display: block;
}

.question {
    overflow: hidden;
}

iframe#ask_form:hover, iframe#submit_form:hover, iframe#ask_form, iframe#submit_form, #tumblr_lightbox a, #tumblr_lightbox a:hover {
    opacity: 1;
    animation: 0;
    -webkit-animation: 0;
}



/****************************
Post Styling: Footer
****************************/

.post-footer {
    color: #000;
    font-size: 0.75em;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    opacity: 0.3;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
}

.light-switch {
    box-shadow: inset 0 -1px 0 rgba(255,255,255,0.1);
}

.post-footer a:link, .post-footer a:visited, .post-footer a:hover, .post-footer a:active {
    border-bottom: 0;
    color: #000;
}

.post-footer-content {
    max-width:780px;
    margin: 0 auto;
    padding: 10px 40px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow:hidden;
}

.post-footer-content section {
    padding:0;
}

.notecount-footer {
    float:right;
    margin-left: 10px;
}

.notecount-footer a {    
    padding: 0 10px;
    border-right: 1px solid rgba(0,0,0,0.2);
    border-left: 1px solid rgba(0,0,0,0.2);
}

.light-switch .notecount-footer a {    
    padding: 0 10px;
    border-right: 1px solid rgba(255,255,255,0.2);
    border-left: 1px solid rgba(255,255,255,0.2);
}

.buttons {
    float:right;
    opacity: 0.5;
}

.buttons ul li {
    display: inline-block;
    margin: 0 0 0 10px;
}

.permalink {
    display: inline-block;
    height: 15px;
    width: 15px;
    background-repeat: no-repeat;
    text-indent: -9999em;
    background-image: url('http://static.tumblr.com/odu1ho8/45Vna9r0d/iconset2.png');
    background-position:  -148px -104px;
    opacity: 0.7;
}

.light-switch .permalink {

    background-position:  -127px -104px;

}

.datestamp {
    float:right;   
}

.post-content ul, .post-content ol, .post-content dl {
    margin-left: 40px;
}

.chat .post-content ul, .chat .post-content ol, .chat .post-content dl, .post-content ul ul, .post-content ul ol, .post-content ul dl, .post-content ol ul, .post-content ol ol, .post-content ol dl, .post-content dl ul, .post-content dl ol, .post-content dl dl {
    margin-left: 0;
}


/****************************
Post Styling: Footer: Taglist
****************************/

.taglist {
    float:left;
    margin-right: 20px;
    max-width: 45%;
    clear:both;
}

.taglist span {
    cursor: pointer;
}

.tags {
    list-style: none;
    overflow:hidden;
}

.js .taglist ul {
    display:none;
}

.taglist li {
    display:block;
    float:left;
    margin: 10px 10px 0 0;
}

.taglist a:before, .tagtitle:before {
    content: " ";
    height: 13px;
    width: 16px;
    margin: 0 5px 0 0;
    display:block;
    float:left;
    opacity: 0.5;
    background: url('http://static.tumblr.com/odu1ho8/45Vna9r0d/iconset2.png');
}

.taglist a:before {
    background-position: -224px -104px;
}

.tagtitle:before {
    background-position: -241px -104px;
}

.tagtitle, .mobile-expand {
    font-weight: 600;
}


/****************************
Notes Styling
****************************/

#post-notes a:link, #post-notes a:visited, #post-notes a:hover, #post-notes a:active {
    font-weight: 400;
}

.notes li {
    height: 260px;
    list-style: none;
}

.notes .avatar_frame {
    margin: 40px auto 0 auto;
    display: inline-block;
}

.notes .avatar {
    border: 10px solid rgba(0,0,0,0.1);
    max-width: 64px;
}

.notes span {
    margin: 20px;
    display:block;
}

.notes .clearfix {
    display:none;
}

.notes .more_notes_link {
    margin-top: 147px;
    display:block;
    text-transform: uppercase;
    font-weight: 400;
}

.notes .more_notes_link:after {
    content: '\00BB';
    font-size: 1.5em;
    margin-left: 5px;
    line-height: 70%;
    font-family: Times, Serif; 
}

.notes blockquote {
    margin: 0 20px;
}

/****************************
Pagination & Extras Styling
****************************/

.pagination ul {
    overflow: hidden;
    list-style: none;
}

.pagination ul li {
    height: 100px;
}

.pagination li span {
    margin: 40px 20px 0 20px;
    display:block;
}

.backhome {
    padding: 30px;
    clear:both;
    text-transform: uppercase;
} 

.backhome:before {
    content: "\00AB";
    font-size: 1.5em;
    line-height: 70%;
    font-family: Times, Serif;
}

.backhome a:link, .backhome a:visited, .backhome a:active, .backhome a:hover {
    padding: 10px;
}

/****************************
Non-Post Pages
****************************/

.no-results {
    height: 100%;
}

.no-results .search_query:before {
    content: '\201C';
}

.no-results .search_query:after {
    content: '\201D';
}    

.mobile-expand {
    display: none;
}

/****************************
Media Queries
****************************/


@media all and (max-width: 980px) {

    .js .post-footer-content {
        display: none;    
    }   

    .js .mobile-expand {
        display: block;
        text-align: right;
        padding: 10px 40px;
        cursor: pointer;
    }
    
    .mobile-expand:after {
        content: "\25BC";
        margin-left: 10px;
        opacity: 0.5; 
    }

    .taglist {
       max-width: 100%;   
   }

   .js .taglist.visible ul {
    display:block!important;
}

.mobile-expand.expand-active:after {
   content: "\25B2";
   margin-left: 10px;
}

.post-footer section {
   clear: left;
   margin: 0;
}

section.buttons {
   float:right; 
   display: inline;
}

.notes li {
   width: 50%;
}

header {
   width: 280px;   
}

.spotify_audio_player {
    max-width: 240px!important;
    max-height: 320px!important;
}

.content-wrapper {
    margin-left: 280px;
}

header .header-content {
   margin: 20px;   
}

.datestamp {
    padding-right: 10px!important;
}

header h1 {
    margin: 10px;
}

header .description {
   margin-bottom: 10px;   
}

.portrait {
    width: 100px;
}

}

@media all and (max-width: 790px) {

    header {
        position: static;
        width: 100%
    }

    .content-wrapper {
        margin-left: 0;
    }
    
    .js .links {
        display: none;
    }
    
    .js .mobile-menu-link {
        display:block;
        text-align:left;
        padding: 15px 40px;
        margin: 0;
        border-top: 1px dotted rgba(255,255,255,0.5);
        font-weight: 400;
        cursor: pointer;
        text-transform: uppercase;
    }

    .mobile-menu-link:after {
        content: "\25BC";
        float:right;
    }

    .mobile-menu-active:after {
        content: "\25B2";
        float:right;
    }

    .back-to-top {
       display: none!important;
       visibility: hidden;
   }

   .links {
    margin: 0 40px 40px 40px;
    list-style: none;
    text-align:left;
}

.spotify_audio_player {
    max-width: 500px!important;
    max-height: 570px!important;
}

}

@media all and (max-width: 600px) {
    .spotify_audio_player {
        max-width: 240px!important;
        max-height: 320px!important;
    }

    .soundcloud_audio_player {
        max-width: 240px!important;
        max-height: 240px!important;
    }

}

@media all and (max-width: 500px) {
    .notes li {
       width: 100%;
       height: auto;
       padding-bottom: 20px;
   }

   .post-content {
    padding: 40px 20px;
}

.js .mobile-menu-link {
    padding: 15px 20px;
}

.links {
    margin: 0 20px 20px 20px;
}

.js .mobile-expand, .post-footer-content {
    padding: 10px 20px;
}

.taglist {
    padding-bottom: 10px!important;
}

.quote blockquote {
    font-size: 1.25em!important;
}

.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, a.link{
    font-size: 1.5em;
}

}

@media all and (min-width: 791px) {
    .links {
       display: block!important; }

       .mobile-menu-link { display: none;}

   }


   @media all and (min-width: 981px) {

    .post-footer-content {
        display: block!important;    
    }   
    
}

@media (max-width: 790px) {
    header {
        height: auto;
    }
}


/****************************
Custom Overides
****************************/    


.light-switch {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.004);
}

.light-switch a:link, .light-switch a:visited, .light-switch a:hover, .light-switch a:active {
    color: #fff;
}

.light-switch .taglist a:before {
    background-position: -177px -104px;
}

.light-switch .tagtitle:before {
    background-position: -193px -104px;
}

.fullyopaque .post-footer, .fullyopaque .buttons, .fullyopaque .taglist a:before, .fullyopaque .tagtitle:before {
    opacity: 1;
}

.slightlyopaque .post-footer, .slightlyopaque .buttons {
    opacity: 0.3;
}

.mostlyopaque .post-footer, .mostlyopaque .buttons, .mostlyopaque .taglist a:before, .mostlyopaque .tagtitle:before {
    opacity: 0.7;
}

.shadow-dark {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.shadow-light {
    text-shadow: 1px 1px 1px rgba(255,255,255,0.2);
}

.shadow-none {
    text-shadow: none;
}

.post-content li {
    line-height: 150%;
}

.post-content strong {
    font-weight: 700;
}

.answer-replies, .answerer-block {
    clear: both;
}
    