html, body {
	background-color: #f0f0f0;
	color: #808080;
	margin: 0;
	padding: 0;
}

body {
	font: 83% "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

/*
 * Page sections
 */

.inner {
	margin: 0 auto;
	text-align: justify;
	width: 750px;
}

/* Header */

#header {
	background-color: #236ab1;
	border-bottom: 1px solid #808080;
	color: white;
}

#header .inner {
	height: 50px;
	width: 750px;
	margin: 0 auto;
	padding: 5px 0;
	position: relative;
	overflow: hidden;
}

#header h1 {
	background-image: url(../../images/header.png);
	background-color: #236ab1;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: top left;
	display: block;
	overflow: hidden;
	position: relative;
	border: 0;
	margin: 0;
	padding: 1000px 0 0;
	height: 0px !important;
	height /**/: 50px;
	width: 750px;
}

#header h1 a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	overflow: hidden;
	border: 0;
	margin: 0;
	padding: 1000px 0 0;
	height: 0px !important;
	height /**/: 50px;
	width: 253px;
	z-index: 5;
}

/* Navigation */

#navigation {
	position: absolute;
	top: 30px;
	font-family: "Lucida Grande", "Verdana", "Tahoma", sans-serif;
	line-height: 1.25em;
	width: 100%;
}

#navigation h2 {
	display: none;
}

#navigation ul {
	position: absolute;
	top: -1.125em;
	margin: 0;
	padding: 0.5em 0;
	text-align: right;
	width: 750px;
}

#navigation li {
	display: inline;
	list-style: none;
	margin: 0 0 0 0.25em;
	padding: 0;
}

#navigation li a:link, #navigation li a:visited {
	color: #a0c0e0;
	padding: 0.25em 0.5em;
	margin: 0;
	text-transform: lowercase;
}

#navigation li.current a:link, #navigation li.current a:visited {
	background-color: #5f8ebe;
	color: white;
	font-weight: bold;
}

#navigation li a:hover, #navigation li a:active {
	background-color: #4080c0;
	color: white;
	text-decoration: none;
}

/* Individual page header */

#page-header {
	color: black;
	padding: 1.25em 0;
}

#page-header .inner {
	text-align: left;
}

#page-header h2 {
	display: inline;
	font-size: 300%;
	font-weight: bold;
	margin: 0;
	padding: 0 0.15em 0 0;
	text-transform: uppercase;
}

#page-header h2.issue .number {
	font-weight: normal;
	text-transform: none;
}

#page-header .author {
	display: inline;
	font-size: 200%;
}

/* Main section */

#main {
	background-color: white;
	color: black;
	overflow: auto;
	padding-top: 1.25em;
}

#main .inner {
	margin-bottom: 1em;
}

/* Footer */

#footer {
	border-top: 1px solid #808080;
	clear: both;
	padding: 0.5em;
}

#footer .inner {
	font: smaller "Lucida Grande", "Verdana", "Tahoma", sans-serif;
}

#footer h2 {
	display: none;
}

#footer ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

#footer li {
	display: inline;
	margin: 0 0.5em;
}

#footer #f-ncssm {
	display: block;
}

/*
 * Links
 */

a:link {
	color: #236ab1;
	text-decoration: none;
}

a:visited {
	color: #b16ab1;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

/*
 * Work styles
 */

/* Prose */

#text {
	float: left;
	width: 490px;
	line-height: 1.5em;
	padding: 0 30px 0 0;
	text-align: justify;
}

#text .section {
	margin: 1.25em 0;
}

#text > :first-child {
	margin-top: 0;
}

#text .section p {
	text-indent: 2em;
	margin: 0;
}

#text .section p:first-child {
	text-indent: 0;
}

#text .pullquote {
	text-align: center;
	font-style: italic;
}

/* Sidebar */

#sidebar {
	color: #808080;
	float: right;
	margin: 0;
	padding: 0;
	width: 230px;
}

.portlet {
	margin-bottom: 1.5em;
}

.portlet h2 {
	background-color: #808080;
	color: white;
	font-size: 150%;
	font-weight: normal;
	margin: 0;
	padding: 0.1em 0.5em;
}

#p-contents ul {
	font-weight: bold;
	margin: 1.25em 0;
	padding: 0;
}

#p-contents li {
	list-style: none;
	margin: 0.5em 0;
}

#p-contents ul ul {
	font-size: 80%;
	font-weight: normal;
	margin: 0 1.5em;
}

#p-this-issue h2 a:link, #p-this-issue h2 a:visited {
	background-color: #c97d78;
	color: white;
	display: block;
	margin: -0.1em -0.5em;
	padding: 0.1em 0.5em;
}

#p-this-issue h2 a:hover, #p-this-issue h2 a:active {
	background-color: #be4138;
	text-decoration: none;
}

#p-this-issue .date {
	font-weight: bold;
	text-transform: uppercase;
}

#p-this-issue dl {
	overflow: auto;
}

#p-this-issue dt {
	clear: both;
	float: left;
	font-weight: bold;
	margin: 0 1em 0 0;
	padding: 0;
	text-align: left;
}

#p-this-issue dd {
	float: right;
	margin: 0 0 0.5em;
	padding: 0;
}

/*
 * The little things
 */

/* Common stuff */

p {
	margin: 0 0 1.25em;
}

img {
	border: 0;
}

acronym {
	font-size: 90%;
	letter-spacing: 0.1em;
	cursor: help;
}

.more-link {
	text-align: right;
}

/* Home and issue page "covers" */

.cover a:link, .cover a:visited {
	display: block;
	border: 1px solid #808080;
	color: #808080;
	padding: 3px;
	overflow: hidden;
	position: relative;
}

