/*
Light blue background colour: #84BDF7
*/

* {
	margin: 0;
	padding: 0;
/*	outline: 1px dotted #CCCCCC; /* for debugging */
}

html {
/*	min-height: 101%; /* force scrollbar to always be onscreen in IE */ 
}

body, p, ul, td, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.25em;
}

body {
	background: url(pics/background.jpg) center top no-repeat; /* white band in image is 910px wide */
	width: 890px;
	margin: 0 auto;
	padding: 10px; /* page margin */
}

h1, h2, h3 {
	line-height: 1.5em;
}

h1 {
	font-size: 22pt;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

h2 {
	font-size: 16pt;
}

h3 {
	font-size: 12pt;
}

table, p, td, ul {
	margin-bottom: 1em;
}

dl, ul, ol {
	list-style-position: outside;
	margin-left: 2em;
}

li {
	margin-bottom: 0.25em;
}

dt {
	font-weight: bold;
	margin: 0.5em 0 0;
}

a {
	color: blue;
}

a.nonwhitebackground {
	color: white;
}

a.external {
	color: red;
	font-style: italic;
}

a.externalcomment {
	color: red;
	font-style: italic;
}

a:hover {
	color: green;
}
a:focus { 
	border: none;
	outline: none;
}

a.nonwhitebackground:hover {
	color: green;
}

input[type=submit], input[type=button] {
	margin: 2.5px;
	padding: 2.5px 5px;
}

#contentFullWidth {
	min-height: 390px; /* stop pages collapsing if little content */
	width: 890px;
	margin: 10px auto;
}

#contentReducedWidth {
	min-height: 390px; /* stop pages collapsing if little content */
	width: 728px;
	margin: 10px auto;
}

img {
	border: 0;
}
	
img.nomargin {
	margin: 0 !important;
}

#contentReducedWidth img, #contentFullWidth img {
	margin: 5px;
}

#contentReducedWidth td, #contentFullWidth td {
	padding: 5px;
}

#footer table {
	width: 100%;
}

table#belowfooter {
	margin-top: 10px;
}

div.imgleft {
	border: 0;
	clear: left;
	float: left;
	text-align: center;
	font-size: 8pt;
	padding: 5px 5px 5px 5px;
} 

div.imgright {
	border: 0;
	clear: right;
	float: right;
	text-align: center;
	font-size: 8pt;
	padding: 5px 5px 5px 5px;
} 

div.imgcenter {
	border: 0;
	clear: both;
	text-align: center;
	font-size: 8pt;
	padding: 5px 5px 5px 5px;
} 

.center {
	text-align: center;
}


.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.clearboth {
	clear: both;
}

.largetext {
	font-size: 16pt;
}

.smalltext {
	font-size: 8pt;
}

.smalltextwhite {
	font-size: 8pt;
	color: white;
}

.nonwhitebackground {
	color: white;
}

.errortext {
	background-color: red;
	color: white;
}

.successtext {
	background-color: green;
	color: white;
}

.error {
	color: red;
}

.blog {
	text-align: center;
}

.blog img {
	border: 0;
	margin: 0.5em;
}

#homepagecontainer {
	height: 350px;
}

#homepageleft {
	width: 50%;
	height: 100%; 
	float: left; 
	text-align: center;
}

#homepageleft img {
	max-width: 100%;
	max-height: 100%;
	margin: 0;
}

#homepageright {
	width: 50%; 
	height: 100%; 
	float: right; 
	text-align: center;
}

#homepageright ul li {
	display: block;
	font-size: 16px;
	line-height: 1.5em;
}

#usercomments {
	width: 728px;
	margin: 0 auto;
}

.userCommentHeader {
	clear: both;
	background-color: #84BDF7;
	color: white;
	padding: 5px 0;
	margin-top: 10px;
	text-align: center;
}

.userCommentId {
	color: black;
	background-color: #eeeeee;
	margin-top: 10px;
	padding: 0 5px;
}

.userCommentRow {
	padding: 5px;
}

div.photoalbum {
	width: 25%;
	float: left;
	text-align: center;
}

div.adleft {
	float: left;
	padding-right: 10px;
	margin-bottom: 1em;
}

div.adright {
	float: right;
	padding-left: 10px;
	margin-bottom: 1em;
}

div.adcentre {
	width: 100%;
	text-align: center;
	margin: 1em 0;
}


#header {
	width: 100%;
	background-color: #84BDF7;
}

a#logo {
	float: left;
}

div#tools {
	float: right;
	clear: right;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
}

div#search {
	float: right;
	clear: right;
	text-align: right;
	padding-right: 5px; /* already 5px padding around button */
}


div#breadcrumbs {
	clear: both;
	padding-left: 1em;
	font-size: 8pt;
	line-height: 20px;
}


