﻿/*
Special stylesheet for Primer 2009
General site styles have been preserved in this CSS file for future compatibility.
*/

body {
	background-color: #1A1929;
	background-image: url(primer_bg.png);
	background-position: bottom right;
	background-attachment: fixed;
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
img{
	border: 0px;
}
.contentNoScript{
	background-color: #CCCCFF;
	padding: 10px;
	position: absolute;
	z-index: 9010;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 5000px;
}
#wallpaperInfo{
	position: fixed;
	bottom: 0px;
	left: 0px;
	background-color: #000000;
	color: #CCCCCC;
	font-size: 11px;
	padding: 10px;
	width: 600px;
	opacity: 0.70;
	filter:alpha(opacity=70);
}
#modalMask {
	background-color:#000000;
	opacity: 0.65;
	filter:alpha(opacity=65);
	position:fixed;
	z-index: 9001;
	top:0px;
	left:0px;
	width:100%;
}
#storyBox{
	position: fixed;
	top: 0px;
	left: 50%;
	z-index: 9005;
	margin-left: -305px;
	width: 600px;
	padding: 5px;
	background-color: #FF6600;
}
#storyBoxImage{
	width: 600px;
	height: 337px;
	margin-bottom: 13px;
}
#storyBoxText{
	width: 600px;
	color: #000000;
	font-size: 11px;
}
.storyBoxTextHeader{
	font-size: 14px;
	font-weight: bold;
}
.closeButton{
	letter-spacing: 3px;
	font-size: 10px;
	text-align: right;
}
.closeButton a{
	text-decoration: none;
	color: #333333;
	cursor:pointer;
}
.content {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	background-image:url('transparent_square.png');
	color: #000000;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 20px;
}
.bannerAd{
	height: 100px;
	width: 480px;
	font-size: 8px;
	padding-top: 30px;
	text-align: right;
	float: right;
}
.headerBar{
	background-color: #990000;
	color: #999999;
	padding: 3px;
	margin-bottom: 10px;
	opacity: 0.75;
	filter:alpha(opacity=75);
}
.headerBar a{
	color: #999999;
	text-decoration:none;
}
.headerBar a:hover{
	color: #FFFFFF;
}
.storyGridPadding{
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	cursor:pointer;
}
.storyGridPaddingBottom{
	margin-bottom: 15px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	cursor: pointer;
}
.footer{
	font-size: 10px;
}
.footer a{
	color: #000000;
}
.bgbutton{
	float:right; 
	background-color: #CCCCCC; 
	border: 1px solid #FF6600; 
	padding: 3px;
}
.letterfromeditors{
	margin-bottom: 30px;
	background-color: #FFFF99;
	padding: 10px;
}
.letterheader{
	font-size: 24px;
}
.pullquote{
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px; 
}
.quotemark{
	font-weight: bold;
	font-size: 24px;
}
.pullquotesub{
	padding-left: 20px;
	padding-right: 20px;
	font-style:italic;
}
