html {height: 100%;}
body {margin:0; height: 100%; width: 100%; background: #f8f8f8;}


/* ==========================================================================
   2. General - Setting up some base styles
   ========================================================================== */



::-moz-selection {
    color: #222;
    background: #D6EDFF;
    text-shadow: none;
}

::selection {
    color: #222;
    background: #D6EDFF;
    text-shadow: none;
}


#log h1, 
#log h2, 
#log h3,
#log h4, 
#log h5, 
#log h6 {
    text-rendering: optimizeLegibility;
    line-height: 1;
    margin-top: 0;
    color: #272727;
}


#log h1 {
    font-size: 1.4em;
    line-height: 1.1em;
    letter-spacing: -1px;
    text-indent: -1px;
    text-transform:uppercase;

}

#log h2 {
    font-size: 1.1em;
    line-height: 1.1em;
    letter-spacing: -1px;
    text-indent: -1px;
    text-transform:uppercase;

}

p + #log h2 {
    margin-bottom: -1em;
}

#log h3 {
    font-size: .9em;
    line-height: .8em;
    letter-spacing: -1px;

}
p + #log h3  {
    margin-bottom: -.6em;
}

#log h4 {
    font-size: .8em;
    color: #444;
    text-transform: uppercase;
}

p + #log h4  {
    margin-bottom: -.6em;
}

#log h5 {
    font-size: 2.5rem;
}

#log h6 {
    font-size: 2rem;
}


a {
    color: #4a4a4a;
    transition: color ease 0.3s;
}

a:hover {

}


p, ul, ol, dl {
    margin: 1.6em 0;
}

ol ol, ul ul,
ul ol, ol ul {
    margin: 0.4em 0;
}

dl dt {
    float: left;
    width: 180px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    margin-bottom: 1em
}

dl dd {
    margin-left: 200px;
    margin-bottom: 1em
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #efefef;
    margin: 3.2em 0;
    padding: 0;
}

blockquote {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1.6em 0 1.6em -1.6em;
    padding: 0 0 0 1.0em;
    border-left: #333 0.4em solid;
}

blockquote p {
    margin: 0.8em 0;
    font-style: italic;
}

blockquote small {
    display: inline-block;
    margin: 0.8em 0 0.8em 1.5em;
    font-size:0.9em;
    color: #ccc;
}

blockquote small:before { content: '\2014 \00A0'; }

blockquote cite {
    font-weight:bold;
}

blockquote cite a { font-weight: normal; }

mark {
    background-color: #ffc336;
}

code, tt {
    padding: 1px 3px;
    font-family: monospace, sans-serif;
    font-size: 0.75em;
    white-space: pre-wrap;
    border: 1px solid #eee;
    background: #fff;
    border-radius: 2px;
}

pre {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1.6em 0;
    border: 1px solid #eee;
    width: 100%;
    padding: 10px;
    font-family: monospace, sans-serif;
    font-size: 0.7em;
    white-space: pre;
    overflow: auto;
    background: #fff;
    border-radius: 3px;
}

pre code, tt {
    font-size: inherit;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    background: transparent;
    border: none;
    padding: 0;
}

kbd {
    display: inline-block;
    margin-bottom: 0.4em;
    padding: 1px 8px;
    border: #ccc 1px solid;
    color: #666;
    text-shadow: #fff 0 1px 0;
    font-size: 0.9em;
    font-weight: bold;
    background: #f4f4f4;
    border-radius: 4px;
    box-shadow: 
        0 1px 0 rgba(0, 0, 0, 0.2), 
        0 1px 0 0 #fff inset;
}

table {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 1.6em 0;
    width:100%;
    max-width: 100%;
    background-color: transparent;
}

table th,
table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #efefef;
}

table th { color: #000; }

table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
    border-top: 0;
}

table tbody + tbody { border-top: 2px solid #efefef; }

table table table { background-color: #fff; }

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
    background-color: #f6f6f6;
}

table.plain tbody > tr:nth-child(odd) > td,
table.plain tbody > tr:nth-child(odd) > th {
   background: transparent;
}

iframe, .fluid-width-video-wrapper {
    display: block;
    margin: 1.6em 0;
}

/* ==========================================================================
   App styles
   ========================================================================== */


#app {position:relative;}

#header {z-index: 1; position:fixed; top: 0; width: 100%; overflow:hidden; font-family: 'Abel', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }
#header-content {text-align: center;  position:absolute; z-index:2; top:0;width: 100%;    
     text-rendering: geometricPrecision;
    opacity: .99;
      -webkit-perspective: 300px;
    -moz-perspective: 300px;
    -o-perspective: 300px;
    perspective: 300px;    

}

