/* TWEETS */

div.tweet {
    width: 600px;
    margin: 0;
    padding: 5px;
    font-size: 14px;
    font-family: Georgia;
    min-height: 40px;
    margin-bottom: 30px;
}

.tweet a {
    color: #999;
    font-size: 18px;
}

.tweet-avatar {
    float: left;
    margin-right: 15px;
}

div.tweet .timesince {
    color: #999;
    font-size: 80%;
}
span#chars_left {
    font-size: 16pt;
}
div.tweet .reply {
    font-size: 80%;
    color: #0000ff;
}

/*---------------------------------
	homepage foodieupdates
---------------------------------*/

.tweet-container {
    position: relative;
    top: 10px;
    margin: 0;
    width: 442px;
    height: 65px;
}

div.homepage-avatar {
    float: left;
    margin: 10px 10px 0 10px;
}

div.homepage-tweet {
    position: relative;
    width: 430px;
    top: 7px;
    font-size: 11px;
    color: #999;
}

div.homepage-tweet .timesince {
    color: #999;
    font-size: 80%;
}

div.homepage-tweet a {
    text-decoration: none;
    font-size: 14px;
}

div.homepage-tweet-separator {
    position: relative;
    left: 10px;
    width: 425px;
    height: 10px;
    overflow: hidden;
}

/*---------------------------------
	foodielink custom
---------------------------------*/

#foodieupdates-container {
    width: 100%;
    clear: both;
    overflow: hidden;
    padding-bottom: 100px;
}

#rightcolumn #foodieupdates-ad {
    position: relative;
    width: 300px;
    height: 250px;
    margin-bottom: 20px;
}

#foodieupdates-ad a {
    display: block;
    width: 300px;
    height: 250px;
}

#foodieupdates-rightcol .merchants {
    position: relative;
    top: 20px;
    width: 300px;
    height: 978px;
    overflow: hidden;
    background: url(/site_media/static/img/whats_going_on_new.png) no-repeat;
}

#foodieupdates-leftcol {
    position: relative;
    float: left;
    top: 30px;
    margin: 0 10px 0 0;
    width: 650px;
}

#foodieupdates-rightcol {
    position: relative;
    float: left;
    top: 40px;
    width: 300px;
}

#foodieupdates-header {
    position: relative;
    width: 638px;
    height: 115px;
    background: url(/site_media/static/img/foodieupdates_header.png) no-repeat;
}

#foodieupdates-header textarea {
    position: relative;
    top: 33px;
    left: 10px;
}

#new_tweet {
    width: 547px;
    height: 25px;
}

#chars_left, #chars_left_text {
    position: relative;
    top: -15px;
    left: 20px;
    font-family: Arial;
    font-size: 11px !important;
}

#chars_left_text {
    color: #999;
    font-size: 9px !important;
}

#foodieupdates-header input {
    position: relative;
    top: -20px;
    left: 505px;
}

#foodieupdates-menu {
    position: relative;
    font-family: Georgia;
    font-size: 11px;
}

#foodieupdates-menu ul {
    list-style: none;
    background-color: #fdd1ae;
    width: 640px;
    height: 25px;
    line-height: 24px;
    border: 1px solid #eee;
    position: relative;
    left: -40px;
}

#foodieupdates-menu ul li {
    list-style: none;
    float: left;
    margin-right: 30px;
    height: 25px;
    padding: 0 10px 0 10px;
}

#foodieupdates-menu ul li.active {
    background-color: #fff;
}

#foodieupdates-menu ul li.active a {
    color: #af5427;
}

#foodieupdates-menu a {
    text-decoration: none;
    color: #d06928;
    font-weight: bold;
}

.foodieupdates-subtitle {
    position: relative;
    top: 18px;
    left: 260px;
    font: 14px Arial;
    color: #a43d12;
}

#foodieupdates-container #rightcolumn {
    position: relative;
    float: left;
    top: 0;
    left: 0;
    width: 300px;
}

#foodieupdates-container #rightcolumn #going-on {
    position: relative;
    left: -2px;
    width: 300px;
    border: 1px solid #ccc;
    padding-bottom: 20px;
}

#foodieupdates-container #rightcolumn #merchants {
    position: relative;
    padding: 8px 8px 20px 8px;
    margin: 35px auto 10px auto;
    width: 274px;
    border: 1px solid #ccc;
}

