@charset "utf-8";
/* CSS Document */

/*@import url("content.css");*/

#branding_bar_container,
header,
#menu-footer, 
#searchform, 
#main aside.sidebar,
nav.cross-site,
.breadcrumb {display:none;}

/* =Feature Page Grid
===============================================================*/
#content ul.grid { margin: 0; display: inline-block; list-style-image: none;}
	#content ul.grid a { color: #010101; }
	#content ul.grid a:hover { text-decoration:none; }

	#content ul.grid li { 
		float: left;
		width: 190px; /*height: 305px;*/
		padding-bottom: 24px; padding-left: 43px;
		list-style-type: none;
	}
	#content ul.grid li.row { clear: left; padding-left: 0; }
	
	#content ul.grid img { border: 2px solid #6e6b6c; margin-bottom: 20px; }
	#content ul.grid li ul, #content ul.grid li p { margin-top: 2px; /* since h3 is inline */ }
	#content ul.grid li:hover img { 
		border: 2px solid #cc2027;
		-webkit-box-shadow: rgba(0,0,0,.4) 8px 8px 10px;
		-moz-box-shadow: rgba(0,0,0,.4) 8px 8px 10px;
		box-shadow: rgba(0,0,0,.4) 8px 8px 10px;
	}
	
	#content ul.grid .story-content { width: 195px;}

	/*#content ul.grid h3 { 
		display: inline;*/ /* inline so that the padding for the bullet is only on first line */
		/*padding: 20px 0 4px 18px;
		background: url(images/gridH3-bullet.gif) 0 28px no-repeat;*/ /* 28px puts it on baseline with headings */
		/*color: #cc2027;
		font-size: 1.4em; line-height: 1em; letter-spacing: 1px;
		font-family: 'PT Sans Narrow', Verdana, Helvetica, Arial, sans-serif;
	}*/
	
		#content ul.grid h3 { 
		display: inline; /* inline so that the padding for the bullet is only on first line */
		padding: 20px 0 4px 0;
		/*background: url(images/gridH3-bullet.gif) 0 28px no-repeat;*/ /* 28px puts it on baseline with headings */
		color: #cc2027;
		font-size: 1.4em; line-height: 1em; letter-spacing: 1px;
		font-family: 'PT Sans Narrow', Verdana, Helvetica, Arial, sans-serif;
	}
	
	#content ul.grid li:hover h3 { /*background-image: url(images/gridH3-bullet-hover.gif);*/ color: #000; }
	#content ul.grid li:hover a,#content ul.grid li:hover { color: #cc2027; }
	
	#content ul.grid ul {margin: 0 0 0 15px;}
	#content ul.grid ul li { /*width: auto;*/ padding: 0 0 .25em 0; list-style-position: outside; list-style-image: url(images/grid-bullet.gif); width: 185px;}
	#content ul.grid ul.no_bullets li { list-style-image: none; }
	#content ul.grid ul li a:hover { text-decoration: underline; }
	
	#content ul.grid li li em { color: #cc2027; font-style: normal; font-weight: bold; }