* {
	margin: 0;
	padding: 0;
}
body {
	font: normal 62.5% "Lucida Grande", "Lucida Sans", Helvetica, Arial, Verdana, sans-serif;
	color: #444;
	background-color: white;
}

/* Main Ids */

/* All the elements that use Georgia font */
h1, h2, h3, #navigation, #introduction {font-family: Georgia, "Times New Roman", serif;}

/* Allows the banner element to stretch the full width of the page */
#header, #navigation, #banner .wrapper, #content, #footer {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}
#header, #navigation, #content, #footer {font-size: 1.2em;}
#header a, #navigation a {border:  0;}

div#header {
	position: relative;
	height: 69px;
	margin-bottom: 0;
	padding-top: 10px;
}
#header a.logo {
	float: right;
}
#header a.sign-in {
	clear: both;
	position: absolute;
	top: 0;
	left: 5px; /* Matches the padding on the heading */
	width: 114px;
	height: 19px;
	padding-top: 2px;
	text-align: center;
	color: #fff;
	background: #fff url("../images/members-tab.gif") top left;
}
#header a.sign-in:hover {color: #000;}

#navigation {
	position: relative;
	top: 5px;
	z-index: 20;
	margin-bottom: 0;
	margin-top: -21px;
	list-style: none;
	font-size: 1.7em;
}
#navigation li {
	display: inline;
	float: left;
	margin: 0;
	margin-right: 20px;
	padding: 0;
	background: none;
}
#navigation li a {display: block;}
#navigation li.current, #navigation li a {padding-bottom: 6px;}
#navigation li.current, #navigation li a.current, #navigation li a:hover {
	background: transparent url("../images/nav-on.png") bottom center no-repeat;
}
#navigation li.current, #navigation li a:hover {color: #000;}

#banner {
	clear: left;
	width: 100%;
	padding: 10px 0;
	font-size: 1.2em;
	background: #fff url("../images/banner-back.png") bottom center;
	color: #fff;
}
#banner h1 {
	margin: 0 0 .2em 0;
    font-size: 2em;
	color: #fff;
}

#banner a, .feeds a {color: #f66;}

#primaryContent, #introduction.left-column {width: 500px;}

#primaryContent {
    float: left;
    margin-top: 12px;
}
#primaryContent.two-column div { /* 2 column content */
	float: left;
	width: 230px;
	margin-right: 20px;
}

#secondaryContent {
    margin-left: 510px;
    padding-top: 12px;
}
#secondaryContent div {
	margin-bottom: 20px;
	padding: 0 10px;
}
#secondaryContent h2 {font-size: 1.8em;}

#introduction {width: 100%;}
#introduction p {
	margin: .6em 0 0 0;
	font-size: 1.4em;
}
#introduction p img {margin: 0;}

#banner #promotion {
	height: 199px;
	margin-left: 510px; /* Only have a margin if it's in the banner div */
}

div#promotion {padding: 6px 8px;}
#promotion h2 {
	margin-bottom: 4px;
	font-size: 1.6em;
	color: #333;
}
#promotion p {}

#footer {
	position: relative;
	clear: both;
	height: 3.95em;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer p.tjf {
	float: left;
	line-height: 1.5em;
}
#footer p img {
	float: left;
	margin-right: 10px;
}
#footer p.copy {
	position: absolute;
	right: 5px;
}

/* Useful Classes */
.hide {display: none;}
.show {display: block;}
.left-column {float: left;}

/* Headings */
h1, h2, h3, h4 {
	margin: 0 0 .4em 0;
	font-weight: normal;
	color: #333;
}
h1 {}
h2 {font-size: 2em;}
h3 {font-size: 1.8em;}
h4 {}

/* Text & Lists */
p, ul, ol {
	margin: 1em 0;
	line-height: 1.4em;
}
ul, ol {list-style: none;}
li {
	background: transparent url("../images/bullet.gif") 0 4px no-repeat;
	margin: .4em 0;
	padding-left: 1.2em;
}

/* Images */
img {}
a img {border: 0;}
img.introimage {margin-bottom: 20px;}

/* Links */
a {
	color: #f00;
	border-bottom: 1px dotted #f00;
	text-decoration: none;
}
a:hover {
    color: #000;
    border-bottom: 1px dotted #000;
}
a:visited {
}
a:active {
}
a:focus {
}
a.back-up {
    padding-left: 14px;
    background: transparent url("../images/back-up.gif") center left no-repeat;
}

#banner a, #promotion a {border: 0;}

/* Forms */
form {
}
fieldset {
}
legend {
}
label {
}
input {
}
textarea {
}
input, textarea {
}
select {
}
optgroup {
}
option {
}

/* Tables */
table {
	text-align: left;
}
caption {
}
thead {
}
tbody {
}
tfoot {
}
tr {
}
tr .alt {
}
th {
}
td {
}

