/* @group Nav overrides */
#branding{
	background: rgba(0,0,0,1);
}
.date{
	font: 8px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #54544c;
	letter-spacing: .2em;
	text-transform: uppercase;
}
#branding p#logo{
	color: #D4D8C5;
}
#branding p#logo a{
	color: #e21275;
}
em{
	font-style: italic;
}
/* @end */


body{
	background: #fff;
	font: 14px/24px "Helvetica Neue", Arial, Helvetica, sans-serif;

}
#container{
	position: relative;
	width: 945px;
	margin: 0 auto;
	background: url(/images/0904/100129bg.jpg) no-repeat 480px 28px;
	border-right: 24px solid #000;
	padding-bottom: 0px;
	border-bottom: 48px solid #000;
	overflow: hidden;
}
#article{
	position: relative;
	padding-top: 85px;
}
#article p{
	margin-bottom: 21px;
}
#article p:first-child{
	font-weight: bold;
}

h1{
	position: absolute;
	top: 62px;
	right: 100px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	font-size: 286px;
	line-height: 1;
	-webkit-transform: rotate(90deg); 
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg); 
	transform: rotate(90deg);
	width: 274px;
	color: #fff;
}
.byline{
	font-weight: bold;
	font-size: 36px;
	line-height: 36px;
}
a:link, a:visited{
	font-weight: bold;
	text-decoration: none;
	color: #e21275;
}
a:hover, a:active{
	text-decoration: none;
	color: #FFFFE8;
	background: #e21275;
}
#primaryContent{
	position: relative;
	width: 464px;
}