/* Stylesheet for photographs not in galleries. */

/* Generic styles */
html {
	overflow-y: scroll;
} /* Forces scroll bar on RHS when not IE */
body {
	text-align: center;
	font: 80% Arial, Helvetica, sans-serif;
	margin: 0;
}
img {
	border: solid 10px #fff;
	margin: 30px auto;
}
img.noborder {
	border: none 0;
}
img.thinborder {
	border: solid 1px #fff;
}

/* Styles for the administration area at the bottom */
#admin {
	font: 80% Arial, Helvetica, sans-serif;
	color: #bbb;
	clear: both;
	padding: 20px;
	text-align: center;
	width: 500px;
	margin: 20px auto 0 auto;
}
div.lefttransparent-third {
	width: 250px;
	float: left;
}

/* Styles for photo pages with default colour scheme - currently black */
body {
	background: #333 url("background-darkgrey.png");
}
body, body a:link, body a:visited {
	color: #ccc;
}
body #homelink a:link, body #homelink a:visited, body #copyright {
	color: #777;
}
body a:hover, body #homelink a:hover {
	color: #000;
	background-color: #fff;
}

/* © Copyright Barry Pearson 2010 */
/* End */