#header-content a {color:rgba(58, 209, 207, .8); text-decoration: none}

hr.fade {
    border: 0; 
    background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 20%, rgba(0,0,0,1) 80%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(20%,rgba(0,0,0,1)), color-stop(80%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 20%,rgba(0,0,0,1) 80%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 20%,rgba(0,0,0,1) 80%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 20%,rgba(0,0,0,1) 80%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 20%,rgba(0,0,0,1) 80%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

hr.fade-white {
    border: 0; 
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.1) 20%, rgba(255,255,255,0.1) 80%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(20%,rgba(255,255,255,0.1)), color-stop(80%,rgba(255,255,255,0.1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 20%,rgba(255,255,255,0.1) 80%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 20%,rgba(255,255,255,0.1) 80%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 20%,rgba(255,255,255,0.1) 80%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.1) 20%,rgba(255,255,255,0.1) 80%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffff', endColorstr='#ffffffff',GradientType=1 ); /* IE6-9 */
}

hr.fade-lr {
    border: 0; 
    background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 40%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(40%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 40%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 40%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 40%, rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 40%, rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
hr.fade-rl {
    border: 0; 
    background: -moz-linear-gradient(right,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 20%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, right top, left top, color-stop(0%,rgba(0,0,0,0)), color-stop(20%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 20%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 20%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(right,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 20%, rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to left,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 20%, rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

.divider-top {
    margin: 0 20%;
    height: 2px; 
}


#title {white-space:nowrap; color: #fff; text-transform: uppercase; margin: 5.5em 0 14px; font-size:.9em;
/*    -o-transform-origin: 34% 50%;
    -moz-transform-origin: 34% 50%;
    -ie-transform-origin: 34% 50%;
    -webkit-transform-origin: 34% 50%;
    transform-origin:34% 50%;*/
}
#title h1 {
    font-size: 2.9em;
    line-height: .85em;
    font-weight: normal;
    margin: 0;
    display:inline-block;
    vertical-align: top;
    text-rendering: optimizeLegibility;
    letter-spacing: 0.03em;
    text-shadow: 0 0 15px rgba(0,0,0,.2);
    color: rgb(255,255,255);
    -o-transform-origin: right center;
    -moz-transform-origin: right center;
    -ie-transform-origin: right center;
    -webkit-transform-origin: right center;
    transform-origin:right center;
}
#title #nav {letter-spacing: 0.05em; display:inline-block;  vertical-align: top;     text-rendering: optimizeLegibility;
    -o-transform-origin: left center;
    -moz-transform-origin: left center;
    -ie-transform-origin: left center;
    -webkit-transform-origin: left center;
    transform-origin:left center;
}
#title #nav ul {margin:0; padding:0;}
#title #nav li {display:inline-block; list-style:none;}
#title #nav li a {margin: 0 0 0 1em;}
#title #nav li:first-child a {margin:0;}
#title #nav .active {border-bottom: 6px solid #3ad1cf;}
#title.skrollable-after #nav .active {border:0;}
#title #nav-work {cursor: not-allowed;}

#title .sep {
/*    border-right: 1px solid rgba(0,0,0,.15);*/
    display: inline-block;
    font-size: 6.0em;
    width: 3px;
    overflow: hidden;
    -moz-transform: rotate(30deg);  
    -o-transform: rotate(30deg);  
    -webkit-transform: rotate(30deg);  
    -ms-transform: rotate(30deg);  
    transform: rotate(30deg); 
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.15) 40%, rgba(255,255,255,0.15) 60%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, top left, bottom left, color-stop(0%,rgba(255,255,255,0)), color-stop(40%,rgba(255,255,255,0.15)), color-stop(60%,rgba(255,255,255,0.15)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.15) 40%,rgba(255,255,255,0.15) 60%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.15) 40%,rgba(255,255,255,0.15) 60%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.15) 40%,rgba(255,255,255,0.15) 60%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.15) 40%,rgba(255,255,255,0.15) 60%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffff', endColorstr='#ffffffff',GradientType=0 ); /* IE6-9 */

}

#meta-wrap {
    -o-transform-origin: center top;
    -moz-transform-origin: center top;
    -ie-transform-origin: center top;
    -webkit-transform-origin: center top;
    transform-origin:center top;  
}

#meta {
    color: rgba(255,255,255,.66);
    margin: 0 auto 45px;  
}

#meta h2 {
    font-weight: normal;
    letter-spacing: -0.03em;
    font-size: 2em;
    margin: 40px auto 20px;
    width: 530px;
}
#meta h3 {
    font-weight:normal;
    font-size: 1.4em;
    margin-bottom:0;

}

