body{
	margin:0;
	font-family:arial, helvetica, sans-serif;
}

@media screen{
	body{width:690px;}
}

/* HIDE A BUNCH OF STUFF */

div#template_right_bar, 
form#template_signin,
ul#template_navbar,
div#template_left_bar,
div#template_welcome,
div.template_top_banner,
div.template_top_ad,
p#template_today
{
	display:none;
}

/* SET STUFF UP FOR PROPER PRINTING */

.left{
	float:left;
}

.right{
	float:right;
}

a{
	text-decoration:none;
	color:black;
}

p{
	margin:0 0 1em 0;
}



/* SHOW ALTERNATE HEADER */

div#template_content{
	font-size:1.1em;
	line-height:1.2em;
}

div#template_headers{
	background:white;
	color:black;
	border-bottom:1px solid gray;
	padding:1em;
	margin:0;
}



div#template_headers h3{
	margin:0;
}

div#template_headers h3#template_logo a{
	color:black;
}

div#template_content{
	padding:0 1em;
	margin:0;
}

div.p_article_head h3{
	margin:0;
	font-size:.75em;
	color:#891709;
}

div.p_article_head h1, div.p_article_head h2{
	margin:0;
	font-weight:normal;
	line-height:1.1em;
}

div.p_article_head p{
	margin:0;
}

div.p_article_head hr{
	border:0;
	border-bottom:1px solid #891709;
	height:0;
}


div#template_footer{
	border-top:1px solid gray;
	background:white;
	color:black;
	padding:1em;
	font-size:.75em;
	height:50px;
}

div#template_footer p{
	float:left;
}

div#template_footer p.credit_fs{
	float:right;
}
div#template_footer a{
	color:black;
}
p.readmore_in_category{
	display:none;
}


/* ARTICLE PHOTOS */

div.p_photo{
	border:1px solid #d9d9d9;
	border-bottom:2px solid #891709;
	font-size:.9em;
	padding:5px 10px;
	text-align:center;
}

div.left div.p_photo{
	margin-right:20px;
}

div.right div.p_photo{
	margin-left:20px;
}

div.p_photo p{
	margin:0;
	width:175px;
	text-align:left;
	margin-top:.25em;
	
}

div.p_photo p.p_photo_credit
{
	font-size:.8em;
	color: #666666;
	font-style: italic;
	text-align:right;
}

p.email_print{
	display:none;
}