.cover a:hover, .cover a:active {
	color: black;
	border-color: black;
	text-decoration: none;
}

#issues {
	margin: 1.25em -30px 0 0;
}

#issues .cover {
	float: left;
	font-size: 200%;
	margin-right: 30px;
}

.cover .on-the-cover {
	display: none;
}

.cover img {
	border: 1px solid #808080;
}

.cover a:hover img, .cover a:active img {
	border-color: black;
}

.cover .caption {
	position: absolute;
	bottom: 3px;
	right: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #808080 white white #808080;
	padding: 3px 8px 0 10px;
	background-color: white;
}

.cover a:hover .caption, .cover a:active .caption {
	border-color: black white white black;
}

.cover .caption cite {
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}

/* Home page sections */

#main-container {
	overflow: auto;
	margin: 1.5em 0 1em;
}

#main-container > div {
	float: left;
	position: relative;
	margin-left: 30px;
	width: 230px;
}

#main-container h2 {
	font-size: 150%;
	font-weight: normal;
	margin-top: 0;
	padding-top: 0;
}

#main-container h2 a:link, #main-container h2 a:visited {
	background-color: #808080;
	color: white;
	display: block;
	padding: 0.1em 0.5em;
}

#main-container h2 a:hover, #main-container h2 a:active {
	background-color: #236ab1;
	text-decoration: none;
}

#main-container .text {
	margin: 0 0.75em;
}

#main-container > #main-blurb {
	margin-left: 0;
}

#main-container ul {
	color: #808080;
	margin: 0;
	padding: 0;
	text-align: center;
}

#main-container li {
	display: inline;
	list-style: none;
}

#main-container li:before {
	content: " \2022  ";
}

#main-container li:first-child:before {
	content: "";
}

#main-issues .latest a:link, #main-issues .latest a:visited {
	background-color: #c97d78;
	color: white;
	font-size: 150%;
	text-align: center;
	display: block;
	padding: 0.1em 0.5em;
	margin: 0 -0.5em 0.5em;
	border-left: 1px solid white;
}

#main-issues .latest span {
	display: block;
}

#main-issues .latest a:hover, #main-issues .latest a:active {
	background-color: #be4138;
	text-decoration: none;
}

#main-news .rss {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#main-news .rss a:link, #main-news .rss a:visited {
	background-color: #f9c58b;
	color: white;
	font-size: 150%;
	display: block;
	padding: 0.1em 0.5em;
	border-left: 1px solid white;
}

#main-news .rss a:hover, #main-news .rss a:active {
	background-color: #f8a040;
	text-decoration: none;
}

#main-news .rss acronym {
	font-size: 100%;
	letter-spacing: 0;
}

#main-news dt {
	font-weight: bold;
}

#main-news dd {
	margin-left: 0;
	padding-left: 1.5em;
}

/* Archives */

#archives .sorter {
	text-align: center;
}

#archives .people {
	margin: 0.75em 0 1.25em;
	overflow: auto;
}

#archives .people h3 {
	clear: both;
	font-size: 100%;
	float: left;
	padding: 0;
	width: 260px;
	border-top: 1px solid #808080;
	padding: 0.5em 0 0 0;
	margin: 0.5em 0 0 0;
}

#archives .people dl {
	overflow: auto;
	float: right;
	border-top: 1px solid #808080;
	padding: 0.5em 0 0 0;
	margin: 0.5em 0 0 0;
	width: 490px;
}

#archives .people dt {
	clear: both;
	font-weight: bold;
	float: left;
	margin: 0;
	text-indent: -1.5em;
	padding: 0 0 0 1.5em;
}

#archives .people dd {
	float: right;
	text-align: right;
	white-space: nowrap;
	margin: 0;
	padding: 0;
}

/* Issue navbox */

.navbox {
	border-top: 1px solid #808080;
	clear: both;
	padding: 1.25em 0 0;
}

.navbox table {
	width: 100%;
}

.navbox table .prev {
	width: 33%;
	text-align: left;
}

.navbox table .info {
	width: 34%;
	text-align: center;
}

.navbox table .next {
	width: 33%;
	text-align: right;
}

/* Tables */

#text table {
	width: 100%;
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #808080;
	border-spacing: 0;
	text-align: center;
}

#text th, #text td {
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #808080;
}

#text th {
	background-color: #c0c0c0;
}

#text td {
	background-color: #f0f0f0;
}

/* Issue index for works */

.issue-list {
	clear: both;
	overflow: auto;
	padding: 1em 0 0;
}

.issue-list h3 {
	float: left;
	font-size: 300%;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	width: 230px;
}

.issue-list > div {
	float: right;
	padding: 0;
	width: 490px;
}

.issue-list > div > div {
	padding: 0.25em 0 1.25em;
}

.issue-list h4 {
	font-size: 125%;
	margin: 0 0 0.5em 0.24em;
	padding: 0;
}

.issue-list ul {
	margin: 0;
	padding: 0;
}

.issue-list li {
	clear: both;
	list-style: none;
	padding: 0.1em 0.3em;
	overflow: auto;
}

.issue-list li.odd {
	background-color: #d8d8d8;
}

.issue-list li .title {
	float: left;
	font-weight: bold;
}

.issue-list li ul {
	float: right;
	text-align: right;
	margin: 0;
	padding: 0.1em 0 0;
}

.issue-list li li {
	clear: none;
	padding: 0;
}

#notes {
	border-top: 1px solid #808080;
}

#notes .special-thanks {
	text-align: center;
}

#page-header .rss {
	float: right;
	margin-top: 0.5em;
}
