﻿@import url(undohtml.css);

/* type */

/* set all fonts to a default of 14/18 Helvetica */
body,p,h1,h2,h3,h4,h5,h6,li,form,label {
	font: normal normal 14px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body {
	background: rgb(210,210,210) url(../i/body-bg.jpg) repeat-y top center;
}
p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 12px;
}
a:hover {
	color: rgb(196,18,48);
}

#content-wrap {
	background: transparent url(../i/content-wrap-bg.jpg) repeat-x;
}
#head,
#content {
	width: 960px;
	margin: 0 auto;
}
#head {
	height: 194px;
	position: relative;
}
#nav {
	width: 960px;
	position: relative;
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#nav li {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#nav #email {
	letter-spacing: 1px;
}
#nav,
#nav a {
	color: rgb(0,0,0);
}
#nav a:hover {
	color: rgb(196,18,48);
}
#iconic-audio {
	display: block;
	width: 120px;
	height: 150px;
	position: absolute;
	top: 24px;
	left: 420px;
}
#iconic-audio img {
	display: block;
}
#content {
	position: relative;
	padding: 36px 10px;
}
#content .section {
	margin: 0 150px 36px 0;
}
.section h1 {
	color: rgb(196,18,48);
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: right;
	width: 150px;
	float: left;
	padding: 3px 0 0 0;
}
.section p {
	margin-left: 170px;
}
.section p.lede {
	font-size: 20px;
	line-height: 24px;
}
.section p#paul {
	padding-top: 24px;
}
.who-pic {
	display: block;
	float: right;
	background: rgb(255,255,255);
	padding: 5px;
	border: solid 1px rgb(210,210,210);
	margin: 0 0 6px 10px;
}

#content .sidebar {
	width: 158px;
	position: absolute;
	top: 52px;
	right: 0;
	left: 804px;
	background-color: #ffffff;
}
.sidebar h2,
.sidebar p.source {
	color: rgb(196,18,48);
	font-size: 12px;
	line-height: 24px;
	font-weight: 300;
	font-style: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-indent: 0;
	padding-left: 8px;
	margin-bottom: 12px;
	background-color: #ffffff;
}
.sidebar p {
	color: rgb(0,0,0);
	font-size: 14px;
	line-height: 16px;
	text-indent: -8px;
	padding-left: 8px;
	background-color: #ffffff;
}

/* misc. rules */

.expand:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.replaced {
	text-indent: -9999em;
}

