/*

Default stylesheet for the whole site.

This file should not need to be edited when changing content on the site.

*/

@import url("menu.css");

body
{
	margin : 0px;
	padding : 0px;
	text-align : center;
	background-color : #ffc;
	color : #009;
}

body
{
	font-family : Verdana, Arial, Sans-serif;
	font-size : 13px;
}

#wrapper
{
	width : 95%;
	text-align : left;
	margin : 0px auto;
}

#content
{
	margin-left : 200px;
	padding : 0px 20px 0px;
}

#content h1, #content h2
{
	text-align : center;
	margin : 0;
	font-family : Georgia, Times, serif;
}

#content h1
{
	font-size : 2.5em;
}

#content h2
{
	font-size : 1.5em;
	font-weight : normal;
}

a:link, a:visited, a:active
{
	text-decoration : none;
}

a:hover
{
	text-decoration : underline;
}

a img
{
	border : none;
}

hr
{
	height : 1px;
	border : none;
}

p.bottomnav
{
	font-size : 12px;
	text-align : center;
}

p.event, p.nextevent
{
	padding : 3px;
	border : 1px #999 solid;
}

p.nextevent
{
	background-color : #ccc;
}

/*

Specific colours - can split this into a separate file if
we ever want customisable styles.

*/

hr
{
	background-color : #d85d5d;
}

a:link, a:visited, a:active
{
	color : #063;
}

h1, h2, h3, h4
{
	color : #009;
}