html
{
	background-color: #903;
	color: #211;
}

body
{
	background-color: #fff;
	color: #211;
	margin: 0 5%;
	padding: 3px 5px;
	font: small "Lucida Grande", verdana, helvetica, sans-serif;
}

p, li
{
	background-color: transparent;
	color: #211;
	margin: 0;
	padding: 5px;
	font: small "Lucida Grande", verdana, helvetica, sans-serif;
}

a
{
	background-color: transparent;
	color: #903;
	font-family: "Lucida Grande", verdana, helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
}

a:hover
{
	background-color: #cc0;
	text-decoration: underline;
}

a:active { text-decoration: underline overline; }

a.non
{
	background-color: transparent;
	color: #903;
}

h1
{
	background-color: transparent;
	color: #603;
	font: bold x-large verdana, helvetica, sans-serif;
	margin: 15px 0 3px 0;
	padding: 3px 0 0 3px;
	text-shadow: 0px 0px 2px #211
}

h2
{
	background-color: transparent;
	color: #aa0;
	margin: 5px 0 0 0;
	padding: 5px 5px 0 5px;
	font: bold italic medium Georgia, "Times New Roman", Times, serif;
}

h1+h2 {margin-top: -2px;}

h2+p {margin-top: -2px;}

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

ol
{
	list-style: decimal inside none;
	margin: 0;
	padding: 5px;
}

img { padding: 0 3px; }

#linklist ul li
{
	display: inline;
	padding: 0;
}

#linklist ul li.first { display: inline; }

#footer
{
	clear: both;
	height: 65px;
	vertical-align: bottom;
	margin-top: 13px;
}

#searchform
{
	background-color: #dd9;
	float: left;
	vertical-align: top;
	margin: -3px -1px;
	padding: 7px;
	border-left: 1px solid #cc0;
	border-right: 1px solid #cc0;
}

#forms
{
	background-color: #dd9;
	float: left;
	margin: 5px;
	padding: 3px;
	border-left: 1px solid #cc0;
	border-right: 1px solid #cc0;
}

#whatsnew
{
	background-color: #dd9;
	border-left: 1px solid #cc0;
	border-right: 1px solid #cc0;
}

#entry p.movie
{
	font: medium georgia, times, "times new roman", serif;
	text-align: left;
	padding: 5px 11px;
}

#entry p.fineprint { font: smaller "Lucida Grande", verdana, helvetica, sans-serif; }

#mainphoto
{
	padding: 0;
	border: #903 5px ridge;
}

#ephemeral
{
	background-color: #dd9;
	width: 50%;
	min-width: 237px;
	margin: 3px;
	padding: 5px;
	border-left: 1px solid #cc0;
	border-right: 1px solid #cc0;
}

#ephemeral .body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

#ephemeral .sig
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: smaller;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	color: #aa0;
}

#ephemeral .date
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: smaller;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	padding-top: 0;
	margin-top: 0;
	color: #aa0;
}

div.side
{
	float: right;
	clear: right;
	width: 256px;
	margin: 0 0 25px 25px;
	top: 0;
	right: 0;
	position: relative;
}

@media print {
	div.side { display:none; }
}

.clear { clear: both; }
.fineprint { font-size: smaller; }

.text
{
	font: medium georgia, times, "times new roman", serif;
	text-align: left;
	padding: 5px 11px;
}

.new { color: #cc0; }

.thumbnail
{
	float: left;
	width: 150px;
	text-align: center;
	margin-top: 15px;
	height: 160px;
	padding-top: 7px;
	overflow: hidden;
}

.thumbnail img
{
	padding: 0;
	border: #cc0 3px ridge;
}

.thumbnail a { background-color: transparent; }
.thumbnail:hover { background-color: #dd9; }
.thumbnail p { font-size: smaller; }

.callout
{
	background-color: #ffb;
	margin: 3px;
	padding: 13px;
	border-top: 1px solid #903;
	border-bottom: 1px solid #903;
	display: inline-block;
}

#advert
{
	background-color: #dd9;
	border-top: 1px solid #cc0;
	border-bottom: 1px solid #cc0;
	display: inline-block;
	max-width: 650px;
	padding: 13px;
	margin: 3px;
}