body {
    background: url("http://archives.andreafortin.com/pattern.png");
	font: Normal 13px Helvetica Neue, Helvetica;
    width: 914px; 
	margin: auto; 
    body: 0px;
}


#controls {
    padding: 10px 30px;
}

h1 {
    margin: 0px 0px 0px 0px;
    font: Bold 36px Helvetica Neue, Helvetica;
}

    h1 a {
        text-decoration: none;
    }

h2 {
    margin: 0px 0px 5px 0px;
    font: Bold 28px Helvetica Neue, Helvetica;
}

.year_container {
    background-color: #ededed;
    margin-top: 15px;
    width: 250px;
    float: left;
}

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

        .year_container .month_list .month {
            font: normal 14px 'Helvetica Neue', Helvetica;
            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 {
    margin-left: auto;
    margin-right: auto;
	margin-top: 25px;
	widht: 850px;
}

a.brick {
    display: block;
    float: left;
    border: solid 1px #575656;
    border-top: solid 1px #575656;
    width: 120px;
    height: 120px;
    list-style-type: none;
    overflow: hidden;
    margin: 0px 25px 25px 0px;
    font: Normal 11px Helvetica Neue, Helvetica;
    color: #575656;
    position: relative;
    background-color: #ededed;
    text-decoration: none;
}

    a.brick:hover {
        cursor: pointer;
    }

    a.brick a {
        color: #7E5454;
    }
    
.inside_brick {
    padding: 5px;
}

span.caption {
    background-color: #ffffff;
    color: #575656;
    font: Bold 11px Helvetica Neue, Helvetica;
}

h3 {
    font: Bold 12px Helvetica Neue, Helvetica;
    color: #7E5454;
    margin: 0px 0px 5px 0px;
}

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

span.quote {
    font: Normal 15px Helvetica Neue, Helvetica;
}

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

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