/* Main */

body {
    margin: 0px;
    padding: 0px;
    font-family: "Arial", "Tahoma", sans-serif;
    font-size: 10px;
}

#page {
    width: 460px;
    padding: 0px 0px 0px 15px;
    float: left;
    /* background: #FFF; */
}

#tools-1 {
    background: #ECECEC;
    padding: 2px 0px;
}

#tools-item-1 {
    display: block;
    width: 203px;
    height: 35px;
    line-height: 35px;
    text-indent: 15px;
    text-transform: uppercase;
    text-decoration: none;
    background-image: url("/images/bkg.btn.3.png");
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 1.2em;
    font-weight: bold;
    color: #FFF;
}

em.articleLink a {
    color: #1B92AF;
    font-weight: bold;
    font-style: normal;
}

#entries {
    color: #666666;
}

#entries > div {
    border-bottom: 1px solid #DBDBDB;
    position: relative;
    padding: 5px;
    overflow: hidden;
}

div.entry img {
    border: 0;
}

.entry img.avatar {
    top: 40%;
    position: absolute;
}

.entry ul.panel {
    position: absolute;
    right: 5px;
    top: 30%;
    list-style-image: none;
    list-style-type: none;
    list-style-position: outside;
}

.entry li {
    padding: 5px;
}

.entry div.inner {
    margin-left: 54px;
    padding: 10px 60px 20px 10px;
}

.entry p.header {
    font-weight: bold;
}

.entry p.body {
}

.entry span.footer {
}

.entry .articleLink a {
    color: #1B92AF;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}
