/* type2.css */
html
{
	text-align: center;
	font-size: 100%;
}

body
{
	font: normal normal 62.5% Verdana,Helvetica,sans-serif;
	text-align: left;
}

/* font-size / line-height */
h2
{
	font-size: 1.5em;
	line-height: 1.6;
}

h4
{
	font-size: 1.15em;
	line-height: 1.6;
}

address
{
	font-size: 1.15em;
	line-height: 1.3em;
}

address#venue
{
	font-size: 1.25em;
	line-height: 1.5em;
}

#directions address
{
	font-size: 1.25em;
	line-height: 1.5em;
}

div#branding h2, h3, p, div#purchase ul li
{
	font-size: 1.25em;
	line-height: 1.5;
}
div#intro ul li
{
	font-size: 1.35em;
	line-height: 1.5;
}

div#purchase ul { list-style-type: disc; margin-left:1.2em;}
div#intro ul { list-style-type: disc; margin-left:3em;}

div#venue p, div#main_nav ul#navigation li
{
	font-size: 1.15em;
	line-height: 1.565;
}

div#intro p
{
	font-size: 1.4em;
	line-height: 1.6;
}

div#flash p
{
	font-size: 1.25em;
	line-height: 1.5;
}

div#upcoming p, div#auction p
{
	font-size: 1.3em;
	line-height: 1.35;
}

div#venue p.institution { font-size: 1.4em; }

div#content p a {font-weight:normal;text-decoration:none;border-bottom:1px solid #aaa;padding-bottom:1px;}
div#content div#purchase p a {border-width:0;padding-bottom:0;}
div#content p a:hover {border: 0 none;}
/* font styles */
h2
{
	font-weight: bold;
	font-style: italic;
}

div#branding h2
{
	font-weight: normal;
	text-align: right;
}

h3 { font-weight: bold; }

div#upcoming h3
{
	text-transform: uppercase;
	letter-spacing: 1px;
}

p { font-weight: normal; }
cite {font-style:normal; }
div#upcoming p .composer { font-weight: bold; }
div#upcoming p .title, .press { font-style: italic; }
div#venue p.institution { font-weight: bold; }

div#main_nav ul#navigation li
{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
}

div#site_info
{
	font-size: .8em;
	text-align: right;
}

div#site_info p
{
	margin: 0 .4em;
	padding-top: .2em;
}

div#main_nav a
{
	text-decoration: none;
	font-weight: bold;
}

address a
{
	text-decoration: underline;
	font-weight: normal;
}

div#reviews a {
font-style: italic;
}

address#venue
{
	font-style:normal;
	font-weight:bold;
}

a:hover { text-decoration: underline; }
strong { font-weight: bold; }
legend {font-weight:bold;}
label {font-size:1.1em;}
#tickets form p.note
{
	font-size:1em;
	font-style: italic;
}
#tickets form p.featured
{
	font-size:1.1em;
	font-style: italic;
}
#blast p {font-size:1.4em;}
#blast p a:hover {color:#6293b8;}