
/* THIS IS THE DEFAULT STYLE                                                           */
/* It is used for everything except Navigation and each band's own contents page       */
/* i.e. for the homepage, header, footer, thumbnail pages and scrolling large pictures */


BODY {
  BACKGROUND-COLOR: #000000; COLOR: #FFFFFF
}
@font-face {
    font-family: 'textsquirrel';
    src: url('Amaranth-webfont.eot');
    src: url('Amaranth-webfont.eot?#iefix') format('embedded-opentype'),
         url('Amaranth-webfont.woff') format('woff'),
         url('Amaranth-webfont.ttf') format('truetype'),
         url('Amaranth-webfont.svg#textsquirrel') format('svg');
    font-weight: normal;
    font-style: normal;
}

p
{
    font-family:TextSquirrel,"Amaranth",sans-serif;
    font-size:16px;
    font-weight:normal;
    color:#DE6F00;  /* orangy-brown */
    margin-top:0;
    margin-bottom:0;
}

/* NOTE: all font families must be the same or results possibly pick up the last (ie Active)? */
/*       Weights must also be the same, but size and colour do not need to be */

A {
    font-family:TextSquirrel,"Amaranth",sans-serif;
    font-size:16px;
    COLOR: #DE6F00;  /* orangy-brown */
    font-weight:bold; text-decoration: none
}
A:visited {
    font-family:TextSquirrel,"Amaranth",sans-serif;
    font-size:16px;
    COLOR: #DE6F00;  /* orangy-brown */
    FONT-WEIGHT: bold; text-decoration: none
}
A:hover {
    font-family:TextSquirrel,"Amaranth",sans-serif;
    font-size:16px;
    COLOR: #FFFFFF;  /* white */
    FONT-WEIGHT: bold; text-decoration: none
}
A:active {
    font-family:TextSquirrel,"Amaranth",sans-serif;
    font-size:16px;
    COLOR: #DE6F00;  /* white */
    FONT-WEIGHT: bold; text-decoration: none
}

@font-face {
    font-family: 'headsquirrel';
    src: url('bnkgothm-webfont.eot');
    src: url('bnkgothm-webfont.eot?#iefix') format('embedded-opentype'),
         url('bnkgothm-webfont.woff') format('woff'),
         url('bnkgothm-webfont.ttf') format('truetype'),
         url('bnkgothm-webfont.svg#headsquirrel') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1  /* Main heading */
{
    font-family:"HeadSquirrel","BankGothic Md BT",sans-serif;
    color:#DE6F00; /* default text colour */
    font-size:42px; /* 16px = 1em. fixed size for main heading */
    margin-top:0;
	 margin-bottom:5;
}

h2  /* sub headings */
{
    font-family:"HeadSquirrel","BankGothic Md BT",sans-serif;
    color:#FFFF88;  /* pale yellow */
    font-size:20px; /* 16px = 1em. */
    font-weight:bold;
	 margin-top:8;
	 margin-bottom:8;
}

h3 /* default text size & font but brighter for sub-headings */
{
    font-family:TextSquirrel,"Amaranth",sans-serif;
    color:#FFFF88; /* pale yellow */
    font-size:1em; /* 16px = 1em. Using em allows resizing */
    margin-top:0;
	 margin-bottom:0;
}

h4  /* same as 'p' but different colour. Achieved using 'inline' below */
{
    font-family:TextSquirrel,"Amaranth",sans-serif;
    color:#DE6F00;  /* orangy-brown */
    font-size:16px; /* 16px = 1em. done with px to avoid it changing size */
    font-weight:normal;
    display:inline;
	 margin-top:0;
	 margin-bottom:0;
}
h5  /* small yellow heading for Homepage */
{
    font-family:TextSquirrel,"Amaranth",sans-serif;
    font-size:13px;
    font-weight:lighter;
    color:#FFDE6F;
    margin-top:0;
    margin-bottom:0;
}
h6  /* small text to go with h5, approx size 1 */
{
    font-family:TextSquirrel,"Amaranth",sans-serif;
    color:#DE6F00;   /* orangy-brown */
    font-size:0.7em; /* 16px = 1em. Using em allows resizing */
	margin-top:25;
	margin-bottom:0;
}

