/* Styles for a paper */

body {
}
td > h1:first-child, td > h2:first-child, td > h3:first-child, td > p:first-child {
	margin-top: 0;
}
img {
	border: 0;
}
hr {
	height: 0;
	border-style: solid;
	border-width: 1px 0 0 0;
}
h1, h2, h3, h4 {
	font: bold 100% Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 160%;
}
h2 {
	font-size: 140%;
}
h3 {
	font-size: 120%;
}
a:hover {
	color: #f00;
	background-color: #fee;
}
#wrapper {
	border-style: solid;
	border-width: 1px;
}
#banner, #footer {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
}
#banner p, #footer p {
	padding: 0.5em 1em;
	margin: 0;
}
#content {
	padding: 0.5em 2em;
}
#bannertitle, #bannerauthor {
	font-size: 100%;
}
#bannerlinks, #footerlinks {
	font-size: 90%;
	border-width: 1px 0;
	border-style: solid;
}
#admin {
	width: 90%;
	margin: 0 auto;
}
#home {
	font-size: 90%;
}
#updated {
	float: left;
	font-size: 82%;
}
#copyright {
	float: right;
	font-size: 82%;
}
div.section {
	margin-left: 3em;
}
blockquote {
	font-style: italic;
}
ul {
	list-style-type: circle;
	padding: 0;
	margin: 0 0 0 3em;
}
ol {
	padding: 0;
	margin: 0 0 0 3em;
}
li {
	margin: 1em 0;
}
ul.linklist {
	list-style-type: none;
	margin: 0 0 0 2em;
}
ul.linklist li {
	margin: 0.5em 0;
}
ul.blocklist {
	list-style-type: none;
	margin: 0 0 0 2em;
}
ul.blocklist li {
}
table.widevisible1 {
}
table.widevisible1 td, table.widevisible1 th {
	padding: 0.5em;
	vertical-align: top;
	border: solid 1px #777777;
}
table.widevisible1 th {
	font: bold 90% Arial, sans-serif;
}
div.mediuminvisible1 {
	text-align: center;
}
table.mediuminvisible1, table.mediuminvisible2 {
	text-align: left;
	width: 80%;
	margin: 0 auto;
}
table.mediuminvisible1 td, table.mediuminvisible1 th {
	padding: 0.5em;
	vertical-align: top;
}
table.mediuminvisible2 td, table.mediuminvisible2 th {
	padding: 0.1em;
	vertical-align: top;
}
table.mediuminvisible1 th, table.mediuminvisible2 th {
	font: bold 90% Arial, sans-serif;
}
table.defaulttop {
}
table.defaulttop td, table.defaulttop th {
	vertical-align: top;
}
p.quote {
	margin: 1em 0 0 0;
}
p.quotee {
	margin: 0;
}
img.centre {
	text-align: center;
}
p.centre {
	text-align: center;
}
img.right {
	float: right;
	margin: 1em 0 1em 1em;
}
p.right {
	float: right;
	margin: 1em 0 1em 1em;
}
div.endboth {
	clear: both;
	line-height: 0;
}
div.endright {
	clear: right;
	line-height: 0;
}
div.endleft {
	clear: left;
	line-height: 0;
}
/* Styles for enhancing text */

div.quotequery1 {
	font-style: italic;
	background: #fdd;
	padding: 4px;
}
.quotequery2 {
	font-style: italic;
	background: #fdd;
}
.unimportant {
	color: #333;
}
.emphasis {
	color: #f00;
}
.assertion {
	color: #080;
	font-style: italic;
}
.joke {
	color: #090;
}
p.emphasis {
	color: #f00;
	text-align: center;
}
p.assertion {
	color: #080;
	font-style: italic;
	text-align: center;
}
p.joke {
	color: #080;
	text-align: center;
}
/* Styles emulating external styles */

.pink {
	color: #f0f;
}
.green {
	color: #090;
}
.blue {
	color: #00c;
}
.underline {
	text-decoration: underline;
}
/* Styles for sidenotes */

div.sidenote {
	float: right;
	clear: right;
	width: 30%;
	margin: 0.5em 0 0.5em 1em;
	padding: 1em;
	border-style: solid;
	border-width: 1px;
}
div.sidenote blockquote {
	margin: 1em 0 0 0;
}
div.sidenote ul.linklist {
	margin: 0;
}
div.sidenote li {
	margin: 0.4em 0;
}
div.sidenote > p:first-child {
	margin-top: 0;
}
/* Styles for the index page */

#index {
	text-align: center;
	margin: 0;
	padding: 0;
}
#index #columntable {
	margin: 0 auto;
	text-align: left;
}
#index #columncell {
	width: 700px;
	padding: 0.5em;
}
#index h1 {
	font-size: 130%;
	text-align: center;
	margin: 0;
}
#index h2 {
	font-size: 110%;
	font-style: italic;
	text-align: center;
	margin: 0;
}
#index h3 {
	font-size: 100%;
	margin: 0;
}
#index #author, #index #publicationdate {
	text-align: center;
	margin: 0.4em 0;
}
#index #contentslist {
	margin: 0.7em 0 1em 2em;
}
#index #contentslist li {
	list-style-type: none;
	margin: 0.2em 0;
	padding: 0;
}
/* Styles for colour schemes (just blueyellow so far) */

#blueyellow {
	background: #0B0B36 url("dark_blue.gif");
}
#blueyellow hr {
	border-color: #770;
}
#blueyellow h1, #blueyellow h2, #blueyellow h3, #blueyellow h4 {
	color: #770;
}
#blueyellow #wrapper {
	background: #ffb;
	border-color: #000;
}
#blueyellow #content {
	background: #fff;
}
#blueyellow #bannerlinks, #blueyellow #footerlinks {
	border-color: #770;
}
#blueyellow div.sidenote {
	border-color: #770;
	background: #ffb;
}
#blueyellow #index {
	background: #fff;
}

/* Change to fixed width, 2009-12-15 */
html {
	overflow-y: scroll;
} /* Forces scroll bar on RHS when not IE */
body {
	background: #333 url(../assets2009/background-darkgrey.png)!important;
}
#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
/* © Copyright: Barry Pearson 2004 */
/* End */

