/* BOOKMARKS */

table.narrow {
    width: 500px;
}
table.bookmarks td, table.bookmarks-inner td {
    vertical-align: top;
    padding: 5px;
}
table.bookmarks td h2, table.bookmarks-inner td h2 {
    margin: 0;
    padding: 0;
}
table.bookmarks td.vote, table.bookmarks-inner td.vote {
    text-align: center;
    vertical-align: top;
}
table.bookmarks table.header, table.bookmarks-inner table.header {
    width: 100%;
}
table.bookmarks table.content, table.bookmarks-inner table.content {
    width: 100%;
}

table.bookmarks-inner {
    margin-bottom: -20px;
}

.bookmarks .even {
    background-color: #FAFAFA;
}
.bookmarks .odd {
    background-color: #F3F3F3;
}
div.url {
    color: #999;
    font-size: 12px;
    font-family: Arial;
    font-style: italic;
}

div.url span.url-text {
    font-style: normal;
}

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

#bookmarks-header {
    position: relative;
    top: 15px;
    left: 0;
    width: 638px;
    height: 115px;
    background: url(/site_media/static/img/news_header.png) no-repeat;
}

.bookmarks-header-text {
    position: absolute;
    top: 10px;
    left: 240px;
    width: 400px;
    height: 30px;
    color: #999;
    font-size: 12px;
}


#bookmarks-ad {
    position: relative;
    float: right;
    top: -100px;
    width: 300px;
    height: 250px;
    background: url(/site_media/static/img/300x250_hipsnacks.jpg) no-repeat;
}

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

#bookmarks-container #leftcolumn {
    position: relative;
    float: left;
    top: 30px;
    margin: 0 10px 0 0;
    width: 637px;
}

#leftcolumn .sortables {
    position: relative;
    top: -135px;
    width: 100%;
    height: 25px;
    background-color: #f5d1b3;
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    font-family: Georgia;
}

.sortables ul {
    position: relative;
    left: 70px;
    list-style: none;
    font-size: 11px;
}

.sortables li {
    float: left;
    height: 25px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 24px;
}

.sortables li.active {
    color: #af5427;
    background-color: #fff;
}

.sortables a {
    text-decoration: none;
    color: #d06928;
}

#bookmarks-container #rightcolumn {
    position: relative;
    float: left;
    top: -86px;
    left: 9px;
    width: 300px;
    height: 975px;
}

#submit-news {
    position: relative;
    width: 195px;
    height: 120px;
    border-left: 1px solid #d7d7d7;
    border-top: 1px solid #d7d7d7;
}

#submit-news img {
    position: relative;
    top: 10px;
    left: 22px;
}


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

.bookmarks-header-container {
    position: relative;
    top: 15px;
    left: 0;
    width: 638px;
    height: 100px;
}

.bookmarks-header-container .active {
    position: relative;
    top: -2px;
    left: -10px;
    color: #000;
    background-color: #fccfae;
    padding: 2px 5px 2px 10px;
}

.bookmarks-firstcol {
    float: left;
    position: relative;
    top: 20px;
    left: -32px;
}

.bookmarks-firstcol ul, .bookmarks-secondcol ul, .bookmarks-thirdcol ul, .bookmarks-fourthcol ul {
    list-style: none;
    line-height: 18px;
}

.bookmarks-firstcol a, .bookmarks-secondcol a, .bookmarks-thirdcol a, .bookmarks-fourthcol a {
    text-decoration: none;
    font-family: Georgia;
    font-size: 12px;
    font-weight: bold;
    color: #999;
}

.bookmarks-secondcol {
    float: left;
    position: relative;
    top: 20px;
    left: 20px;
}

.bookmarks-thirdcol {
    float: left;
    position: relative;
    top: 20px;
    left: 38px;
}

.bookmarks-fourthcol {
    float: left;
    position: relative;
    top: 20px;
    left: 43px;
}

.items-container {
    position: relative;
    top: -120px;
}

.vote-leaf {
    position: relative;
    width: 52px;
    height: 53px;
    background: url(/site_media/static/img/vote_leaf.png) no-repeat;
}

.vote-leaf-score {
    font-family: Georgia;
    color: #006600;
    font-size: 18px;
    line-height: 18px;
}

.vote-leaf-text {
    position: relative;
    top: -5px;
    font-family: Georgia;
    color: #006600;
    font-size: 10px;
}

.bookmarks span.category-text {
    font-family: Georgia;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
}

.bookmarks .header h2 {
    font-family: Georgia;
    font-weight: bold;
    font-size: 14px;
}

.header h2 a {
    color: #333;
    text-decoration: none;
}

table.news-bottom-icons {
    color: #105cb6;
    font-family: Arial;
    font-size: 10px;
}

.news-bottom-icons a {
    color: #105cb6;
    text-decoration: none;
}

/*---------------------------------
	tag cloud
---------------------------------*/

.tag-cloud {
    position: relative;
    top: -121px;
    left: 195px;
    border-top: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
    width: 443px;
    height: 115px;
    overflow: hidden;
    font-family: Georgia;
}

.tag-cloud a { text-decoration: none; }

.tag1, .tag1:visited { font-size: 8px; color: #0c0; }
.tag2, .tag2:visited { font-size: 10px; color: #0c0; }
.tag3, .tag3:visited { font-size: 11px; color: #0c0; }
.tag4, .tag4:visited { font-size: 12px; color: #0c0; }
.tag5, .tag5:visited { font-size: 14px; color: #0c0; }
.tag6, .tag6:visited { font-size: 16px; color: #0c0; }
.tag7, .tag7:visited { font-size: 18px; color: #0c0; }
.tag8, .tag8:visited { font-size: 20px; color: #0c0; }
.tag9, .tag9:visited { font-size: 22px; color: #0c0; }

.fresh, .rotten, .icon_on {
    position: relative;
    top: -3px;
    left: 3px;
    font: 10px Arial;
    color: #105cb6;
}
