/*Default CSS for the RSS box containers and the pagination div. Customize further for each RSS box*/

blogcontainer{
width:95%px;
margin-left: 5px;
}
.rsscontainer{
width:100%;
}

.rsscontainer .rsstitle{ /*Style for .rsstitle DIV*/
font-weight: normal;
font-size:12px;
}

.bigtitle{ 
font-weight: bold;
font-size:16px;
}

.rssdescription{ 
font-weight: normal;
font-size:12px;
}

.bigdescription{ 
font-weight: normal;
font-size:14px;
}

.someclass{
height:550px;
}

.shortclass{
height:200px;
}


.rsscontainer .rssdate{ /*Style for .rssdate DIV*/
color: #cccccc;
font-size: 12px;
}

.darkdate{ /*Style for .rssdate DIV*/
color: #808080;
font-size: 12px;
}

.rsspaginate{ /*Style for Pagination DIV*/

text-align: center;
padding: 2px 0;
margin: 5px 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 black;
margin: 0 10px;
}

.rsspaginate a{ /*Pagination links*/
padding: 0 5px;
text-decoration: none;
border: 1px solid black;
color: #1F83D7;
background-color: white;
font-size:11px;
}


.rsspaginate a:hover, .rsspaginate a.selected{
color: #000;
background-color: #1F83D7;
}

a.btitle:link {color: #FFFFFF;text-decoration: underline;font-size:18px;font-weight:normal;}
a.btitle:visited {color: #FFFFFF;text-decoration: underline;font-size:18px;font-weight:normal;}
a.btitle:active {color: #FFFFFF;text-decoration: underline;font-size:18px;font-weight:normal;}
a.btitle:hover {color: #000000;text-decoration: none;font-size:18px;font-weight:normal;}

a.black:link {color: #1F83D7;text-decoration: underline;font-weight:bold;}
a.black:visited {color: #1F83D7;text-decoration: underline;font-weight:bold;}
a.black:active {color: #1F83D7;text-decoration: underline;font-weight:bold;}
a.black:hover {color: #000000;text-decoration: none;font-weight:bold;}
