@import url(../../shared/css/style.css);

#sectiontitle {
    background-image: url(../imgs/sectiontitle.jpg);
}

/* (Un)hiding stuff */
#sectionsubtitle span {
    display: inline;
}

/* thumbnails */
div.wthumb img {
    margin-top: 5px;
    border: solid 1px white;
}

div.wthumb {
    font-size: .75em;
    font-family: lucida, arial, Arial, verdana, Verdana, sans, sans-serif;
    background-color: #eef1f6;
}

div.wthumb a, div.wthymb a:link, div.wthymb a:visited {
    color: #0941a6;
}

/* headings */
#contentwrapper h3 {
    display: block;
    background-color: #eef1f6;
    line-height: 1.4em;
    border-left: solid 5px #0941a6;
}

#contentwrapper h3 span {
    margin-left: 5px;
    margin-right: 5px;
    color: #b20202;
    font-weight: bold;
}