/* this site specific
	red FF3333
	blue 3366FF
	green 66CC33
*/

/* reset styles */
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;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
sup {
	font-size: 80%;
	vertical-align: super;
}
sub {
	font-size: 80%;
	vertical-align: sub;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

option {
	margin: 3px;
}
input {
	padding: 1px;
}
form {
	display: inline;
}
img {
	border: 0;
}

/* specific styles for this site */
body {
	background: #C0E0FF;
	color: #000000;
	font-size: 13px;
	font-family: "Verdana", "Helvetica", sans-serif;
	line-height: 1.5;

	background-repeat: repeat-y;
	background-position: top left;
	
	margin-right: 50px;
}

td, th {
	line-height: 1.5;
	vertical-align: top;
	font-weight: normal;
}

code, tt, pre {
	white-space: pre;
	font-family: "Courier", "Courier New", monospace;
	font-size: 13px;
}
textarea {
	font-family: "Courier", "Courier New", monospace;
	font-size: 13px;
}
blockquote {
	background-color: #DDDDDD;
	margin: 10px 10px 5px 10px;
	padding: 5px 5px 0 5px;
	border: 1px;
	border-style: inset;	
	font-style: italic;
}

/* layout specific */
#container {
	width: 600px;
	padding: 0;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#header {
	width: 620px;
	padding: 10px 10px 5px 10px;
	background-color: #FFFFFF;
	border: solid 1px #CCCCCC;
}
#header h1 {
	text-indent: -1000px;
	height: 10px;
}
#header img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#contents {
	margin-top: 20px;
	width: 600px;
	min-height: 500px;
	padding: 20px;
	background-color: #FFFFFF;
	border: solid 1px #CCCCCC;
}
#footer {
	margin-top: 20px;
	width: 620px;
	padding: 10px;
	background-color: #FFFFFF;
	border: solid 1px #CCCCCC;

	color: #888888;
	text-align: center;
}
#footer a {
	text-decoration: none;
	color: #888888;
}
#footer a:hover {
	text-decoration: underline;
	color: #C07050;
}

#status {
	width: 620px;
	padding: 10px;
	margin-top: 20px;
	background-color: #FFFFFF;
	border: solid 1px #CCCCCC;
}
#status ul {
	display: table;
	padding: 0;
	margin: 0 auto;
	list-style: none;
}
#status li {
	display: table-cell;
	padding-right: 20px;
	font-size: 10px;
}
#status li.user {
	color: #444444;
}
#status li.session {
	color: #444444;
}
#status li.site {
	font-weight: bold;
	font-size: 120%;
	color: red;
}

/* navigation stuff */
#mainnav {
	padding: 0;
	margin-top: -20px;
	height: 28px;
	text-align: center;
}
#mainnav-center {
	display: inline-block;
}
#mainnav div.singlenav, #mainnav div.morenav {
	float: left;
	margin: 0;
	padding: 4px;
	text-align: center;
}
#mainnav div.singlenav.notpublic, #mainnav div.morenav.notpublic {
}
#mainnav div.singlenav.active, #mainnav div.morenav.active {
}
#mainnav div.spacer {
	float: left;
	margin: 0;
	padding: 0 4px 0 4px;
}
#mainnav div.separator {
	float: left;
	padding: 4px;
	padding-left: 15px;
	padding-right: 15px;
	color: #CCCCCC;
	text-align: center;
}
#mainnav div.separator-tight {
	float: left;
	padding: 4px;
	padding-left: 0;
	padding-right: 0;
	color: #CCCCCC;
	text-align: center;
}
#mainnav a {
	display: block;
	text-decoration: none;
	color: #000000;
	white-space: nowrap;
}											
#mainnav a.singlenav {
	color: #000000;
}
#mainnav a.notpublic {
	color: #888888;
}
#mainnav a.active {
	font-weight: bold;
}
#mainnav a.notpublic.active {
	color: #888888;
	font-weight: bold;
}
#mainnav a:hover {
	color: #3366FF;
	text-decoration: underline;
}
#mainnav a.active:hover {
	color: #3366FF;
}

#debug {
	padding-top: 10px;
	padding-left: 10px;
	color: #888888;
}
#validators {
	padding-top: 10px;
	padding-left: 10px;
}

