#home {
	background:url(../images/whats-new.gif) 100% 290px no-repeat;
}
/*Hide the fun flash header on the home page*/
#home #header object{
	/*Safari doesn't display none an <object> element! display:none;*/
	margin-left:-9999px;
}
#home #header {
	height:110px;
}
#home #header blockquote{
	/*border:1px solid red;*/
	width:550px;
	padding:0;
	margin:0 0 0 268px;
}
#home #header blockquote p{
	text-indent:0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:120%;
	font-weight:normal;
	color:#999;
	margin:10px 0 0 0;
	padding:0;
	line-height:1.4em;
}
#home .narrowcolumn{
	/*border:1px dashed yellow;*/
	/*Null out some inheritance from the main stylesheet*/
	width:640px;
	position:static;
	/*Tighter area on the left for the navigation on the home page*/
	/*margin-left:155px;*/
	margin-left:180px;
	}
/*Posts on the home page are 5 narrow little columns side by side.*/
#home .narrowcolumn .post{
	/*border:1px solid pink;*/
	float:left;
	width:120px;
	margin-left:5px;
	padding-left:10px;
	padding-right:10px;
}
#home .narrowcolumn .post h3{
	/*border:1px dotted red;*/
	/*Null out some inheritence from the main stylesheet*/
	display:block;
	height:5em;
	font-size:90%;
	/*Bump the headings for the excerpts down*/
	margin:140px 0 0 0;
	/*No longer being displayed*/
	height:0;
	text-indent:-9999px;
}
#home .narrowcolumn .post h3 a{
	font-weight:bold;
}
#home .narrowcolumn .post h3 a:link,
#home .narrowcolumn .post h3 a:visited{
	text-decoration:none;	
}
#home .narrowcolumn .post h3 a:hover,
#home .narrowcolumn .post h3 a:active{
	text-decoration:none;	
}
#home .narrowcolumn .post .readmore a{
	text-transform:uppercase;
	font-size:80%;
}
#home .narrowcolumn .post p.timestamp{
	/*border:1px dotted black;*/
	height:0;
	text-indent:-9999px;
	font-size:75%;
	font-weight:normal;
	color:#999;
	margin-top:0;
}
#home .widecolunm .post .entry{
}
#home .narrowcolumn .post .entry p{
	/*border:1px dashed orange;*/
	width:120px;
	font-size:80%;
	/*Gobble up the space where the thumbnail originally resided*/
	margin-top:-120px;
	margin-right:-20px;
}
#home .narrowcolumn .post .entry a p img {
	/*Bump the thumbnails for the excerpts back up to where the headings were - a visual swap*/
	position:relative;
	margin-top:-60px;
}
#home .narrowcolumn .post a {
	color: #fff;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
#home .narrowcolumn .post a:link, 
#home .narrowcolumn .post a:visisted, 
#home .narrowcolumn .post a:hover,
#home .narrowcolumn .post a:focus,
#home .narrowcolumn .post a:active {
	color: #fff;
}