/* Signposts 

    These rules contol how the various signposts are displayed throughout the site.

*/

#signposts {
    margin-bottom: 10px;
    padding: 10px 0;
    border-top: 1px solid #d6d6d6;
    }
.signpost {
    background: #f5f5f5;
    position: relative;
    min-height: 135px;
    }
.signpost h4 {
    font-size: 2em;
    color: #333333;
    width: 140px;
    margin-bottom: 5px;
    line-height: 1em;
    position: relative;
    z-index: 2;
    }
.signpost p {
    width: 140px;
    position: relative;
    z-index: 2;
    }
.signpost .image {
    position: absolute;
    right: 0;
    bottom: -10px;
    background-color: transparent;
    background-position: bottom right;
    background-repeat: no-repeat;
    width: 115px;
    height: 125px;
    }
.signpost .more {
    position: absolute;
    bottom: 10px;
    left: 10px;
    line-height: 1;
    font-weight: bold;
    color: #ed1c24;
    padding: 3px 5px 3px 11px;
    background: transparent url("/media/media,30,en.png") 0px 50% no-repeat;
    }
