/*Default CSS for the RSS box containers and the pagination div. Customize further for each RSS box*/

#rss{
background: url(../img/rssbg.png) repeat-x;
margin-top: 20px;
margin-bottom: 20px;
padding: 6px;
width: 200px;
height: auto;
border: 2px dotted #0ba1cf;
}

#rsshead{
background: url(../img/rsshead.png) top center repeat-y;
margin-top: -6px;
margin-left: -6px;
width: 212px;
height: 28px;
font: 1.6em/1.8em Helvetica, sans-serif;
font-weight: bold;
color: #0ba1cf;
letter-spacing: .1em;
text-align: center;
}

ul#rssfeeds{
font: 1.2em/1.2em Helvetica, sans-serif;
list-style: square;
margin-left: 1em;
margin-top: 10px;
margin-bottom: 1em;
padding-left: 1em;
color: #666;
}
ul#rssfeeds li{
margin-bottom: .6em;
}
ul#rssfeeds li a{
text-decoration: none;
border-bottom: 1px dotted;
color: #333;
}

.rsscontainer{
margin-bottom: 5px;
}

.rsscontainer .rsstitle a{ /*Style for .rsstitle DIV*/
font: 1.1em/1.1em Helvetica, sans-serif;
text-decoration: none;
color: #333;
}

.rsscontainer .rssdate{ /*Style for .rssdate DIV*/
color: gray;
font-size: 90%;
}

.rsspaginate{ /*Style for Pagination DIV*/
width: 250px;
text-align: left;
padding: 2px 0;
margin: 10px 0;
}

.rsspaginate form{ /*Style for Pagination DIV's form element*/
margin: 0;
}

.rsspaginate .paginateselect{ /*Style for Pagination DIV's drop down menu*/
border: 1px solid navy;
margin: 0 10px;
}

.rsspaginate a{ /*Pagination links*/
padding: 0 5px;
text-decoration: none;
border: 1px solid black;
color: navy;
background-color: white;
}


.rsspaginate a:hover, .rsspaginate a.selected{
color: #000;
background-color: #FEE496;
}