body {
    background-image: url(concretebg.jpg);
    background-attachment: fixed;
    background-repeat: both;
    background-color: #d5d5d5;
    font-family: Trade Gothic LT Std,Trade Gothic,Franklin Gothic Book,Helvetica,Arial,Sans,sans-serif;
}

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

a:hover {
    color: #DD0033;
    text-decoration: underline;
}

#content {
    width: 80%;
    max-width: 52em;
    position: relative;
    margin-left: 10%;
    margin-top: 6em;
}

h1 {
    color: #AA0022;
    opacity: 0.8;      
    font-family: BoycottRegular;        
    -moz-transform: rotate(15deg);
    -moz-transform-origin: 0 0;
    -webkit-transform: rotate(15deg);
    -webkit-transform-origin: 0 0;
    z-index: 1;
    font-size: 300%; 
    position: absolute;
    top: -2em;
    right: -1em;
}    

h1 a:hover {
    text-decoration: none;
}

#about, .entry, .notes {
    background: white;
    background-image: url(paper2bg.jpg);
    padding: 0.5em;
    -moz-box-shadow: 0px 0px 2px 1px black;
    -webkit-box-shadow: 0px 0px 2px 1px black;
    box-shadow: 0px 0px 2px 1px gray;
}

ol.notes {
    list-style-type: none;
}

.notes img.avatar {
    border: none;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
}

#about {
    position: relative;
}

#sidebar {
    position: absolute;
    left: 71%;
    width: 29%;
    top: 0;
    max-width: 11em;                
    min-width: 128px;
    margin: 0;
    padding: 0;
}

#entries {
    width: 69%;
    max-width: 40em;
    min-width: 420px;
}

.entry {
    position: relative;
    margin-bottom: 3em;
}

h2 {
    font-family: LeagueGothicRegular;
    text-transform: uppercase;
    margin-top: 0; 
    margin-bottom: 0.5em;
    width:80%;
    padding: 0;
    font-size: 2.2em;
    float: left;
    line-height: 1em;
}
h3 {
    font-family: LeagueGothicRegular;
    float: right;
    max-width: 19%;
    margin-top: 0; padding: 0.2em;
    margin-bottom: 1em;
    color: white;
    background-color: black;
    font-size: 1em;
    line-height: 1em;
    text-transform: uppercase;
}

h3 a {
    color: white;
}

.entry-body {
    clear: both;
    padding-top: 0em;
}

.entry-body .photo, .entry-body .video, .entry-body .audio, .entry-body img {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.entry-body img {
    display: block;
    border: 2px solid;
}

.tags {
    list-style-type: none;
    text-align: center;
    font-family: LeagueGothicRegular;
    text-transform: uppercase;
    margin: 0; padding: 0;
    font-size: 80%;
    background-color: black;
    color: white;   
    clear: both;
}
.tags li {
    list-style-type: none;
    display: inline;
    margin:0; padding: 0.2em 1em;
}
.tags a {
    color: white;
}
.tags li:before {
    content: "#";
}

.avatar-48 {
    position: relative;
    width: 48px;
    height: 48px;
}

.avatar-48-place {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 0;
    left: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.mask-48 {
    position: absolute;
    background-image: url(concreteoverlaysmall.png);
    background-attachment: fixed;
    width: 48px;
    height: 48px;
    top: 0;
    left: 0;
    display: block;                
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.mask-48 span { display: none; }

a.mask-48:hover {
    background-image: url(concreteoverlaysmalllight.png);    
}

.avatar-128 {
    width: 128px;
    height: 128px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.avatar-128-place {
    position: absolute;
    top: 0;
    left: 0;
    width: 128px;
    height: 128px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.mask-128 {
    background-image: url(concreteoverlaysmall.png);
    background-attachment: fixed;
    position: absolute;
    top: 0;
    left: 0;
    width: 128px;
    height: 128px;
    display: block;                
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.mask-128 span { display: none; }

a.mask-128:hover {
    background-image: url(concreteoverlaysmalllight.png);    
}

.entry .avatar-48 {
    position: absolute;
    top: -12px;
    left: -36px;
}

#sidebar .avatar-128 {
    position: absolute;
    right: -96px;
    bottom: -64px;
}

.notes-place {
    display: none;
    margin-top: -2em;
    margin-bottom: 3em
}

.notes-place .loading {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.note-count {
    right: -1em;
    font-family:  BoycottRegular;
    position: absolute;
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

.note-count a:hover {
    text-decoration: none;
}

blockquote {
    margin: 0 4em;
    position: relative;
}
blockquote:before {
    font-family: LeagueGothicRegular;
    content: "“";
    position: absolute;
    font-size: 4em;
    left: -0.5em;
    top: -.25em;
    padding: 0;
}
blockquote:after {
    font-family: LeagueGothicRegular;
    content: "”";
    position: absolute;
    bottom: -0.75em;
    right: -0.5em;
    font-size: 4em;
    padding: 0;
}

blockquote blockquote:before, blockquote blockquote:after {
    content: "";
}
blockquote blockquote {
    border-left: 2px solid grey;
    margin-left: 0;
    padding-left: 1em;
}

.source {
    float: right;
    margin-left: 4em;
    margin-right: 4em;
    margin-bottom: 1em;
    margin-top: 0.5em;
}

.source::before {
  content: "―";
  float: left;
  width: 1.5em;
}

.source p {
  margin-top: 0;
  margin-left: 1.5em;
}

#pagination {
    position: fixed;
    bottom: 1em;
    width: 9em;
}

#prev, #next {
    font-family: BoycottRegular;
    text-transform: uppercase;
}

#prev { float: left; }
#next { float: right; }



