/* NZSS website style sheet */
/* Revision history
2006-04-28 added submenu
2006-04-27 added media print
2006-04-26 created from original stylesheet.css
*/
html {
	background-color: black;
	color: white;
}
body {
	background-color: black;
	color: white;
	background-image: url("gfx/NZSSnew.gif");
	background-repeat: no-repeat;
	background-attachment: fixed;
  background-position: right bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	vertical-align: top;
}
/* override the default page table of contents recipe */
div.toc, div.tocfloat {
	background-color: transparent;
	color: white;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: small;
  margin-right: 1em;
  width: auto;
  width: 150px;
  max-width: 200px;
}
div.toc p, div.tocfloat p {
	display: none;
}
td {
	font-size: 100%;
}
table {
  vertical-align: top;
  margin: 0em;
  padding: 0em;
}
.h1, h1, .h2, h2, .h3, h3, .h4, h4 {
	font-style: italic;
	margin-bottom: 1em;
	margin-top: 1em;
	padding-top: 0em;
	padding-bottom: 0em;
	width: auto;
}
/* h1 needs same padding as .main */
.h1, h1 {
  font-size: 220%;
  text-align: right;
  margin-bottom: 0em;
  font-weight: 600;
}
.h2, h2 {
  font-size: 140%;
  background-color: inherit;
  color: Red;
}
.h3, h3 {
  font-size: 120%;
  color: Yellow;
}
.h4, h4 {
	font-size: 110%;
}
thead, th, caption {
	text-align: left;
}
strong, i {
	color: Red;
	background-color: transparent;
}
em, b {
	color: Yellow;
	background-color: transparent;
}
/* head image at the top of every page */
.headimg {
	padding : 0em;
	border: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0em;
	margin-bottom: 1em;
	height: 90px;
	width: 770px;
	z-index: -1;
}
img {
	border: none;
}
/* the main table */
/* .main needs same padding as h1 */
.main {
	margin: 0px;
	margin-top: 0em;
	padding: 0px;
	padding-right: 220px;
	vertical-align: top;
	width: auto;
}
/* site menu on left hand side of page */
.menu, .menu ul {
/* margin top matches h2 margin top */
   margin-top: 0.5em;
	padding-top: 0em;
	white-space: nowrap;
}
.menu li {
   padding-top : 0.3em;
	padding-bottom: 0.3em;
}
.menu a:visited {
	font-style: italic;
}
/* page submenu on right hand side of page */
.submenu {
	clear: right;
}
.submenu li {
  padding-top: 0.15em;
  padding-bottom: 0.15em;
}
/* the left column of the main table */
/* menu goes in here */
.left {
	width: 180px;
	vertical-align: top;
}
.centre {
	width: 100%;
}
/* the right column of the main table */
/* page table of contents (submenu) goes in here */
.right {
	width: 200px;
	vertical-align: top;
}
ul {
	margin-left: 0px;
	padding-left: 1.2em;
	list-style-type: disc;
}
a[href] {
	border-bottom: 1px dotted Yellow;
}
a:link {
	color: white;
	text-decoration: none;
	background-color: transparent;
}
a:visited {
	text-decoration: none;
	color: Silver;
	background-color: transparent;
}
a:hover {
	color: yellow;
	border-bottom: none;
}
a:active {
	text-decoration: none;
}
.menu a[href], .headimg a[href], .submenu a[href] {
	border-bottom: none;
}
.rightimg, .logoright {
	float: right;
	clear: right;
}
.data {
	vertical-align: top;
}
.boxed {
	border: 1px solid Silver;
}
.nowrap {
	white-space: nowrap;
	vertical-align: top;
}
.wcc, .wcn {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0.5 em;
	margin-top: 0.5em;
	display: block;
}

/* on clubs page */
.clublogo {
}
/* Styles used when NZSS pages printed. */
/* Menus and white space (margins, padding) are supressed. */
/* Background changed to white and text to black. */

@media print {
.left, .submenu, .noprint, .wcc, .wcn {
  display : none;
}
em, i, strong, b, 
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
html, #wikibody, body {
	background-color: white;
	color: black;
}	
body, .main {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
a:link, a:visited {
	color: black;
	background-color: transparent;
}
.menu a:visited {
	font-style: normal;
}
.menu, .menu ul {
	margin-top: 0.1em;
	white-space: normal;
}
.menu li {
  padding-top : 0.1em;
  padding-bottom: 0em;
}
/* reduce heading size for better printed look */
.h1, h1 {
	font-size: 150%;
	padding-right: 0px;
}
/* crop head image from left so it prints on page without truncating NZSS wording */
.headimg {
	margin-left: -80px;
	max-width: 770px;
}
}