/** 
 * Begin Eric Meyer's CSS Reset Reloaded
 * http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
 **/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, address {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/**
 * End Eric Meyer's CSS Reset Reloaded
 **/

body
{
    font-family:            Arial, Helvetica, Sans-Serif;
    font-size:              62.5%;
    background:             #000 url('/assets/images/burst.png') no-repeat center center;
    color:                  #FFF;
    font-size:              66%;
}

p
{
    line-height:            1.2em;
}

a
{
    color:                  #c90569;
    text-decoration:        none;
}

a:hover
{
    text-decoration:        underline;
}

h1 a
{
    text-indent:            -5000em;
    background:             transparent url('/assets/images/logo.png') no-repeat left top;
    width:                  36em;
    height:                 24em;
    position:               relative;
    left:                   -1em;
    display:                block;
}

div#container
{
    width:                  94em;
    padding:                0 1em;
    margin:                 0 0 0 -48em;
    position:               relative;
    left:                   50%;
    height:                 110em;
}

div#left
{
    width:                  35em;
}

#tweets
{
    width:                  48em;
    height:                 3.1em;
    overflow:               hidden;
    position:               absolute;
    left:                   46em;
    top:                    5em;
}

#tweets div
{
    overflow:               hidden;
    padding:                0 0 1em 0;
    font-size:              2.4em;
    color:                  ;
    line-height:            1.2em;
}

#tweets div.active
{

}

#tweets div strong
{
    color:                  #516d92;
}

#tweets div a
{
    color:                  #555;
}

ul.filters
{
    font-size:              1.8em;
    font-family:            "Arial Black",Arial,sans-serif;
    line-height:            1.2em;
}

ul.filters li.active a
{
    color:                  #c1d9fb;
}

h2
{
    background-color:       transparent;
    background-repeat:      no-repeat;
    background-position:    left top;
    font-size:              1.8em;
    font-family:            "Arial Black",Arial,sans-serif;
    padding:                1.278em 0.833em;
    position:               relative;
    left:                   -0.556em;
    margin:                 1em 0 0.5em 0;
    font-weight:             normal;
}

div.share h2, div.credits h2
{
    background-image:       url('/assets/images/bg-share.png');
}

div.share p, div.share ul
{
    font-family:            "Arial Black",Arial,sans-serif;
}

div.share p
{
    font-size:              1.8em;
}

div.share ul
{
    font-size:              1.4em;
    line-height:            1.4em;
    margin:                 0.714em 0;
}

div.about h2
{
    background-image:       url('/assets/images/bg-about.png');
}

div.about p
{
    font-size:              1.2em;
    font-weight:            bold;
    margin:                 1em 0;
}

div.credits
{
    font-size:              1.2em;
}

div.credits h2
{
    font-size:              1.5em;
    background-image:       url('/assets/images/bg-sharethis.png');
}

div.credits ul.icons
{
    height:                 4em;
}

div.credits ul.icons li
{
    display:                block;
    width:                  2.42em;
    height:                 2.42em;
    float:                  left;
    margin-right:           0.5em;
}

div.credits ul.icons li a
{
    text-indent:            -5000em;
    background-repeat:      no-repeat;
    background-image:       url('/assets/images/share-icons.png');
    width:                  2.42em;
    height:                 2.42em;
    padding:                0;
    margin:                 0;
    display:                block;
}

div.credits ul.icons li.stumbleupon a
{
    background-position:   -36px 0;
}

div.credits ul.icons li.digg a
{
    background-position:   -72px 0;
}

div.credits ul.icons li.delicious a
{
    background-position:   -108px 0;
}

div.credits ul.credits
{
    clear:                  left;
    margin:                 0.5em 0;
}

div.credits p
{
    margin:                 0.5em 0;
}

div.credits ul.credits li
{
    display:                inline;
    border-left:            1px solid #FFF;
    padding:                0 0.2em 0 0.5em;
}

div.credits ul.credits li.first
{
    padding-left:           0;
    border:                 none;
}

div.credits a
{
    color:                  #FFF;
    text-decoration:        underline;
}

div.credits a:hover
{
    text-decoration:        none;
}

div.credits p.logo
{
    margin:                 2em 0;
}