﻿@charset "utf-8";
/* CSS Document for DLKW Website */

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0; padding:0;}
table {border-collapse:collapse; border-spacing:0;}
fieldset,img,abbr,acronym {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal; font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;}
q:before,q:after {content:'';}
html,body,form {width:100%; height:100%;}

body {
    background-color:#000000;
    margin: 0px;
    font-family: Verdana, Arial, MS Sans Serif; 
    font-size: 0.7em;
}

#container 
{
    width: 800px;
    margin: 30px auto;
    background-color: #FFF;
}

#comments 
{
    color: #FFF;
    width: 449px;
    float: left;
    margin-right: 50px;
}

#tweets 
{
    color: #FFF;
    width: 300px;
    float: left;
}

h2 
{
    color: #8bc53f;
    font-size: 1.8em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

h3 
{
    color: #8bc53f;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.4em;
    margin: 18px 0 10px 0;
}

p 
{
    color: #FFF;    
}

a 
{
    color: #ec1c24;
    text-decoration: underline;
}

#dsq-request-user-stat dsq-request-user-stat-comments, 
dsq-request-user-stat dsq-request-user-stat-liked, 
dsq-request-user-stat dsq-request-user-stat-points 
{
    color: #eded2b;
}

.dsq-request-user-name a 
{
    font-size: 0.8em;
}

#dsq-content .dsq-request-user-name small 
{
    font-size: 1em !important;
}

#dsq-content .dsq-request-user-logout 
{ 
    margin-top: 7px;
}