html
{
	overflow-y: scroll;
}

html, body
{
	background-color: #004F98;
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
}

div.centred
{
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	padding-bottom: 5px;
}

div#content
{
	padding-top: 0;
	background-color: white;
	overflow: hidden;
}

div#footer
{
	height:22px;
	background-color: #004F98;
	background-image: url(/images/fade-out.png);
	background-repeat: repeat-x;	
	text-align: center;
	color: white;
	font-size: smaller;
	padding-top: 10px;
}

div#footer a
{
	color: white;
	text-decoration: none;
}

div#footer a:hover
{
	text-decoration: underline;
}

td {
	vertical-align: top;
}

div.banner
{
	margin-left: -5px;
	margin-right: -5px;
	position: relative;
}

img.banner_main
{
	width: 100%;
	height: auto;
	display: block;
}

div#banner_info
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background-color: rgba(224,224,224,0.5);
}

div#banner_info h1, div#banner_info p
{
	padding: 5px;
	padding-top: 0;
	padding-bottom: 0;
}

div#image_credit
{
	position: absolute;
	bottom: 0;
	right: 0;
	color: black;
	background-color: rgba(224,224,224,0.5);
	font-size:smaller;
	padding: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

h1, h2, h3, p
{
	margin: 0;
	padding-top: 6pt;
	padding-bottom: 6pt;
}

h1
{
	font-size: 18pt;
}

h2
{
	font-size: 15pt;
}

p
{
	padding-top: 0.5rem;
}

textarea
{
	width: 95%;
	font-family: Arial, sans-serif;
}

div#home_thumbnails
{
	overflow: hidden;
	margin-left: 10px;
}

@media screen and (max-width: 640px)
{
	div.home_thumbnail_container
	{
		width: 110px;
		float: left;
		text-align: center;
		font-size: 75%;
		margin: 15px;
	}

	div.home_thumbnail
	{
		width: 110px;
		height: 110px;
		background-size: cover;
		background-position: center center;
		border-radius: 10px;
	}

	div.home_thumbnail a
	{
		width: 110px;
		height: 110px;
		display: block;
	}
	
	a.listed_show
	{
		padding-bottom: 1em !important;
	}	
}
@media screen and (min-width: 641px), print
{
	div.home_thumbnail_container
	{
		width: 200px;
		float: left;
		text-align: center;
		font-size: 75%;
		margin: 15px;
	}

	div.home_thumbnail
	{
		width: 200px;
		height: 200px;
		background-size: cover;
		background-position: center center;
		border-radius: 20px;
	}

	div.home_thumbnail a
	{
		width: 200px;
		height: 200px;
		display: block;
	}
}

div#menu_bar
{
	background-color: #3366CC;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 2px;
	margin-bottom: 2px;
	overflow: hidden;
}

div#menu_bar a
{
	color: white;
	text-decoration: none;
	display: block;
	float: left;
	padding: 5px;
	border-right: 2px solid white
}

div#bubble_tag
{
	background-image: url(/images/bubble-tag.png);
	height: 9px;
	background-position: center center;
	background-repeat: no-repeat;
	margin-top: -6px;
}

div#bubble
{
	background-color: #3366CC;
	padding: 4px;
	border-radius: 5px;
	color: white;
	font-size: 10pt;
	margin-bottom: 5px;
	border: 1px solid #3366cc;
}

div#bubble a
{
	color: white;
	text-decoration: none;
}

a
{
	color: #666;
}

div.link
{
	overflow: hidden;
}

div.link a
{
	display: block;
	font-weight: bold;
	color: black;
	text-decoration: none;
}

div.link a:hover
{
	color: #333;
}

a.link_icon
{
	float: left;
	width: 50px;
	height: 50px;
	background-size: cover;
	background-position: center center;
	border-radius: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}	

a.gauge_outer
{
	display: block;
	float: left;
	border: 1px solid #999;
	padding: 2px;
	width: 198px;
	background-color: white;
}

span.gauge_inner
{
	display: block;
	background-image: url(/images/gauge.png);
	height: 20px;
	background-repeat: no-repeat;
	background-position: top left;
}

a.expand_link
{
	display: inline-block !important;
	height: 26px;
	width: 26px;
	background-image: url(/images/arrow-down.png);
}

div.expand
{
	background-color: white;
	border-radius: 10px;
	padding: 10px;
	margin-left: 60px;
	margin-bottom: 5px;
}

div#tabset
{
	background-color: rgb(224,224,224);
	margin-left: -5px;
	margin-right: -5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 5px;
}

div#tabs
{
	margin-left: -5px;
	margin-right: -5px;
	overflow: hidden;
	padding-top: 1px;
}

div#tabset h2
{
	float: left;
	width: 50%;
	text-align: center;
	background-color: white;
}

div#tabset h2 a
{
	display: block;
	color: black;
	text-decoration: none;
}

h2.current
{
	background-color: rgb(224,224,224) !important;
}

div.pane
{
	padding-top: 5px;
	padding-bottom: 5px;
}

td.cast_person
{
	white-space: nowrap;
	padding-right: 10px;
	font-weight: bold;
}

a.listed_show
{
	padding-left: 20px;
	padding-bottom: 4px;
	display: block;
}

a.with_review
{
	background-image: url(/images/with-review.png);
	background-position: top left;
	background-repeat: no-repeat;
}