/*
 * PONGSOCKET
 * "Andy's Song of the Now" entry-specific CSS for "Hot Chip - Ready for the Floor"
 * By Andy Graulund
 * <electricnet@gmail.com>
 * <andygraulund.com>
 */

body {
 background: #fff url(/img/entry/hcrf-doit.png) repeat-x center top;
}

#content {
 margin-top: 0;
}

#content #songofthenow, #content #date {
 border-width: 0;
}

#content #songofthenow {
 font-size: 92%;
}

#content #songofthenow a {
 background: transparent url(/img/entry/hcrf-arrow.png) no-repeat center bottom;
 padding: 96px 20px 42px;
 color: #fff;
 text-align: center;
 height: auto;
}

#content #songofthenow a:hover {
 background-color: transparent;
 color: #4b3327;
}

#content #date {
 padding-top: 96px;
}

#content #pnav {
 top: 96px;
}

#content #song h1, #content #song h2 {
 font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#content #song h1 {
 color: #9e813b;
}

#content #song h2 {
 color: #ddc88f;
}

/* This will be the last entry with this patchy solution. */

#content .post {
 font: 125% "Palatino Linotype", Palatino, Georgia, "Times New Roman", Times, serif;
 line-height: 1.6em;
 color: #333;
 text-indent: 1em;
}

#content .post strong {
 color: #000;
}
