/* Default style for the Trawna Publications site.  This file contains only
   styles considered to be safe for old browsers, such as Netscape 4.
   Inspired by too many sources to list here.  Thanks to everyone in
   comp.infosystems.www.authoring.stylesheets.
*/

/* Basic body text */
body {
	margin:0;
	padding:0;
	color:black;
	background-color:#cdf;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	font-family:sans-serif;
	color:#000080;
	background-color:transparent;
}
h1 {
	margin-top:0;
}

/* Links */
a:link {
	color:#663;
	background-color:transparent;
}
a:visited {
	color:#366;
	background-color:transparent;
}

/* Emphasis */
strong {
	color:#c55;
	background-color:transparent;
}

/* Various general purpose */
.title {
	text-decoration:underline;
}
.small {
	font-size:80%;
}
.wide {
	margin-top:1em;
	margin-bottom:1em;
}
.close {
	margin-top:0;
	margin-bottom:0;
}
.centre {
	text-align:center;
}
.invisible {
	display:none;
}

.quote {
	padding:0 3em;
}
#Content>p.quote:first-letter {
	font-size:100%;
}

#Header {
	height:80px;
	margin:0;
	padding:0 0 0 40px;
	background-image:url(/graphics/leftborder.jpg);
	background-repeat:repeat;
}
#Header a {
	font-size:250%;
	font-family:"BankGothic Md BT", arial, helvetica, sans-serif;
	color:white;
	background-color:transparent;
	text-decoration:none;
}

#Wrapper {
	margin:0;
	padding:0;
}

#Content {
	margin:1em;
	padding:1em;
	width:auto;	/* Netscape 4 botches printing without this */
	color:black;
	background-color:white;
	border:1px inset #555;
}

/* Content paragraphs */
#Content>p {
	text-indent:0;
	margin-top:1em;
}

#Menu {
	margin:0;
	padding:1em;
	font-family:arial, helvetica, sans-serif;
}

#Menu a {
	color:#555;
	background-color:transparent;
}
#Menu a:hover {
	color:#888;
	background-color:transparent;
}

#Menu ul {
	margin:0;
	padding:0;
	border-bottom:1px solid #555;
}
#Menu li {
	margin:0;
	padding:0;
	color:#555;
	background-color:transparent;
	border-top:1px solid #555;
}

#Footer {
	text-align:center;
	margin:0 1em;
	border:1px solid #cdf; /* Netscape 4 renders more reliably with a border */
}

/* This changes the colour of the link for the current page in the menu, and
   hides the hover effect.  Hiding the hover makes it look less like a link,
   which I think is a good thing in this particular instance.
*/
.body-web #Menu #li-web,
.body-web-benefits #Menu #li-web-benefits,
.body-web-principles #Menu #li-web-principles,
.body-dev #Menu #li-dev,
.body-admin #Menu #li-admin,
.body-trawna #Menu #li-trawna,
.body-gallery #Menu #li-gallery,
.body-contacts #Menu #li-contacts,
.body-disclaimer #Menu #li-disclaimer,
.body-default #Menu #li-default
{
	color:#c00;
	background-color:transparent;
	font-weight:bold;
}
