﻿body 
{
	font-family:Arial;
	font-size:medium;
    font-weight: 700;
}

p 
{
	font-family:Arial;
	font-size:medium;
    text-align: left;
}

h1, h2, h3 
{
	font-family:Arial;
	font-weight:bold;
}

.fixture
{
	font-family:Arial;
	font-size:small;
}

.Heading2
{
	font-family:Arial;
	font-size:large;
	font-weight:bold;
}

.Normal
{
	font-family:Arial;
	font-size:medium;
}

.NormalHeading
{
	font-family:Arial;
	font-size:medium;
	font-weight:bold;
}

img.News-Thumbnail
{
	width:200px;
	height:200px;
}

.header
{
    float:left;
    width:100%;
    background:Black;
    margin-bottom: 10px;
}

.black-curved-box-tl
    {
    background: url(../images/blk_tl.png) 0 0 no-repeat;
    color: #000000;
    
}

.black-curved-box-tr
    {
    background: url(../images/blk_tr.png) 100% 0 no-repeat;
    color: #000000;
  
}

.black-curved-box-bl
    {
    background: url(../images/blk_bl.png) 0 100% no-repeat;
    color: #000000;
    width:100%;
    height:200px;
   
}

.black-curved-box-br
    {
    background: url(../images/blk_br.png) 100% 100% no-repeat;
    color: #000000;
    width:100%;
    height:200px;
}

.logo
{
    float:left;
    width:20%;
    margin-left:5px;
    margin-top:10px;
    vertical-align:middle;
}

.splitter
{
    float:left;
    width:1%;
}

.half-marathon
{
    float:left;
    width:55%;
    text-align:center;
    margin-top:10px;
}

.half-marathon-txt
{
    color:Yellow;
    font-size:20px;
    font-family:Verdana, @Arial Unicode MS;
}

.charity
{
    float:left;
    margin-top:10px;
    text-align:center;
}

.charity-text
{
    color:Yellow;
    font-family: Verdana, @Arial Unicode MS;
    font-size: small;
}

.column1
{
float: left;
width: 17%;
margin-left: 1%;
}

.column2
{
float: left;
width: 53%;
margin-left: 3%;
display: inline;
}

.column3
{
float: left;
width: 20%;
margin-left: 3%;
}

 
.footer
{
clear: both;
    text-align: center;
}  



.sidebar-training
{
    position:relative;
    left:0px;
    top:3px;
    width:140px;
}

.sidebar-training h3
{
    background:url(./images/backgrounds/title_bar.png) 0 0 no-repeat;
    color:Yellow;
    font-weight:bold;
    font-size:small;
}

.sidebar-training p
{
    font-size:small;
}

.sidebar-events
{
    position:relative;
    top:2px;
    left:0px;
    width:140px;
}

.sidebar-events h3
{
    background:url(./images/backgrounds/title_bar.png) 0 0 no-repeat;
    color:Yellow;
    font-weight:bold;
    font-size:small;
}

.mainBackground
{
    margin-left:5%;
    margin-right:5%;
    margin-top:2%;
    background-color:#E1E1E1;
}

.mainContent
{
    margin-left:2%;
    margin-right:2%;  
}

