#header {
    position:relative;
    width:780px;
    height:148px;
    margin:0 auto;
    background: url(/images/CaffeDolce_header_v1.0.jpg) center -20px no-repeat;
    z-index:10;
}

.main_image {
    display: none;
}

.entrydisplay {
    height: auto;
}

.blog-entry {
    float: right;
    width: 467px;
    border-left:3px solid #D1922F;
    padding-left: 30px;
}
.blog-entry h2 {
    clear:none;
    font-size:18px;
    line-height:24px;
    margin:0;
    padding:0;
}
#blog h2 a {
    color:#000;
}
#blog .readmore {
    clear:left;
    margin:0 0 18px;
    display: block;
    text-align: right;
}
.thumb {
    float:left;
    clear:left;
    margin:0 20px 10px 4px;
    border:1px solid #000;
}

.sidebar {
    border-right:0;
    margin-right: 0px;
}

.sidebar h2 {
    font-size: 14px;
    border-bottom: 1px solid #D1922F;
    margin-bottom: 0;
    padding-bottom: 4px;
}

.sidebar li {
    list-style: none;
    padding: 4px 8px;
    border-bottom: 1px solid #D1922F;
}

.sidebar li:hover {
    background: #D1922F;
}

.sidebar li:hover a {
    color: #FFF;
}

.sidebar form {
    text-align: center;
    margin-bottom: 30px;
}

/* Blog Comments */
#comments {
    position:relative;
}
.nopost {
    margin:20px;
}
.commentdisp0, .commentdisp1 {
    padding:18px 0 0;
    clear:left;
    border-top:1px dotted #DDD;
}
.postedby {
    float:left;
    width:100px;
    text-align:center;
    font-size:13px;
}
.postedby a {
    color:#000;
    text-decoration:underline;
}
.postedby img {
    border:1px solid #D1922F;
}
.datetime {
    display:block;
    font-size:12px;
}
.commentbody {
    float:left;
    width:365px;
    margin:18px 0;
}

#comments h2 {
    clear:left;
    line-height:18px;
    padding:36px 0 0;
}
.get_gravatar {
    position:relative;
    top:-15px;
    text-align:right;
}
#cmnt {
    padding:0 0 6px;
}
#cmnt label {
    margin-left: 1px;
}
#cmnt_name, #cmnt_email, #cmnt_link, #cmnt_human, #cmnt_txt {
    display:block;
    width:455px;
    margin:0 10px 10px 0;
    padding:4px;
    border:1px solid #DDD;
    font-size:12px;
    font-family:arial, sans-serif;
    letter-spacing:.06em;
}
#cmnt_txt {
    height:160px;
}
#cmnt_subscribe {
    display:inline;
    margin:0 4px 0 14px;
    vertical-align:top;
}
#cmnt_sub {
    position:absolute;
    right:4px;
    bottom:0;
    padding:4px;
    border:0;
    background:#D1922F;
    color:#FFF;
    text-transform:uppercase;
}

/* Pagination */
#pagination {
    display:block;
    list-style:none;
    margin:0;
    padding:0;
    clear:left;
    text-align: center;
}
#pagination li {
    display: inline-block;
    width:18px;
    margin:0;
    background:#FFF;
    border:1px solid #D1922F;
    text-align:center;
    text-decoration:none;
    font-size:10px;
}
#pagination li a,
#pagination li.off {
    display:inline-block;
    width:18px;
    padding:2px 0;
    color:#D1922F;
}
#pagination li.selected,
#pagination li:hover {
    background:#D1922F;
    color:#FFF;
}
#pagination li.selected a,
#pagination li:hover a {
    color:#FFF;
}
