/* CSS Document for UWA Music Website */

body {
  font-family:verdana,geneva,helvetica,arial,sans-serif;
  color: #333366
}

div#menu {
  background-color: #CCCCCC;
  color: #000000;
  width: 0px;
  border: 0px solid #CCCCCC;
}
	
div#menu a {
  background-image: url('b1.gif');
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  width: 209px;
  height: 19px;
  padding: 2 30 0 0px;
}

div#menu a:hover, div#menu a:active {
  background-image: url('b2.gif');
}


p.increase {line-height: 1cm}
p.thick {font-weight: bold}

h1 {color: #993399; font-size:1.4em;}
h2 {font-size:1.2em; line-height:-1cm}
h3 {color: #336699; font-size:1.1em; line-height:0.5cm}
h4 {line-height:0.6cm}

ul.disc {
  list-style-type: disc
}


img.rightside {
height: 211px;
width: 137px
}

img.topstrip {
height: 47px;
width: 100%
}

img.bottom {
height: 126px;
width: 444px
}

img.photo {
height: 117px;
width: 104px
}

/*** begin awright *************************************/
/* Classes for controlling elements KitchenSink forces */
h5 {
	display: block;
	font-weight: bold;
}

td#site_map_cell {
	background-color: #cccccc;
	width: 209px;
	text-align: right;
	padding: 0px;
}

/* Give the top level menu links nice backgrounds */
td#site_map_cell a.sidenav_link, td#site_map_cell a.sidenav_current {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;

	margin-top: 0.5em;       /* Pull the next element up a bit to compensate */
	margin-bottom: -0.5em;   /* for the <br> MySource forces upon us         */
	padding-right: 20px;
	padding-bottom: 4px;
	
	width: 189px;
	background-image: url('./?f=11890');
	color: #000000;
	font-weight: bold;
	background-position: bottom right;
	background-repeat: no-repeat;
}

/* Don't want the stalks *quite* that close */
td#site_map_cell a.sidenav_current {
	margin-bottom: -0.2em;
}

td#site_map_cell a.sidenav_link:hover, td#site_map_cell a.sidenav_current:hover {
	background-image: url('./?f=11891');
	color: #000000;
	background-position: bottom right;
	background-repeat: no-repeat;
}

td#site_map_cell a.sidenav_link:active, td#site_map_cell a.sidenav_current:active {
	background-image: url('./?f=11891');
	background-position: bottom right;
	background-repeat: no-repeat;
}

/* We would just use child selectors above but for IE6's incompatibility.. */
td#site_map_cell td a.sidenav_link, td#site_map_cell td a.sidenav_current,
td#site_map_cell td a.sidenav_link:link, td#site_map_cell td a.sidenav_current:link,
td#site_map_cell td a.sidenav_link:hover, td#site_map_cell td a.sidenav_current:hover,
td#site_map_cell td a.sidenav_link:active, td#site_map_cell td a.sidenav_current:active {
	background-image: none;
	margin: 0px;
	padding: 0px;
}



/* Hide from Netscape 4 from here on out */ /*/*/
td#centre_column {
	width: 24px;
	background-image: url(./?f=11892);
	background-position: top left;      /* Hiding from NS4 because it    */
	background-repeat: no-repeat;       /* won't unerstand the no-repeat */
}

td#footer_cell {
	padding: 0px;
}

.site_map_cell img {
	visibility: hidden;
}

td#header_navbar_cell {
	height: 3em;
}

td#body_cell {
	padding-top: 2em;
}
