/*
 * CSS for the blog aggregator index page
 */


#blogaggregatorindex {
    font-size:12px;
    line-height:101%;
}

#blogaggregatorindex DIV.rge_blag  {
background-color:white;
min-height:280px;
overflow-y:auto;
overflow-x:hidden;
border:1px solid #ccc;
margin:10px 10px 10px 0;
padding:10px 10px 10px 15px;
float:left;
width:280px;
}

#blogaggregatorindex DIV.rge_blag:nth-child(odd) {
	clear:left;
}

#blogaggregatorindex DIV.rge_blag H2 { font-size:16px;margin-bottom:8px;line-height:14px; }
#blogaggregatorindex DIV.rge_blag H2 A { text-decoration:underline; } 

#blogaggregatorindex DIV.rge_blag LI { list-style-type:none; font-size:9px; margin-top:10px; }
#blogaggregatorindex DIV.rge_blag LI A { font-size:9px; margin-top:5px; }
#blogaggregatorindex DIV.rge_blag LI H2 { margin-bottom:0px;line-height:10px; margin-bottom:4px; }
#blogaggregatorindex DIV.rge_blag LI H2 A { font-size:12px; text-decoration:none; }

#blogaggregatorindex DIV.rge_blag LI P { font-size:10px; display:inline; padding-right:10px; }
#blogaggregatorindex DIV.rge_blag LI P.readMore { font-size:9px; font-style:italic; }
#blogaggregatorindex DIV.rge_blag LI P.byline{ color:#900; font-size:9px; }


.ie8 #blogaggregatorindex DIV.rge_blag,
.ie7 #blogaggregatorindex DIV.rge_blag  { height:280px; }
.ie7 #recommendBox a { position:relative; }
