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

.rsscontainer{
margin-bottom: 5px;
}

.rsscontainer .rsstitle{ /*Style for .rsstitle DIV*/
font-weight: normal;
}

.rsscontainer .rssdate{ /*Style for .rssdate DIV*/
font-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;
}

a:link { color: #996699; }
 
a:visited { color: #CCCCCC; }

#blogid{
width: 191px;
height: 190px;
padding: 5px;
background-color: black;
border: 2px solid white;
color: white;
overflow: hidden;
}

#blogid-paginatediv{ /*Style for auto generated pagination DIV pertaining to #bbcid RSS box*/
width: 196px;
}

#comicid{
width: 191px;
height: 190px;
padding: 5px;
background-color: black;
border: 2px solid white;
color: white;
overflow: hidden;
}

#comicid-paginatediv{ /*Style for auto generated pagination DIV pertaining to #bbcid RSS box*/
width: 196px;
}

#twitterid{
width: 191px;
height: 422px;
padding: 5px;
background-color: black;
border: 2px solid white;
color: white;
overflow: hidden;
}

#twitterid-paginatediv{ /*Style for auto generated pagination DIV pertaining to #bbcid RSS box*/
width: 196px;
}

#cookingid{
width: 191px;
height: 190px;
padding: 5px;
background-color: black;
border: 2px solid white;
color: white;
overflow: hidden;
}

#cookingid-paginatediv{ /*Style for auto generated pagination DIV pertaining to #bbcid RSS box*/
width: 196px;
}

#deliciousid{
width: 191px;
height: 190px;
padding: 5px;
background-color: black;
border: 2px solid white;
color: white;
overflow: hidden;
}

#deliciousid-paginatediv{ /*Style for auto generated pagination DIV pertaining to #bbcid RSS box*/
width: 196px;
}
