/* CSS Document */

/* COLORS

Bang Bang Red : #cc0000

*/

body {
	background: white url(images/bb-bkg-crop.jpg) no-repeat;
	font-family: Helvetica, Arial, san-serif;
	font-size: .8em;
}

a {
	color: #cc0000;
}

#nav {
	margin-top: 300px;
	float: left;
}
html>body #nav {
	margin-top: 200px;
}
#nav ul {
	margin-left: 20px;
	padding-left: 0;
	width: 200px;
	background:	#cc0000 url(images/bb-flag-bottom.jpg) bottom no-repeat;
	padding-bottom: 24px;
}
#nav li {
	list-style-type: none;
	padding: .5em;
	border: 1px solid #cc0000;
	background: #cc0000;
	color: white;
	cursor: pointer;
}
#nav li:hover, #nav li:hover a {
	background: white;
	color: #cc0000;
}
#nav a {
	color: white;
	text-decoration: none;
}

#main {
	margin-top: 120px;
	margin-left: 270px;
	width: 540px;
}

#title h1 {
	letter-spacing: -.1em;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 5em;
}
#title h3 {
	margin-top: 0;
	color: grey;
	font-size: 1.5em;
}

#about blockquote {
	font-size: 2em;
	background: #dcdcdc;
	padding: .5em;
	margin-left: 0;
	border: 1px solid grey;
}

#about .staff-member {
	float: left;
	clear: left;
	margin-bottom: 1em;
	padding: .5em;
	border-bottom: 1px dotted grey;
}
#about #thad {
	border: 0;
}
#about .staff-member h4 {
	margin-top: 0;
}
#about .staff-member img {
	float: left;
	width: 100px;
	margin: 0 1em 1em 0;
	border: 1px solid darkgrey;
}