h1, h2, h3, h4, h5, h6, ul, li, blockquote  {
    margin: 0;
    padding: 0;
    border: none;
}

body {
    margin: 0;
    border: none;
    background: white;
}

body {
    font-size: 101%;
    font-family: Georgia, "Times New Roman", Times, serif;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h2 {
    color: #bb302b;
}

h3 {
    color: #bb302b;
}

h3.concert {
    margin-top: 1em;
}

h4 {
    color: #bb302b;
}

h3.date {
    color: #666;
    margin-bottom: 1em;
}

p {
    margin: 1em 0;
}

a.back, a.back:visited {
    display: block;
    padding: 5px;
    margin: 10px 0 20px 0; 
    background: #f5dfde;
    color: #bb302b;
    width: 220px;
    text-align: center;
    text-decoration: underline;
}

a.back:hover {
    text-decoration: none;
}


.indent {
    margin: 1em 3em;
}

a, a:visited {
    color: #bb302b;
}

a:hover {
    text-decoration: none;
}

.small {
    font-size: 0.8em;
}

ul {
    margin: 1em 0;
}

li {
    margin-left: 2em;
}

.r {
    font-style: normal !important;
    text-decoration: none !important;
    font-weight: normal !important;
}

.tickets {
    font-weight: bold;
}

.sponsorship {
    font-style: italic;
    font-size: 0.8em;
}

.centre {
    text-align: center;
}

.tp {
    padding-left: 1em;
}

p.links a {
    margin-left: 0.5em;
    margin-right: 0.5em;
}

p.instruction {
    margin-top: 0;
    margin-bottom: 0.4em;
    font-style: italic;
    color: #bb302b;
}

p.flash {
    background: #f5dfde;
    color: #bb302b;
    border: 1px solid #bb302b;
    padding: 5px 10px;
}

blockquote {
		margin: 1em;
		margin-bottom: 0;
		text-align: center;
}

blockquote.l {
	text-align: left;
	font-style: italic;
}

p.attribution {
	text-align: right;
	margin: 0.25em 2em 1em 2em;
}

/* FORMS AND TABLES */

table.form {
    border: 0;
    width: 99%; /* Would be 100%: this is for IE6 */
}

table.form th {
    text-align: right;
    font-weight: normal;
    color: #bb302b;
    padding: 5px;
}

table.form td {
    padding: 5px
}

.top {
    vertical-align: top;
}

#content #recaptcha_widget_div,
#content #recaptcha_area,
#content #recaptcha_image,
#content .recaptcha_input_area {
	padding: 0;
}

#content .caption {
    font-style: italic;
    font-size: 0.8em;
		margin-top: 0;
		margin-bottom: 2em;
}


/* CONCERTS TABLE */

div.concerts {
	border: 1px solid #bb302b;
	margin-top: 20px;
	padding: 15px;
}

table.concerts {
    width: 99%; /* For IE6 */
    border-collapse: collapse;
}

table.concerts tr.day {
    /* font-size: 1.2em */
}

table.concerts tr.day th {
    border-top: 20px solid white;
}

table.concerts a {
    text-decoration: none;
}

table.concerts a:hover {
    text-decoration: underline;
}

table.concerts th {
    text-align: left;
    font-weight: normal;
    border: 5px solid white;
    vertical-align: top;
}

table.concerts td {
    border: 5px solid white;
    vertical-align: top;
}

table.concerts td a, table.concerts td a:visited {
    color: black;
}

table.concerts td.c {
    text-align: center;
}

table.concerts th.time {
    text-align: right;
    color: #bb302b;
}

table.concerts em {
    color: #666;
}

/* CONCERT DETAIL TABLE */

table.cdetail {
    border: 0;
    /*width: 99%;  For IE6 */
    border-collapse: collapse;
    margin: 0 auto;
    padding: 10px 0;
}

table.cdetail tr {
    border: 0;
    margin: 0;
}

table.cdetail tr.highlight td, table.cdetail tr.highlight th {
    border-bottom: 10px solid white;
    font-weight: bold;
}

table.cdetail tr.highlight th {
    font-weight: bold;
}

table.cdetail th {
    text-align: right;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    padding: 0 5px;
    font-weight: normal;
    vertical-align: top;
		/*width: 50%;*/
}

table.cdetail td {
    text-align: left;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    padding: 0 5px;
    font-style: italic;
    vertical-align: top;
}

/* CONTAINERS */

.container {
	margin: 0 auto;
	position: relative;
	min-width: 750px;
	max-width: 55em;
}

#banner-outer {
	background-image: url(/images/banner-bg.gif);
	background-repeat: repeat-x;
	min-width: 750px;
	padding: 0 10px;
}

#nav-outer {
	background-color: #bb302b;
	min-width: 750px;
	padding: 0 10px;
}

#content-outer {
	min-width: 750px;
	padding: 0 10px;
}

#footer-outer {
	clear: both;
	border-top: 1px solid #bb302b;
	min-width: 750px;
	margin: 0 10px;
}

/* BANNER */

#banner {
    height: 200px;
    position: relative;
}

img#heading {
		position: relative;
		padding-left: 15px;
    padding-top: 35px;
		z-index: 2;
}

img#church {
    position: absolute;
    right: 0px;
    bottom: 0px;
}

/* NAVIGATION */

#nav ul {
    margin: 0;
	  list-style: none;
}

#nav li {
	  float: left;
		margin: 0;
}

#nav a {
	  display: block;
	  width: auto;
	  padding: 5px 15px;
	  text-decoration: none;
    color: white;
}

#nav a:hover,
#nav a:focus,
#nav a:active,
#nav a.sel:hover,
#nav a.sel:focus,
#nav a.sel:active {
		text-decoration: underline;
}

#nav a.sel {
    color: white;
    text-decoration: none;
}

/* CONTENT */

#content {
    margin-right: 250px;
}

#content div {
	padding: 15px;
}

/* SIDEBAR */

#sidebar {
    margin: 10px 0 10px 20px;
    float: right;
    width: 230px;
    text-align: left;
}

#sidebar img {
    margin: 20px 0;
    display: block;
}

#sidebar img.wc {
    margin: 15px 0 0 0;
}

#sidebar img.small {
	padding: 0 40px;
}

#sidebar .caption {
    font-style: italic;
    font-size: 0.8em;
    margin: 3px 0 20px 0;
}

/* FOOTER */

#footer {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #bb302b;
    padding: 5px 0px;
    font-size: 0.8em;
    text-align: center;
    width: 100%;
}