@import url("rc1_new_reset.css");

body
{
	padding-top: 60px;
	background: black;
	color: white;
	font: lighter 18px "Minion Pro", "Palatino", "Book Antiqua", "Times New Roman", serif;
	font-size-adjust: 0.45;
	text-rendering: optimizeLegibility;
}

body *
{
	line-height: 24px;
}

body > header
{
	width: 700px;
	height: 46px;
	margin: -46px auto 0 auto;
	position: relative;
}

body > header + article
{
	border-top-color: white;
}

body > header a
{
	font: normal 24px Futura;
	text-transform: uppercase;
	margin-right: 6px;
	color: white;
}

body > header a:hover
{
	color: #BB0000;
}

body > header h1 cite
{
/*	color: #999;*/
	font-weight: normal;
}

article section blockquote cite
{
	font-style: normal;
}

body > header b
{
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-bottom-color: white;
	position: absolute;
	bottom: 0;
	left: 125px;
}

article header, article section, article footer
{
	position: relative;
	width: 700px;
	margin: 0 auto;
}

article header
{
	z-index: 1;
}

article header nav
{
	color: #999;
	float: left;
	margin: 0 8px 0 0;
	font-size: 14px;
}

article.article header h2
{
	float: none;
	width: 700px;
}

article header nav a:link, article header nav a:visited
{
	text-transform: uppercase;
	color: #999;
	text-decoration: none;
}

article footer, article footer a, article footer abbr[title]
{
	font-size: 12px;
	color: #999;
	border-bottom: none;
	text-align: right;
}

article
{
	background: white;
	color: black;
	padding: 53px 0 36px 0;
	border-top: 1px solid #CCC;
	overflow: hidden;
}

article h3
{
	margin-bottom: -24px;
}

article:last-of-type
{
	padding-bottom: 55px;
}

p
{
	margin: 24px 0;
}

article section a:link, article section a:visited
{
	color: black;
}

article header nav a:hover, article section a:hover
{
	color: #BB0000;
	text-decoration: underline;
}

article header h2
{
	font-size: 27px;
	color: black;
	float: left;
	width: 400px;
	margin-bottom: 26px;
}

header a
{
	text-decoration: none;
}

article header a h2
{
/*	text-indent: -0.45em;*/
	color: black;
}

article header a blockquote > cite, article header blockquote a > cite
{
	font-size: 16px;
	font-weight: normal;
	float: right;
	margin: -16px 20px 16px 20px;
}

article header blockquote a > cite
{
	margin: 4px 20px -4px 20px;
}

article header a:hover h2, article.video header a:hover cite, article header a:hover blockquote:before, article.video header a:hover + blockquote:before
{
	color: #BB0000;
}

article header a:hover blockquote, article header a:hover + blockquote
{
	background: #BB0000;
}

article header blockquote
{
	float: right;
	margin: 1px 0px 19px 20px;
	position: relative;
	background: black;
}

article header blockquote, article header blockquote a
{
	font-size: 18px;
	color: white;
}

article header video
{
	border: 1px solid black;
	width: 690px;
	min-height: 380px;
	padding: 5px;
	margin-top: -1px;
}

article.video header > a
{
	position: relative;
	display: block;
	overflow: hidden;
}

article.video header > a:before
{
	content: url("/assets/rc1_video_arrow.png");
	position: absolute;
	bottom: 0;
	line-height: 0;
	left: 30px;
}

article section object
{
	border: 30px solid black;
	border-top-width: 25px;
	border-bottom-width: 25px;
}


article blockquote p
{
	text-indent: -0.45em;
	font-style: italic;
}

article header blockquote p
{
	font-style: normal;
	width: 245px;
	padding: 0 15px 0 20px;
}

article header blockquote ol, article header blockquote ul
{
	width: 225px;
	padding: 20px 15px 20px 40px;
}

article header blockquote:before
{
	content: '◀';
	position: absolute;
	left: -16px;
	top: 10px;
	color: black;
	font: normal 24px Helvetica, Arial, sans-serif;
}

article.video header h2
{
	position: relative;
	float: left;
	width: auto;
}

article.video header cite
{
	float: right;
	color: #999;
	margin-top: 2px;
}

article section
{
	margin: 2px auto -2px auto;
}

article header blockquote > cite:before, article.video header cite:before
{
	content: '—';
}

blockquote p:before /*, article header a h2:before*/
{
	content: '“';
}

blockquote p:last-of-type:after /*, article header a h2:after*/
{
	content: '”';
}

body#grid
{
	background: #666 url(rc1_new_grid.png) top center repeat-y;
}

body#grid article
{
	background: rgba(255,255,255,0.5);
}

body#grid article header blockquote
{
	background: rgba(0,0,0,0.5);
}

body > footer
{
	padding: 6px 0 20px 0;
	font: lighter 13px "Gotham HTF", "Gotham", "Helvetica", "Arial", sans-serif;
	font-size-adjust: 0.54;
}

body > footer p
{
	width: 700px;
	margin: 20px auto;
}

body > footer a:link, body > footer a:visited
{
	color: #BBB;
}

body > footer a:hover
{
	color: inherit;
}

#avatar img
{
	width: 100px;
	height: 100px;
	float: right;
	margin: 0 0 20px 20px;
}

code, kbd
{
	font: normal 85% "Monaco", monospace;
}

.sic
{
	font-style: inherit;
	background: transparent url("/assets/rc1_spelling_error.gif") repeat-x bottom left;
}

figure
{
	float: right;
	width: 280px;
	margin: 0 0 10px 20px;
	text-align: center;
}

figcaption
{
	width: 280px;
	text-align: center;
	font-size: 12px;
	font-style: italic;
	padding-bottom: 20px;
}