/* special sections by id */

#canvas {
	top: 0;
	width: 768px;
	margin: 0 auto;
	padding: 0;
	border: none;
	font-family: "Helvetica", sans-serif;
}

#header {
	top: 0;
	left: 0;
	height: 60pt;
	padding: 0;
	margin: 5pt;
	background: none;
	z-index: 3;
}

#header .homelink {
	display: block;
	width: 393px;
	height: 60px;
	background-image: url(graphics/harmless-log60.png);
	background-repeat: no-repeat;
	border: none;
}

#header .language {
	display: block;
	float: right;
}

#header .language img {
	border: none;
}

#header .language td {
	text-align: right;
	vertical-align: center;
}

#header .language tr.language- {
	text-align: right;
	vertical-align: center;
}

#header .language tr.language-disabled {
	opacity: 0.5;
	text-align: right;
	vertical-align: center;
}

#header .language a {
	text-decoration: none;
	border: none;
}

#header .language a:hover {
	text-decoration: none;
	background-color: rgb(200, 200, 200);
}

#header .language a:active {
	text-decoration: none;
	background-color: rgb(20, 20, 20);
	color: white;
}

.hosterlink {
}

.hosterlink img {
	float: right;
	margin: 6pt 16pt 0 0;
	width: 88px;
	height: 31px;
	border: none;
}

.hosterlink a:link {
	border: none;
}

#footer {
	bottom: 0px;
	left: auto;
	right: auto;
	text-align: center;
	margin: 0;
	font-size: 0.9em;
	z-index: 2;
}

#footer a {
	border: none;
	margin: 0;
}

#content {
	line-height: 1.4em;
	margin-top: 0;
}

#content div.section {
	margin: 15pt 20pt 4em 20pt;
}

#content h1 {
	font-size: 1em;
	font-weight: bold;
	vertical-align: middle;
	color: rgb(40, 40, 40);
	text-decoration: none;
	margin: 1em 0 0 0;
}

#content p {
	margin: 0.5em 0 0.5em 0;
}

#content span.comment {
	color: rgb(70,70,70);
}

#content strong {
	font-style: normal;
	font-weight: bold;
	color: rgb(40, 40, 40);
}

#news dl {
	margin-bottom: 10pt;
	padding: 3pt 8pt;
	word-wrap: break-word;
	background-color: rgb(97%, 97%, 97%);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom: 1px solid rgb(200, 200, 200);
	-webkit-box-shadow: 0 2px 3px rgb(180, 180, 180);
}

#news dt {
	padding-top: 0.5em;
	font-weight: bold;
}

#news dd {
	margin: 0.5em 0.5em 15pt 0.5em;
}

dl {
	margin-bottom: 10pt;
	padding: 3pt;
	padding-left: 8pt;
	word-wrap: break-word;
	background-color: rgb(97%, 97%, 97%);
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom: 1px solid rgb(200, 200, 200);
	-webkit-box-shadow: 0 2px 3px rgb(180, 180, 180);
}

dt {
	padding-top: 0.5em;
	padding-bottom: 0.3em;
}

.tagbar {
	display: block;
	float: right;
}

.tagimage {
	padding-left: 4px;
}

dd {
	margin: 0.5em 0 0 0.5em;
}

.topic-title {
	font-family: "American Typewriter", "Typewriter", "Times", serif;
	font-size: 1.2em;
}

.topic-date {
	display: block;
	float: right;
	color: gray;
	font-size: 0.8em;
}

.topic-text {
	font-family: "American Typewriter", "Typewriter", "Times", serif;
	line-height: 1.5em;
}

dd div.comment-link {
	margin-top: 15px;
	color: red;
}

dd div.comment-link a {
	font-size: 0.8em;
}

/* common tags */

body {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	background-color: white;
	font-size: 10.5pt;
}

a:link {
	color: black;
	text-decoration: none;
	border-bottom: 1px dashed black;
}

a:visited {
	color: rgb(50, 50, 50);
	text-decoration: none;
	border-bottom: 1px dashed black;
}

a:hover {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid black;
}

a:active {
	color: rgb(50, 255, 0);
	background-color: rgb(50, 50, 50);
	background-image: none;
	text-decoration: none;
	border: none;
}

.divider {
	display: block;
	width: 50pt;
	margin: 0 auto;
	height: 3pt;
	line-height: 0.5em;
	border-bottom: 3pt solid rgba(50, 255, 0, 0.2);
}

span.smiley {
	font-size: 1.3em;
}

pre {
	font-family: courier, monospace;
}

span.code {
	font-family: courier, monospace;
}

cite {
	display: block;
	margin: 0;
	padding: 0.2em;
	background-color: rgb(230, 230, 230);
}

.floatleft {
	float: left;
	margin: 0.5em;
}

.floatright {
	float: right;
	margin: 0.5em;
}

p.note {
	padding: 0.5em;
	background-image: url(graphics/255-246-106-30.png);
}

form.mail {
	display: inline;
}

div.inline {
	display: inline;
}

.hidden {
	display: none;
}
