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

#post-10 .theexplosion, #front-10 .theexplosion {
margin-left: -230px;
display: table;
border-spacing: 3px 0;
table-layout: fixed;
width: 640px;
float: left;
}
#post-10 .imgtxt, #front-10 .imgtxt {
 width: 230px;
 height: 255px;
 margin: 0 0 50px 410px;
 position: relative;
}
#post-10 .imgtxt div, #front-10 .imgtxt div {
 margin: 0 20px;
 position: absolute;
 bottom: 0;
 left: 0;
 right: 0;
}
#post-10 .theexplosion2, #front-10 .theexplosion2 {
 display: table-row;
}
#post-10 .theexplosion .bar, #front-10 .theexplosion .bar {
 display: table-cell;
 vertical-align: bottom;
}

.theexplosion .totalbar, .theexplosion .totalbarb {
 position: relative;
 overflow: hidden;
}
#post-10 .theexplosion .totalbar, #front-10 .theexplosion .totalbar {
/* background-color: #8d592b;*/
 background-color: #0d7391;
}
#post-10 .theexplosion .totalbarb, #front-10 .theexplosion .totalbarb {
 background-color: #54535a;
}
#post-10 .theexplosion .totalbar .unique, #front-10 .theexplosion .totalbar .unique {
/* background-color: #f93;*/
 background-color: #0cf;
}
#post-10 .theexplosion .totalbarb .unique, #front-10 .theexplosion .totalbarb .unique {
 background-color: #8d8c91;
}
#post-10 .theexplosion .day, #front-10 .theexplosion .day {
 text-align: center;
 font-size: 77%;
 font-weight: bold;
 padding: 10px 0 0;
 line-height: 1em;
}
#post-10 .post small {
 color: #7b7b7e;
 font-size: 88%;
 font-style: italic;
 line-height: 1.6em;
}