/*
 * PONGSOCKET
 * "Andy's Song of the Now" entry-specific CSS for "Pet Shop Boys - Home and Dry"
 * By Andy Graulund
 * <electricnet@gmail.com>
 * <andygraulund.com>
 */

#content #song h1, #content #song h2 {
 font: bold 6em "Helvetica Neue", HelveticaNeue, "Neue Helvetica", NeueHelvetica, Helvetica, FreeSans, sans-serif;
 text-transform: uppercase;
 letter-spacing: -.07em;
 line-height: 0.9em;
}

#content #song h2, #content #body blockquote { color: #ff8f04; }
#content #song h1 { color: #ff4b02; }

#content #song {
/* padding-right: 200px; */
}

#content #song .s2 {
 position: relative;
 padding-right: 140px; /* Was non-existant, existed above */
}

#content #song #releaseflower {
 position: absolute;
 bottom: -10px;
 right: 0; /* Was -200px */
}

#content #body {
 border-top: 1px solid #d1d1d3;
 margin-top: 10px;
 padding-top: 10px;
}

#content #body .post {
 width: 65%;
}

#content #body blockquote {
 margin: .5em 0 0; 
 font-size: 250%;
}
