/* LEV LIBERMAN VO STYLE SHEET
Written by Max Liberman */

body {
	background: #fff;
	color: #000;
	font: 90% "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0 1em 1em;
}

/* Top infobar (imitates frames) */
#infobar {
	background: #000;
	color: #ccc;
	font-weight: bold;
	margin: 0 -1em .5em;
	padding: .5em 1em;
}
h1 {
	background: transparent;
	color: #fff;
	font-size: 150%;
	margin: 0;
}
h2 {
	font-size: 100%;
	margin: 1em 0 0;
}
#infobar h2 {
	font-size: 95%;
	margin: 0 0 0 2em;
}
#logos {
	margin: .3em 0;
}
#infobar p {
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
	margin: 0;
	text-align: center;
}

/* White-bg links in red, with active/focus/hover orange */
/* Black-bg links same, but both colors a bit brighter */
a:link, a:visited {
	background: transparent;
	color: #f00;
}
a:active, a:focus, a:hover {
	background: transparent;
	color: #f90;
}

/* Links are bold and not underlined */
a:link, a:visited, a:active, a:focus, a:hover {
	font-weight: bold;
	text-decoration: none;
}

/* Images have no border */
img {
	border: none;
}

/* REZ table styles */
/*
.proj.name {
	font-style: italic;
	width: 30%;
	padding-right: .9em;
}

.train.name {
	width: 30%;
	padding-right: .9em;
}

.proj.role, .train.trainer {
	width: 30%;
	padding-right: .9em;
}

.proj.producer, .train.venue {
	width: 40%;
}
*/

td {
	vertical-align: top;
	padding-left: 1em;
	text-indent: -1em;
}

.proj.name em {
	font-style: normal;
}

/* Center each line of logos, and also center the player and the link to the other page */
#logos, #player, #otherpage {
	text-align: center;
}

/* Extra space around player, and even more around otherpage link */
#player {
	margin: 0 0 .1em;
}
#otherpage {
	margin: 0.6em 0 0;
}

/* Fix character image alignment */
#player * {
	vertical-align: bottom;
}

/* Anything with class "noscreen" won't show up in browser */
.noscreen {
	display: none;
}

p.important {
	margin: 1em 0;
}