/* headings */
h1, h2, h3, h4 {
	color: #000000;
}
h1 {
	font-weight: bold;
	margin: 0 0 10px 0;
}
h2 {
	color: #FF3333;
	font-weight: bold;
	margin: 0;
}
h3 {
	font-style: italic;
	font-weight: normal;
	font-size: 12px;
}
h4 {
	font-weight: normal;
	padding-right: 5px;
}

/* regular links */
a {
	color: #3366FF;
	text-decoration: none;
}
a:hover {
	color: #DE3C21;
	text-decoration: underline;
}
a.link:visited {
	color: #2233EE;
}

/* subapps styles */
.preview, .syntax {
	background-color: #EEEEEE;
}

.templateheader-header {
	padding: 5px 0 0 0;
	margin-bottom: 3px;
}
.templateheader-title h2 {
	display: inline;
	font-weight: bold;
	float: left;
	color: #FF3333;
	text-align: left;
}
.templateheader-details h4 {
	color: #666666;
	float: right;
	text-align: right;
	margin-left: 5px;
}
.templateheader-details a {
	color: #CCCCCC;
}

.items-item {
	margin-bottom: 15px;
}
.items-header {
}
.items-title h2 {
	font-weight: bold;
	color: #FF3333;
	float: left;
	text-align: left;
}
.items-subtitle h3 {
	clear: both;
	font-style: italic;
	font-weight: normal;
}
.items-details {
	color: #CCCCCC;
	float: right;
	text-align: right;
	margin-left: 5px;
	margin-right: 8px;
}
.items-edit-link {
	color: #AAAAAA;
}
.items-admin-link {
	color: #AAAAAA;
}
.items-hidden {
	color: #DDDD00;
	float: right;
	text-align: right;
	margin-left: 5px;
	margin-right: 8px;
}
.items-contents {
	padding-top: 3px;
	clear: both;
	margin-bottom: 1ex;
}
.items-contents a {
	color: #3366FF;
	text-decoration: none;
}
.items-contents a:hover {
	color: #66CC33;
	text-decoration: underline;
}

.blog-item {
	margin-bottom: 15px;
}
.blog-item-notpublic {
	margin-bottom: 15px;
	background-color: #EEEEEE;
}
.blog-header {
}
.blog-title h2 {
	font-weight: bold;
	color: #FF3333;
	float: left;
	text-align: left;
}
.blog-subtitle h3 {
	clear: both;
	font-style: italic;
	font-weight: normal;
}
.blog-details {
	color: #CCCCCC;
	float: right;
	text-align: right;
	margin-left: 5px;
	margin-right: 8px;
}
.blog-edit-link {
	color: #AAAAAA;
}
.blog-admin-link {
	color: #AAAAAA;
}
.blog-hidden {
	color: #DD4444;
	float: right;
	text-align: right;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 8px;
}
.blog-contents {
	padding-top: 3px;
	clear: both;
	margin-bottom: 10px;
}
.blog-contents a {
	color: #3366FF;
	text-decoration: none;
}
.blog-contents a:hover {
	color: #66CC33;
	text-decoration: underline;
}
.blog-comments {
	padding-top: 3px;
	clear: both;
	color: #888888;
}
.blog-comments-container {
	padding: 10px;
	color: #000000;
	background-color: #FFEEFF;
}
.blog-comments-head {
	color: #000000;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 10px;
}
.blog-form {
	padding-bottom: 20px;
}
.blog-form-table td {
	padding: 0;
	border: 0px;
}
.blog-form-name {
	width: 250px;
	height: 20px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	font-size: 13px;
	font-family: "Courier", "Courier New", monospace;
}
.blog-form-text {
	width: 500px;
	height: 80px;
	border: 1px solid #CCCCCC;
	font-size: 13px;
	font-family: "Courier", "Courier New", monospace;
}
.blog-form-markup {
	color: #888888;
	padding-left: 5px;
	font-size: 80%;
}
.blog-form-error {
	color: #FF0000;
	font-weight: bold;
	padding-bottom: 10px;
}
.blog-comment {
	border-top: 1px dotted #888888;
	padding: 10px 10px 0 10px;
	background-color: #F0E0E0;
}
.blog-comment-notpublic {
	border-top: 1px dotted #888888;
	padding: 10px 10px 0 10px;
	background-color: #EEEEEE;
}
.blog-comment-special {
	border-top: 1px dotted #888888;
	padding: 10px 10px 0 10px;
	background-color: #DDDDDD;
}
.blog-comment-notpublic-special {
	border-top: 1px dotted #888888;
	padding: 10px 10px 0 10px;
	background-color: #CCCCCC;
}
.blog-comment-preview {
	padding: 10px;
	padding: 10px 10px 0 10px;
	background-color: #66CCFF;
}
.blog-comment-name {
	color: #008800;
}
.blog-comment-datetime {
	font-size: 80%;
	color: #888888;
}
.blog-comment-text {
	color: #000000;
	padding-bottom: 10px;
}
.blog-comment-edit {
	padding-left: 20px;
	color: #888888;
}
.blog-comment-tag {
	padding-left: 20px;
	color: #880000;
}

