/*
 * PONGSOCKET
 * Pongsocket post-specific CSS for "Tweet Nest is out!".
 * By Andy Graulund
 * <electricnet@gmail.com>
 * <andygraulund.com>
 */

#tnout {
 font: 300% "Palatino Linotype", Palatino, "Book Antiqua", Georgia, serif;
 line-height: 1.6em;
 text-shadow: 0 3px #131219;
}

#tnout strong {
 color: #c5c5ca;
}

#tnout .tn {
 color: #fff;
 font-size: 133%;
}

#post-8 a#haveit, #front-8 a#haveit {
 font-size: 350%;
 font-weight: bold;
 font-weight: 900;
 color: #9ce;
 text-decoration: none;
 text-shadow: 0 3px #131219;
 -moz-transform: rotate(-6deg);
 -webkit-transform: rotate(-6deg);
}
#post-8 #after .subscribe {
 margin-top: -14em; /* Temporary hacky solution */
}

#post-8 #primary h1, #front-8 #primary h1, #front-8 a.more {
 display: none;
}

#post-8 #post p, #front-8 #post p {
 text-indent: 0;
 margin: 80px 0;
}

#front-8, #post-8 {
 background: #1a1922 url(/img/entry/smallernest.png) no-repeat 850px 80px;
}