/*Doris Kloster website style sheet */

body {
	font-family: Garamond, Times New Roman, serif;
	font-size: 11pt;
	padding: 1em;
	margin: 0;
	background-color: white;
}

#content {
	width: 820px;
	background-color: #FFFFFF;
	padding: 1em 0;
	margin: auto;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 810px;
}
html>body #content {
	width: 810px;
} 

a {	text-decoration: underline; }
a:link { color: #ce2128; text-decoration: none}
a:visited {	color: #808285; }
a:active { color: #ce2128; }
.small { font-size: 80% }

a:hover {
	text-decoration: underline;
}

h1 {
	text-align: right;
	padding: 1em 1em 0 1em;
	margin: 0;
	color: #ce2128;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: bold;
	color: #ce2128;
	text-decoration: none;
}

#nav li li a {
	display: inline-block;
	font-weight: normal;
	color: #ce2128;
	padding: 0.5em 5px;
}

#nav li li a:hover {
	padding: 0.5em 5px;
	border: 5px solid #ce2128;
	border-width: 0 2px;
}

li {
	float: left;
	position: relative;
	width: 265px;
	text-align: center;
	cursor: default;
	background-color: #ffffff;
	border: 1px solid #ce2128;
	border-width: 1px 0;
}

li#first {
	background: url(images/star.gif) top left no-repeat;
}

li#last {
	background: url(images/star.gif) top right no-repeat;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	padding: 0;
}

li li {
	display: block;
	float: none;
	background: url(images/ddbg3.png) top left repeat;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

p {
	clear: left;
	padding: 1em 1em 0 1em;
	margin: 0;
}

p.first {
	padding: 5em 1em 0 1em;
	font-size: 120%;
	font-weight: bold;
}

p.image {
	float: right;
	font-size: 0.8em;
	text-align: center;
	padding: 1.25em 1.25em 1.25em 1.25em;
}

p.image img {
	display: block;
}

table.film {
	margin-top: 2em;
	font-size: 120%;
	font-weight: bold;
}

p.filminfo {
	margin-top: 100px;
	text-align: center;
}