/* Come and have a go! Promotion */
.have-a-go {
	font-size: 1em;
	background: transparent url("../images/belt-back.jpg") bottom right no-repeat;
}
.have-a-go h2 {color: #333;}
.have-a-go p {
	width: 130px;
	color: #666;
}
div#promotion.have-a-go a {color: #f00;}
.have-a-go a.find-out {
	display: block;
	width: 101px;
	height: 25px;
	margin-left: -3px;
	text-indent: -5000px;
	background: transparent url("../images/find-out-button.png") top left;
}
.have-a-go a.find-out:hover {border: 0;}

/* Feeds */

.feeds {
	height: 80px;
    position: relative;
    top: -12px;
	padding: 6px 10px;
	background: transparent url("../images/feeds-back.png") top left;
	color: #fff;
}
.feeds h2 {
	font-size: 1.6em;
	margin-bottom: 4px;
	padding-top: 4px;
	color: #fff;
}
.feeds p {margin: 0;}
.feeds a {border-bottom: 0;}
.feed-button {
	display: block;
	width: 144px;
	height: 18px;
	margin-top: 5px;
	text-indent: -5000px;
	background: transparent url("../images/feed-button.png") top left no-repeat;
}
.feed-button:hover {border: 0;}

/* Posts */
.newsitem {
	position: relative;
	width: 98%;
	margin-bottom: 30px;
}
.newsitem h2 {margin-bottom: 10px;}

/* Lastest */
#latestnews .newsitem .date {
	position: absolute;
	top: .54em;
	left: 0;
	width: 60px;
	margin: 0;
	padding-top: 0;
	line-height: normal;
	text-align: right;
	color: #f66;
}
#latestnews .newsitem .content p {line-height: 1.6em;}
#latestnews .newsitem h2, #latestnews .newsitem .content {margin-left: 75px;}

/* Upcoming Events */
#upcoming {margin-top: 15px;}
#upcoming h2 {
	margin-bottom: 15px;
	font-size: 1.6em;
	color: #333;
}

/* Image Gallery */
div.gallery {margin-bottom: 2em;}
div.gallery h2 {margin: 0 0 .2em 0;}
div.gallery p {margin: 0;}
#gallery div.image {
    float: left;
    width: 164px;
    margin-right: 2px;
    margin-bottom: 2px;
    text-align: center;
}
#gallery a {
    display: block;
    width: 164px;
    height: 124px;
    margin: 0;
    padding: 0;
    border: 0;
}
#gallery a img {
    padding: 1px;
    border: 1px solid #f00;
}
#gallery a:hover img {border: 1px solid #999;}

/* Belt Colours & Highlights */
.belt, .start, .end, .tube {
    padding: 1px 3px;
    font-style: normal;
    white-space: nowrap;
}
.white {border: 1px solid #999;}
.yellow {
    color: #000;
    background-color: #ff0;
}
.orange {
    color: #000;
    background-color: #f90;
}
.green {
    color: #fff;
    background-color: green;
}
.purple {
    color: #fff;
    background-color: #800080;
}
.lightblue {
    color: white;
    background-color: #69f;
}
.darkblue {
    color: white;
    background-color: #00f;
}
.brown {
    color: white;
    background-color: brown;
}
.black {
    color: white;
    background-color: #000;
}
.start {
    color: white;
    background-color: green;
}
.end {
    color: white;
    background-color: red;
}
.notify {
    padding: 4px 6px;
    border: 1px solid red;
    color: white;
    background: red url("../images/notify-bg.gif") top left;
}
.social{
    color: #69f;
}
.tube {
    color: white;
    background-color: red;
}

.map {border: 1px solid #999;}

/* Files and Downloads */
a.file {
    display: block;
    height: 36px;
    padding: 8px 0;
    border: 0;
    font-size: 1.1em;
    font-weight: bold;
}
a.file:hover {border: 0;}
a.file em.filesize {
    display: block;
    margin-top: .3em;
    font-style: normal;
    color: #666;
}
a.pdf {
    padding-left: 56px;
    background: white url("../images/pdf.png") top left no-repeat;
}
a.pdf:hover {background: white url("../images/pdf-on.png") top left no-repeat;}

/* Microformats */

/* hCalendar Events */
.vevent {
	margin-bottom: 15px;
	color: #333;
	background-color: #ccc;
}
div.vevent h3 {
	padding: 6px 8px 2px 8px;
	font-size: 1.4em;
	background: transparent url("../images/event-top.gif") top left no-repeat;
}
.vevent p {margin: 0 8px;}
.vevent h3 {}
.url {}
.summary {}
.dtstart {}
.dtend {}
p.location {
	margin: 0;
	padding: 0 8px 6px 8px;
	background: transparent url("../images/event-bottom.gif") bottom left no-repeat;
}
/* Extra hCalendar selectors */
.days {
}

/* hCard */
.vcard {}
.adr {}
.org {}
.street-address {}
.locality {}
.region {}
.postal-code {}
