/* CNCS print.css
 * Created by: Owen Zacharias
 * 2005-08-31
 */
 
 @import "base.css";
 
 
html, body
{
	font: 12px Georgia, "Times New Roman", Times, serif;
}

.left, .right
{
	float: none;
	display: block;
	margin: 0 auto !Important;
}

/*********************************************
 **   	envelope
 *********************************************/
 
.envelope
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}


/*********************************************
 **   	header
 *********************************************/

.header
{
	margin: 10px 0 25px 0;
	padding: 3px 0;
	border-top: 2px solid #83A4C5;
	border-bottom: 2px solid #83A4C5;
}

	.header h1,
	.header h2
	{
		color: #333;
		font-size: 21px;
		text-align: center;
		font-variant: small-caps;
		letter-spacing: 1px;
	}
	
	.header h2
	{
		font-size: 14px;
	}
	
	
/*********************************************
 **   	feature
 *********************************************/

.feature
{
	display: block;
}

	.feature h1
	{
		padding: 8px 0 3px 0;
		color: #000;
		font-size: 18px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-variant: small-caps;
	}
	
	.feature acronym
	{
		border: none;
	}


/************************************************
 *	Navigation (Level 1)
 ***********************************************/
 
.nav { display: none; }

/************************************************
 *	Navigation (Level 2)
 ***********************************************/
 
.subNav { display: none; }


/*********************************************
 **   	content
 *********************************************/

	.content h2
	{
		padding: 10px 0 5px 20px;
		color: #444;
		font-size: 16px;
		font-family: Georgia, "Times New Roman", Times, serif;
	}
	
	.content p
	{
		margin: 5px 15% 5px 10%;
		font-size: 12px;
		color: #222;
		text-indent: 18px;
	}
	
	.content acronym:before
	{	
		content: attr(title) " (";
	}
	
	.content acronym:after
	{
		content: ")";
	}
	
	
		
/*********************************************
 **   	Core Aspects
 *********************************************/
	

	dl.coreAspects dt p
	{
		margin: 15px 15% 0 7%;
		text-indent: 0;
	}
	
	
/*********************************************
 **   	cores
 *********************************************/

	.cores ul
	{
		margin: 0 25% 0 10%;
		list-style-type: none;
	}

		.cores li h1
		{
			padding-bottom: 1px;
			margin: 0 0 5px 0;
			border-bottom: 1px solid #333;
			font-size: 14px;
			font-variant: normal;
		}

		.cores li p
		{
			margin: 0 50px 0 20px;
		}
		
		.cores li p a,
		.cores li img
		{
			display: none;
		}


/*********************************************
 **   	Speakers
 *********************************************/

dl.speakers
{
	margin: 0 10% ;
}

	dl.speakers p
	{
		text-indent: 0;
	}

	
/************************************************
 *	People Table
 ***********************************************/

table.people
{
	width: 100%;
	margin-top: 10px;
	border-collapse: collapse;
	table-layout: fixed;
}

	table.people th
	{
		text-align: center;
		padding: 2px 7px 3px 7px;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #83A4C5;
		border-top: 1px solid #000;
		border-bottom: 1px solid #000;
		font-size: 16px;
	}
	
	table.people td
	{
		padding: 5px 20px;
		border-bottom: 1px dashed #000;
		font-size: 14px;
	}

	table.people p
	{
		margin: 0;
		padding: 0;
	}
	
	table.people ul
	{
		list-style-type: none;
	}
	
	table.people li
	{
		font-size: 12px;
	}

	table.people td a
	{
		margin: 0;
		padding: 0;
	}
 
/*********************************************
 **   	footer
 *********************************************/

.footer
{
	margin-top: 25px;
	padding: 4px 0;
	border-top: 2px solid #83A4C5;
	border-bottom: 2px solid #83A4C5;
}
	
	.footer p
	{
		font-size: 10px;
		color: #999;
		text-align: center;
	}
	
	.footer p a
	{
		text-decoration: none;
	}
	
	.footer p a:after
	{
		content: " [" attr(href) "]";
	}
		
