body {
	background-color: #333399;
	background: url("images/background.jpg") repeat;
	background-attachment: fixed;
	background-position: center center;
	background-size: 100% 100%;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body,
div,
p,
h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	padding: 0;
}


h1 {
	font-size: 125%;
}

h2 {
	font-size: 115%;
	display: none;
}

h3 {
	font-size: 110%;
}

h4 {
	font-size: 24px;
	font-weight: bolder;
}

h5 {
	font-size: 16px;
	font-weight: bolder;
}

h4, h5 {
	text-transform: uppercase;
	margin-bottom: 10px;
}

.twitter h4 {
	text-transform: none;
}

p {
	font-size: 100%;
	margin-bottom: 1em;
}
a {
	text-decoration: none;
}

a, a:link, a:visited {
	color: #CCC;
}

a:hover, a:active {
	background: white;
	color: black;
}

img {
	border: solid 1px white;
	margin: 0 10px 10px;
}

.twitter img,
#galleria img,
.galleria-lightbox-box img {
	margin: 0;
	border: 0;
}

ol {
	margin-left: -10px;
//	margin-left: 35px;
}

ul.hidden {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul.hidden li {
	margin-bottom: 20px;
}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #326;
}

#centering {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	margin: auto;
	padding: 0;
}

#outerbox {
	width: 782px;
	margin: 10px auto;
	padding: 0;
}

#boxoutline {
	width: 780px;
	border: 1px solid white;
}

#innerbox {
	padding: 10px;
	text-align: left;
}

#nav {
	margin-bottom: 10px;
	padding: 0;
	height: 100px;
	overflow: hidden;
}

#nav h1,
#nav h3 {
	display: inline;
	padding: 0;
	margin: 0;
}

#nav a {
	display: block;
	float: left;
	padding: 100px 0 0 0;
	overflow: hidden;
	background: none;
	width: 176px;
	height: 0px !important;
	height /**/: 100px; /* for IE5/Win only */
}

#nav h3 a {
	margin-left: 18px;
//	margin-left: 18px;
}

h1#mocktheweek a {
	background: url("images/buttons/mocktheweek-sprite.jpg") top left no-repeat;
}

h3#theshow a {
	background: url("images/buttons/theshow-sprite.jpg") top left no-repeat;
	margin-right: 1px;
}

h3#thecast a {
	background: url("images/buttons/thecast-sprite.jpg") top left no-repeat;
}

h3#thecompany a {
	background: url("images/buttons/thecompany-sprite.jpg") top left no-repeat;
}

h3#thepoll a {
	background: url("images/buttons/thepoll-sprite.jpg") top left no-repeat;
}

#nav a:hover {
	background-position: 0 -100px;
}

.banner {
	clear: both;
}

.banner h5 {
	padding: 5px;
	text-align: center;
}

#nexttransmission {
//	margin: 110px 0 0;
//	margin: 92px 0 0;
}

#repeattransmission h5,
#dvdbanner h5 {
	background: white;
	color: #326;
}

#nexttransmission h5,
#appbanner h5,
#bookbanner h5 {
	background: #326;
	color: white;
}

#appbanner h5,
#dvdbanner h5,
#bookbanner h5 {
	margin-top: 10px;
}


#repeattransmission h5 a,
#dvdbanner h5 a {
	color: #326;
}

#nexttransmission h5 a,
#appbanner h5 a,
#bookbanner h5 a {
	color: white;
}


#repeattransmission h5 a:hover,
#dvdbanner h5 a:hover {
	background: #326;
	color: white;
}

#nexttransmission h5 a:hover,
#appbanner h5 a:hover,
#bookbanner h5 a:hover {
	background: white;
	color: #326;
}

#content {
}

#leftcol {
	margin-top: 10px;
	float: left;
	width: 500px;
	padding: 10px 0 0;
}

#rightcol {
	margin-top: 10px;
	float: left;
	width: 230px;
	margin-left: 10px;
	background: #326;
	padding: 10px 10px 0;
}

#fullwidth {
	margin-top: 10px;
	float: left;
	width: 760px;
	padding: 10px 0 0;
}

#mailinglist {
	background: #326;
	margin: 10px 0;
	padding: 10px;
	text-align: center;
}

.smallprint {
	font-size: 7pt;
}

