/*
-----------------------------------------------
WGBH interactive
jon_whitney at wgbh.org


- This contains styles for layout of all pages (template)
-- does NOT contain internal content 
----------------------------------------------- */



/*
-----------------------------------------------
globally set everything to 0 
----------------------------------------------- */

*, td, img  { margin: 0; padding: 0; } 


/*
-----------------------------------------------
body
----------------------------------------------- */

body { 
	font: 11px verdana, arial, sans-serif; 
	color: #fff;
	background: url(images/tile.jpg);
	width: 460px;
}

#photo {
	margin-left: 27px;
}

#avatar {
	margin-left: 45px;
	float: left;
	display: inline;
}

#caption {
	float: left;
	display: inline;
	background: url(images/caption.jpg);
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold;
	width: 318px;
}

#captext {
	height: 31px;
	margin-left: 4px;
	margin-top: 0;
	margin-right: 12px;
}

#capleft {
	float: left;
	display: inline;
	width: 65px;
}

#arrow-l {
	float: left;
	display: inline;
	width: 37px;
}

#capmid {
	float: left;
	display: inline;
	width: 59px;
	height: 38px;
	background: url(images/number.jpg);
	background-repeat: repeat-x;
	text-align: center;
	color: #53758c;
	font-weight: bold;
}

#capmid p {
	margin-top: 10px;
}

#arrow-r {
	float: left;
	display: inline;
	width: 34px;
}

#capright {
	float: left;
	display: inline;
	width: 123px;
}

#footer {
	clear: both;
	margin-left: 10px;
	margin-top: 10px;
	width: 372px;
	float: left;
	display: inline;
	font-size: 9px;
}

#close {
	width: 68px;
	margin-right: 10px;
	float: right;
	display: inline;
	clear: right;
}

.tight { letter-spacing: -1px; }

