/* 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: 60px; /* Define the dimensions was 250px*/
        width: 700px;
	_width: 730px;
        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: #555;
        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;
                }

.bottomblockmiddle {
               width: 420px;
               _width: 140px;
               padding-left: 20px;
               _padding-left: 20px;
               margin: auto;
               font-size: 1.1em;
               }


h2 {
    color: #fff;
    font-weight: normal;
    font-size: 1.5em;
    }

.bottomblockmiddle a {
                color: #fff;
                font-size: 1.1em;
                }


.bottomblockmiddle img {
                color: #3399ff;
                font-size: 1.1em;
                padding: 0px 10px 0px 2px;
                }

.bottomblockright a {
                color: #fff;
                }

#bottom {
        background: #555;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        margin: 0;
        margin-top: -12px;   /* hack to get bottom and content lined up */
}

.b-recent  img {
	padding: 3px;
	border: 1px solid silver;
	width: 40px;
	height: 40px;
}


.tagcloud a {
	color: #999999 !important;
}

.sb-comments ul li span a, div.sb-comments ul li small a {
	color: #999;
	font-weight: normal;
	word-spacing: -1px;
        line-height: 1.3em;
	}


.secondary div.sb-comments ul li {
	margin-bottom: 3px;
	}

.activityentry {
	font-size: 1.1em;
        line-height: 12px !important;
	}

div.sb-comments small {
	display: block;
	margin: 0;
	font-weight: normal;
	}

.archive-list select {
width: 200px;
}