.mailinglist .smallprint {
	margin-top: 10px;
}

#footer {
	margin-top: 10px;
}

.intro {
	text-transform: none;
}

.oldnews,
.games,
.guestshows {
	display: none;
}

.guestshows dd {
	margin-left: 15px;
}

.guestshows dd ul {
	margin: 0;
	padding-left: 30px;
}

.guestshows dd ul li {
	margin: 0;
	padding: 0;
}

.news,
.oldnews {
	margin-bottom: 20px;
}

.newsdate {
	text-decoration: underline;
}

h5.guestseries {
	margin-top: 20px;
}

.candidateheading {
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 10px;
}

.choices {
	text-align: right;
	background: #326;
	padding: 10px;
	margin-bottom: 10px;
}

.newswriterinitials {
	float: right;
	font-style: italic;
}

#gallerycontainer {
	float: none;
	width: 760px;
	min-width: 500px;
	text-align: center;
}

#gallery {
	width: 500px;
	margin: 20px auto 10px;
	text-align: center;
}

#galleryimage {
	margin: 0;
}

.thumb {
	margin: 10px 5px 0;
}

#gallery a:hover {
	background: none;
}

dt {
	font-style: italic;
}

.games dt:after {
	content: ":";
}

.translation, #shows dd, .swlts dd {
	margin-bottom: 10px;
}

.games img {
	margin: 0 0 10px;
}

img.dvdsleeve,
img.bookcover {
	margin: 0 0 10px;
}

p.amazonbutton {
	text-align: center;
}

p.amazonbutton img {
	border: none;
}

#guests {
	margin-bottom: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#guests li {
	display: block;
	padding: 0;
	margin: 0 0 10px 10px;
}

#shows dt {
	clear: both;
}

#clipplayerblock {
	margin: 20px 0;
	text-align: center;
}

#clipplayer {
	display: inline;
	width: 384px;
	height: 315px;
	background: #326;
	padding: 10px;
}

/* root element for tabs  */
ul.tabs {
	margin: 0 !important;
	padding: 0;
	height: 25px;
}

/* single tab */
ul.tabs li {
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

/* link inside the tab. uses a background image */
ul.tabs a {
	float: left;
	display: block;
	padding: 5px 3px;
	text-decoration: none;
	height: 14px;
	background-color: white;
	color: #326;
	margin-right: 1px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	position: relative;
	top: 1px;
}

ul.tabs a:hover {
	background-color: #326;
	color: white;
}

/* selected tab */
ul.tabs a.current {
	background-color: #326;
	color: white;
	cursor: default;
}

div.panes {
	margin-bottom: 1em;
}

/* tab panes */
div.panes > div {
	color: white;
	display: none;
	padding: 10px;
	background-color: #326;
}


@media only screen and (max-width: 801px) {
	#outerbox {
		width: 780px;
		margin: 0 auto;
	}

	#boxoutline {
		border: none;
	}
}

@media only screen and (max-width: 779px) {
	#outerbox {
		width: auto;
		margin: 0;
	}

	#boxoutline {
		width: auto;
	}

	#leftcol {
		margin-top: 0;
		float: none;
		width: auto;
		padding: 0;
	}

	#rightcol {
		margin: 10px auto;
		float: none;
		width: 230px;
		margin-left: auto;
		background: #326;
		padding: 10px 10px 0.1px;
	}

	#fullwidth {
		margin-top: 10px;
		float: none;
		width: auto;
		padding: 10px 0 0;
	}

	#mailinglist {
		background: #326;
		margin: 0;
		clear: both;
	}

	#footer {
		margin: 10px;
	}

	#nav {
		overflow: auto;
		text-align: justify;
		-ms-text-justify: distribute-all-lines;
		text-justify: distribute-all-lines;
	}

	#nav a {
		float: none;
		vertical-align: top;
		display: inline-block;
		zoom: 1;
	}

	#nav h3 a {
		margin-left: 6px;
	}

	h3#theshow a {
		margin-right: 0;
	}

	.stretch {
	    width: 100%;
	    display: inline-block;
	    font-size: 0;
	    line-height: 0
	}
}

@media only screen and (max-width: 753px) {
	#nav a {
		background-size: 100% 200% !important;
		width: 23.6%;
	}
}
