﻿html
{
	overflow-y: scroll;
}

body
{
    position: relative;
    margin: 0px auto 0px auto;
    min-width: 1000px;
    max-width: 1000px;
    background-image: url('Gradient.png');
    background-repeat:repeat-x;
}

#ReturnButton
{
    position: absolute;
    display: block;
    top: 0px;
    right: 0px;
    width: 210px;
    height: 29px;
    background-image: url(ReturnButton.png);
    background-position: left top;
    text-indent: -9999px;
    z-index: 20;
    opacity: 0.6;
}

#ReturnButton:hover
{
    opacity: 0.9;
}

#Content
{
    overflow-x: auto;
    width: 1000px;
    background-image: url('Background2.png');
    background-repeat: no-repeat;
}

#Bird
{
    width: 170px;
    height: 116px;
    background-image: url('TwitterBird.png');
    margin: 22px 490px 0px auto;
}

#Logo
{
    position: absolute;
    top: 138px;
    left: 20px;
    width: 190px;
    height: 55px;
    background-image: url('Logo.png');
    margin: 0px auto 0px auto;
}

#ButtonSet
{
    position: absolute;
    top: 158px;
    right: 12px;
    margin: 0px;
    padding: 0px;
}

.Button, .Button:visited
{
    padding: 4px 8px 4px 8px;
    margin-right: 6px;
    background-color: #33ccff;
    border: 3px solid #14a1cc;
    border-radius: 8px;
    color: White;
}

.Button:hover
{
    background-color: #FFFFFF;
    text-decoration: none;
}

ul#tweetList
{
    -o-column-rule: 0px solid #aaa;         /* multicolumn */
    -webkit-column-rule: 0px solid #aaa;    /* multicolumn */
    -moz-column-rule: 0px solid #aaa;       /* multicolumn */
    column-rule: 0px solid #aaa;            /* multicolumn */
    height: auto;
    font-family: "Lucida Grande", sans-serif;
    font-size: 14px;
    line-height: 16px;
    list-style-type: none;
    padding: 56px 20px 80px 20px;
    background-color: #FFFFFF;
    margin-top: 32px;
    border: 3px solid #14a1cc;
    border-radius: 12px;
}

span#noMultiCol
{
	display: none;
	color: Red;
}

li.tweet
{
    padding-top: 10px;
    padding-bottom: 12px;
    position: relative;
    min-height: 48px;
    min-width: 48px;
    -o-break-inside: avoid;         /* multicolumn */
    -webkit-break-inside: avoid;    /* multicolumn */
    -moz-break-inside: avoid;       /* multicolumn */
    break-inside: avoid;            /* multicolumn */
    padding: 4px 4px 4px 56px;
    margin-bottom: 8px;
    border-radius: 4px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 12px;
    font-size: 9pt;
}

.yellow
{
    background-color: #fffe83;
}

li.tweet a
{
    color: #2276bb;
    text-decoration: none;
}

li.tweet a:hover
{
    text-decoration: underline;
}

li.tweet img.tweeterImage
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 48px;
    height: 48px;
    border: none;
    margin-top: 6px;
    margin-left: 2px;
    border-radius: 4px;
    text-overflow: ellipsis;
}

li.tweet a.tweeterName 
{
    font-weight: bold;
    margin-right: 0.5em;
    text-overflow: ellipsis;
}

li.tweet a.tweetTime
{
    font-size: 11px;
    color: #999;
    line-height: 16px;
    text-overflow: ellipsis;
}

#DescriptionHeading
{
    margin-top: 60px;
    font-weight: bold;
    margin-left: 4px;
}

#Description
{
    margin-left: 4px;
}

#ControlsHeading
{
    margin-top: 30px;
    margin-left: 4px;
    font-weight: bold;
}

table#controls 
{
    margin-left: 4px;
    white-space: nowrap;
    border-collapse: collapse;
    margin-bottom: 1em;
}

table#controls td
{
    vertical-align: baseline;
    padding: 2px 8px 1px 0px;
}

table#controls input[type="radio"]
{
    margin-right: 3px;
    position: relative;
    top: 1px;
}

table#controls span.radio
{
	white-space: nowrap;
    margin-right: 0.5em;
}
