﻿body {
    background-color: #dadcef;
    font-family: Arial, Helvetica, sans-serif;
}
.layout {
	margin: 0;
}
.layout td {
	padding: 0;
	vertical-align: top;
}
.gutter {
	margin-left: 8px;
}

/* overrides */
h1 {
	margin-top: 0.5em;
}

/* unused? */
.spacer {
	padding: 0
}
/* end unused */

img.floatright {
	float: right;
	margin: 5px;
}
img.floatleft {
	float: left;
	margin: 5px;
}

.navmenu ul {
	list-style: none;
	margin-left: 15px;
	margin-right: 10px;
	margin-bottom: 0;
	padding: 0;
}
.navmenu ul li {
	font-size: 16px;
	margin-top: 3px;
	margin-bottom: 3px;
}
.navmenu ul ul li {
	font-size: 12px;
	line-height: 1.2em;
	margin-bottom: 0.5em;
}
.navmenu a {
	color: white;
}
.navmenu a:hover {
	color: #e8e8e8;
}
.navmenu a.curpage {
	font-weight: bold;
}

.footer {
	font-size: 8pt;
	font-style: italic;
}
/* Handy stuff */
.flushright {
	text-align: right;
}
.white {
    color: white;
}

/* Chrome wants the "div" for some reason. */
div.span-58 {
    width: 320px;
    float: left;
    margin-right: 8px;
}
.span-42 {
    width: 244px;
    float: left;
    margin-right: 8px;
}
div.span-56 {
    width: 300px;
    float: left;
    margin-right: 8px;
}
.span-44 {
    width: 264px;
    float: left;
    margin-right: 8px;
}

div.content {
/*	background-color: #f6f6fa; */
	background-image: url('../skin/bg3.png');
	background-repeat: repeat-y;
/*	background-image: url('../skin/grid-50-8.png');
	background-repeat: repeat-x repeat-y; */
}
p.title {
	font-size: 24pt;
	margin: 5px 0 5px 0;
}
hr.spacer {
	margin-top: 1.45em;
	width: 622px;
}
hr.spacerbleed {
	margin-top: 1.45em;
	width: 606px;
}


.pressrelease h1 {
	font-size: 20pt;
	color: black;
	margin: 10px 0 3px 0;
}
.pressrelease h2 {
	font-size: 12pt;
	font-weight: bold;
	color: black;
	margin: 4px 0 2px 0;
}
.pressrelease p {
	margin: 2px 0 10px 0;
}

.concert {
	color: #330099;
}
.concert h1 {
	font-family:	Castellar;
	font-size:		x-large;
	font-weight:	bold;
	color:			#800000;
	margin:			3px;
}
.concert h2 {
	font-family:	Castellar;
	font-size:		large;
	font-weight:	bold;
	margin:			3px;
}
p.concertloc {
	font-family:	Castellar;
	font-size:		small;
	margin:			0px;
}
/* 2010-11 season */
.concertblurb10 {
	font-size: 12px;
	font-weight: bold;
}
.concertblurb10n {
	font-size: 12px;
	font-weight:normal;
}
.concertloc10 {
	font-family: "Times New Roman";
	font-size: 18px;
	line-height: 20px;
}
.concertloc10s {
	font-family: "Times New Roman";
	font-size: 16px;
	line-height: 20px;
}
.concertloc10a {
	font-size: 17px;
	line-height: 20px;
}
.concertloc10as {
	font-size: 15px;
	line-height: 20px;
}
.repertoire10 {
	font-size: 12px;
}

.seasonhead {
	font-family:  "Copperplate Gothic Light";
	font-size: x-large;
	margin: 0px;
	color: black;
}
.seasonsubhead {
	font-family: "Copperplate Gothic Light";
	font-size: large;
	margin: 0px;
}
.seasonhead08 {
	font-family:  "Rockwell Condensed";
	font-size: x-large;
	font-weight: bold;
	margin: 0px;
	color: black;
}
.seasonsubhead08 {
	font-family: "Rockwell Condensed";
	font-weight: bold;
	font-size: large;
	margin: 0px;
}
.seasonwho {
	margin-top: 0px;
}
.seasontablename {
	font-family: Verdana;
	font-size: large;
}
div.seasonbody{
	margin-top: 12px;
	margin-bottom: 12px;
}
p.seasonbody {
	font-size: 110%;
}
.seasonbody li {
	list-style-image: none;
}
.concertcoordshead {
	margin-top: 5px;
	margin-bottom: 0px;
	/* font-style: italic; */
	font-family: "Verdana";
	font-size: large;
}
	font-family: "Verdana";
	font-size: large;
}
.concertcoords {
	margin-top: 0px;
	margin-bottom: 0px;
}


.venue h2 {
	font-size: large;
	margin-bottom: 0px;
}
.venue p {
	margin-top: 0px;
	margin-bottom: 10pt;
}

ol.calendar {
    margin:0 auto;
    display:block;
    min-height: 200px;
    padding: 0 0 0 0;
}
.calendar li {
	list-style: none;
}
.calendar li.thismonth li {
	background-color: white;
}
.calendar li ul {
	margin: 0;
}
.calendar li li {
	width:80px;
	height:6em;
	float:left;
	margin:.2em;
	padding:.2em;
	overflow:auto;
}
.calendar li li ol {
	width: auto;
}
.calendar li li p {
	font-size:90%;
	margin-bottom: 0;
}
.strongcal td {
	font-weight: bold;
	color: green;
}
