/*********************************************************/
/* Author: Danish A. */
/*********************************************************/


#blogFeedBox{
    background: url('/images/blogrollt.jpg') no-repeat scroll 0 0 transparent;
    background-color:#f2f6f8;
    float:left;
    position:relative;
	width:300px;
	text-align:left;
	margin-top:20px;

}

#blogFeedBox ul{
border-left: 1px solid #9cc0d3;
border-right: 1px solid #9cc0d3;
width:298px;
padding:0;
margin-bottom:0;
margin-left:0;
#margin-top:5px;
}

#blogFeedBox ul li{
border-bottom:1px dashed #9cc0d3;
list-style-type:none;
/*min-height:20px;*/
clear:both;

}

#blogFeedBottom{
    background: url('/images/blogrollb.jpg') no-repeat scroll 0 0 transparent;
    float:left;
    position:relative;
	width:300px;
	height:16px;
	#margin-bottom:-5px;
}

div.eachPostDayMonth{
    float:left;
    margin:5px 17px;
    font: bold 11px arial;
    color:#567e96;
    width:35px;height:35px;
    padding:2px;
    background-color:#dce6ec;
    text-align:center;
    margin-top:30px;
}

div.eachPostDayMonth a{
    font: bold 18px arial;
    text-decoration:none;
    color:#567e96;
}

div.eachPost{
    float:left;
    margin:5px;    
    font: normal 11px arial;
    color:#666;
    width:210px;
    min-height:60px;
    margin-top:30px;
}

div.eachPost a{
    font:bold 13px arial;
    color:#333;
}

div.eachP0, div.eachM0{
    margin-top: 78px;
    
}
/*
div.eachP1{
    margin-top: 20px;
}

div.eachP2{
    margin-top: 4px;
}


div.eachM0{
    margin-top: 83px;
    
}

div.eachM1{
    margin-top: 24px;
}

div.eachM2{
    margin-top: 8px;
}
*/

div#readMoreLink{
    position:relative;
    bottom: 15px;
    right: 15px;
    color:#333;
    font:bold 12px arial;
    text-align:right;
    clear:both;
}

div#readMoreLink a{
    color:#333;
    font:bold 12px arial;   
}

ul li#noBorder0, ul li#noBorder3, ul li#noBorder4 {
border-style:none;
}

