/* "Barry Pearson". Style sheet for the non-photograph, non-paper pages. */

html {
	overflow-y: scroll;
}  /* 2010-01-06 - Forces scroll bar on RHS when not IE */
body {
	background: #333 url("../assets2009/background-darkgrey.png");
}
table.maintable, td, th {
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px;
}
table.maintable {
	background: #E3E3E3 url("../assets2009/table-background.png");
	border-right-color: #000000;
	border-bottom-color: #000000;
}
td, th {
	border-right-color: #666666;
	border-bottom-color: #666666;
}
h1, h2, h3 {
	color: #3E3E3E;
}
.head2 {
	color: #3E3E3E;
	font-size: 130%;
	font-family: Arial, Helvetica, sans-serif;
}
.head4 {
	color: #3E3E3E;
	font-weight: bold;
	font-size: 100%;
}
/* 500/700/info buttons in galleries */

a.photolink:link, a.photolink:visited, a.photolink:hover {
	font-size: 82%;
	font-family: Arial, Helvetica, sans-serif;
}
/* All links except buttons. Change when visited or hovered */

a:hover {
	color: #FF0000;
	background: #F0F0F0;
}
/* Button links. Don't change when visited */

a.button {
	padding: 3px 0;
	width: 99.9%;
	display: block;
}
a.button:link, a.button:visited {
	color: #0000FF;
	text-decoration: none;
}
a.button:hover {
	color: #FFFFFF;
	text-decoration: none;
	background: #360B0B url(../assets/button_background.gif);
}
/* Everything below is the same in "Barry Pearson" and "Birds & Animals" */

body {
	text-align: center;
}
img {
	border: 0;
}
hr {
	background-color: #777777;
	border: 1px solid #777777;
	width: 80%;
}
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 170%;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 8px;
}
h2 {
	font-size: 130%;
	font-weight: normal;
}
h3 {
	font-size: 100%;
	font-weight: bold;
}
table.maintable {
	width: 700px;
	text-align: left;
	margin: 0 auto;
}
th.title, td.title, h1.title {
	padding: 8px;
	text-align: center;
	color: #FF0000;
	font: italic lighter 170% "Times New Roman", Times, serif;
}
h2.separatecell {
	text-align: center;
	margin: 0;
	padding: 8px;
}
td > h1:first-child, td > h2:first-child, td > h3:first-child, td > p:first-child {
	margin-top: 0;
}
td.spacer {
	border: 0;
	padding: 0;
	width: 78px;
	height: 0;
	line-height: 0;
	font-size: 0;
}
/* Navigation buttons */

td.buttonup, td.buttondown {
	text-align: center;
	font: 82% Arial, Helvetica, sans-serif;
}
td.buttondown {
	color: #EE0000;
}
/* Styles for the thumbnails */

table.thumbs {
	width: 100%;
}
td.thumb {
	width: 125px;
	text-align: center;
	border: 0;
}
table.gallery {
	border-collapse: collapse;
	width: 100%
}
table.gallery td {
	padding: 6px;
	border: 0;
}
td.gallerycount {
	width: 20px;
	text-align: center;
}
/* Styles for content cells */

td.contentcell0 {
	padding: 5px;
}
td.contentcell4 {
	padding: 10px;
}
td.noborder, th.noborder {
	text-align: left;
	border: 0;
}
td.nobordercentre, th.nobordercentre {
	text-align: center;
	border: 0;
}
td.singleheightcell {
	text-align: center;
	height: 43px;
	padding: 2px;
}
td.mergedcell {
	text-align: center;
	padding: 0;
}
/* Styles for enhancing text */

span.thinktank1 {
	color: #EE0000;
}
table.instructions {
	border-collapse: collapse;
}
table.instructions td {
	padding: 4px;
	font-size: 82%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	border-width: 0;
}
img.centre, h2.centre, h3.centre, p.centre {
	text-align: center;
}
img.right, p.right {
	float: right;
	margin: 5px 0 5px 5px;
	clear: right;
}
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 {
}
span.species {
	font-style: italic;
}

div.centrewrapper {
	text-align: center;
}
table.centre {
	text-align: left;
	margin: 0 auto;
}
/* Styles for the administration panel at the bottom */

td.updated, td.copyright {
	text-align: center;
	padding: 2px;
	font: 82% Arial, Helvetica, sans-serif;
}

/* © Copyright Barry Pearson 2003 */
/* End */

