/* Start master stylesheet test */

/* ---------- So what do I want under the universal selector? ---------- */

* {
	margin: 0;
	padding: 0;
}

/* ---------- And what do I want to specify separately? ---------- */

body {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: black;
	background-color: white;
	line-height: 1.2;
}

img {
	border: 0;
}

h1, h2, h3, h4, h5, h6, th, strong {
	font-weight: bold;
	background-color: transparent; 
}

h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote, pre {
	margin: 1em 0;
}

/*
table, form {
	margin: 1em 0;
}
*/

blockquote {
	margin-left: 3em;
}

em, cite {
	font-style: italic;
}

pre, tt {
	font-family: "Courier New", Courier, monospace;
}

/* ---------- Standard a:stuff to over-ride ---------- */

a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
	background-color: transparent;
}

a:link {
	color: #0000ff; 
}

a:visited {
	color: #800080; 
}

a:hover, a:active {
	color: #ff0000; 
}

/* ---------- Grouping all the list specifics together ---------- */

ol, ul {
	list-style-position: outside;
}

ol {
	list-style-type: decimal;
}

ul {
	list-style-type: disc;
}

ul ul {
	list-style-type: circle;
}

ul ul ul {
	list-style-type: square;
}

li {
	margin-left: 3em;
}

/* ---------- Most experimental form stuff removed for now! ---------- */


/* ========== End master stylesheet, start petestack-specific styles ========== */

body {
	background-color: #f6f6f6;
	margin: 2% 5%;
	font-size: 14px;
}

div#page {
	position: relative;
	width: 100%;
	top: 0;
	padding-bottom: 1em;
}

h1 {
	font-family: Georgia, "Lucida Bright", "Lucida Fax", "Trebuchet MS", Verdana, sans-serif;
	color: #000080; 
	font-size: 28px;
	margin: 0.6em 0;
}

h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: #000080;
	font-size: 18px;
}

/* ---------- Reset the a:stuff from master stylesheet ---------- */

a:link, a:visited {
	color: #000080; 
}

a:hover, a:active {
	color: #ff0000; 
}

/* ---------- List styles for main (top) menu ---------- */

ul#menu {
	position: relative;
	width: 100%;
	height: 92px;
	margin: 0;
	list-style: none;
	border-top: 6px solid navy;
}

ul#menu li {
	position: absolute;
	width: 10.1%;
	margin-left: 0;
	text-align: center;
	background: transparent;
}

ul#menu li img {
	width: 60px;
	height: 60px;
	margin: 4px 0;
}

ul#menu a:link, ul#menu a:visited {
	color: #ffffff;
	text-decoration: none;
}

ul#menu a {
	display: block;
	cursor: pointer;
}

ul#menu span {
	display: block;
	width: 100%;
	font-weight: bold;
	font-size: 10px;
	vertical-align: bottom;  
	color: #ffffff;
	background-color: navy;
	padding: 5px 0;
}

ul#menu a:hover {
	background: white;
}

ul#menu a:hover span {
/*	position: relative;
	top: 10px; */
	margin-top: 10px;
}

/* ---------- List styles for sub-menus ---------- */

ul.submenu {
	list-style: none;
	font-size: 12px;
}

ul.submenu li {
	display: inline;
	margin-left: 0;
}

ul.submenu a:link, ul.submenu a:visited {
	color: #000080;
	text-decoration: none;
}

ul.submenu a:hover {
	color: #ff0000;
	text-decoration: underline;
}

/* ---------- Image display styles ---------- */

div.left, div.right, div.centre {
	background-color: #ffffff; 
	padding: 16px;
	margin-bottom: 8px; 
}

div.left {
	margin-right: 16px;
	float: left;
}

div.right {
	margin-left: 16px;
	float: right;
}

div.centre {
	overflow: auto;
	text-align: center;
}

div.caption {
	color: #000080;
	font-size: 12px;
	font-style: normal;
	text-align: center;
	background-color: transparent; 
	margin-top: 4px;
}

/* ---------- Some form styles worth trying? ---------- */

form * {
	vertical-align: middle;
}

form input:hover, textarea:hover {
	color: navy;
	background: white;
}
/*
input[type="submit"] {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	color: white;
	background: navy;
}
*/
input:focus, textarea:focus {
	background: white;
	color: navy;
}

/* ---------- Table styles ---------- */

table, td {
	border: thin solid #cccccc;
}

caption {
	font-size: 12px;
}

th {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	color: #ffffff; 
	background-color: #000080; 
}

th, td {
	text-align: left;
	vertical-align: top;
	padding: 4px;
}

td {
	font-size: 12px;
	background: white;
}

table#corrected td, table#portstable td {
	text-align: right;
}

td.old1 {
	background: #ccffff;
}

td.old2 {
	background: #ccffcc;
}

td.old3 {
	background: #ccccff;
}

td.old4 {
	background: #ffffcc;
}

td.old5 {
	background: #ffcccc;
}

td.old6 {
	background: #00ff00;
}

td.old7 {
	background: #ff3300;
}

/* ---------- Miscellaneous Petestack styles ---------- */

.root, .whatsnew, .sitemap, .climbing, .running, .kinloch, .web {
	background: url(http://www.petestack.com/images/paper.jpg);
}

.gallery {
	background: url(http://www.petestack.com/images/papercam.jpg);
}

.music {
	background: url(http://www.petestack.com/images/paperclef.jpg);
}

.sailing {
	background: url(http://www.petestack.com/images/papersail.jpg);
}

.stavescore {
	width: 100%;
	height: 520px;
}

.pagescore {
	width: 100%;
	height: 704px; 
} 

#petestack {
	color: navy;
	font-weight: bold;
}

.footnote, .email, .validator, .below {
	margin-top: 1em;
	padding: 1em 0 0 0;
	border-top: 6px solid navy;
}

.footnote, .email, .below {
	clear: both;
}

.email, .validator {
	margin: 2em 0 4em 0;
}

.email {
	width: 70%;
	float: left;
}

.validator {
	width: 30%;
	float: right;
	text-align: right;
}

.validator img {
	width: 88px;
	height: 31px;
}

hr {
	border: 3px solid navy;
}

.strike {
	text-decoration: line-through;
}

.navy {
	color: #000080; 
	background-color: transparent;
}

.navy2 {
	font-family: Verdana, sans-serif;
	font-size: 13px; 
	color: #000080; 
	background-color: transparent;
}

.teal {
	color: #008080; 
	background-color: transparent;
}

.pb41 {
	color: green;
}

.pb42 {
	color: blue;
}