/* SVN FILE: $Id: feeds.css 1809 2015-04-24 10:25:01Z Wolff $ */
/**
 * @lastChangedBy       $LastChangedBy: Wolff $
 * @copyright           ARZA STUDIO
 * @version             $Revision: 1809 $
 * @date                $Date: 2015-04-24 12:25:01 +0200 (Ven 24 avr 2015) $
 * @license             LICENSE.TXT
 * @filesource          $URL: https://svn.arza-studio.com/engine/branches/1.4/modules/blog/components/assets/feeds/feeds.css $
 * @desc                CSS for azLabel
 */

#blogFeeds
{
    margin:               0 0 20px 0;
    border:               1px solid;
    background-color:     white;
    border-color:         orange;
}
#blogFeedsTitle
{
    font-size:            1.2em;
    padding:              10px 15px;
    background-color:     orange;
    color:                white;
}
#blogFeedsContent
{
    padding:              10px;
    color:                orange;
}
    #blogFeedsContent table
    {
        margin:               0;
        width: 100%;
    }
    .feedTitleCol
    {
        width: 50%;
    }
    .feedBtnsCol
    {
        width: 50%;
        text-align:           right;
    }

    a.blogFeedsTypeBtn
    {
        display:              inline-block;
        height:               20px;
        width:                20px;
        background-image:     url(feedsBtns.png);
        background-repeat:    none;
    }
        a.blogFeedsTypeBtn.rss1
        {
            background-position:  0px 0px;
        }
        a.blogFeedsTypeBtn.rss1:hover
        {
            background-position:  0px -20px;
        }
        a.blogFeedsTypeBtn.rss1:active
        {
            background-position:  0px -40px;
        }
        a.blogFeedsTypeBtn.rss2
        {
            background-position:  -20px 0px;
        }
        a.blogFeedsTypeBtn.rss2:hover
        {
            background-position:  -20px -20px;
        }
        a.blogFeedsTypeBtn.rss2:active
        {
            background-position:  -20px -40px;
        }
        a.blogFeedsTypeBtn.atom1
        {
            background-position:  -40px 0px;
        }
        a.blogFeedsTypeBtn.atom1:hover
        {
            background-position:  -40px -20px;
        }
        a.blogFeedsTypeBtn.atom1:active
        {
            background-position:  -40px -40px;
        }