/* Default style for the Fiction Into Film site.  This file contains only
   styles considered to be safe for old browsers, such as Netscape 4.
   Inspired by too many sources to list here.  Thanks to everyone in
   comp.infosystems.www.authoring.stylesheets.
*/

/* Basic body text */
body {
	margin:0;
	padding:0;
	color:#000;
	background-color:#fff;
	font-size:medium;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	font-family:sans-serif;
	font-weight:bold;
	color:#00008b;
	background-color:transparent;
}

h1 {
	font-size:1.5em;
}
h2 {
	font-size:1.25em;
}
h3,h4,h5,h6 {
	font-size:1em;
}

/* Standard paragraphs */
p {
	text-indent:0;
}

/* Make table cells align to the top of the cell */
td {
	vertical-align:top;
}

/* Links */
a {
	text-decoration:underline;
	font-weight:bold;
	color:blue;
	background-color:transparent;
}
a:visited {
	color:purple;
	background-color:transparent;
}
a:hover {
}
a:active {
	color:red;
	background-color:transparent;
}

/* List items */
ul {
	margin-top:0;
}

li {
	margin-top:0.5em;
}

/* Does anyone use default borders on images any more? */
img {
	border:0;
}

/* For the signup page */
form li {
	margin-top:0;
}

#Header {
	background-image:url(/graphics/backgrounds/ramp.jpg);
	background-repeat:repeat-x;
	padding:0;
	margin:0;
}

#Movie h1 {
	text-decoration:underline;
}

#Movie div p {
	margin-top:0;
}

#Cover {
	float:left;
	margin-right:2em;
	padding-bottom:1em;
}

#Details {
	float:left;
	padding-bottom:1em;
}

#AKA, #Awards, #Source {
	clear:both;
}

#User p {
	padding:0;
	margin:0;
}

#User ul, #User li {
	display:inline;
	padding:0 1em 0 0;
	margin:0;
}

#Menu,#Feature,#Extras {
	margin:0 1em;
	/* Some browsers use Verdana as default sans-serif font, which makes
		the text look way too big.  Try Arial first, and fall back to the
		default if that's not present. */
	font-family:arial, sans-serif;
}

#Feature {
	border:1px solid black;
	text-align:center;
	padding:0.5em;
}

#Feature table {
	padding:0;
	margin:0 auto;
	text-align:center;
	font-size:small;
}

#Feature td {
	vertical-align:middle;
	padding:0 1em;
}

.MenuBox, .VoteForm, #Shopping {
	border:1px solid #acd;
	color:#000;
	padding:0 0.5em;
	margin:0 0 1em;
	font-size:small;
}
.MenuBox {
	background-color:#cef;
}
.VoteForm {
	background-color:#ffc;
}

#Shopping img {
	float:left;
	clear:left;
	margin:0 5px 5px 0;
}

#Footer {
	padding:0 0 2em;
	text-align:center;
	font-size:small;
}

