
#slideshow {
    float: left;
    width: 100%;
    padding: 0 10px 0 0;

}
.lasted-posts {
    float: right;
    width: 230px;
    padding: 0;
}
.lasted-posts img {
    float: left;
    border: 1px solid #444;
    padding: 0;
    margin: 5px 5px 0 0;
    width: 45px;
}

.imgbanner { display: block; width: 500px; height: auto;  }

.lasted-posts li {
    clear: both;
}
.focus-posts {
    float: left;
    width: 620px;
    min-height: 100px;
    margin: 10px 0 0 0;
}
.focus-item {
    float: left;
    width: 150px;
    margin-right: 5px;
}
.focus-item img {
    border: 1px solid #CCC;
    padding: 1px;
}
.section {
    float: left;
    width: 620px;
    min-height: 100px;    
    margin: 10px 0 5px 0;
}
.section h1.title, .section h2.title {
    display: inline-block;    
    border-bottom: 1px solid #CCC;
    width: 620px;
    padding: 4px 2px;
    margin-top: 8px;
    color: #fff;
    font-family: Verdana, Arial, sans-serif;
}
.title a {
    color: #b03e00;
    font-weight: bold;
    font-size: 1em;
}
.title a:hover {
    color: #c40838;
}
.section .section-item {
    padding: 10px;
    border: 1px solid #CCC;
}
.section .first-post {
    float: left;
    width: 380px;
    margin: 5px 0;
}

.first-post a img {
    float: left;
    width: 150px;
    height: 110px;
    border: 1px solid #CCC;
    padding: 1px;
    margin-top: 5px;
    display: block;
}

.first-post .post-excerpt {
    float: left;
    width: 220px;
    margin: 0 0 0 6px;
}
.post-excerpt a {
    border: none;
    margin: 0;
    padding: 0;
}
.section .other {
    float: right;
    width: 230px;
}
#sidebar {
    width: 320px;
    float: right;
    margin: 10px 0 10px 0;
    padding: 5px;
    min-height: 800px;
}
#sidebar img {
    max-width: 320px;
}
#sidebar ul ul, .tagcloud {
    padding: 5px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}
h3.widget-title {    
    border: 1px solid #BBB;
    padding: 4px 6px;
    margin-top: 5px;
    font-family: Verdana, Arial, sans-serif;
    font-weight: bold;    
}
