/*
	sinclair pages global stylesheet definities
	
	Paul van der Laan, 2007-07-27
*/

/* body */
html, body { height: 100%; }
body { background-image: url(../img/3d-spectrum-128.png); background-repeat: no-repeat; margin: 0; padding: 0 0 0 64px; border: 0; font-family: 'lucida grande', 'verdana', 'geneva', 'helvetica', sans-serif; font-size: 11px; line-height: 16px; color: #fff; background-color: #000; }

/* div */
#main { float: left; width: 640px; margin: 0; padding: 0; border-left: 1px solid #333; border-right: 1px solid #333; border-bottom: 1px solid #333; background-color: #161616; }
#nav { float: left; width: 140px; margin: 0; padding: 80px 0 0 0; border: 0; }

/* paragraphs */
p { margin: 0 24px 16px 24px; color: #888; }
.footer { margin: 54px 24px 16px 24px; font-size: 9px; color: #555; text-align: right; }
.caption { margin: 24px 32px 10px 32px; font-size: 10px; border-bottom: 1px solid #333; }

/* headings */
h1 { color: #f22; font-size: 18px; line-height: 16px; margin: 48px 24px 48px 24px; }
h2 { color: #f33; font-size: 14px; line-height: 16px; margin: 48px 24px 48px 24px; }
h4 { color: #f33; font-size: 11px; line-height: 16px; margin: 0 24px 0 24px; }
.extraheight { margin-top: 32px; }

/* code */
code { display: block; font-family: "zx82 system", monospace; font-size: 10px; line-height: 14px; margin: 0 32px 0 32px; padding: 0; border: 0; color: #fff }

/* images */
.block { display: block; padding: 0; border: 0; }
.left { margin: 0 0 32px 32px; }
.center { margin: 0 auto 32px auto; }

/* anchors */
a:link { text-decoration: none; color: #888; border-bottom: 1px solid #555;  }
a:visited { text-decoration: none; color: #888; border-bottom: 1px solid #555;  }
a:hover { text-decoration: none; color: #fff; border-bottom: 1px solid #fff; }
a:active { text-decoration: none; color: #fff; border-bottom: 1px solid #fff; }

#nav a:link { text-decoration: none; color: #888; border: 0; }
#nav a:visited { text-decoration: none; color: #888; border: 0; }
#nav a:hover { text-decoration: none; color: #fff; border: 0; }
#nav a:active { text-decoration: none; color: #fff; border: 0; }

.footer a:link { text-decoration: none; color: #555; border: 0; }
.footer a:visited { text-decoration: none; color: #555; border: 0; }
.footer a:hover { text-decoration: none; color: #fff; border: 0; }
.footer a:active { text-decoration: none; color: #fff; border: 0; }

/* tables */
table { margin: 0 32px 24px 32px; padding: 0; border: 0; }
th { width: 192px; text-align: left; font-weight: normal; color: #888; padding: 1px 0 1px 8px; }
td { width: 192px; border-top: 1px solid #333; padding: 1px 0 1px 8px; }

/* definition list */
dl { margin: 0; padding: 0; border: 0; }
dt { margin: 0; padding: 4px 0 4px 16px; border-top: 1px solid #333; color: #eee; }
dd { margin: 0; padding: 4px 0 4px 6px; border-top: 1px solid #333; color: #f33;}

.noborder { border: 0; }

ul { margin: 0 24px 16px 24px; padding: 0; border: 0; list-style: inside square; }
li { margin: 0; border: 0; color: #888; }