/*
 * Cascading style sheet for Cat's Eye Technologies web site
 * (c)2011 Cat's Eye Technologies.  All rights reserved.
 * >>> styling only: no positioning information, please <<<
 */

/* --- BEGIN reset CSS copied from http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1.2; /* not 1 */
}

ol, ul {
	list-style: disc outside none; /* not none */
}
li {
	margin-left: 1.5em;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 1px dotted black; /* not none */
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

sup {
    font-size: x-small;
	vertical-align: top;
}

sub {
    font-size: x-small;
	vertical-align: bottom;
}

/* --- END reset CSS --- */

/* --- background and colour scheme --- */

body {
  background-color: black;
  background-image: url(../images/backgrounds/sineblack.png);
  color: #90b090;
  font-family: sans-serif;
}

/* --- content elements --- */
/* Much of this is just to re-add stuff the reset CSS took away */

h1 {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding-top: 0.5em;
}

h2 {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 0.5em;
}

h3 {
  margin-bottom: 0.5em;
}

h4 {
  margin-bottom: 0.5em;
}

h5 {
  margin-bottom: 0.5em;
}

img {
  border: 0;
}

hr {
  width: 98%;
}

ul {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 2em;
}

p {
  margin-bottom: 1em;
}

pre {
  margin-bottom: 1em;
}

table {
  margin-bottom: 1em;
}
	
td, th {
  padding: 0.1em 0.25em 0.1em 0.25em;
}

/* brighter, to look good on black */
a:link {
  color: #53A783
}
a:visited {
  color: #ccb464
}
a:active {
  color: #0cd490
}

blockquote {
  margin-left: 2em;
  font-style: italic;
}

a.external {
  white-space: nowrap;
}

a.external:before {
  content: url(../images/icons/webicon.gif);
  padding-right: 2px;
  vertical-align: top
}

a.rss {
  white-space: nowrap;
}

a.rss:before {
  content: url(../images/icons/feedicon.gif);
  padding-right: 2px;
  vertical-align: top
}

/* --- general markup --- */

span.item { /* an item in a list */
  font-weight: bold;
}

span.email {
  font-style: italic;
  font-family: monospace;
  font-size: 110%;
  white-space: nowrap;
  vertical-align: top;
}

span.command {
  font-family: monospace;
}

span.filename {
  font-family: monospace;
}

span.URL {
  font-family: monospace;
  font-size: 110%;
}

span.language {
  font-weight: bold;
}

span.platform {
  font-style: italic;
}

span.property { /* ??? */
  font-weight: bold;
}

p.nutshell {
  margin-top: 0.5em;
  font-size: 75%;
  font-weight: bold;
  font-style: italic;
}

p.byline {
  font-style: italic;
  margin-top: 0;
}

