/* CSS Document */

/* ------- TAG SELECTORS ------- */

a:link {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #666666;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #666666;
	text-decoration: none;
}

a {
	color: #000000;
	text-decoration: underline;
}

body {
	background-color: #FFFFFF;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	margin: 20px 20px 20px 40px;
	text-align: left;
}

h1 {
	color: #666699;
	font-size: 300%;
}

h2 {
	/*color: #FF6600;*/
	color: #FB0408;
	font-size: 200%;
}

h3 {
	color: #FB0408;
	font-size: 100%;
}

/* ------- ID SELECTORS ------- */

#pageframe {
	background-image: url(http://www.cityinasoundwalk.org/psg/media/images/stuyvesant.jpg);
	background-attachment: fixed;
	background-position: top right;
	background-repeat: no-repeat;
	min-height: 500px;
	width: 730px;
}

#pageheader {
	margin-bottom: 20px;
}

#navigation {
	float: left;
}

#content {
	margin-left: 217px;
/*	color: #666699; */
}

	#content p {
		line-height: 150%;
	}

	#content li {
		line-height: 150%;
	}

#pagefooter {
	clear: both;
	margin-top: 40px;
}

/* ------- CLASS SELECTORS ------- */

.artist {
	color: #A47F4A;
	font-weight: bold;
}

.blockquote {
	margin-left: 40px;
	margin-right: 40px;
}

.callout {
	font-weight: bold;
}

.credits {
	list-style-type: none;
}

.emphasis {
	font-style: italic;
}

.highlight {
	color: #FB0408;
}

.hr {
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	width: 80%;
}

.navigation {
	color: #FB0408;
	font-weight: bold;
	list-style-type: none;
	margin-left: 0;
	margin-top: 45px;
	padding-left: 0;
}

	.navigation li {
		line-height: 18px;
		margin-left: 0;
		padding-left: 0;
	}

	.navigation li a:link, .navigation li a:visited {
		color: #FB0408;
		text-decoration: none;
	}

	.navigation li a:hover {
		text-decoration: underline;
	}

	.navigation li a, .navigation li a:active {
		color: #FB0408;
		text-decoration: none;
	}

.soundwalktitle {
	color: #4095BF;
}

.subtitle {
	margin-top: 0;
}

.title {
	margin-bottom: 0;
}