/*
 * PONGSOCKET
 * Pongsocket post-specific CSS for "Thursday is Danish Music Day".
 * By Andy Graulund
 * <electricnet@gmail.com>
 * <andygraulund.com>
 */

#post-11 span.dmd, #front-11 span.dmd {
 font-style: italic;
}

#post-11 table.dmd {
 width: 100%;
 background-color: #0f0f14;
 border-spacing: 0;
 margin: 2em 0;
}

#post-11 table.dmd th {
 text-align: left;
 padding: 1px 10px;
 color: #c5c5c7;
}

#post-11 table.dmd th.z {
 background-color: #000;
}

#post-11 table.dmd td {
 background-color: #ddd;
 border-top: 1px solid rgba(0,0,0,.25);
 color: #1a1922;
 padding: 0 0 0 20px;	
 font: bold 150% "Helvetica Neue", Helvetica, Arial, sans-serif;
 text-shadow: 0 2px rgba(255,255,255,.5);
}

#post-11 table.dmd td.night {
 border-top-width: 0;
 background-color: #ff827f;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#ff827f), to(#ffff7f));
 background-image: -moz-linear-gradient(-90deg, #ff827f, #ffff7f);
}

#post-11 table.dmd td.morning {
 background-color: #ffff7f;
 border-top-color: #d8d96c;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#ffff7f), to(#97ff7f));
 background-image: -moz-linear-gradient(-90deg, #ffff7f, #97ff7f);
}

#post-11 table.dmd td.daylight {
 background-color: #97ff7f;
 border-top-color: #7ed96c;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#97ff7f), to(#7f9bf7));
 background-image: -moz-linear-gradient(-90deg, #97ff7f, #7f9bf7);
}

#post-11 table.dmd td.afternoon {
 background-color: #7f9bf7;
 border-top-color: #6c86d0;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#7f9bf7), to(#fa80ff));
 background-image: -moz-linear-gradient(-90deg, #7f9bf7, #fa80ff);
}


#post-11 table.dmd td.evening {
 background-color: #fa80ff;
 border-top-color: #d46dd9;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#fa80ff), to(#ff827f));
 background-image: -moz-linear-gradient(-90deg, #fa80ff, #ff827f);
}

#post-11 #post small {
 color: #7b7b7e;
 font-size: 88%;
 font-style: italic;
 line-height: 1.6em;
}

#post-11 #post p.dmdedit {
 background-color: #0f0f14;
 padding: 10px 20px;
 text-indent: 0;
 text-align: center;
}
