/* CSS Document */

@font-face {
    font-family: 'flembo-textboldflembotextBd';
    src: url(./_fonts/fh-flembo-textbold.eot);
    src: url(./_fonts/fh-flembo-textbold.eot?#iefix) format('embedded-opentype'),
        url(./_fonts/fh-flembo-textbold.woff) format('woff'),
        url(./_fonts/fh-flembo-textbold.ttf) format('truetype');

}

@font-face {
    font-family: 'flembo-textboldflembotextBdIt';
    src: url(./_fonts/fh-flembo-textbolditalic.eot);
    src: url(./_fonts/fh-flembo-textbolditalic.eot?#iefix) format('embedded-opentype'),
        url(./_fonts/fh-flembo-textbolditalic.woff) format('woff'),
        url(./_fonts/fh-flembo-textbolditalic.ttf) format('truetype');

}

@font-face {
    font-family: 'flembo-textflembo-text';
    src: url(./_fonts/fh-flembo-text.eot);
    src: url(./_fonts/fh-flembo-text.eot?#iefix) format('embedded-opentype'),
        url(./_fonts/fh-flembo-text.woff) format('woff'),
        url(./_fonts/fh-flembo-text.ttf) format('truetype');


}

@font-face {
    font-family: 'flembo-textitalicflembotextIt';
    src: url(./_fonts/fh-flembo-textitalic.eot);
    src: url(./_fonts/fh-flembo-textitalic.eot?#iefix) format('embedded-opentype'),
        url(./_fonts/fh-flembo-textitalic.woff) format('woff'),
        url(./_fonts/fh-flembo-textitalic.ttf) format('truetype');

}

/* website general */



body {
    background-color: #a3acb2;
    color: #655745;
    background-image: url(../_graphics/tynemouth.jpg);
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    border: none;
    margin: 0px;
    padding: 0px;
    height: fit-content;
}

#mainTitle {
    font-family: 'flembo-textboldflembotextBd', verdana, helvetica, sans-serif;
    text-decoration: none;
    text-shadow: 3px 3px 3px #63696d;
    font-size: 20px;
    line-height: 20px;
    color: #221d00;
    left: 400px;
    top: 50px;
    position: relative;
    z-index: -10;
}

#linkTitle {
    font-family: 'flembo-textboldflembotextBd', verdana, helvetica, sans-serif;
    text-decoration: none;
    text-shadow: 2px 2px 2px #757C80;
    font-size: 16px;
    line-height: 18px;
    color: #221d00;
    left: 400px;
    top: 200px;
    position: relative;
    z-index: 9;

}

#beforeViewing {
    font-family: 'flembo-textflembo-text', verdana, helvetica, sans-serif;
    position: absolute;
    text-align: right;
    font-size: 12px;
    line-height: 14px;
    left: 134px;
    top: 390px;
    width: 210px;
    z-index: 2;
    visibility: visible;
}

.italics {
    font-family: 'flembo-textitalicflembotextIt', verdana, helvetica, sans-serif;
}

.boldItalics {
    font-family: 'flembo-textboldflembotextBdIt', verdana, helvetica, sans-serif;
}

.colourChance {
    color: #865A25;

}

a:link {
    color: #655745;
    text-decoration: none;
}

a:visited {
    color: #655745;
    text-decoration: none;
}

a:active {
    color: #655745;
    text-decoration: none;
}


/* empties */

#empty {
    background-image: url(../_graphics/blank.gif);
    left: 268px;
    top: 2150px;
    position: absolute;
    z-index: -7;

}

#empty2 {
    background-image: url(../_graphics/blank.gif);
    left: 4050px;
    top: 2150px;
    position: absolute;
    width: 68px;
    z-index: -6;
}