body {
	font-family:Georgia, "Times New Roman", Times, serif;
}
.container {
	margin:0 auto;
	width:960px;
}
.primary_content {
	width:520px;
	float:left;
	padding-bottom:100px;
}
.secondary_content {
	width:100px;
	float:left;
}
h1 {
	font-size:36px;
}
h3, h4 {
	font-weight:normal;
}
a {
	color:purple;
	text-decoration:none;
}
a:hover {
	color:black;
	background-color:white;
}
p, ul, li{
	font-size:14px;
	margin-bottom:18px;
	line-height:20px;
}
ul {
	padding-left:13px;
}
blockquote {
	margin-top:18px;
	margin-bottom:18px;
	border-left:1px dotted #ccc;
	padding-left:12px;
	padding-right:24px;
	color:#666;
}
.header {
	width:960px;
	float:left;
	padding-top:18px;
	margin-bottom:18px;
}
.logo {
	float:left;
}
.logo h1 {
	margin-left:0px;
	margin-top:20px;
}
 h2.tagline {
	font-weight:normal;
	font-style:italic;
	font-size:16px;
	margin-bottom:9px;
	padding-left:9px;
	color:#666;
	margin-left:664px;
}
ul.nav_list {
	float:right;
	font-size:16px;
	line-height:16px;
	width:140px;
}
ul.nav_list li {
    margin-bottom:0;
}
ul.nav_list a {
	padding:3px 6px;
	display:inline-table;
	width:128px;
	border-top:1px solid white;
	border-bottom:1px solid white;
}
ul.nav_list a:hover {
	border-top:1px solid black;
	border-bottom:1px solid black;
}
ul.nav_list a.selected {
	color:black;
}
h1.issue_title {
	padding:9px 9px 0 9px;
	font-weight:normal;
	font-size:16px;
	font-style:italic;
	margin-top:36px;
	color:#666;
	border-top:1px dotted #ccc;
}
h2.issue_section_title {
	float:left;
	clear:left;
	width:520px;
	margin-top:36px;
	margin-bottom:9px;
	padding:9px 9px 0 9px;
	font-weight:normal;
	font-style:italic;
	color:#666;
	border-top:1px dotted #ccc;
}
h3.article_title {
	font-size:24px;
	margin-bottom:6px;
}
h5.article_subtitle {
	font-size:14px;
	line-height:18px;
	margin-bottom:8px;
	font-weight:normal;
}
.by {
	font-style:italic;
}
a.article_teaser {
	float:left;
	clear:left;
	width:100%;
	color:purple;
	text-decoration:none;
	padding:9px;
	margin-top:3px;
	margin-bottom:3px;
	border-top:1px solid white;
	border-bottom:1px solid white;
}
a.article_teaser:hover{
	color:black;
	background-color:white;
	border-top:1px solid black;
	border-bottom:1px solid black;
}
.article_header {
	padding:9px;
	margin-bottom:27px;
	margin-top:36px;
	border-top:1px dotted #ccc;
}
.article_body {
	padding:0 9px;
}
.author_bios {
	border-top:2px solid #aaa;
	padding-top:16px;
	margin-top:72px;
}
.author_bios p {
	color:#666;
	font-size:12px;
}
.hide {
	display:none;
}
.secondary_content, .issue_nav {
	width:212px;
	float:left;
	margin-right:40px;
}
.issue_nav .issue_section_title {
	font-size:12px;
	width:196px;
}
.issue_nav a.article_teaser {
	width:200px;
	margin-bottom:0;
	color:#bca3bc;
	padding:6px;
	margin-left:3px;
}
.issue_nav a:hover {
	color:black;
}
.issue_nav a.selected {
	color:black;
}
.issue_nav h3 {
	font-size:12px;
	margin-bottom:0;
}
.issue_nav h4 {
	font-size:12px;
	display:none;
}