/*
$Id: print.css,v 1.4 2007/07/27 16:03:58 kom Exp $
(c)2006 The New York Times Company 
*/

body { 
	background-color: white; 
	font-family: small Verdana, Arial, Helvetica, sans-serif; 
	
	} 

html>body { 
	font: 83.5% Verdana, Arial, Helvetica, sans-serif;
	
}



a, a:link {
	color: #000066;
	}
	
a:visited {
	color: #000066;
	}
	
a:hover {
	color: #990000;
	}

a h1, a h2, a h3, a h4, a h5 {
	text-decoration:underline;
	}
		

	
div.clear {
	clear:both;
	line-height:0px;
	}
	

/* article print styles */
/* ************************************************** */
	
h1	{
	font-size: 160%;
	font-weight: bold;
	margin-top: 3px;
	}
	
h5	{
	font-size:150%;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 0px;
	}

h3	{
	font-size: 115%;
	font-weight: bold;
	margin-top: 3px;
	}
	
h4	{
	font-size: 105%;
	font-weight: bold;
	margin-top: 3px;
	}	
	
h2	{
	font-size: 140%;
	font-weight: bold;
	margin-top: 3px;
	}	



.kicker {
        font-weight:bold;
        color: #666;
	text-transform: uppercase;
	margin-top: 15px;
        }

.byline {
	font-weight: bold;
	font-size: 10pt;
	}
	
.timestamp {
	margin-top: 15px;
	font-size: 10pt;
	font-weight: bold;
	}
	
p {	color: black;
	font-size: medium;
	}
	
#articleBody p {
	
	font-size:1em;
}

#articleInline {
	float:right;
	border: 1px solid #ccc;
	margin: 0px 0px 10px 10px;
	}
	
#inlineBox {
	padding:11px;
	}
	
.jumpLink,
.inlineVideo {
	display:none;
	}

#authorId {
        clear: both;
        font-style: italic;
        }

/* footer */
/* ************************************************** */
#footer {
	clear: both;
	padding-top: 5px;
	padding-bottom: 1px;
	border-bottom: 1px solid #B9B9B9;
	min-width: 768px;
	width: expression(document.body.clientWidth < 774 ? "768px" : "auto");
	background-color: #E5E5E5;
	font-family: Arial, Helvetica, sans serif;
	font-size: 76%;
	}

#footer ul {
	margin-top:10px;
	margin-left: 0px;
	padding: 4px 4px 4px 10px;
	white-space: nowrap;
	}

#footer li {
	display:inline;
	padding-right: 6px;
	margin-right: 6px;
	border-right: 1px solid #000;
	border-right: expression((this.parentNode.lastChild == this)? "none" : "1px solid #000" );
	}

#footer li:last-child {
	border:none;
	}
#footer p {
	margin:0px;
	}

#footer .footerRow {
	display: none;
	}



/* *********************************************************/
/* End Footer */


