/* layout */
#title {
    height: 70px;
}
#name {
    padding: 3px 20px;
}
#name ul.tags {
    margin-bottom: 10px;
}

#wallies ul {
    background: url('../imgs/ruler.gif') repeat scroll top left;
    overflow: hidden;
    padding: 0 20px;
}
.wally {
    overflow: hidden;
    float: left;
    height: 375px;
    padding: 20px 0 5px;
    margin-right: 20px;
}
.wally .info {
    margin-top: 20px;
}
.wally ul {
    padding: 0 !important;
}
a.image {
    display: block;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
}
a img {
    display: block;
}
.tags {
    margin-top: 2px;
}

.tags li {
    display: inline;
    line-height: 18px;
}
#footer {
    margin-top: 10px;
}

/* type */
.tags {
    font-family: Arial, sans-serif;
    font-size: 12px;
    line-height: 17px;
}
/* colors*/
.tags a {
    color: #555 !important;
}
#name {
    border-bottom: 2px solid #262422;
}
