/* ----- text formatting ----- */

body {
	font-family:palatino,  georgia, verdana, arial, sans-serif;
	font-size: small;
	background-color: white;
}

h1, h2, h3, h4, h5, h6 {
	font-family: copperplate, "Courier New", courier, palatino, georgia, serif;
	font-weight: bold;
}

h1 {
	margin: 20px 0px;
}

h3 {
	font-size: large;
}

h4 {
	font-size: medium;
}


blockquote p {
	padding-left: 1.5em;
	padding-right: 1.5em;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	text-align: justify;
	line-height: 140%;
}

/* regular p tag */

p {
	line-height: 160%;
	text-indent: 2em;
	margin-bottom: 1em;
}

/* links */

a {
	font-family: inherit;
	font-size: inherit;
}

a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	background-color: #dddddd;
}

h1 a img {
	border: none;
}

h1 a:hover {
	background-color: transparent;
}

h5 {
	font-size: medium;
	font-family: inherit;
	font-weight: normal;
}
	
/* ----- specific content section styling ----- */

div.issueinfo {
}

a.largecover {
}

img.largecover {
	border: 1px solid black;
	margin: 1em;
	margin-bottom: 2em;
	width: 16em;
	float: left;
}

div.issueinfo h4 {
}
div.issueinfo ul {
	padding: 0;
	list-style-type: none;
	margin: 2em;
	margin-top: 0;
	margin-left: 19em;
}

div.issueinfo li {
	margin-top: .5em;
	margin-left: 1em;
}

/* list of past issues */

ul#past {
	list-style-type: none;
	padding: 0;
}

ul#past li {
	clear: both;
}

img.smallcover {
	border: 1px solid black;
	margin: 1em;
	width: 6em;
	float: left;
}

ul#past h4 {
	position: relative;
	top: 1em;
}

ul#past a {
	text-decoration: none;
	font-family: copperplate, courier;
	color: black;
}

ul#past a:hover {
	color: blue;
}

.morelink {
	clear: both;
}

/* ----- layout ----- */

body {
	margin: 0;
	padding: 0;
}

#main {
	width: 45em;
	margin-left: 4em;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border: 1px solid white;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

p {
	margin-right: 2em;
}

ul#nav {
	list-style-type: none;
	padding: 0;
	text-align: center;
	margin-bottom: 1em;
}

ul#nav li {
	padding: 0;
	margin-right: 3em;
	display: inline;
	font-size: 120%;
	font-family: "Copperplate", "Courier New", monospace;
}

#footer {
	clear: both;
	margin: 1em;
	margin-left: 4em;
	width: 45em;
	color: gray;
	font-size: x-small;
	text-align: center;
}

div {
	clear: left;
}
