/* These colours are just for Round Square House */
body {
	background: #F8EDED;
}

/* Drop shadow */
p#logo {
	background: url(/img/bg-logo-roundsquare.gif) no-repeat;
}
form, div#formcontainer {
	background: url(/img/bg-form-roundsquare.gif);
}
p#realise {
	background: url(/img/bg-realise-roundsquare.gif) no-repeat bottom;
}

/* Darkest tint */
#nav a, #nav em {
	background: #c00;
}
#nav a:hover {
	background: #510056;
}
#maincontent h1, #maincontent h2, #maincontent h3 {
	color: #c00;
}
#maincontent a, #houseinfo blockquote {
	color: #510056;
}

#maincontent h1 { 
	background: url(/img/bg-h1-roundsquare.gif) no-repeat bottom left;
}

/* Mid tint on nav */
	#nav ul ul a, #nav ul ul em {
		background: #E16B6B;
	}
	#nav ul ul {
		border-top: solid 0.5em #E16B6B;
		border-bottom: solid 0.5em #E16B6B;
	}
		/* Light tint on nav, etc */
		body, #nav ul ul ul, #nav ul ul ul a, #nav ul ul ul em, #houseintro, #houseinfo, div#gallery {
			background: #F8EDED;
		}
		#nav ul ul ul a, #nav ul ul ul em {
			color: #510056;
		}

/* Side nav bg */
div#wrap {
	background: url(/img/bg-wrap-roundsquare.gif) repeat-y left;
}

#houseintro, #houseinfo, #houseinfo img, div#gallery {
	border: solid 1px #EED5D5;
}

p#galthumb {
	border-color: #EED5D5;
}