/*
 Copyright © 2007 Ned Martin
 http://copyright.the-i.org
 
 the-i.org
*/

a {
	background-color: transparent;
	color: #173A74;
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	background-color: transparent;
	color: #30C0FF;
	cursor: pointer;
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}
body {
	background: url(pics/_bg-light.jpg) #FFFFFF repeat fixed;
	color: #173A74;
	cursor: default;
	font: 10pt "Courier New", Courier, monospace;
	margin: 0px;
	padding: 5px;
	text-align: center;
}
div.w3c {
	text-align: right;
}
div.w3c a {
	border: 0px none;
	display: block;
	float: right;
	height: 31px;
	margin: auto;
	position: relative;
	text-decoration: none;
	width: 88px;
}
div.w3c iframe { /* Google referrer image */
	float: right;
	height: 31px;
	margin-right: 5px;
}
div.w3c a#valid-css {
	background: url(pics/valid-css.gif) no-repeat center center;
}
div.w3c a#valid-xhtml {
	background: url(pics/valid-xhtml11.gif) no-repeat center center;
}
div.w3c a:hover#valid-css {
	background: url(pics/valid-css-i.gif) no-repeat center center;
}
div.w3c a:hover#valid-xhtml {
	background: url(pics/valid-xhtml11-i.gif) no-repeat center center;
}
form {
	margin: 2px 0px;
	text-align: left;
}

/* Link Buttons */
p.links {
	background: url(pics/_trans.gif) repeat;
	border: 1px #173A74 dashed;
	position: fixed;
	top: 5px;
	left: 5%;
	width: 90%;
	z-index: 3;
	padding: 0;
	margin: 0;
}
p.links:hover {
	border-style: solid;
	background: #FFFFFF;
}
p.links a span.access-key {
	text-decoration: underline;
}
hr {
	background: transparent url(pics/_trans.gif) repeat;
	color: transparent;
	border: 1px #173A74 dashed;
	height: 1em;
	width: 90%;
}
img {
	background-attachment: scroll;
	background-image: url(pics/_loading.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border: 1px dashed #6C90AC;
	padding: 4px;
}
img:hover {
	border-style: solid;
}
input {
	background: transparent;
	border-color: #173A74;
	border-style: none;
	color: #173A74;
	font: 8pt "Courier New", Courier, monospace;
	margin: 0;
}
input#author {
	border-bottom: 1px dashed;
	width: 18%;
}
input#comment {
	border-bottom: 1px dashed;
	width: 68%;
}
input#author:hover, input#comment:hover {
	border-bottom-style: solid;
}
input#submit {
	border-bottom: 1px solid;
	width: 10%;
	cursor: pointer;
}
input#submit:hover {
	background: #173A74;
	color: #FFFFFF;
}
h1.header { /* spacer */
	visibility: hidden;
	margin: 0;
	height: 30px;
}
p.index-images img { /* image borders on index pages */
	margin: 1px;
}
p.index-images a:hover img {
	border: 1px solid #173A74;
}
.aligncenter {
	text-align: center;
}
.alignleft {
	text-align: left;
}

/* Classes */
.alignright {
	text-align: right;
}
.b-cell {
	/* old border colour: #7EFFFF */
	background: url(pics/_trans.gif) repeat;
	border: 1px #173A74 dashed;
	margin-left: 5%;
	margin-right: 5%;
	padding-left: 2em;
	padding-right: 2em;
	text-align: justify;
	z-index: 2;
}
.g-cell {
	background: url(pics/_trans.gif) repeat;
	border: 1px #173A74 dashed;
	margin-left: 5%;
	margin-right: 5%;
	padding-left: 2em;
	padding-right: 2em;
}
.g-cellt {
	background: url(pics/_bg-dark-cloud.jpg) repeat;
	border-color: #173A74;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: dashed;
	border-top-width: 0px;
	color: #FFFFFF;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 5px;
}
.g-cell:hover .g-cellt {
	border-style: solid;
}
.g-cell:hover, .b-cell:hover {
	border-style: solid;
	background: #FFFFFF;
}
.borderimage {
	border: 2px solid #173A74;
	height: 90px;
	margin: 2px;
	width: 120px;
}
.construction {
	cursor: wait;
	font-family: "Courier New", Courier, monospace;
	font-size: 36px;
	font-weight: bold;
	text-decoration: blink;
}
.copyright {
	background: transparent;
	float: left;
	font: 8pt "Courier New", Courier, monospace;
	text-align: left;
}
.copyright a {
	background: transparent;
	font-size: 8pt;
}
.date a, .comments a {
	background: transparent;
	font-family: "Courier New", Courier, monospace;
	font-size: 8pt;
	text-align: left;
}
.date a:hover, .comments a:hover {
	background: transparent;
	font-family: "Courier New", Courier, monospace;
	font-size: 8pt;
	text-align: left;
	text-decoration: none;
}
.date, .comments {
	background: transparent;
	font-family: "Courier New", Courier, monospace;
	font-size: 8pt;
	margin-bottom: 0px;
	text-align: left;
}
.float-left {
	float: left;
}
.float-right {
	text-align: right;
}
.hide {
	display: none;
	visibility: hidden;
}
.nocss {
	display: none;
}
.pad {
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
}
.pointer {
	cursor: pointer;
}
.red {
	background: transparent;
	color: #FF0000;
}
.valid {
	background-image: none;
	border-style: none;
	height: 31px;
	width: 88px;
}
acronym {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	cursor: help;
}
.status {
	padding: 1ex;
	color: #FFFFFF;
	font-weight: bold;
}
.thumb-links img { /* hide images used for js thumb display */
	display: none;
}

/*
	Style thumbnails with text below them
*/
.thumbs a {
	float: left;
	border: 1px dashed #173A74;
	background: transparent url(pics/_trans.gif);
	margin: 1ex;
}
.thumbs a:hover {
	background: #FFFFFF;
	border-style: solid;
}
.thumbs a img {
	border: none;
	background: transparent;
}
.thumbs span { /* Stop the float above from causing things to get in the way */
	display: block;
	clear: both;
}
