/* layout */
h2 {
    padding-top: 5px;
    margin-bottom: 10px;
}
#pagination {
    width: 26px;
    overflow: hidden;
}
#pagination ul {
    padding: 0;
}
#main {
    padding: 20px;
}
#description {
    width: 180px;
    float: left;
}
#text
{
    margin-right: 20px;
}
#meta {
    margin: 1em 0;
}
#text p,
#text ul
{
    margin: 0;
    margin-bottom: 1em;
}
#text ul {
    margin-top: -1em;
}
h3 {
    margin-top: 2em;
    margin-bottom: 10px;
}
#elenco {
    padding-bottom: 1em;
}
#description .tags {
    padding-top: 1em;
}
#elenco ul {
    margin-left: 23px;
}
#elenco ul li {
    list-style-type: decimal-leading-zero;
}
#wallies {
    width: 750px;
    margin-left: 200px;
}
#wallies ul {
    padding: 0;
}
.wally {
    padding: 0;
    margin-bottom: 20px;
    float: none;
    height: auto;
    width: 100%;
}
.wally.first {
    padding-top: 0;
}
.wally img {
    display: block;
}
.wally p {
    margin-top: 5px 0;
}

/* type */
p a {
    margin: 0;
    padding: 0;
}
p a:hover {
    color: #222;
    background-color: transparent;
}
#description p {
    font-size: 12px;
    line-height: 15px;
}
#meta a {
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 10px;
    line-height: 15px;
}
h2 {
    font-size: 18px;
    line-height: 18px;
}
h2 a {
    font-size: 1em;
}
h3 {
    font-size: 13px;
    line-height: 15px;
}
#elenco ul {
    font-family: Georgia, serif;
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
}
#elenco ul li {
    font-weight: normal;
    font-style: italic;
}
.wally p {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    line-height: 16px;
}
.tags a {
    white-space: normal;
}
/* colors*/
#description .tags {
    border-top: 1px solid #555;
}
h3 {
    color: #262422;
}

#meta a {
    color: #262422;
}
/* backgrounds */

#wallies ul {
    background-image: none;
}
