/* The code of this website is copyright 2006 Robert Boyce.  All rights reserved. */

body
	{
	background: #fff url(bg-gradient.png) repeat-x;
	}

h1
	{
	text-align: center;
	font-family: georgia, times, serif;
	font-size: 260%;
	margin-top: 10px;
	line-height: 1em;
	}

h2
	{
	text-align: center;
	font-family: georgia, times, serif;
	font-size: 100%;
	margin-bottom: 10px;
	line-height: .8em;
	}

a.mail
	{
	font-size: 150%;
	padding: 7px;
	text-decoration: underline;
	color: #000;
	}
a:hover.mail
	{
	padding: 5px;
	border: 2px solid #ccc;
	text-decoration: none;
	background: #fff;
	}

div.navigation li
	{
	display: inline;
	list-style-type: none;
	font-variant: small-caps;
	}
div.navigation a:visited
	{
	color: #777;
	}
div.navigation a
	{
	font-size: 125%;
	font-family: georgia, times, serif;
	border: none;
	color: #666;
	padding: 6px;
	width: 100px;
	}
div.navigation a:hover
	{
	background: #999;
	border: 1px solid #000;
	color: #fff;
	padding: 3px 5px;
	}

div.current, div.next, div.old
	{
	padding: 0px;
	margin: 20px;
	}
div.current
	{
	background: maroon;
	border: 5px solid maroon;
	}
div.next
	{
	background: navy;
	border: 5px solid navy;
	}
div.current h1, div.next h1, div.old h1
	{
	color: #fff;
	text-align: left;
	font-family: georgia, times, serif;
	font-size: 250%;
	margin: 0px;
	line-height: 1em;
	padding-left: 20px;
	padding-top: 10px;
	}
div.current div.perform, div.current div.small-perform
	{
	border-color: maroon !important
	}
div.next div.perform, div.next div.small-perform
	{
	border-color: navy !important
	}
div.current p, div.next p
	{
	color: #fff;
	padding-left: 20px;
	font-family: georgia, times, serif;
	font-size: 100%;
	}
div.old p
	{
	color: #000;
	padding-left: 20px;
	font-family: georgia, times, serif;
	font-size: 100%;
	}
	
div.perform, div.small-perform, div.general
	{
	background: #f1f1f1;
	border-width: 3px;
	border-style: dashed;
	border-color: #ccc;
	font-size: 75%;
	margin: 15px;
	padding: 20px;
	}
div.perform
	{
	height: 200px;
	}
div.perform h1, div.small-perform h1
	{
	background: #f1f1f1;
	color: #000;
	text-align: left;
	font-family: georgia, times, serif;
	font-size: 220%;
	margin: 0px;
	padding: 0px;
	line-height: 1em;
	}
div.perform h2, div.small-perform h2
	{
	color: #000;
	text-align: left;
	font-family: georgia, times, serif;
	font-size: 150%;
	margin: 0px;
	line-height: 1em;
	}
div.perform h2.time, div.small-perform h2.time
	{
	font-variant: small-caps;
	}
div.perform p, div.small-perform p, div.general p
	{
	color: #000;
	text-align: left;
	padding: 0;
/*	text-indent: 24pt; */
	font-family: georgia, times, serif;
	font-size: 150%;
	}
div.perform a, div.small-perform a
	{
	font-size: 150%;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 7px;
	padding-left: 5px;
	border-left: 2px dotted #ccc;
	text-decoration: underline;
	color: #000;
	}
div.perform a:hover, div.small-perform a:hover
	{
	padding: 5px;
	border: 2px solid #ccc;
	text-decoration: none;
	background: #fff;
	}
div.perform img.press, div.small-perform img.press
	{
	float: right;
	border: 2px solid #ccc;
	}
