div#home-info{
    margin-bottom: 15pt;
}

code.hljs{
    tab-size: 4;
    font-size: 1rem;
}

code.language-applescript{
    tab-size: 2;
}


ul#all-posts{
    list-style-type: none;
}

ul#all-posts > li {
    vertical-align: top;
    margin-bottom: .5em;
    display: table;
    width: 100%;
    padding: 0 0;
}

ul#all-posts > li > .meta {
    display: table-cell;
    text-align: right;
    width: 27.5%;
}

ul#all-posts > li > .desc {
    display: table-cell;
    text-align: right;
    width: 60%;
}


ul#all-posts > li > a {
    display: table-cell;
    padding: 0 .5em;
}


td.row-sub-heading{
    font-weight: bold;
}

@media screen and (max-width:320px) {
    ul#all-posts > li > a {
        padding: 0 0em;
    }

    ul#all-posts > li > .meta {
        width: 31%;
    }

    ul#all-posts {
        padding-left: 1em;
    }

}

@media screen and (min-width:320px) {
    ul#all-posts {
        padding-left: 1.5em;
    }

}

@media screen and (min-width:640px) {
    ul#all-posts {
        padding-left: 2em;
    }

}


/*code pages*/

.floatfix {
    overflow: auto;
}

.quiet {
    color:#666;
}

.split {
   width: 100%;
 }

.split a.atitle{
    padding-bottom: 2px;
    font-weight: bold;
}

.split ul {
  width: 100%;
  font-weight: normal;
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.split ul li a {
  text-decoration: none;
  padding: 8px 0px;
  display: block;
}

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

    .split ul li {
      width: 100%;
      float: none;
      display: inline-block;
    }

}


@media only screen and (min-width: 961px) {

    .split p{
        font-size: 85%;
    }

    /*.split ul li:nth-of-type(odd) {
        padding-right: 20px;
    }

    .split ul li:nth-of-type(even) {
        padding-left: 20px
    }

    .split ul li {
      width: 50%;
      float: left;
      display: inline-block;
    }*/

}



a.button {
  /*width: 134px;*/
  height: 70px;
  line-height: 1.2;
  /*font-size: 23px;*/
  color: #fff;
  padding-left: 68px;
  padding-top: 22px;
  font-family: 'Architects Daughter', 'Helvetica Neue', Helvetica, Arial, serif;
}
a.button small {
  display: block;
  font-size: 11px;
  letter-spacing: 0.125em;
}

a.button {
  width: 180px;
  padding-left: 64px;
  display: block;
  background: url(/media/code/download-button.png) 0 0 no-repeat;
  margin-bottom: 20px;
  font-size: 21px;
}

.my-af-ll-square:before {
    content: "\f08c";
}

.my-af-tt-square:before {
  content: "\f081";
}

.my-af-ff-square:before {
  content: "\f082";
}

.my-af-gg-square:before {
  content: "\f0d4";
}
