/* RESET */
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: inherit;
    vertical-align: baseline;
}
/* TML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: normal;
    background:  url('../img/tc-content-bg.jpg') top center no-repeat, url('../img/tc-bg.jpg') top center repeat-x;
    background-color: #4a8cce;
    font-size: 62.5%;
}
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;
}
a {
    text-decoration: none;
    outline: none;
}
/* RESET End */

/* TYPOGRAPHY */
h1, h2, h3, a, span, p {
    font-family: Arial, Helvetica, sans-serif;
}
/* TYPOGRAPHY End */

.-clear {
    clear: both;
}
#main {
    width: 830px;
    margin: 0 auto;
}

/* Header - Starts */
#header {
    width: 788px;
    padding: 12px 21px;
}
#header h1#truthcaster-logo {
    height: 72px;
    width: 383px;
    background: url('../img/tc-logo.png');
    background-repeat: no-repeat;
    text-indent: -99999px;
    float: left;
}
#header h2#mcgi-logo {
    height: 44px;
    width: 174px;
    background: url('../img/mcgi-logo.png');
    background-repeat: no-repeat;
    text-indent: -99999px;
    float: right;
    margin-top: 15px;
}
/* Header - Ends */

/* Content - Starts */
#content {
    width: 766px;
    padding: 22px 32px 78px;
    margin-bottom: 12px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #000; 
    -webkit-box-shadow: 0px 0px 10px 0px #000;
    -moz-box-shadow: 0px 0px 10px 0px #000;
    border-radius: 8px; 
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
#video-container {
    margin-bottom: 28px;
    height: 334px;
    width: 766px;
    background: url('../img/video-bg.jpg');
    background-repeat: no-repeat;
    position: relative;
}
#video {
    float: left;
    width: 320px; 
    height: 240px; 
    margin: 28px 0 0 66px;
    position: relative;
}
#video p#video-description {
    position: absolute;
    bottom: -66px;
    height: 54px;
    padding-top: 12px;
    width: 320px;
    display: block;
    color: #303030;
    font-size: 1.2em;
}
#bro-eli {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 375px;
    width: 338px;
    background: url('../img/bro-eli.png');
    background-repeat: no-repeat;
}
#related-websites {
    width: 542px;
    float: left;
}
#related-websites ul li {
    padding: 10px 32px 10px 0;
    border-bottom: solid 1px #9a9a9a;
}
#related-websites ul li:last-child {
    border-bottom: 0;
}
#related-websites ul li a {
    float: none;
}
#related-websites ul li a:hover span {
    color: #4c6bd0;
}
#related-websites ul li a img {
    float: left;
    padding-right: 15px;
}
#related-websites ul li a span {
    display: inline-block;
    color: #1e2f65;
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 10px;
}
#related-websites ul li p {
    color: #4a4c56;
    font-size: 1.2em;
}
#related-websites ul li p a {
    color: #4c6bd0;
}
#related-websites ul li p a:hover {
    text-decoration: underline;
}
#related-websites h3,
#related-links h3 {
    font-size: 1.4em;
    color: #010101;
    margin-bottom: 6px;
    font-weight: bold;
}
#related-links {
    width: 192px;
    float: left;
    padding: 0 0 0 32px;
}
#related-links ul li {
    margin-bottom: 10px;
}
#related-links ul li p {
    font-size: 1.3em;
    color: #1e2f65;
}
#related-links ul li p a {
    color: #4c6bd0;
}
#related-links ul li p a:hover {
    text-decoration: underline;
}
/* Content - Ends */

/* Footer - Starts */
#footer {
    text-align: center;
    padding-bottom: 50px;
}
#footer p {
    color: #2a2a2a;
    font-size: 1.1em;
}
#footer-links {
    display: inline-block;
    margin-bottom: 2px;
}
#footer-links img {
    float: left;
    padding-right: 14px;
} 
#footer-links p {
    float: left;
    padding-top: 6px;
} 
#footer-links p span,
#footer-links p a {
    padding-top: 6px;
    color: #212121;
}
#footer-links p a:hover {
    text-decoration: underline;
}
/* Footer - Ends */