* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 20px;
    font-family: "angie-sans-1", "angie-sans-2", sans-serif;
    color: #000;
    background-color: #fff;
}

a {
    text-decoration: none;
    color: #000;
    padding: 0 4px;
    background-color: #EDD9D1;
    background-color: rgba(237, 217, 209, .5);
}

a:hover {
    background-color: #F79C92;
    background-color: rgba(237, 217, 209, .9);
}

#content {
    width: 40%;
    margin: 20px 3% 0 0;
    padding: 10px 10px 100px 10px;
    float: right;
}

#content h1 {
    font-size: 30px;
}

#content p {
    margin: 15px 0;
    line-height: 26px;
}

#content p.reconsideration {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 0;
}

#tweet {
    width: 25%;
    padding: 23% 0 21px 0;
    margin: 0 0 0 3%;
    font-size: 14px;
    background: url( /media/images/bgTwitterBubble.png ) no-repeat bottom right;
    position: fixed;
}

#tweet .body {
    padding: 10px;
    background: #bcd6ef;
    background: -webkit-gradient(linear, left bottom, left top, to(#e3ecf6), from(#c2d3e7));
    background: -moz-linear-gradient(bottom, #c2d3e7, #e3ecf6);
    border: 2px solid #c2d3e7;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomright: 8px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-weight: bold;
    color: #003;
}

#tweet .meta {
    position: absolute;
    bottom: 4px;
    left: 4px;
    font-size: 12px;
}

#tweet .meta a {
    background-color: transparent;
    padding: 0;
    color: #036;
    font-weight: bold;
}

#tweet .meta a:hover {
    color: #39f;
}