/* links */
a:link		 {text-decoration: underline; color: #ccc;}
a:visited	 {text-decoration: underline; color: #ccc;} 
a:active	 {text-decoration: underline; color: #ccc;}
a:hover		 {color: #ff3;}
a.home:hover {text-decoration:underline;}

/* table cells */
td			 {font: bold 10px Verdana,Arial,Sans-serif}
td.home		 {font: 10px Verdana,Arial,Sans-serif}
td.eleven	 {font: 11px Verdana,Arial,Sans-serif}

/* table positioning */
table { margin-left: auto; margin-right: auto; text-align: left; }

/* header  and top credits */
table#header   {width: 1000px; background-color:#222; padding-top: 1px; }
td#headerleft  {padding: 6px 15px; vertical-align: middle;}
td#headerright {padding: 6px 15px; vertical-align: middle; text-align: right;}

/* logo for stilltv in both header and footer */
.logolink img { padding-bottom: 2px; padding-right: 2px; vertical-align: middle; }

/* video positioning and colors */
div#video	  {text-align: center; background-color: #000;}
table#filmtitle td, td#filmtitle  { background-color:#033; padding: 9px 10px; color: #99C;}

/* footer and bottom links */
table#footer 	{ margin-top: 0px; background-color: #111; padding: 4px 0px 8px 0px; }
table#footer td { padding: 2px 15px; background-color: #111; color: #333; font-size: 9px; }
table#footer a 	{ font-size: 10px; color: #555; }
table#footer a:hover { color:#999; }

/* table below the video containing title, sections, music credits, and other informatio */
table#tail 	  {margin-bottom: 10px;}
table#tail td {vertical-align: middle;}

/* rows of information below the film title, above the footer */
.tailrow 	  {background-color:#033; padding: .6em 15px; color: #99C;}
.tailrowblank {background-color:#000; padding: 0px 15px; height: 0px;}

/* still tv link, which is an image, I think */
.link_stilltv, .link_stilltv a, a.link_stilltv { text-transform: uppercase; text-decoration: none; letter-spacing: 1.5px; font-size: 11px; font-weight: bold; color: #fff; }
.link_stilltv a:hover { color: #ff3; }

/* typography */
font		{font: bold 10px Verdana,Arial,Sans-serif}
h1			{font: bold 10px Verdana,Arial,Sans-serif}
h2			{font: 9px Verdana,Arial,Sans-serif}
h3			{font: 10px Verdana,Arial,Sans-serif}
h4			{font:  bold 12px Verdana,Arial,Sans-serif}

/* page information, background color, and default text colors */
body		{font: 10px Verdana,Arial,Sans-serif; margin: 0px; background-color: #000; color: #999;}