
/*
web site design by blue ridge solutions, www.blueridges.com
copyright asheville choral society
*/

* { outline:none; }


#page {
	width: 800px;
	margin: 0px auto 30px auto;
	padding-top:200px;
	background:url(/images/site_header.gif) no-repeat top center;
	position:relative;
}

#home #page { padding-top:0px; background:none; }

#banner {
	text-align: right;
	padding-right: 48px;
	margin-bottom: 5px;
}

#logo { position:absolute; top:0px; left:0px; display:block; width:800px; height:200px; border:none; }

#layout { width:800px; }

#leftnav { z-index: 20; padding-top:10px; width:130px; }
#leftnav a { font:bold 12px/18px Verdana, Geneva, sans-serif; font-variant:small-caps; }
#leftnav .nav { display:block; color:#214c73; text-decoration:none; }
#leftnav .nav:hover { color:#2DBCB5; }

#home #leftnav { padding-left:0px; width:auto; }
#home #leftnav a { display:inline-block; padding:4px; }

#aboutmenu, #eventmenu, #concertmenu {
	width: 150px;
	position: absolute;
	right:-150px;
	top:0px;
	padding:2px;
	z-index: 100;
}

#leftnav a.submenu {
	display: block;
	background-color: #1e4d77;
	color: white;
	font-size: 11px; line-height:12px;
	text-decoration: none;
	padding:4px 8px;
}

#leftnav a.submenu:hover { background-color: #339cb2; }

#newscell {
	padding-left: 2px;
	padding-right: 1px;
	background-image:url(images/newsbg.jpg);
	background-repeat: repeat-y;
}

#newsbody {
	margin-left: 1px;
	margin-right: 1px;
	background-color: #ddeef2;
	padding-left: 4px;
	padding-right: 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	color: #1e4d77;
	text-align: center;
}

#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 16px;
	color: #03204f;
	text-align: center;
	margin-top: 30px;
}

#footer a {
	text-decoration: none;
	color: #03204f;
}

#footer a:hover { color: #339cb2; }

#content, p, li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	/*	line-height: 120%;  */
	color: #1e4d77;
}

#content {
	vertical-align: top;
	padding-left: 36px;
}

#content img { margin: 6px; }

.message {
	font-weight: bold;
	color: #990000;
}

.info {
	color: #990000;
	font-weight: bold;
}

.performance {
	/*background-color: #ddeef2; */
	border: 1px solid #224D74;
	padding: 8px;
	margin: 5px 0px 15px 0px;
	;
}

.performance h1 {
	font-size: 16px;
	margin-bottom: 2px;
}

.performance h2 {
	font-size: 12px;
	font-style: italic;
	margin: 0px;
	padding-left: 15px;
}

.performance table {
	margin-left: 50px;
	margin-bottom: 14px;
}

.performance td { text-align: right; }

.soldout {
	padding-left: 15px;
	color: #993333;
	font-style: italic;
	font-weight: bold;
}

.admintable td {
	padding-right: 8px;
	border-bottom: 1px solid #eeeeee;
}

form { margin: 0px; }

.ourred {
	color: #CC0000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

