﻿ul.blog {
    margin: 0;
    list-style: none;
    padding-left: 0;
}

ul li.blog {
    margin-left: 60px;
    margin-top: 0;
    clear: both;
}

.blogdatewrapper {
    float: left;
    margin-right: 10px;
    margin-left: -60px;
    text-align: center;
    width: 45px;
}

.blogMonth {
    background-color: #009ED2;
    color: white;
    display: block;
    padding: 3px 2px;
    line-height: 16px;
    margin-bottom: 3px;
}

.blogDay {
    color: #009ED2;
    background-color: #f4f4f4;
    display: block;
    padding: 10px 2px;
    line-height: 22px;
    margin-bottom: 3px;
    border: solid 1px #CCC
}

.blogYear {
    background-color: #009ED2;
    color: white;
    display: block;
    padding: 4px 2px;
    line-height: 16px;
    margin-top: 2px;
}

.blogheadwrapper {
    position: relative;
}

.blogposted {
    color: #575757;
    font-size: 12px;
}

.styled-select {
    /*width: 150px;*/
    height: 40px;
    overflow: hidden;
    background: url('/media/design/arrow_down.png') no-repeat right #006caa;
    background-position: right 10px top 15px;
    border: 2px solid #009ED2;
    border-radius: 5px;
    -webkit-appearance: none;
    color: white;
    padding-left: 10px;
    margin-left: 3em;
}