.wiki-item {
	margin-bottom: 15px;
}
.wiki-header {
	background-color: #FF3333;
	background-color: #88AA44;
	margin-bottom: 1px;
	margin-left: -1px;
}
.wiki-title h2 {
	font-weight: bold;
	color: inherit;
	float: left;
	text-align: left;
}
.wiki-details {
	color: #EEEEEE;
	float: right;
	text-align: right;
	margin-left: 5px;
	margin-right: 8px;
}
.wiki-edit-link {
	color: #CCCCCC;
}
.wiki-admin-link {
	color: #AAAAAA;
}
.wiki-hidden {
	color: #DDDD00;
	float: right;
	text-align: right;
	margin-left: 5px;
	margin-right: 8px;
}
.wiki-contents {
	clear: both;
	padding-top: 2px;
	margin-bottom: 1ex;
}
.wiki-contents a {
	color: #3366FF;
	text-decoration: none;
}
.wiki-contents a:hover {
	color: #000000;
	text-decoration: none;
	border-bottom: 1px solid #CC1122;
}
.wiki-contents a.link:visited {
	color: #CC1122;
	border-bottom: 1px dotted #66BB00;
}
.wiki-details a {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom: 0;
}
.wiki-edit-link {
	color: #CCCCCC;
}

.logbooks {
}
.logbooks-status {
	font-size: 80%;
}
.logbooks-data {
}

.guestbook-header {
	background-color: #6699CC;
	padding: 5px 0px 5px 7px;
	margin-bottom: 3px;
	margin-left: -1px;
}
.guestbook-title h2 {
	display: inline;
	font-weight: bold;
	color: inherit;
	float: left;
	text-align: left;
}
.guestbook-nav h4 {
	color: #000000;
	float: right;
	text-align: right;
	margin-left: 5px;
	margin-right: 8px;
}
.guestbook-nav a {
	color: #444444;
}
.guestbook-nav .active {
	color: #000000;
	font-weight: bold;
}
.guestbook-details {
	color: #444444;
	float: right;
	text-align: right;
	margin-left: 5px;
	margin-right: 8px;
}
.guestbook-details h4 {
	color: #444444;
	font-style: italic;
	font-weight: normal;
}
.guestbook-details a {
	color: #888888;
}

/* general modifiers */
.rounded-corners {
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	border-radius: 10px; /* CSS3 */
}

.noshow {
	color: inherit;
	text-decoration: none;
	border-bottom: none;
}
.noshow:hover {
	color: inherit;
	text-decoration: none;
	border-bottom: none;
}
.info:hover {
	cursor: help;
}
.nowrap {
	white-space: nowrap;
}
.inline {
	display: inline;
}
.overline {
	text-decoration: overline;
}
.underline {
	text-decoration: underline;
}

.edit {
	color: #888888;
	padding: 2px 1px 2px 1px;
}
.edit:hover {
	color: #66CC33;
	text-decoration: underline;
}

.color {
	color: #008800;
}
.backgroundcolor {
	background: #3366FF;
}
.smaller {
	font-size: 80%;
}
.tiny {
	font-size: 60%;
}
.help {
	color: #888888;
}

.error {
	color: #FF0000;
	font-weight: bold;
}
.lowprofile {
	color: #888888;
}
.midprofile {
	color: #AAAAAA;
}
.highprofile {
	color: #FF0000;
}

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.smiley {
	vertical-align: middle;
}

.current {
	background-color: #EE8888;
}

.hidden {
	display: none;
}
.border {
	border: 1px solid #000000;
}

.code {
	font-family: "Courier", "Courier New", monospace;
	font-size: 13px;
}
.fixedfont {
	font-family: "Courier", "Courier New", monospace;
	font-size: 13px;
}

