@font-face {
    font-family: evolution;
    src: url('fonts/evolution.ttf');
}

@font-face {
    font-family: nilland-black;
    src: url('fonts/nilland-black.ttf');
}

@font-face {
    font-family: nilland;
    src: url('fonts/nilland.ttf');
}

@font-face {
    font-family: rounded;
    src: url('fonts/rounded.ttf');
}

@font-face {
    font-family: bertram;
    src: url('fonts/bertram.ttf');
}

@font-face {
    font-family: speedy;
    src: url('fonts/speedy.ttf');
}

body {
    background-image: url('images/tire.png');
    background-repeat: repeat;
}

img {
    border:0px;
    outline:0px;
}

a { 
    text-decoration: none;
    outline: none;
}

b {
    color: navy;
}

h1 {
    font-family: speedy;
    color: #6E0000;
    font-size: 50px;
    text-align: center;
}

h2 {
    font-family: nilland-black;
    color: #B80000;
    font-size: 30px;
    margin-bottom:-14px;
    margin-top:-8px;
    font-weight: normal;
}

h3 {
    margin-bottom: 3px;
    font-family: nilland-black;
    color: #B80000;
    margin-top: -6px;
    font-weight: normal;
}

#container {	
    width: 995px;
    box-shadow: 0px 0px 50px 0px;
    margin: 0 auto;
    font-family: arial;
    text-align: left;
}

#banner {
    background-color: rgba(0,0,0,0.4);
}

#banner img {
    margin-bottom: -4px;
}

#banner_text {
    background-color: #3B3B3B;
    width: 100%;
    color: #d1d3d4;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-family: nilland;
}

#banner_text a { 
    color: #d1d3d4;
}

/*make current page different colour in navigation*/
body#home a#nav-hom,
body#news a#nav-new,
body#profile a#nav-pro,
body#media a#nav-med,
body#calendar a#nav-cal,
body#sponsorship a#nav-spo,
body#contact a#nav-con {
    color: #B80000;
}

#wrapper {
    /* make content and sidebar same height */
    overflow: hidden;
}

#sidebar {
    width: 300px;
    padding: 6px;
    background-color: #E9E9E9;
    border: 1px solid #3B3B3B;
    float: left;
}

#content {	
    width: 640px;
    float: right;
    left: 1px;
    margin-left: -1px;
    background-color: #E9E9E9;
    padding: 20px;
    border: 1px solid #3B3B3B;
    border-left: none;
    font-family: arial;
    text-align: left;
}

#content, #sidebar {
    /* make content and sidebar same height */
    margin-bottom: -10000px;
    padding-bottom: 10000px;
}

#footer {
    margin: 0 auto;
    width: 100% -10px;
    background-color: #3B3B3B;
    padding: 5px;
    border: 1px solid #3B3B3B;
    border-top: none;
    font-family: arial;
    color: white;
    text-align: center;
}

#footer a {
    color: orange;
}

#cal {	
    box-shadow: 0px 0px 20px 0px;
    margin: 0 auto;
    width: 630px;
}

#item {
    font-size: 1.05em;
    margin-left: 1em;
}

#info {
    font-size: 1.05em;
    margin-left: 1em;
    margin-right: 1em;
    text-align: justify;
}

.quote {
    color: grey;
    font-style: italic;
}

#description {
    color: #808080;
    font-size: 0.9em;
    margin-left: 3em;
    float: left;
}

#note {
    color: #B80000;
    font-size: 0.8em;
}

#fb-wrapper {
    background-color: white;
}