div#coverPage {
  width: 400px;
  height: 90px;
  overflow: hidden;
}

.issueHeader img {
	float: left;
	border: 1px solid #666666;
	margin-right: 5px;
}

.issueHeader {
	margin: 10px 0px 0px;
	padding: 0px 10px 10px 0px;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px none #CCCCCC;
}
.issueContents {
	clear: both;
	float: none;
	padding-top: 0px;
	padding-bottom: 25px;
}
.issueContents li {
	width: 40em;
	text-align: justify;
	font-size: 0.75em;
	list-style-type: none;
	margin-bottom: 3px;
	margin-left: 0px;
}

ul.largeToC {
  margin: 0px;
  padding: 0px;
}

ul.largeToC li {
	margin: 5px;
	padding: 5px;
        border-bottom: 1px solid #cfcfcf;
}

li.Editorial {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #CC33CC;
	list-style-type: none;
	padding-left: 5px;
}
li.Feature {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #990000;
	padding-left: 5px;
	list-style-type: none;
}
li.Articles {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #FFCC00;
	padding-left: 5px;
	list-style-type: none;
}
li.Artistic {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #00CC00;
	list-style-type: none;
	padding-left: 5px;
}
.articleOther {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #0000CC;
	list-style-type: none;
	padding-left: 5px;
}


div.issuePubDetails {
  font-size: 0.65em;
}

div.issuePubDetails h1 {
  margin: 0px;
  padding: 0 0 10px 0;
  font-family: Tw Cen Mt, Verdana, Helvetica;
}

div.issuePubDetails ul {
  padding: 2px;
  margin: 2px 0px 15px;
  color: #330099;
  border-top: 1px solid #cccccc;
}

div.issuePubDetails li {
  display: inline;
  border-right: 1px solid #cccccc;
  margin: 0px;
  padding: 2px 5px;
  font-weight: bold;
}

#articleHeader {
	margin: 0px;
	padding: 0px 10px 10px 0px;
      font-family: Tw Cen Mt, Verdana, Helvetica;
      font-size: 0.75em;
      letter-spacing: -0.065em;
}

.author {
      font-size: 0.9em;
	font-weight: bold;
	text-transform: none;
	color: #000000;
      font-family: Verdana, Helvetica;
}

.authorMore {
	margin: 0px;
	padding: 0px 8px 0px 0px;
	border: 1px #efefef;
}
.authorMore li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #efefef;
	padding: 0px 5px;
}

