@charset "utf-8";
/* CSS Document */
div.previewNews {
	border:2px solid white;
	margin:8px 12px 12px 12px;
	width:500px;
	padding:0px;
	position:relative;
	background:url(../images/backgrounds/transFormBack.png) repeat;
}
div.previewNews p {
	max-width:490px;
}
div.previewNews img {
	margin:0px;
	padding:0px;
	border-bottom:1px solid white;
}
div.previewNews h2 {
	background:black;
	text-transform:uppercase;
	padding:4px;
	margin:0px 0px 6px 0px;
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	filter:Alpha(Opacity=80);
	opacity:.8;
	width:492px;
}
p.publisher {
	font-style:italic;
}
div.newsThumb {
	position:relative;
	width:230px;
	height:260px;
	float:left;
	margin:0px 8px 8px 0px;
	background:url(../images/elements/blackHatch.gif) repeat;
	border:1px solid white;
}
div#mainStory {
	width:930px;
	border:1px solid white;
	background:#222;
	float:left;
	height:375px;
	margin:0px 0px 8px 8px;
}
div#theStory {
	overflow:auto;
	height:375px;
	margin-right:4px;
}
div#mainStory img {
	float:left;
	margin:0px 12px 0px 0px;
	border-right:1px solid #999;
}
div#newsSidebar {
	text-align:center;
	float:left;
	width:110px;
}
div#newsSidebar p {
	margin:0px 0px 10px 0px;
}
#content div.newsThumb img {
	border-bottom:1px solid #999;
	padding:0;
	margin:0px 0px 4px 0px;
}
div.newsThumb h1 {
	font-weight:normal;
	font-size:12px;
	border-width:0px;
	background:none;
	margin:0px;
	padding:2px 4px;
	font-variant: small-caps;
}
div.newsThumb p.link {
	width:222px;
	position:absolute;
	bottom:0px;
	background:black;
	border-top:1px solid #333;
	margin:0px;
}
div.newsThumb p.footer {
	background:#111;
	position:absolute;
	bottom:0px;
	border-top:1px solid #666;
	margin:0;
	padding:4px;
	width:222px;
	text-align:right;
}
#featuredNews {
	width:500px;
	border:1px solid white;
	display:none;
	position:absolute;
	z-index:100;
	background:#111;
}
#featuredNews h1 {
	margin:0px 0px 4px 0px;
	padding:2px 4px;
	font-variant:small-caps;
}
#featuredNews img {
	border-bottom:1px solid #999;
	margin:0px;
	padding:0px;
}
div.newsletterThumb {
	float:left;
	margin:0px 8px 8px 8px;
	text-align:center;
	width:170px;
	height:270px;
}
div.newsletterThumb p small {
	padding:0;
	margin:0;
}

