#content .box {
    padding: 10px 7px;
}
#sidebar .box {
    padding: 10px 10px 10px 7px;
}
.box .wrapper {
    padding: 10px;
}
.box.tabbed .wrapper {
    padding: 15px 10px;
}
.box h3 {
    height: 24px;
}
.box .all {
    float: right;
    margin-top: -18px;
}
.box h5,
.box .entry-title {
    margin-top: 15px;
    margin-bottom: 10px;
}
.box img {
    margin-bottom: 10px;
}
/* type */
.box .all {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.1em;
}
/* type */
.box h5,
.box .entry-title
{
    font-size: 2.1em;
    letter-spacing: 0;
    font-weight: normal;
    line-height: 1.2em;
}
.box .more {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 1.3em;
}
/* colors */
.box .all { color: #E0FDDA; }
.box h5, .box .entry-title { color: #E0FDDA; }
.box .more { color: #659DFF; }

/* bg */
.box .more {
    background: url('../imgs/arrow_ciano.png') no-repeat scroll center right;
    padding-right: 10px;
    behavior: ('static/css/iepngfix');
}
.box .all {
    background: url('../imgs/arrow_green.png') no-repeat scroll center right;
    padding-right: 10px;
    behavior: ('static/css/iepngfix');
}
