html {
	height: 100%;
	color: black;
	background: #dddddd;
}

body {
	height: 100%;
	color: black;
	background: #dddddd url(/images/body-background.png) repeat-x;
	font-family: sans-serif;
	margin: 0em;
	text-align: justify;
}

h1 {
	display: inline;
	font-size: 200%;
	font-weight: bold;
	color: #ffffff;
	background: inherit;
}

h2 {
	display: inline;
	font-size: 200%;
	font-weight: normal;
	color: #aaaaaa;
	background: inherit;
}

h3 {
	font-size: 135%;
	font-weight: bold;
	color: #000099;
	background: inherit;
	margin-top: 1.5em;
	margin-bottom: 1em;
}

h4 {
	font-size: 110%;
	font-weight: bold;
	color: #000000;
	background: inherit;
	margin-top: 1.5em;
	margin-bottom: 1em;
}

a {
	text-decoration: none;
	color: #000099;
	background: inherit;
}

a:hover {
	text-decoration: underline;
}

div.header {
	width: 100%;
	color: #ffffff;
	background: #2c84de url(/images/title-background.png) repeat-x;
	padding-top: 0em;
	padding-left: 0em;
	padding-right: 0em;
	padding-bottom: 1px;
	border: none;
}

div.header div.title {
	padding: 1em;
}

div.header div.title span.titlesep {
	font-size: 200%;
	font-weight: bold;
	margin-right: 0.2em;
	margin-left: 0.2em;
	color: #ffff77;
	background: inherit;
}

div.header ul.nav {
	padding-top: 0em;
	padding-bottom: 0.2em;
	padding-right: 0em;
	padding-left: 0em;
	margin: 0em;
}

div.header ul.nav li {
	display: inline;
	padding: 0em;
	list-style: none;
	color: inherit;
	background: transparent;
}

div.header ul.nav a {
	display: inline;
	color: #ffffff;
	background: #000099;
	text-decoration: none;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 0.4em;
	padding-right: 0.4em;
	margin: 0em;
	border: 1px outset #ffffff;
}

div.header ul.nav a:hover {
	color: inherit;
	background: #2c84de;
}

div.header ul.nav a.selected {
	border: 1px inset #ffffff;
}

div.content {
	padding-top: 0.5em;
	padding-bottom: 3em;
	padding-left: 3em;
	padding-right: 3em;
}

table {
	color: inherit;
	background: #000000;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 2em;
	margin-right: 2em;
	padding: 0em;
	border-top: 2px solid black;
	border-right: 2px solid black;
}

table th {
	color: inherit;
	background: #ffffff;
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-align: left;
}

table tr {
	color: inherit;
	background: #dddddd;
}

table td {
	padding-left: 0.5em;
	padding-right: 0.5em;
	text-align: left;
}

table.centered th {
	text-align: center;
}

table.centered td {
	text-align: center;
}

img {
	border: none;
}

img.block {
	margin: 2em;
	padding: 0em;
	display: block;
	border: none;
}

ul {
	padding-bottom: 0em;
	padding-top: 0em;
	padding-left: 2.5em;
	padding-right: 0em;
	margin: 0em;
	list-style: disc outside;
}

table.formtable {
	border-collapse: collapse;
	border: none;
	margin: 0em;
}

table.formtable td {
	text-align: left;
}

table.formtable th {
	text-align: left;
	font-weight: bold;
	color: inherit;
	background: inherit;
}

table tr.odd {
	color: inherit;
	background: #cccccc;
}

table tr.even {
	color: inherit;
	background: #dddddd;
}

table tr.newodd {
	color: inherit;
	background: #dddd55;
}

table tr.neweven {
	color: inherit;
	background: #eeee66;
}

table.formtable td {
	color: inherit;
	background: inherit;
}

table.formtable td.submit {
	text-align: center;
}

