﻿/*
	DEFAULT STYLE SHEET
*/

HTML
{
	font-family: 'Trebuchet MS' , Verdana, Tahoma, Helvetica, Arial, Sans-Serif;
}

BODY
{
	background-color: #206BA4;
}

H1, H2, H3, H4, H5, H6
{
	font-family: Georgia, 'Times New Roman', 'Times', Utopia, Serif;
}

H3
{
	margin-bottom: 0px;
}

UL
{
	margin-top: 0px;
}

.menu
{
   -moz-border-radius:8px;
   -webkit-border-radius:8px;
	font-weight: bold;
	font-size: x-small;
	padding: 0;
	margin: 0px 20px 20px 220px;
	font-family: Tahoma, Verdana, Helvetica, Arial;
	background-color: #54a4de;
	border: 1px solid #417eab;
}

.menu IMG
{
	vertical-align:middle;
}

.menu UL
{
	padding: 0;
	margin: 5px 5px 5px 5px;
}

.menu LI
{
	margin: 0 20px 0 0;
	padding: 0 0 0 14px;
	display: inline;
	background-image: url(images/menuarrow.gif);
	background-repeat: no-repeat;
}

.sidebar
{
	display: inline;
	float: left;
	width: 180px;
	border: none;
	margin-left: 20px;
	padding: 0px;
}

.sidebarcontent
{
	display: block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: medium;
	margin: 0px 0px 20px 0px;
	padding: 10px 5px 10px 5px;
	background-color: #54a4de;
	border: 1px solid #417eab;
}

.sidebarcontent IMG
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.sidebarcontent H3
{
	margin: 0 4px 4px 4px;
}

.sidebarimage
{
	display: block;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: larger;
	margin: 0px 0px 20px 0px;
	padding: 10px 5px 10px 5px;
	height: 180px;
	min-height: 180px;
	background-color: #54a4de;
	border: 1px solid #417eab;
	background-position: center;
	background-repeat: no-repeat;
	background-image: none;
}

.sidebarimage IMG
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.content
{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 0 10px 10px 10px;
	margin: 0px 20px 20px 220px;
	color: #000;
	text-align: left;
	background-color: #bbd9ee;
	border: 1px solid #93abbb;
}

.content UL
{
	margin-top: 0;
}

.contenttable
{
	font-size: small;
	padding: 0;
}

.pageheader
{
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin: 20px 20px 20px 20px;
	padding: 0px 10px 40px 10px;
	border: 1px solid;
	background-image: url(images/cast2.jpg);
	background-repeat: no-repeat;
	background-color: Black;
	background-position: 98% 0%;
}

.pageheader H1
{
	color: White;
	margin-top: 20px;
}

.pagefooter
{
   -moz-border-radius:8px;
   -webkit-border-radius: 8px;
	margin: 20px 20px 20px 20px;
	font-size: xx-small;
	line-height: 0px;
	padding: 0 5px 0 5px;
	clear:both;
	background-color: #54a4de;
	border: 1px solid #417eab;
}

.bigger
{
	font-size: larger;
}

.smaller
{
	font-size: smaller;
}

.eplist
{
	font-size: small;
}

.episodelist
{
	font-size: small;
}

.episodelist TD
{
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.episodelist TH
{
	text-align: left;
	background-color: #54a4de;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.episodelist TR.even
{
	background-color: #A7CDE9;
}

.slideshow
{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid Black;
	padding: 2px 2px 2px 2px;
	margin: 10px 10px 0 0;
	float: right;
	background-color: Black;
	color: White;
}

.inlinead
{
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid White;
	padding: 2px 2px 2px 2px;
	margin: 20px 10px 0 0;
	float: right;
	background-color: White;
	color: Black;
}

.buttons
{
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	display: inline-block;
	border: 1px solid #000;
	padding: 2px 2px 2px 2px;
	margin: 2px 2px 2px 2px;
}

.buttons LI
{
	display: -moz-inline-box; /* Moz */
	display: inline-block; /* Op, Saf, IE */
	vertical-align: top; /* IE Mac */
	margin: 15px 7px 15px 7px;
	padding: 0;
}

.buttons a
{
	display: block;
	border: 4px solid #999;
	color: #000;
	background-color: #eee;
	text-decoration: none;
}

.buttons a img
{
	border-width: 0;
	vertical-align: bottom;
}
.buttons a span
{
	display: block;
	padding: 4px;
	text-align: center;
}

.casttable
{
	border: medium solid #206BA4;
}

.casttable tr, .casttable td
{
	border: medium solid #206BA4;
}

.casttable small
{
	font-size: smaller;
}

/*\*/
* html .buttons li, * html .buttons {
	display: inline;
	height: 1px;
}

html>body #sidebar {
    width:183px;
}

@import "will.css";
