/* CSS Document */

/*
-----------------------------------------------
SCBWI Plain Page Template Style
for pages with only one column
like pop-ups and error messages
Designer: Candy Gourlay
URL:      http://mediagrafika.net
Date:     Nov 2005
----------------------------------------------- */
	
html, body {
  background:#ffffff;
  margin:0;
  padding:0px;
  font-family: Arial, sans-serif;
  font-weight:normal;
  font-size:small;
  color:#003366;
 
  }
	
a:link {
  color:#58a;
  text-decoration:underline;
  font-weight:bold;
  font-size:small;
  }
a:visited {
  color:#969;
  text-decoration:underline;
  font-weight:bold;
  }
a:hover {
  color:#c60;
  font-weight:bold;
  }
a img {
  border-width:0;
  }


/* heading for really big headlines
----------------------------------------------- */
h1 {
font:Arial, Helvetica, sans-serif; 
text-transform:uppercase; 
font-stretch:semi-condensed;
color:#CC3300;
}


/* heading for medium headlines like events heads
----------------------------------------------- */
h2 {
font:Arial, Helvetica, sans-serif; 
text-transform:uppercase; 
font-stretch:semi-condensed;
color:#669966;
font-size:medium;
text-decoration:none;
}


  
/* Navigation 
----------------------------------------------- */

#nav {
	background-color:#FF6600;
	width:100%;
	padding:0px;
	margin:0px;
	text-align:center;
	float:left;
	clear:left;

	}


		
#nav a {
	display:block;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
	float:left;
	background-color:#FF6600;
	
	}
/*This is a Backslash Hack that hides rule from IE5-Mac \*/
#nav a {float:none;} /*End IE5-Mac hack*/

#nav a.active, #nav a:hover {
	background-color:#33CC00; }



/* Container - a div to contain all content
----------------------------------------------- */

#container {
width:100%;
margin-left:auto;
margin-right:auto;
padding:0px;

}

	
.leftpanelartist {
	font-family:georgia,serif;
	color:#666600;
	font-size: 100%;
	letter-spacing:normal;
	line-height:1.5em;
	text-align:right;
	}

.leftpanelhead {
	font:Arial, Helvetica, sans-serif;
	font-stretch:semi-condensed;
	color:#FF6666;
	font-size:16px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:600;
	line-height: 16px;
	}


.dates {color:#FF3300; font-weight:bold;}






