/* KD-RSS CSS version: 4 */

.rss-feed-box {
    float: left;

    margin: 10px 0;
    padding: 5px 0;

    width: 320px;
}

.rss-feed-box-padded {
    padding: 5px 10px;
}

#rss-feed-box h3 {
    margin: 0;
    padding: 0;

    border-bottom: 1px solid #123;

    font-size: 1.2em;
}

#rss-feed-box a {
    display: block;
    width: 100%;
}

#rss-feed-box h3 a {
    color: #123;
}

#rss-feed-box h3 a:hover {
    text-decoration: none;
    color: #003ba1;
}

#rss-feed-box ul {
    margin: 0;
    padding: 0;

    list-style-type: none;
}

#rss-feed-box ul li {
    margin: 0;
    padding: 1px 0;

    border-bottom: 1px dotted lightgrey;

    list-style-type: none;
}

#rss-feed-box .rss-item-new {
    float: right;

    padding-top: 2px;

    font-family: sans-serif;
    font-size: 8px;
    font-weight: bold;
    font-variant: small-caps;

    color: red;
}

#rss-feed-box a.rss-item {
    padding: 2px 0;
}

#rss-feed-box a.rss-item:hover {
    background-color: #eee;
}

/* RSS Menu CSS */
.rss-menu {
    position: relative;
    overflow: hidden;

    width: 100%;

    margin: 14px 0 3px 0;
    padding: 0;

    text-align: center;

    font-family: Arial,Helvetica,Sans-Serif;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1.3em;
}

.rss-menu ul {
    position: relative;
    display: block;

    clear: left;
    float: left;

    left: 50%;

    height: 26px;
    width: auto;

    margin: 0;
    padding: 0;

    list-style: none;
}

.rss-menu li {
    position: relative;
    display: block;

    float: left;

    right: 50%;

    height: 25px;

    margin: 0;
    padding: 0 1px;

    border-bottom: 1px solid #eee;

    list-style: none;
}

.rss-menu a {
    display: block;

    min-width: 60px;
    height: 15px;

    margin: 0;
    padding: 5px 10px;

    text-align: center;
    vertical-align: middle;
}

.rss-menu li.current-menu-item a {
    color: #777;
    background-color: #eee;
}

.rss-menu a:hover {
    background-color: #eee;
}

.rss-menu li.current-menu-item a:hover {
    text-decoration: none;
}