/* "Barry Pearson" style - "information". (Style sheet for photography information pages) */

body {
	background: #360B0B url("page_background.gif");
}
td > h1:first-child, td > h2:first-child, td > h3:first-child, td > p:first-child {
	margin-top: 0;
}
h1, h2, h3 {
	color: #360B0B;
	font: 100% normal Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 170%;
	text-align: center;
	margin: 0;
	padding: 8px;
}
h2 {
	font-size: 130%;
}
h3 {
	font-weight: bold;
}
img {
	border: 0;
}
hr {
	height: 0;
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #360B0B;
}
/* All links except buttons. Change when visited or hovered */

a:hover {
	color: #FF0000;
	background-color: #FFF0F0;
}
/* Styles for the photograph area */

#photoarea {
	width: 100%;
	background: #E5E5E5 url("table_background.gif");
	text-align: center;
	padding: 10px 0;
}
#photoarea table {
	margin: 0 auto;
	border-collapse: collapse;
}
#photoarea td {
	text-align: center;
	padding: 0 4px;
}
h4 {
	font-weight: bold;
	color: #3E3E3E;
}
/* Styles for the description area */

#description {
	width: 100%;
	background: #fff;
}
table.details {
	width: 100%;
}
table.details td {
	vertical-align: top;
	padding: 4px;
	border: 1px solid #999;
}
#processing {
	padding: 8px;
}
ul.features {
	list-style-type: none;
}
/* 500/700 buttons */

a.photolink:link, a.photolink:visited, a.photolink:hover {
	font-size: 82%;
	font-family: Arial, Helvetica, sans-serif;
}
/* Styles for the administration panel at the bottom */

table.foot {
	width: 100%;
	background: #E5E5E5 url("table_background.gif");
}
td.updated, td.links, td.copyright {
	text-align: center;
	padding: 4px;
	font-size: 82%;
	font-family: Arial, Helvetica, sans-serif;
}
td.updated, td.copyright {
	width: 40%;
}
td.links {
	width: 20%;
}

/* © Copyright Barry Pearson 2004 */
/* End */

