/* 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: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;
}

body {
    text-align: center;
    font-family: "myriad pro", Helvetica, sans-serif;
}

.container {
    width: 500px;
    margin: 100px auto 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}

/* IE7 */

.alex h1, .letitia h1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.score-container {
    margin-bottom: 40px;
}

.score {
    position: relative;
    width: 140px;
    text-align: center;
    margin: 10px auto;
}

.score p {
    position: relative;
    background: #7d7e7d; /* Old browsers */
    background: -moz-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7d7e7d), color-stop(100%, #0e0e0e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7d7e7d 0%, #0e0e0e 100%); /* IE10+ */
    background: linear-gradient(to bottom, #7d7e7d 0%, #0e0e0e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7d7e7d', endColorstr='#0e0e0e', GradientType=0); /* IE6-9 */
    font-size: 80px;
    line-height: 100px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    padding-top: 10px;
    border-radius: 20px;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.71);
}

.alex, .letitia {
    position: relative;
    width: 50%;
    margin-bottom: 40px;
}

.alex {
    float: left;
}

.letitia {
    float: right;
}

p.post-date {
    display: inline-block;
    background-color: #ffffff;
    font-size: 12px;
    color: #999999;
    padding: 0 10px;
}

p.post-date:not(:first-child) {
    margin-top: 20px;
}

hr {
    margin: -7px 150px 15px 150px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom-color: #cccccc;
}

p.update {
    font-size: 15px;
    line-height: 20px;
    color: #999999;
    margin-bottom: 10px;
}

p.update b {
    font-weight: 700;
}

p.update b:first-of-type {
    color: #777777;
    font-weight: 700;
}

p.update:last-child {
    margin-bottom: 100px;
}

a.link {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 10px;
    height: 10px;
    background-color: yellow;
}

#video {
    margin-top: 20px;
}

.rules h1 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.rules ul li {
    font-size: 15px;
    line-height: 20px;
}
.rules ul li b {
    font-weight: 600;
}
.rules ul li:last-child {
    color: #777777;
    margin-top: 10px;
}