/* BMS style sheet, November 2008 */

body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
	background-color: #5b2d00;
	/*background-color: #be601d;
	/*background-color: #191718;*/
	margin-top: 0px;
	margin-left: 0px;
}

/* Season colour */

.colour, h1, h2, h3, h4, h6, a:link, a:visited {
	color:#be601d;
}


h1 {
	font-weight: normal;
	font-size: 1.5em;
	padding: 10px 5px 10px 5px;
}

h2 {
	font-weight: bolder;
	font-size: 1.3em;
	padding: 8px 5px 8px 5px;
}

h3 {
	font-weight: normal;
	font-size: 1.2em;
	padding: 5px 5px 5px 5px;
}

h3 a:hover {
	color:#fff;
}

h4 {
	font-weight: bolder;
	font-size: 1.1em;
	padding: 4px 5px 4px 5px;
}

h5 {
	font-weight: normal;
	color: #fff;
	font-size: 1.1em;
	line-height: 1.5em;
	padding:0 5px 0 5px;
}

h6 {
	font-weight: normal;
	font-size: 0.9em;
	line-height: 1.4em;
	padding:0 5px 0 5px;
}

p {
	line-height: 1.3em;
	padding:0 5px 0 5px;
}

.medtxt {
	font-size: 0.9em;
	padding:0 5px 0 5px;
}

.smtxt {
	font-size:0.8em;
	padding:none;
}

#main img {
	border:1px solid #666;
	padding:3px;
}

#main img#nobdr {
	border:none;
}

a:hover { 
    color: #333;
}

h3 a:hover {
	color:#fff;
	border-color: #fff;
	border-style: none none solid none;
}

/* We don't want underlining for the photos */

a.img {
	text-decoration:none;
	border:none;
}

a.img img {
	text-decoration:none;
	border:none;
}

/* Sets up a centering for whole page */

.content {
	width:100%;
}

table#holder {
	width:100%;
	background-color: #5b2d00;
	/*background-color: #be601d;*/
}

table#holder tr td#leftpanel {
	background-image:url(images/bms_border_2010a.gif);
	background-repeat:repeat-y;
	background-position:top right;
}

table#holder tr td#midpanel {
	width:700px;
}

table#holder tr td#mainpanel {
	background-color:#be601d;
}

/* Index page */

table#index {
	width:700px;
	border:1px solid #fff;
	margin-top:10px;
}

/* End index page */

table#content {
	width:700px;
	border:0;
	margin-top:10px;
}

table#content tr td {
	background-color:#fff;
}

table#content tr td#main {
	padding:5px;
	background-image:url(images/content_bg2010.gif); /* Horizontal swirl at bottom, width 710px */
	background-position:bottom right;
	background-repeat:no-repeat;
}

/* concert pages */
table#concert {
	border-top:1px solid #666;
}

table#concert tr td {
	border-bottom:1px solid #666;
}

table#concert tr td img {
	float:right;
}

table#concert tr td table tr td, table#concert tr td#last {
	border-bottom:none;
}

/* end of concert pages */

/* styling for header */

.time {
	position:relative;
	text-align:right;
	top:0px;
	width:200px;
	left: 500px;
	color:#ccc;
	font-size:9pt;
}

.title {
	color:#ffffff;
	font-size:1.2em;
	padding:0 0 0 30px;
}

/* end of styling for header */

/* Positioning */

.floatright {
	float:right;
}

.floatrightwhite {
	float:right;
	color:#ffffff;
}

.floatleft {
	float:left;
}

.floatnone {
	float:none;
}

.center {
	text-align:center;
}

/* end of positioning */

.white {
color:#ffffff;
}
.white a:link, .white a:visited{
color:#ffffff;
}
.white a:hover{
color:#333333;
}

.grey {
	color: #333;
	font-size: 0.8em;
}


/* horizontal menu */

div#vmenu {
	width:700px;
	height:28px;
	border-bottom: 1px solid #ccc;
}

/* end horizontal menu */

/* Macademy display */

div#mac {
	color:#ccc;
	text-align:right;
	font-size:7pt;
	padding:5px 0 5px 0;
}

#mac a:link, #mac a:visited {
color:#fff;
	text-decoration:none;
	border:none;
}

#mac a:hover {
	color:#be601d;
	text-decoration:none;
	border:none;
}

/* end of Macademy display */