#nav a {font-size: 1.4em; color: #fff; text-decoration: none; }

#stripes {height: 100%; width: 300%; position: absolute; top:0; z-index: 1; margin-left: -100%;
-webkit-perspective: 500px;
-moz-perspective: 500px;
-o-perspective: 500px;
perspective: 500px;  
}

/*.stripe.skrollable-before {
    -webkit-transition: background-color 5000ms linear;
    -moz-transition: background-color 5000ms linear;
    -o-transition: background-color 5000ms linear;
    -ms-transition: background-color 5000ms linear;
    transition: background-color 5000ms linear;
}
.stripe.skrollable-between {
    -webkit-transition: background-color 0ms linear;
    -moz-transition: background-color 0ms linear;
    -o-transition: background-color 0ms linear;
    -ms-transition: background-color 0ms linear;
    transition: background-color 0ms linear;
}
*/

#stripes-inner {
/*        -webkit-transform: rotateX( -45deg );
    -moz-transform: rotateX( -45deg );
    -o-transform: rotateX( -45deg );
    transform: rotateX( -45deg );*/
}


#log {
    z-index: 2; 
    position:relative; 
    width: 100%; 
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
} 

#log .post {max-width: 900px; margin: 0 auto; }
#log .post-header {color: rgb(152,152,152); font-size: 1.2em; text-align:center; margin: 0 0 8px; text-transform: uppercase; text-rendering: geometricPrecision; opacity: .99; font-weight: 300; padding-top: 55px;}
#log .list-rule {opacity: .3; margin-bottom: 0;}

#log .post:first-child > hr {display:none;}
#log .post:first-child .post-header {margin-top: 40px;border-top:0;}

#log .main-item {background: #f8f8f8; padding: 0 80px}

#log .post-title {font-size: 1.7em; line-height: 1.2em; margin-bottom: 0; text-align: center; text-transform: uppercase; font-weight: 900; margin-top: 0; letter-spacing:-0.03em;}
#log .post-title a {color: #272727; text-decoration: none; }

#log .post-content {font-weight: 300; font-size: 1.1em; color: #444;}

/* Keep large images within the bounds of the post-width */
#log .post-content img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}


#log .post.paginator {
    text-align:center;
    padding: 50px 0 80px;
    font-size: 1.1em;
    color: #333;
    font-weight: 300;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none
}
#log .post.paginator hr {margin: 50px 0 ; opacity: .3;}
#log .post.paginator .page-number {padding-right: 15px;}

/* GIST OVERRIDE */

#log .gist table {margin:0;}
#log .gist pre,
#log .gist .line-numbers {font-size: 0.7em; vertical-align:middle;}

#log .gist .line-numbers {background: #f6f6f6;}
#log .gist .line-data {background: #fff;}
#log .gist .gist-file {border-radius: 0;}
#log .gist .gist-meta {background: #fff;}


/* icons */


#contact-links {
    margin: 25px 0 0;
    position: relative;
/*      -webkit-perspective: 300px;
    -moz-perspective: 300px;
    -o-perspective: 300px;
    perspective: 300px; */
  
}
#contact-links ul {
    margin:0;
    padding:0;
    display:inline-block;
    position:relative;
    z-index: 10;
    -webkit-transition: opacity ease 0.5s;
    -moz-transition: opacity ease 0.5s;
    -o-transition: opacity ease 0.5s;
    transition: opacity ease 0.5s;
/*    -webkit-transform: rotateX( 35deg );
    -moz-transform: rotateX( 35deg );
    -o-transform: rotateX( 35deg );
    transform: rotateX( 35deg );
*/
}
#contact-links li {
    display:inline-block;
    vertical-align: top;
    list-style:none;
    margin-left: 35px;
    color: rgba(255,255,255,0.8);

/*   -webkit-transition: -webkit-transform ease 0.5s;
    -moz-transition: -moz-transform ease 0.5s;
    -o-transition: -o-transform ease 0.5s;
    transition: transform ease 0.5s;   */ 


}

#contact-links a {color: rgba(255,255,255,0.8); font-size: 0.95em;}

#contact-links li:first-child {margin-left:0;}

#contact-links li.contact-link:hover {
    -webkit-transform: rotateX( 0deg );
    -moz-transform: rotateX( 0deg );
    -o-transform: rotateX( 0deg );
    transform: rotateX( 0deg );
 }


#contact-links hr {display:inline-block; margin: 0;}

.contact-link:hover {
/*    -webkit-transform: rotateX( 0deg ) !important;
    -moz-transform: rotateX( 0deg ) !important;
    -o-transform: rotateX( 0deg ) !important;
    transform: rotateX( 0deg ) !important;  */

}



