/* ------------------------------------------------------------------------- Section Styling e.g. wishes*/
div.wishes h1{
    color: #7A003C;
}
div.about h1{
    color: #47576E;
}
div.fund h1{
    color: #70515C;
}
div.news h1{
    color: #C6DB5D;
}
div.contact h1{
    color: #AC2524;
}
/* ------------------------------------------------------------------------- Feature List - photo, header, intro and link*/
ul.list-featured {
    padding: 0;
    margin: 0;
    float:left;
    width:100%;
}
ul.list-featured li {
    padding: 0;
    margin: 0 0 5px 0;
    list-style: none;
    background: url(bg/grey-fade-slice.jpg) repeat-x left 28px;    
    float:left;
    width:100%;    
}
ul.list-featured li img {
    float:left;
    margin-right:1px;
    display:block;
}
ul.list-featured li div.content {
    float:right;
    width:190px
}
ul.list-featured li h2 {
    background: #54BBF5;
    color: #FFF;
    margin: 0;
    padding: 6px 0 6px 10px;
    font-size: 1.1em;
    font-weight: normal;
}
ul.list-featured li p {
    padding: 5px 10px;
    font-size: 0.8em;
    line-height: 1.3em;
    color: #000;
}
ul.list-featured li a {
    display: block;
    font-weight: bold;
    padding-top: 3px;
    color: #54BBF5;
    font-size: 1em;
}