/* kafsemo.org corporate style */

@import url("/cgi-bin/circadian.pl");

html {
	background-color: rgb(79%, 85%, 85%);
	color: black;
	font-family: "Bitstream Vera Sans", "Trebuchet MS", sans-serif;
	text-align: right;
}

#content {
	margin-left: 200px;
}

h1 {
	font-size: 32px;
}

h4 {
	margin-top: 0px;
	margin-bottom: 0px;
}

h4 > * {
	margin-top: 0px;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
}

a:link {
	color: rgb(55%, 20%, 20%);
}

a:visited {
	color: rgb(40%, 10%, 10%);
}

a:link:hover, a:visited:hover {
	color: rgb(95%, 30%, 20%);
	text-decoration: underline;
}

a:link img, a:visited img {
	border: none;
}

.menu a:link:hover img, .menu a:visited:hover img {
	border-bottom: 2px solid rgb(95%, 30%, 20%);
	margin-bottom: -2px;
}

.section {
	border: 1px solid white;
	width: 80%;
	background-color: rgb(66%, 74%, 74%);

	margin: 1em auto;
	padding: 0.25em;

	text-align: left;
}
	
.recent {
	background-color: rgb(75%, 83%, 83%);
	border: 2px solid rgb(95%, 30%, 20%);
}

pre {
	text-align: left;
	width: 80%;
	margin: 0px auto;
}

address {
	font-style: normal;
	background-color: rgb(75%, 83%, 83%);
	border: none;
	text-align: right;
}

.music {
	font-style: italic;
	font-weight: bold;
	font-size: small;
	text-align: right;
}

#menubar {
	float: left;
}

.menu {
	border: 2px solid black;
	width: 200px;
	background-color: rgb(82%, 82%, 82%);
	padding: 0px;
	text-align: left;
	margin-bottom: 50px;
}

#reportButtonPara {
	position: relative;
	float: left;
	clear: left;
	text-align: center;
	width: 200px;
}

.menu h4 {
	text-align: center;
	background-color: rgb(70%, 70%, 70%);
	margin: 0px;
}

.menu ul {
	margin: 0px;
	list-style: none;
	padding: 5px;
}

.ghosted {
	color: rgb(90%, 90%, 95%);
}

ul.trackback {
	text-align: left;
}

.trackback li {
	margin-bottom: 1em;
}

hr {
	width: 30em;
}

div.diag {
	text-align: center;
}

ins {
	text-decoration: none;
}

th {
	text-align: center;
}

th {
	border-bottom: 1px solid black;
}

table {
	border: 1px solid black;
	background: rgb(90%, 90%, 90%);

	margin-left: auto;
	margin-right: auto;
}

tr.odd {
	background: rgb(80%, 80%, 80%);
}

del#preview {
	color: red;
}

#reportForm p {
	padding: 0 1em;
}
