﻿/* online article style for Vector */

body {
	background: white;
	color: #333;
	font-size: small;
	line-height: 1.4em;
}

/* type */
body, .plain
	{font-family: Palatino, "Book Antiqua", "Times New Roman", Times, serif}
code, pre, .apl 
	{font-family: "APL385 Unicode", "Andale Mono", "Arial Unicode MS", monospace}
h1.prefix, td.th, th, .crumbs 
	{font-family: Helvetica, Arial, swiss, sans-serif}
tt, .tt 
	{font-family: "Courier New", Courier, monospace}

/* links */
a {
	color: #069;
	text-decoration: none;
}
a img {border: none}
a.in {color: inherit}

blockquote {
	font-size: 90%;
	line-height: 1.3em;
	margin: 1.2em 2em;
}
caption {
	font-size: 90%;
	font-style: italic;
}
code {
	font-style: normal;
	white-space: nowrap;
}

/* headings */
body {counter-reset: chapter}
h2:before {counter-increment: chapter}

h1 {
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 0 0 0.3em 0;
	text-align: center;
}
h1.prefix {
	color: gray;
	font-size: 60%;
	margin-top: 3em;
	text-transform: uppercase;
}
h1.subtitle {
	font-size: 100%;
	margin: 0 0 0.3em 0;
}
h1.author {
	font-size: 100%;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 3em 0;
}
h2 {
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 1.3em 0 0.3em 0;
}
h3 {
	font-size: 1em;
	margin: 1.3em 0 0.3em 0;
}

p {text-align: justify}
ol, p, ul, table, .block {margin: 0 0 0.8em 0}

img.major {
	border: 1px solid #AAA;
	display: block;
	margin: 1em auto;
}
/* special paragraph styles */
p.attribution {						/* source attribution following a quotation, inside blockquote */
	font-style: italic;
	margin-top: -0.8em;			/* nullify preceding bottom margin */
	text-align: right;
}
p.caption {								/* to contain an image */
  font-size: 85%;
  font-style: italic;
  padding-bottom: 1em;
  text-align: center;
}
p.ednote {								/* editorial note above an article */
	font-size: 85%;
	line-height: 1.4em;
	margin: 0 5em 2em 5em;
}
p.epigraph {							/* epigraph */
	font-size: 90%;
	font-style: italic;
	margin: 0 0 1.5em 20em;
	text-align: left;
	width: 23em;
}
p.verse {									/* verse */
	font-style: italic;
	text-align: left;
}


/* lists */
li {margin: 0 0 0.3em 0}
ol {padding-left: 1.5em}
ul {padding-left: 1.5em}

pre {
	font-size: 85%;
	margin: 0 0 0.8em 2em; /* allow for all pre elements beginning and ending with a line break */
}

td, th {padding: 0 1em 0 0}
td {
	text-align: right;
	vertical-align: top;
}
th {vertical-align: bottom}
td.th, th {
	color: #777;
	font-size: 80%;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
}
table.bdr {padding: 1em}

tt {white-space: nowrap}


.apl {white-space: pre}
.bdr {border: 1px solid #AAA}
.block {display: block}
.centred {
	margin-left: auto;
	margin-right: auto
}
.clear {clear: both}

.crumbs {
	background: url(../icons/vector.png) no-repeat 0 1px;
	font-size: 80%;
	min-height: 18px;
	padding-left: 20px;
}
.cbtm {
	border-top: 1px solid #CCC;
	margin: 4em 0 0 0;
}
.ctop {
	border-bottom: 1px solid #CCC;
	margin: 0 0 4em 0;
}

.fleft {
	float: left;
	margin: 0 2em 0.5em 0;
}
.fright {
	float: right;
	margin: 0 0 0.5em 2em;
}
.highlight {
	background-color: yellow;
	padding: 1px 2px;
}
.math {white-space: nowrap}
.small {font-size: 80%}
.smallcaps {
	font-size: 85%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

#wrapper {font-size: 110%}
#references {font-size: 90%}

/* contents pages */

#logo {
	background: #005294 url(vec.gif) no-repeat 10px 10px;		/* default background */
	color: #005294;																					/* default logo type colour */
	padding: 75px 10px 10px 10px;
}
#logo .liner {background: white}
#logo p#volume {
	font-size: 120%;
	line-height: 1.4em;
	text-align: left;
}
#logo ul {padding-left: 1em}

#contents h1 {margin: 1em 0}

#contents caption {
	font-style: normal;
	font-weight: bold;
	margin: 0 0 0.3em 0;
	text-align: left;
}
#contents td {
	padding-bottom: 0.5em;
	text-align: left;
}
#contents td.ttl {padding-right: 1em}