#contact-links .bracket-left,
#contact-links .bracket-right {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 8em;
    opacity: .08;
    margin-top: -.5em;
}

#contact-links li.divider {
    vertical-align:middle;
    display: inline-block;
    width: 2px;
    height: 100px;
    background: #ccc;
    margin: -23px 15px 0;

    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 40%, rgba(0,0,0,0.1) 60%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(40%,rgba(0,0,0,0.1)), color-stop(60%,rgba(0,0,0,0.1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 40%,rgba(0,0,0,0.1) 60%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 40%,rgba(0,0,0,0.1) 60%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 40%,rgba(0,0,0,0.1) 60%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 40%,rgba(0,0,0,0.1) 60%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

#contact-links #email-output {
   font-weight: 700;
    font-family: "Source Sans Pro";
    font-size: 1.3em;
    color: rgba(0,0,0,0);
    position: absolute;
    top: 10px;
    text-align: center;
    width: 100%;    
    z-index: 9;
    -webkit-transnsition: color ease 0.5s;
    -moz-transition: color ease 0.5s;
    -o-transition: color ease 0.5s;
    transition: color ease 0.5s;


}
/*#contact-links.email-active ul {
    opacity:.3;
    }*/

#contact-links.email-active #email-output {
    /*display:block; */
/*    opacity:1;*/
    color: rgba(0,0,0,.8);
    z-index: 11;
    width: 100%;    

}

.contact-link a {

}

.contact-link .icon {    
    width: 25px;
    height:25px;
    opacity: .15;
    display:inline-block;
    margin-right: 7px;
    vertical-align: middle
}
.icon {
    background-image:url(/assets/images/btj-sprite.png);
    background-repeat: no-repeat;
    background-size: 100px 25px;
}
.contact-link.twitter .icon {
    background-position: 0 2px ;
}
.contact-link.email .icon {
    background-position: -25px 4px;
    margin-right:11px;
}

.contact-link.github .icon {
    background-position: -50px 2px;
}

.comment-link {text-align: center;}
.comment-link a {
    font-size: .7em;
    color: #4d4d4d;
    font-weight: 300;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none
}

.comment-link a .num {font-weight: 900; color: #333;font-size: 1.1em}


.comment-link a:before {
    background-image:url(/assets/images/btj-sprite.png);
    background-repeat: no-repeat;
    background-position: -150px 0;
    background-size: 200px 50px;
    content: "";
    display: inline-block;
    width: 29px;
    height: 17px;
    vertical-align: middle;
}

.comment-link hr {width: 50%; margin: 8px auto; opacity: .15; }

#comments {margin: 100px 0;}
#comments .comment-link {margin-bottom: 20px;}

/* ==========================================================================
   9. Media Queries - Smaller than 900px
   ========================================================================== */

@media only screen and (max-width: 900px) {

}

/* ==========================================================================
   10. Media Queries - Smaller than 500px
========================================================================== */


@media only screen and (max-width: 500px) {

    #header {z-index: 1}

    #title {
        -o-transform-origin: left center;
        -moz-transform-origin: left center;
        -ie-transform-origin: left center;
        -webkit-transform-origin: left center;
        transform-origin:left center;
        margin-bottom: -10px;
    }
    #log .post-header {text-rendering: optimizeLegibility;}

    #title h1 {}

    #meta {width: auto; margin: 5px 30px 30px; text-align:left;}
    #meta h2 {font-size: 1.1em; margin-top: 0px; width: auto;}
    #meta h3 {font-size: 0.9em;}

    #log {background: #f8f8f8;  -webkit-transform: translateZ(1px);}

    #log .main-item {
        padding-left: 30px;
        padding-right: 30px;
    }

    .divider-top {
        display:none;
    }

    #contact-links {
        margin: 35px 0 0 25px;
        text-align: left        
    }

    #contact-links li {display:block; margin: 10px 0 0; font-size: .9em;}

    #log .post-content {
        font-size: 1em;

    }

    #log .post:first-child .post-header {margin:0; padding-top:10px;}
    #log .post-meta {display:block; padding: 15px 0 0;}

    #title {
        margin-top:1em;
        -webkit-transform: scale(0.55);
        -moz-transform: scale(0.55);
        -o-transform: scale(0.55);
        transform: scale(0.55);

    }

    #title h1 {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
    }

    #nav li {
        margin-top:4px;
    }

    #title .sep {
        margin: -0.4em 0.2em 0;
    }


}

/*@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
 only screen and (-o-min-device-pixel-ratio: 3/2),
 only screen and (min--moz-device-pixel-ratio: 1.5),
     only screen and (min-device-pixel-ratio: 1.5) {
       .icon {

      }
}
*/

