body {
	margin: 0 0 1em 0;
	padding: 0; /* need for Opera */
	background: #fff;
	color: #333;
	min-width: 610px;
}

form { margin: 0; }
img { border: 0; }

body, td, th, input { 
  font-family: verdana, sans-serif;
  font-size: x-small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}

h1, h2, h3, h4, h5, h6 {
  margin: 1em 0 0.2em 0;
	border-bottom: 1px solid #ccc;
	font-family: arial, verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	border: none;
}


li h1, li h2, li h3, li h4, li h5, li h6 {
  border: none;
}


p {
  margin: 1em 0;
}

hr {
  height: 1px;
  background-color: #fff;
  color: #000;
  margin: 2em 0;
}

/*#header, #breadcrumbs, #content, #footer {
	max-width: 1000px;
	margin: 0 auto;
}*/

#header { padding: 0 50px; }
#header ul { right: 0; } 
* html #header ul { right: 50px; } 
#breadcrumbs { padding: 0 50px; }
#content { padding: 0 50px; }
#footer { padding: 0 20px; margin: 0 50px; }

#header div, #content, #footer {
	max-width: 900px; margin: 0 auto;
}

#header div { position: relative; }

/* header */

#header {
	height: 38px;
	position: relative;
	background: #f0f0f0 url("/movie/images/template/header-background.png") top repeat-x;
	z-index: 1;
}

#header h1 { margin: 0;	}

#header h1 img {
	font-weight: bold;
	color: #7f7c45;
}

#header ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border-left: 0px solid #576178;
	border-right: 0px solid #1f2635;
	position: absolute;
	top: 0;
}

#header li {
	float: left;
	padding: 0;
	margin: 0;
}

#header ul a:link, #header ul a:visited {
	display: block;
	float: left;
	padding: 10px 15px;
	text-decoration: none;
	border-right: 1px solid #afafaf;
	border-left: 1px solid #cfcfcf;
	color: #696969;
	height: 36px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 16px;
} #ignored {}

#header ul li a:hover {
	background: #fffff0;
	color: #aaa;
	text-decoration: underline;
}
#header h1 { border: 0; }

#content { padding: 0 50px; }

h1 { font-size: 160%; font-weight: normal; }
h2 { font-size: 150%; font-weight: normal; }
h3 { font-size: 120%; }
h4 { font-size: 100%; }
h5 { font-size: 90%; }
h6 { font-size: 90%; border: 0; }

#footer { padding: 0 20px; margin: 0 50px; }
#footer {
	clear: both;
	margin-top: 3em;
	margin-bottom: 1em;
	color: #888;
	padding: 25px 50px;	
	text-align: center;
}

#footer ul#footer-menu {
	position: relative;
	top: -0.8em;
	margin: 0 1em 0 1em;
	padding: 0;
	list-style-type: none;
}

#footer-contents {
	padding: 0;
	border-top: 1px solid #C9D0E0;
  background: #fff
}

#footer ul#footer-menu li {
	display: inline;
	background: #fff;
	margin: 0 1em;
}

#footer ul#footer-menu li a, #footer ul#footer-menu li a:visited {
  color: #006;
	margin: 0 1em;
	white-space: nowrap;
}

div#content p.movie-abstract {
  background: #fffff0;
  padding:5px;
  line-height:1.5em;
}

div#content p.movie-desc {
  background: #fff;
  padding: 0px;
  line-height: 1.5em;
}

div#search-form {
  margin: 10px;
}

div#search-criteria {
  border: 1px solid gray;
  background-color: #f0f0f0;
}

div#search-criteria ul {
	position: relative;
	top: 0;
	margin: 0 1em 0 1em;
	padding: 5px;
	list-style-type: none;
}

div#search-criteria li {
	display: inline;
	margin: 0 3em;
	line-height: 2em;
}

ul#genre-list {
	position: relative;
	top: 1em;
	margin: 0 1em 0 1em;
	padding: 5px;
	list-style-type: none;
}

ul#genre-list li {
	display: inline;
	background: #fff;
	margin: 0 3em;
  line-height: 2em;
}


ul#director-list {
	position: relative;
	top: 1em;
	margin: 0 1em 0 1em;
	padding: 5px;
	list-style-type: none;
}

ul#director-list li {
	display: block;
	background: #fff;
	margin: 0 3em;
  line-height: 2em;
}

ul#director-inits {
	position: relative;
	top: 1em;
	margin: 0 1em 0 1em;
	padding: 0px;
	list-style-type: none;
}

ul#director-inits li {
  padding: 3px;
	display: inline;
	background: #fff;
	margin: 0.5em 0.5em;
  line-height: 1.5em;
  border-right: 1px solid #000
}

div#content div#paging-sec {
  text-align: center;
}

ul#director-inits a {
  text-decoration: none;
  color: #006
}

div#content p#posters img {
  width: 120px;
  height: 160px;
  margin: 1em 1em 1em 1em;
  border: 1px solid black;
}

div#content div#posters {
  border: 0px;
  margin: 0;
}

.error {color: red;}

.hide { display: none; }

.small-print {
	font-size: 85%;
	color: #888;
}

.small-print a:link,
.small-print a:visited {
	color: #888;
}

.small-print a:hover,
.small-print a:active {
	color: #333;
}

a.edit {
	color: #f00;
	font-size: 85%;
}

textarea {
	font-size: small;
}