/* These are styles for the Bulletin Articleshort page.
	Style used across the Bulletin site goes in global.css. 
	JHertz@aarp.org Jan 2008*/	


/* Layout & Hide sceen display elements */

 #header, .gridCol.two.left, .gridCol.four.right, #articleList ul, .ad.wide, #shortArticles p.top, #fTopLinks, #fBottomLinks {
	display: none;
	}
	
#fCopyright {
	width: 650px;
	}
	
.gridCol.six {
	width: 650px;
	}

#articleList, #shortArticles {
	width: 600px;
	padding: 10px 0px 0px 45px;
	margin: 0;
	background: #ffffff;
	}
	
body, img {
	border: none;
	background: #fff;
	}
	

/* Page Styling, etc */
	
#shortArticles p {
	font-size: 11pt;
	line-height: 18pt;
	color: #333;
	margin: 0 0 .3em 0;
	padding: 0;
	}

/* List of short articles */
	
#articleList h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22pt;
	line-height: normal;
	letter-spacing: normal;
	font-weight: bold;
	margin: 0 0 .5em 0;
	padding: 0;
	}
	
#articleList h1 a {
	color: #000;
	}
	
	
	/* Articles, full text */
	
#shortArticles {
	background: #fff;
	}
	
#shortArticles h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	line-height: 20pt;
	font-weight: normal;
	margin: 0;
	padding: 1em 0 0 0;
	}
	
#shortArticles p.subhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	color: #999;
	font-weight: normal;
	margin: 0 0 .6em 0;
	padding: 0;
	}
	
#shortArticles p.top {
	margin: 0 0 1.2em 0;
	padding: 0;
	}
	
#printHeader {
	margin: 30px 0 30px 45px;
	padding: 0;
	display: block;
	}
	
#printHeader span {
	margin: 0 0 0 10px;
	padding: 0;
	}
	
#footer {
	text-align: left;
	margin: 30px 0 0 50px;
	padding: 0;
	}

#footer img {
	display: none;
	}
	
#commentsArea, #commentarySlot, .commentsHeaders, #recentCommentsSlot {
	display: none;
}

