/**********************************

Use: Reset Styles for all browsers

***********************************/

* {
	margin: 0;
	padding: 0;
}

html {
	overflow: scroll;
}

body {
	font-weight: normal;
	font-size: 12pt;
/*	line-height: 20pt;*/
	background: #425364 none no-repeat scroll top center; /* home-made steel blue */
/*	background: #b22222 url("/backgrounds/old sheet music.jpg") repeat scroll top center;*//* firebrick */
	color: black;
	font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
	text-decoration: none;
}

a img, iframe {
	border: 0 none transparent;
}

a {
	text-decoration: none;
	color: #000000;
}

/* Headers
------------------------------*/

h1 { font-size: 140%; }
h1.h5 {
	font-size: 108%;
}
h2 { font-size: 132%; }
h3 { font-size: 124%; }
h4 { font-size: 116%; }
h5 { font-size: 108%; }

/* Forms
------------------------------*/

fieldset {
	border: 1px solid #000;
	}

legend {
	color: #000;
}

#header {
	position: relative;
	left: 0;
	top: 0;
	height: 112px;
	padding: 8px;
	background: #8b0000 url(/Images/header-bg-fade.gif) no-repeat scroll right -2px; /* darkred */
}

#logo {
	width: 112px;
	float: left;
}

#logo img {
	height: 112px;
	width: 112px;
}

#menu {
	display: none;
}

#content {
	margin: 0 10pt 0 10pt;
}

.PageTitle {
	font-weight: bold;
	font-size: 14pt;
	color: #333399;
	text-decoration: none;
	text-align: center;
	margin: 0 0 1.5em 0;
}

.PageContent {
	font-weight: normal;
	color: black;
	font-family: Arial, Helvetica, Verdana, Geneva, sans-serif;
	text-decoration: none;
	position: relative;
}

.PageContent p, ul {
	margin: 0 0 13px 0;
}

.PageContent table {
}

.PageContent p.tight {
	margin-bottom: 0;
}

.PageContent dt {
	font-size: 108%;
	font-weight: bold;
}

.PageContent > img, .cbevents > img {
	display: block;
	width: 70%;
	margin: 0 auto;
}

#footer {
	height: 30pt;
	bottom: 0;
	margin: 0 30pt 0 20pt;
	color: white;
}

#copyright {
	margin: 12pt 0;
	float: left;
}

#copyright p {
	font-size: 8pt;
	margin: 0;
}

#htmlvalid {
	display: none;
}

#cssvalid {
	display: none;
}

#affiliate {
	display: none;
}

address {
	margin-bottom: .8em;
	font-size: 11pt;
}

address span {
	font-size: 108%;
	font-weight: bold;
	font-style: normal;
}

.center30pc {
	width: 30%;
}

.center40pc {
	width: 40%;
}

.center50pc {
	width: 50%;
}

.center60pc {
	width: 60%;
}

.center70pc {
	width: 70%;
}

.rehearsal {
	width: 100%;
}

.center70pc,
.center60pc,
.center50pc,
.center40pc,
.center30pc {
	margin: 0 auto;
}

.center70pc p,
.center60pc p,
.center50pc p,
.center40pc p,
.center30pc p {
	padding-left: 25px;
	text-indent: -25px;
}

.bigwarn {
	font-size: xx-large;
	font-weight: bold;
}

.concert {
	position: relative;
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 18pt;
	text-indent: -18pt;
}

.concertdate {
	font-weight: bold;
}

.concertitem {
	font-weight: bold;
}

.behold {
	font-style: italic;
}

.monthend {
	height: 2.5em;
	vertical-align: top;
}

.rehearsal td {
	padding: 0 1em 0 0;
}

.memberAlert {
	color: red;
}

.memberNotice {
	font-weight: bold;
}

table.print {
	margin: 0 10pt 0 10pt;
}

.spaceb4 {
	margin-top: 1em;
}

p.screen {
	display: none;
}

/*
	ad-gallery galleries need padding and background color
*/
	#tabs-youtube {
		display: none;
	}

	#tabs-galleries > ul {
		display: none;
	}

	.ad-image-wrapper img {
		display: none;
	}

	.ad-controls {
		display: none;
	}

	.ad-image-description span {
		display: none;
	}

  .ad-image-wrapper {
	  height: 48pt;
  }

  .ad-thumb-list li {
  	display: inline;
  }

  .ad-thumb-list li img {
  	height: 90pt;
  }

  #ighdays20050910, #ighdays20050821, #ighdays20040911 {
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #758697;
  }

/*	#ighdays20050910 .ui-tabs .ui-tabs-hide, #ighdays20050821 .ui-tabs .ui-tabs-hide, #ighdays20040911 .ui-tabs .ui-tabs-hide {
			 padding: 0;
			 margin: 0;
	}*/
