#controls {
    padding: 20px 30px;
}

.cadren {
    float:left;
}

h1 {
    margin: 0px 0px 0px 0px;
    font: Bold 36px Helvetica, sans-serif;
}

    h1 a {
        text-decoration: none;
    }

h2 {
    margin: 0px 0px 5px 0px;
    font: Bold 28px Helvetica, sans-serif;
}

.year_container {
    margin-top: 15px;
    width: 250px;
    float: left;
}

    .year_container .month_list {
        float: left;
        width: 125px;
    }

        .year_container .month_list .month {
            font: normal 14px 'Lucida Grande', Verdana;
            height: 22px;
            line-height: 22px;
        }
        
            .year_container .month_list .month a {
                text-decoration: none;
            }
            
                .year_container .month_list .month a.active {
                    font-weight: bold;
                }
            
                .year_container .month_list .month a:hover {
                    text-decoration: underline;
                }
                
            .year_container .month_list .month .post_count {
                font-size: 12px;
                display: none;
                padding: 0px 2px;
                border-radius: 3px;
                -moz-border-radius: 3px;
                -webkit-border-radius: 3px;
                margin-left: 2px;
            }
            
                .year_container .month_list .month:hover .post_count {
                    display: inline !important;
                }

.clear {
    height: 1px;
    clear: both;
}

a img {
    border-width: 0px;
}

#post_bricks {
    padding: 25px 25px 0px 25px;
}

a.brick {
	background-color:#FDFCFF;
	border-color:#666666 #AAAAAA #AAAAAA;
	border-right:1px solid #AAAAAA;
	border-style:solid;
	border-width:3px 1px 1px;
	color:#444444;
	display:block;
	float:left;
	font:11px Helvetica,sans-serif;
	height:115px;
	list-style-type:none;
	margin:0 30px 25px 0;
	overflow:hidden;
	position:relative;
	text-decoration:none;
	width:85px;
}

    a.brick:hover {
        cursor: pointer;
    }

    a.brick a {
        color: #007BFF;
    }
    
.inside_brick {
    padding: 5px;
}

span.caption {
    background-color: #000;
    color: #fff;
    font: Bold 11px Helvetica, sans-serif;
}

h3 {
    font: Bold 12px Georgia, serif;
    color: #1460B1;
    margin: 0px 0px 5px 0px;
}

a.link {
    font-weight: bold;
    font-size: 18px;
}

span.quote {
    font: Normal 15px Georgia, serif;
}

div.user_hover {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    padding-top: 20px;
    background-color: #000;
    display: none;
    z-index: 10;
    text-align: center;
    color: #fff;
    font: Bold 18px Helvetica, sans-serif;
    opacity: 0.75;
    filter: alpha(opacity = 75);
    -moz-opacity: .75;
}

a.brick:hover div.user_hover {
    display: block;
}

            #controls { background-color: #ddd; }
            h1 a { color: #999; }
            h2 { color: #666; }
            .month { color: #999; }
            .month a { color: #555; }
            .month a.active { color: #444; }
            .post_count { background-color: #999; color: #ddd; }


