/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 16 0 16 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-family: sans-serif;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: disc outside none;
    padding: 0 40 0 40
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* Stuff I've defined */

body {
    background-color: #222;
    line-height: 1.4;
    font-size: 100%;
    text-align: center;
    color: #DDD
}

table {
    margin-left:auto;
    margin-right:auto;
    line-height: 1.1;
}

table tr td {
    padding-bottom: 0.3em;
}

table#episodes tr td:first-child {
    text-align: right;
    white-space: nowrap;
}

table#episodes tr td:last-child {
    text-align: left;
    padding-left: 0.3em;
    text-wrap: balance;
}

h1 {
    font-size: 200%;
}

h2 {
    font-size: 150%;
}

hr {
    margin-top: 1.0em;
    margin-bottom: 1.0em;
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, #222, #DDD, #222);
}

a:link {
    font-weight: bold;
    color: #7BF;
    text-decoration: none;
}

a:visited {
    color: #7BF;
}

a:hover {
    text-decoration: underline;
}

a:active {
    color: #C22 darkred
}

ul {
    list-style-type: none;
}
