/*
/  blog.css
/  (c) 2008 Lighthead Software
/  info@lightheadsw.com
*/

.authorbox {
    width: 7px;
    height: 7px;

    float: left;
    position: relative;
    top: 5px;
    margin-right: 6px;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    
}

.blogfooter {
    margin-top: 10px;
    margin-bottom: 24px;
}

.blogpost > h2 {
    margin-bottom: 6px;
}

#blogsidebar {
    width: 150px;
    background: #EEEECC;
    float: right;
    padding: 8px;
    font-size: 11px;
}

#blogsidebar p {
    text-align: left;
}


.blogcomment {
    border: 1px solid #777;
    -webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    margin-top: 12px;
    width: 420px;
    padding: 8px;
}

.blogcommentfooter {
    margin-top: 6px;
    font-size: 11px;
}

#commentfield {
    width: 410px;
    height: 50px;
    margin: 5px;
    max-width: 410px;
    color: gray;
    font: inherit;
}

#namefield {
    color: gray;
    width: 410px;
    margin: 5px;
}

#recaptcha_logo, #recaptcha_tagline {
    display: none;
}

.recaptcha_table {
    border: none;
}