span.entrytext {
	font-size: 60%;
	font-style: italic;
	max-width: 3em;
	color: #333333;
	background: inherit;
}

span.entrytext:before {
	content: open-quote;
}

span.entrytext:after {
	content: close-quote;
}

span.spyvia {
	font-size: 60%;
}

table.wide {
	margin-left: 0em;
	margin-right: 0em;
}

a.cinefilm {
	text-decoration: none;
	color: #4b4bcc;
	background: inherit;
}

a.cinefilm:hover {
	color: #5c5cdd;
	background: inherit;
}

ul.cinedates li {
	font-weight: bold;
	background: inherit;
	color: #bb0000;
	padding-bottom: 1.5em;
}

ul.cinecinemas li {
	font-weight: bold;
	background: inherit;
	color: #009900;
	padding-top: 0.5em;
	padding-bottom: 0em;
}

ul.cinefilms li {
	font-weight: normal;
	background: inherit;
	color: #000000;
	padding-top: 0em;
	padding-bottom: 0.1em;
}

span.cinetimes {
	font-style: italic;
}

ul.cinenav {
	margin-right: 0em;
	margin-left: 0em;
	margin-top: 2em;
	margin-bottom: 2em;
	padding: 0em;
}

ul.cinenav li {
	display: inline;
	font-weight: normal;
	list-style: none;
}

ul.cinenav li:after {
	content: " | ";
}

ul.cinenav li.last:after {
	content: "";
}

p.credits {
	text-align: right;
	padding-top: 4em;
	padding-bottom: 0em;
	padding-left: 0em;
	padding-right: 0em;
}

table.clock {
	border-collapse: collapse;
	border: 2px solid #000000;
}

table.clock td {
	width: 2em;
	height: 1.5em;
	padding: 0em;
	margin: 0em;
	text-align: center;
	font-style: italic;
}

table.clock td.blank {
	color: inherit;
	background: #000077;
	border: 1px solid #000000;
}

table.clock td.off {
	color: inherit;
	background: url(/images/misc/clock/off.png) center center no-repeat #000077;
	border: 1px solid #000000;
}

table.clock td.on {
	color: inherit;
	background: url(/images/misc/clock/on.png) center center no-repeat #000077;
	border: 1px solid #000000;
}

table.comments {
	padding: 1em;
	margin-left: 0em;
	margin-right: 0em;
	margin-top: 0em;
	margin-bottom: 2em;
	border: none;
	border-collapse: collapse;
	width: 100%;
}

table.comments td.name {
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #000000;
	border-left: none;
	border-top: none;
	border-bottom: none;
	padding-top: 0.5em;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 0em;
}

table.comments td.time {
	text-align: center;
	font-style: italic;
	border-right: 1px solid #000000;
	border-left: none;
	border-top: none;
	border-bottom: none;
	padding-top: 0em;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 0.5em;
}

table.comments td.comment {
	width: 100%;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

label {
	font-weight: bold;
}

p.exif {
	font-style: italic;
	font-size: 75%;
}

table.photos {
	margin: 0em;
	border: none;
	color: inherit;
	background: transparent;
	padding-bottom: 1em;
}

table.photos td {
	width: 180px;
	height: 180px;
	text-align: center;
	vertical-align: middle;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	color: inherit;
	background: #cccccc;
}

table.photos td p {
	padding-bottom: 0em;
	padding-top: 0em;
	margin-top: 0em;
	margin-bottom: 0em;
}

div.pager {
	padding-top: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
	padding-right: 0em;
}

div.pager a:hover {
	text-decoration: none;
	color: #dddddd;
	background: #000099;
}

p.note {
	font-style: italic;
	font-size: 75%;
}

a.read-message {
	text-decoration: none;
}

a.unread-message {
	text-decoration: none;
	font-weight: bold;
}

p.code {
	padding: 1em;
	background: #ffffff;
	font-family: monospace;
	border: 1px dashed #000000;
}
