
/* style for the TOC template */

.issueNumber
{
	font-size: 11px;
	text-transform: uppercase;
	color: #444;
}

.issueTitle
{
	font-size: 17px;
	font-weight: bold;
	line-height: 19px;
	color: #191919;
}

.issueSubtitle
{
	font-size: 13px;
	line-height: 16px;
	color: #191919;
}

/* make space next to some headshot images */
.padR
{
	padding: 0px 9px 0px 0px;
}
.padL
{
	padding: 0px 0px 0px 9px;
}


/* ----------------- */

.title 
{
	font-weight: bold;
}

.subtitletoc
{
	font: italic bold 11px Verdana, Arial, Helvetica, sans-serif;
}

.name
{
	font-weight: bold;
	
}

.smallcopy
{
	font-size: 10px;
}

/* ------------ 
  -- the CSS way to build the TOC
  -- see: http://realworldstyle.com/forms.html
*/

div.tocRow {
	clear: both;
	padding: 5px 9px 12px 0px;
	background-color: #ffffff;
	}
	
	div.tocRow span.left80 {
		float: left;
		width: 80px;
		text-align: left;
		}
		
	div.tocRow span.left116 {
		float: left;
		width: 116px;
		text-align: left;
		}
		
	div.tocRow span.left300 {
		float: left;
		width: 300px;
		text-align: left;
		}
		
	div.tocRow span.right300 {
		float: right;
		width: 300px;
		text-align: left;
		}
		
	div.tocRow span.right264 {
		float: right;
		width: 264px;
		text-align: left;
		}
		
	div.tocRow span.right80 {
		float: right;
		width: 80px;
		text-align: right;
		}
		
	div.tocRow div.spacer {
		clear: both;
		}