/* html commands */
ul.items {
	padding: 2px;
	margin-left: 15px;
	list-style-type: disc;
	list-style-position: outside;
}
ol.items {
	padding: 2px;
	margin-left: 15px;
}
li.subitems {
	margin-left: 10px;
	list-style-type: circle;
	list-style-position: outside;
}

#cleardiv {
	clear: both;
}

div.skip {
	clear: both;
	height: 2ex;
}
div.smallskip {
	clear: both;
	height: 1ex;
}
div.clear {
	clear: both;
}

a.nav {
}
a.nav-active {
	font-weight: bold;
}

/* tables */
td, th {
	padding: 3px 4px 3px 4px;
	text-align: left;
}
td.left, th.left {
	text-align: left;
}
td.right, th.right {
	text-align: right;
}
td.center, th.center {
	text-align: center;
}
td.justify, th.justify {
	text-align: justify;
}

table.narrow td, table.narrow th {
	padding: 0;
}
table.wide td, table.wide th {
	padding: 4px 10px 4px 10px;
}
table.smaller td, table.smaller th {
	font-size: 10px;
}
table.tight {
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
}
table.tight td, table.tight td {
	margin: 0;
	padding: 1px 0 1px 0;
	border: 0;
	border-spacing: 0;
}
table.normal {
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 1px;
}
table.normal td, table.normal th {
	margin: 0;
	padding: 1px 4px;
	border: 0;
	border-spacing: 0;
}
table.normal td:first-child {
	padding-left: 0;
}
table.normal td:last-child {
	padding-right: 0;
}
table.centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
table.border {
	border-collapse: collapse;
}
table.border td, table.border th {
	padding: 3px;
	border: 1px solid gray;
}
table.colors {
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 1px;
}
table.colors td, table.colors th {
	margin: 0;
	padding: 3px 4px;
	border: 0;
	border-spacing: 0;
}

table.list {
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
}
table.list table.nested {
	margin: -2px 0 0 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
}
table.list tr.list {
	margin: 0;
	padding: 0;
	border: 0;
	border-spacing: 0;
}
table.list td.list {
	margin: 0;
	padding: 2px 0 2px 0;
	border: 0;
	border-spacing: 0;
}
table.list td.number {
	margin: 2px 0 0 0;
	padding: 2px 5px 2px 0;
	border: 0;
	border-spacing: 0;
}
table.list td.bullet {
	margin: 0 0 0 0;
	padding: 2px 5px 0 0;
	border: 0;
	border-spacing: 0;
}

td.contents, th.contents {
	text-align: justify;
}

/* form specific */
.formtextarea_resize {
	color: #888888;
	text-decoration: none;
	border-bottom: none;
}
.formtextarea_resize:hover {
	color: #4466CC;
	text-decoration: none;
	border-bottom: none;
}

.formcheckbox_toggle {
	color: inherit;
	text-decoration: none;
	border-bottom: none;
}
.formcheckbox_toggle:hover {
	color: inherit;
	text-decoration: none;
	border-bottom: none;
}

/* blockscript syntax */
.bs_pass {
	color: black;
}
.bs_command {
	color: green;
}
.bs_token {
	color: red;
}
.bs_arg {
	color: blue;
}
.bs_comment, .bs_commentline {
	color: maroon;
}
.bs_number {
	color: gray;
	font-size: 7px;
}
.bs_hidden {
	color: silver;
}

/* blockscript commands */
img.left {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}
img.right {
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
}
img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.border {
	padding: 1px;
	border: 1px solid #CCCCCC;
}
img.frame {
	padding: 10px;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 6px; /* Firefox */
	-webkit-border-radius: 6px; /* Safari, Chrome */
	border-radius: 6px; /* CSS3 */
}
.text-left {
	display: block;
	text-align: left;
}
.text-right {
	display: block;
	text-align: right;
}
.text-center {
	display: block;
	margin: 0 auto;
	text-align: center;
}
.text-justify {
	display: block;
	text-align: justify;
}
.text-add {
	text-decoration: none;
	border-bottom: 1px dashed #000000;
}
.text-del {
	text-decoration: line-through;
}

.formtext {
	font-family: "Courier", "Courier New", monospace;
	font-size: 13px;
	width: 200px;
	border: inset 1px #CCCCCC;
	padding: 3px;
	margin: 0;
}

/*
::selection {
	background: #ffb7b7;
}
::-moz-selection {
	background: #ffb7b7;
}
*/