/**
* follow_the_g.css
*
* Stylesheet for "Follow The G"
* @author Benny Born <benny@bennyborn.de>
* @version 1.0
*/

.follow_header {

    width: 710px;
    height: 80px;
    margin-bottom: 10px;
    background-image: url('/gfx/features/follow_the_g/header.png');
    background-repeat: no-repeat;
}

#rssGenerator {

    width: 695px;
    margin-bottom: 10px;
    border: 1px solid #333;
    margin-left: 5px;
}
    .rssGen_head {

        width: 100%;
        height: 20px;
        background-color: #333;
    }

    .rssGen_desc, .rssGen_settings {

        padding: 5px;
    }

#follow_feeds {

    width: 440px;
    float: left;
}

#follow_tweets {

    margin-left: 460px; 
    width: 250px;
}

.follow_pagenav {

    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
}

#follow_feed_divider {

    height: 1px;
    border-bottom: 1px solid #333;
    margin-top: 10px;
    margin-bottom: 15px;
}

.follow_feed_entry {

    min-height: 80px;
    clear: both;
}

.follow_feed_entry, .follow_tweet_entry {

    width: 100%;
    margin-bottom: 10px;
}

.follow_tweet_entry {

    min-height: 35px;
}

    .follow_feed_entry_image, .follow_tweet_entry_image {

        float: left;
        padding: 2px;
    }

    .follow_feed_entry_image {

        width: 100px;
    }

    .follow_feed_entry_text {

        margin-left: 110px;
        border-left: 1px solid #333;
        padding-left: 5px;
    }

    .follow_tweet_entry_text {

        margin-left: 40px;
        border-left: 1px solid #333;
        padding-left: 5px;
    }

    .follow_feed_entry_title, .follow_tweet_entry_title, .follow_feed_entry_title a, .follow_tweet_entry_title a {

        font-weight: bold;
        text-decoration: none;
    }