/* This is the basic / CSS1 layout for www.scrapbook.melb.net as of February 2003
and is the style sheet used by older browsers such as IE4, Netscape4 and so on....

This style sheet is kept minimal to avoid redefinition of the selectors in complex.css,
feel free to steal this style sheet, though I don't know why you would want to.

Incase you're interested the font used in the header image is Depressionist Three
(http://fontz.ch/browse/ex/depressionistthree) and the torn paper effect was learnt
from a tutorial at http://www.myjanee.com/tuts/torn/torn.htm

matt attlee (matt at ausmusicscrapbook dot com)
*/

a {
	color : #0054A6;
	background-color : transparent;
	text-decoration : underline;
}


body {
	color : Black;
	background-color : White;
	background-image : url(/layout/basic/basic_bg.gif);
	background-repeat : no-repeat;
	padding-top: 80px;
	background-position : top left;
}

ul {
	list-style-type : square;
}

ul.alphabet {
	display : inline;
	list-style-type : none;
}

ul.alphabet li {
	display : inline;
}

.copyright {
	font-style : italic;
	text-align : center;
}

.searchword {
	background-color : #CC3300;
	color : White;
}

.hide {
  display : none;	
}


#Header .title {
  display : none;
}

#Navbar {
	font-weight : bold;
}

#Navbar ul {
	/* surprisingly inline lists seem to work in old browsers */
	display : inline;
	list-style : none;
}

#Navbar ul li {
	display : inline;
	text-indent : 10px;
}

a.strong {
	font-size: 1.1em;
	text-transform: uppercase;	
}

