/*	SMPjazz.com CSS - Scott Bush, Oct. 2005	*/

/*	margin sequence:	Top		Right	Bottom	Left	*/
/*	padding is space inside containers; margin is space outside (except on the body definition	*/

/*<group=Listings>*/
.filterBox {
	clear:				both;
	background-color:	#0408A3;
	padding:			2px	4px 2px 4px;
	
	color:				#fff;
	text-align:			left;
	font-weight:		normal;
	font-size:			1em;
}
.filterBox .label {
	color:				#eee;
}
.personBox {
	clear:				both;
	width:				773px;
	font-size:			1em;
	border:				1px solid #aaa;
	border-bottom:		2px solid #aaa;
	min-height:			225px;
}
.name {
	font-size:			1.5em;
	font-weight:		bold;
	color:				#aaa
	clear:				both;
	padding:			6px	4px 4px 6px;
}
.infoBox {
	font-size:			1em;
	float:				left;
	width:				135px;
	padding:			2px	4px 2px 4px;
/*	border-right:		1px dotted #aaa;	*/
	margin-bottom:		4px;
}
dl {
	width:				140px;
	margin:				10px 0px 10px 0px;
	background:			#ccc url(images/box_bottom-140.gif) no-repeat bottom left;
	background-color:	#aaa;
	color:				#fff;
	font-size:			small;
	float:				clear;
}
dt {
	font-size:			1em;
	margin:				0;
	padding:			5px;
	border-bottom:		1px solid #fff;
	background:			#999 url(images/box_top-140.gif) no-repeat top left;
	background-color:	#0408A3
}
dd {
	font-size:			x-small;
	line-height:		130%;
	margin:				0;
	padding:			1px	10px 4px 10px;
	background:			url(images/arrow.gif) no-repeat 0 3px;
}
dl>div {
	padding:			2px	5px 2px 5px;	
}
.SMPyear {
	padding:			0px	0px	2px 0px;
}
.hometown {
	padding:			0px	0px	2px 0px;
}

.bio {
	line-height:		130%;
	padding:			2px	4px 6px 8px;
	margin-left:		160px;
}
.bio:first-line {
	font-size:			1.2em;
	font-variant:		small-caps;
}
.bio img {
	margin:				2px	6px	6px 2px;
	padding:			2px;
	border:				1px dotted #aaa;
	float:				left;
}
.label {
	font-size:			.8em;
	color:				#aaa;
}
