/* ACADEMIC THEME */
@import url(/m/mpubs/styles/footer.legacy.css);
/* sets the margins & padding for all elements to 0, so each can be spaced individually */
* {
	margin: 0;
	padding: 0;
}



/* classes to allow you to set any element to float right or left */
.right {
	float: right;
	margin: 0 0 0 10px;
}

.left {
	float: left;
	margin: 0 10px 0 0;
}



/* main page sections top to bottom: colors and placement  */

div#wrapper /* wraps up all the page elements */ {
	width: 100%; /* width of the browse window the site takes up... */
	max-width: 960px; /* ...up to 960px... */
	min-width: 600px; /* ...and no less than 600px */
	margin: 10px auto; /* centers content on the page */
}

div#masthead /* logo image or publication title (h1) */ {
	width: 100%; /* takes up the width of the wrapper */
	max-width: 960px; /* ...up to 960px... */
	min-width: 600px; /* ...and no less than 600px */
	margin-bottom: 1em;
	border-bottom: 1px solid #5c4d3a;
}

div#main /* main page content */ {
	width: 79%; /* width taken up within wrapper */
	float: right;
	margin-bottom: 1em; /* puts some space between the main content and footer */
}

div.feature /* list of current issue articles, TOC sections, or other feature info inside div#main */ {
	display: block;
	float: right;
	clear: right;
	margin: 10px 0 10px 10px;
	max-width: 400px; /* feature block won't take up any more than 400px wide */
	border-bottom: 1px solid #5c4d3a;
}

div#sidebar /* sidebar navigation, search, browse, and links */ {
	width: 20%; /* width taken up within wrapper */
	float: left;
	margin-bottom: 1em; /* puts some space between the sidebar and footer */
}

div.sidesection /* grouping of elements in the sidebar */ {
	margin-bottom: 1em;
}

div#footer /* page footer */ {
	display: block;
	clear: both;
	height: 100px;
	padding: 10px;
	border-top: 1px solid #5c4d3a;
}

div.footleft /* lines up with sidebar */ {
	display: block;
	width: 25%;
	float: left;
}

div.footright /* lines up with main body */ {
	display: block;
	width: 75%;
	float: right;
}



/* typography and general colors */
body {
	background: #fff;
	color: #5c4d3a;
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	font-size: 1em;
}

h1, h2, h3, h4 /* sets the font for all headers */ {
}

h1 /* publication title */ {
	font-size: 3em;
	text-align: center;
	font-style: italic;
}

h2 /* page title */ {
}

h3 /* subheader */ {
	margin: 0 0 6px 10px;
}

div#sidebar h3 /* sidebar subheaders */ {
	margin: 10px 0 6px 10px;
}

h4 /* sub-subheader */ {
	margin: 0 0 0 10px;
}

p /* paragraph text */ {
	margin: 6px 10px 16px 10px;
	font-size: 0.9em;
}

p.issn /* ISSN and related numbers */ {
	margin-bottom: 0;
}

p.spoinfo /* "...is a product of SPO and DLXS..." */ {
	margin-bottom: 0;
}

span.highlight /* highlighted text */ {
	font-weight: bold;
	}

span.title {
	font-style: italic;
	}


ul /* unnumbered lists */ {
	list-style: none; /* lists won't have bullets by default */
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 6px 10px 16px 10px;
}

ul li /* unnumbered and ordered list elements */ {
	margin-bottom: 0.4em;
}

ul.bulleted /* a bulleted list */ {
	list-style: disc;
	margin: 6px 10px 14px 40px;
}

ol /* a numbered list */ {
	margin: 6px 10px 16px 44px;
	font-size: 0.9em;
	line-height: 1.2em;
}

ol li /* numbered list element */ {
	margin-bottom: 0.4em;
}

div.feature ul li, div.feature ul li {
	line-height: 1em;
	margin-bottom: 0.8em;
}

div#sidebar ul, div#sidebar ol {
	margin: 6px 0 14px 10px;
	font-size: 1em;
}

div#footer {
	font-style: italic;
}



/* links */
a {
	color: #336699;
	font-weight: bold;
	text-decoration: none;
}

a img /* linked images */ {
	border: 0;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}


/* images and embedded media */
img, object {
	margin: 10px;
}

img.icon {
	margin: 0; /* margin for RSS and other icons */
}

.caption {
font-size: .7em;
width: 350px;
margin: 6px 10px 16px 10px;
float: right;
font-family: "Arial", sans-serif;
font-style: italic;
}


td {
width: 50px;
border-collapse: collapse;
padding: 0em 0em 0em 1em;

}

.year {
font-style: italic;
}
