ul{
    list-style:none;
}
a img{
    border:0;
}
.clear{
    clear:both;
}
body{
    margin:0px;
    padding:0px;
    font-family:Lucida Sans Unicode, Arial, Helvetica, sans-serif;
    font-size:12px;
    background:#fff;
    color:#222;
}

.stuff_menu{
    padding-left:15px;
    padding-top:20px;
    margin-top:25px;
    width:29%;
    float:left;
}

.the_river{
    width:60%;
    margin-top:25px;
    float:left;
}

.welcome_text{
background:#CCDDE4;
    margin-top:15px;
    font-size:12pt;
}

.welcome_text a{
    color:blue;
    text-decoration:underline;
}

.signup_button{
    padding:10px 35px 10px 35px;
    background:#eee;
    font-size:12pt;
    font-family:Lucida Sans Unicode, Arial, Helvetica, sans-serif;
    color:#000;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
}

.login_button{
    padding:5px;35px;5px;35px;
    background:#eee;
    background-image:url(images/login_background.png);
    font-size:10pt;
    font-family:Lucida Sans Unicode, Arial, Helvetica, sans-serif;
    color:#000;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
}

.tweet_box{
    background:#CCDDE4;
    margin-top:25px;
}

.nontweet_box{
    background:#99C0CA;
    margin-top:25px;
}

.authorize_box{
    margin-top:25px;
}

.itemcontainer{
    background:#fff;
    border:1px dotted #cdcdcd;
    padding: 5px 15px 5px 15px;
    margin-top:10px;
}

.itemcontainer a{
    color:blue;
}

.item_date{
    font-size:10pt;
    color:#111;
    border-bottom: 1px dotted #ccc;
}

.item_author{
    font-size:10pt;
    color:#555;
}

.item_title{
    margin-left:10px;
    margin-top:10px;
    font-weight:bold;
    font-size:12pt;
    color:#222;
}

.item_title_only{
    margin-top:10px;
    margin-left:25px;
    margin-right:35px;
    margin-bottom:10px;
    font-size:11pt;
    color:#000;
}

.item_description{
    margin-left:20px;
    margin-top:15px;
    margin-bottom:15px;
    padding-right:15px;
    font-size:14px;
    line-height: 1.5em;
    width:500px;
    color:#222;
}

.item_description p{
    margin-bottom:21px;
}

.item_description img{
    margin: 10px 10px 11px 11px;
}

.item_link{
    font-size:10pt;
    color:blue;
    border-top:1px dotted #ccc;
}

.item_link a{
    color:blue;
    text-decoration:underline;
}

.item_source{
    font-size:10pt;
}
