/* KD-RSS CSS version: 7 */

.rss-feed-box {
    float: left;
    font-size: 0.9em;

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

    width: 32.5%;

    overflow: hidden;
}

#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 ul li:last-child {
    border-bottom: 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;
    width: 100%;
    height: 2.429em;

    text-align: center;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1.3em;
}

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

    clear: left;
    float: left;

    left: 50%;

    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;
}


/* Responsive */

@media screen and (max-width: 319px) {
    .rss-feed-box {
	width: 100%;
	height: auto;
	padding: 5px 0;
	font-size: 1em;
    }

    .rss-menu a {
	min-width: 0;
	padding: 5px 2px;
	font-weight: normal;
	font-size: 0.9em;
    }

    .kd-rss-two {
	clear: none;
    }
    .kd-rss-three {
	clear: none;
    }
}

@media screen and (min-width: 320px) {
    .rss-feed-box {
	width: 49%;
	padding-right: 0.9%;
    }

    .rss-menu a {
	min-width: 45px;
	padding: 5px 1px;
	font-weight: normal;
    }

    .kd-rss-two {
	clear: both;
    }
    .kd-rss-three {
	clear: none;
    }
}

@media screen and (min-width: 560px) {
    .rss-feed-box {
	width: 32.5%;
	padding-right: 0.5%;
    }

    .rss-menu a {
	min-width: 60px;
	padding: 5px 10px;
	font-weight: bold;
    }

    .kd-rss-two {
	clear: none;
    }
    .kd-rss-three {
	clear: both;
    }
}

@media screen and (min-width: 900px) {
    .rss-feed-box {
	font-size: 1em;
    }
}
