/* bottom block hack from eli */
/* http://www.elifoner.com/2006/02/18/how-to-three-column-bottom-sidebar/ */
#glass-bottomblock { /* This is the main bottomblock container */
        display: block;
        height: 240px; /* Define the dimensions */
        width: 700px;
	_width: 683px;
        border: 1px solid #ddd;
        padding: 6px 0px 5px 10px; /* Padding is INSIDE the element, and goes TOP RIGHT BOTTOM LEFT */
        margin: 5px auto; /* Margin is OUTSIDE the element */
        background: #FFF;
        font-family:'Lucida Sans', 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;
        }
        #glass-bottomblock h2 { /* The centered titles above the contents */
                margin: 0px 0px 5px 0px;
                padding: 0px;
                }
        .bottomblockleft, .bottomblockmiddle, .bottomblockright { /* These are the individual blocks */
                width: 203px; 
                height: 230px; 
                padding: 5px;
                float: left;
		text-align: left;
                background: #fff;
                }
        .bottomblockleft, .bottomblockmiddle {
                margin-right:10px;
                }


.b-recent  img {
	padding: 3px;
	border: 1px solid silver;
	width: 40px;
	height: 40px;
}

.tagcould a {
	color: #999999 !important;
}