@font-face {
   font-family: "BrianJames";
   src: url(BrianJames.ttf) format("truetype");
}
@font-face {
   font-family: "KalenderblattGrotesk";
   src: url(KalenderblattGrotesk.ttf) format("truetype");
}
body
{
	background: url('/australia-dreaming/images/stripe.jpg') repeat-x left top #c0e2e1;
	padding: 0;
	margin: 0;
   font-family: "Trebuchet MS", "Helvetica", "Arial", sans-serif;
}
h1#header
{
	padding: 0;
	margin: 0;
	height: 340px;
}
h1#header img
{
	float: right;
}
h2, h3, h4
{
	color: #fff;
}
#content
{
	position: absolute;
	top: 360px;
	left: 19em;
	background-color: #12b1b2;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 0.5em;
   margin-right: 2em;
}
#menu
{
	position: absolute;
	top: 280px;
	left: 5em;
	background-color: #916393;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	width: 10em;
	padding: 1em;
	list-style: none;
}
#menu li
{
	list-style: none;
	margin-bottom: 0.25em;
}
#menu li a
{
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 0.5em;
	border: thin solid #fff;
}
#menu li a:hover
{
	border: thin solid #12b1b2;
}
#menu li.home a
{
	background-color: #12b1b2;
}
#menu li.conversations a
{
	background-color: #dc272f;
}
#menu li.ageing a
{
	background-color: #f8e129;
	color: #682a72;
}
#menu li.queens a
{
	background-color: #f8e129;
	color: #682a72;
}
#menu li.other a
{
	background-color: #682a72;
}
#menu .current
{
	font-style: italic;
}
h2
{
   font-family: "KalenderblattGrotesk", sans-serif;
}
#dates, #details
{
   border-collapse: collapse;
   border-color: #fff;
   float: right;
   clear: right;
   margin-top: 1.5em;
   margin-right: 1.5em;
   width: 40%;
}
#dates td, #details td
{
   padding: 0.25em;
}
#dates a
{
   color: #fff;
}
#blurb
{
   float: left;
   width: 50%;
   background: url('/australia-dreaming/images/clare.png') no-repeat 40px;
}
caption
{
   display: none;
}
#beliefs
{
   clear: both;
}
#details
{
   border: none;
}
#details th
{
   color: white;
   vertical-align: top;
   text-align: right;
   padding-right: 0.25em;
}
blockquote p
{
   font-style: italic;
}
cite
{
   font-style: normal;
}
cite img
{
	float: left;
	margin: 0 0.5em 0 0 ;
}
#beliefs h4
{
	clear: both;
	padding-top: 1em;
}
#beliefs .past
{
	color: #b3d5d6;
}
#beliefs .past h4
{
	color: #b3d5d6;
}
#previous
{
	clear: both;
	padding: 1em 0;
}

