﻿/* Issue Heading */
.issue h1
{
	padding:0;
	margin:0;
	font-size:20px;
	color:#333333;
}



/* Paragraph tag */
.issue p
{
	padding:0;
	margin:0;
}



/* Volume display */
.issue .volume
{
	font-weight:bold;
}



/* Issue description */
.issue .description
{
	padding:20px 0 20px 0;
}



/* Bulleted list items in the description */
.issue .description ul
{
	padding:20px 0 0 0;
	margin:0 0 0 25px;
	list-style-type:square;
}



/* Issue sections */
.issue .section
{
	padding:25px 0 10px 0;
}



/* Section header */
.issue .section .sectionHeader
{
	background-color:#555555;
	font-weight:bold;
	padding:5px;
	color:#FFFFFF;
}



/* Section item */
.issue .section .sectionItem
{
	padding:10px 0 10px 0;
	border-bottom:1px dotted #CCCCCC;
}



/* Section item title */
.issue .section .sectionItem .title
{
	font-weight:bold;
}



/* Section item description */
.issue .section .sectionItem .description
{
	margin:0;
	padding:0;
}



/* Section item author */
.issue .section .sectionItem .author
{
	font-style:italic;
}



/* Page number */
.issue .section .sectionItem .pageNumber
{
	font-size:11px;
}
