harper.css

/* reset */

body, div, dl, dl, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, address, th, td	{
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
	font-weight: normal;
}
ol, ul	{
	list-style-type: none;
}
a	{
	text-decoration: none;
}
table	{
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th	{
	text-align: left;
}
fieldset, img	{
	border: 0;
}

/* blocktext */
h1 h2, h3, h4, h5, p, ul	{
	padding: .5em 0;
}


body {
	position: relative;
	
	margin: 0 auto 0 auto;
	
	

	font: 80% Trebuchet, "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #53403E;/* #674C48; #775551; */
	/* background-color: #333; */
	line-height: 1.5;
	
}

#container {
	position: relative;

	width: 600px;
	min-height: 500px;
	

	margin: 30px auto 0 auto;
	background: white url(../img/background.png) no-repeat top left;
	border-right: solid 1px #ff4422; 
	border-left: solid 1px #ff4422;
	padding: 2em 2em 4em 2em;
	background-color: white;
}

/* #archive #container	{
	background-image: none;
} */


#nav ul	{
	margin-left: 220px;
	margin-bottom: 2em;
	
	padding-bottom: 0;
	/* background-color: #110000; */

}

#nav ul li, #footer ul li {
	font-size: 90%;
	text-transform: uppercase;
	display: inline;
	margin: 0 0 0 0;
	padding: 0 12px 0 0;
	
	
}
#nav ul li a, #nav ul li span	{
	text-transform: uppercase;
	color: #333333;
	font-weight: bold;
	
}
#nav ul li a:hover, #nav a:focus, #nav a:active	li.selected	{
	color: #ff4422;
	
}

#nav li.selected span	{
	color: #ff4422;
	
}
#sup_nav ul li a	{
	text-transform: uppercase;
	color: #ff4422;
	font-weight: bold;
}

	
#branding	{
	height: 200px;
	float: left;
	/* background: white url(../img/circle.jpg) no-repeat top left; */
}

#branding h1	{

	font-size: 120%;
	letter-spacing: 0.55em;
	
	text-transform: uppercase;
	color: #361714;
	
}

#branding h1 a	{
	color: #361714;
}
#content	{
	margin-left: 220px;
	padding-right: 20px;
	/* border-left: solid 1px #ff4422; */
	
}
#sup_nav	{
	position: absolute;
	left: 40px;
	top: 230px;
}
h1	{
	font-weight: bold;
}

h1, abbr.awc	{
	color: #6D1209;	
	text-transform: uppercase;
	letter-spacing: 0.5em;
}
a, dt	{
	color: #6D1209;
}
a:hover, a:focus, a:active	{
	color: #ff4422;
}

h2, h3, h4	{
	
	font-weight: bold;
	padding: 0;

	color: #6D1209;
}

.inline	{
	padding-top: 0;
}

#content p	{
	text-align: justify;
}
#performers #content p	{
	text-align: left;
}

#contact ol li 	{

	

	background: url(../img/dot.gif) no-repeat 0 8px; 
	padding: 0 0 .4em 16px;

}


.audio 	{
	padding-bottom: 1em;
}

a.skip, .invis {

	position: absolute;

	left: -2000px;

}



a.skip:focus, a.skip:active {

	top: 0;

	left: 5px;

	color: #f00;

}






#footer	{

	clear: both;

  	font-size: 80%;
  	color: #c8c9c1;
}
#footer ul li a	{
	color: #c8c9c1;
}




/* CSS Document */




