/*
CSS for The Realty Blog
*/

/* Logo */
.custom #header #logo a { display: block; height: 60px; width: 450px;  background: url('images/logorealty.png') no-repeat; outline:none; margin-top:0px; }
.custom #header #logo a:hover { display: block; height: 60px; width: 450px;  background: url('images/logorealty.png') no-repeat; outline:none; margin-top:0px;}
.custom #header #logo { text-indent: -9999px; }
.custom #header #tagline { text-indent: -9999px; }

/* Remove dot-ddd */
.custom #header, .custom .post, .custom .teasers_box, .custom #footer, .custom #footer a, .custom #footer a:active, .custom #archive_info, .custom .prev_next, .custom #comment_list, .custom #comment_list dd, .custom #commentform, .custom #sidebar_1, .custom #sidebar_2, .custom #comment_list dt.comment, .custom #comment_list dd.comment, .custom #comment_list dl .bypostauthor .format_text, .custom #trackback_list {
        border-bottom: 0px;
        border-top: 0px;
        border-right: 0px;
        border-left: 0px;
}
.custom #content_box, .custom #column_wrap {
        background: none;
}

/* Teaser */
.custom .teaser h2 a { font-weight: bold }	

/* Author Avatar */
.custom .headline_area .avatar {float:left; border:3px solid #ddd; margin-right:1em;}

/* Authors' Threaded Background */
.custom dl#comment_list dt.bypostauthor, .custom dl#comment_list dd.bypostauthor>div {background: #E7F8FB none repeat scroll 0 0; padding-top:20px;}