/* Styles for default.html */


/* ======= Next Show ===== */

#pageContent{
	z-index: -5; /* to id doesn't hide floating divs */
}

#tabContent{
	background-color: transparent;
}

#tabContent{
	background-color:inherit;
	padding-top: 10px;
}

#nextShow {
	float: left;
    width: 290px;
	text-align:left;
	padding-left: 15px;
}

#nextShow h1 {
	color: white;
	font-size: 18px;
	font-weight: bold;
	margin:0;
}

#nextShow p {
	color: white;
	font-size: 14px;
	margin: 2px 0 10px 0;
}

#nextShow * { 
	vertical-align: top; 
}


#nextShowLink img {
	width: 240px;
	height: 240px;
}

.buyNow {
	display: inline-block;
	width: 20px;
	height: 70px;
	background: url(http://www.footlighters.org/clipart/buynow.gif);
}

.buyNow span {
	display: none;
}

div#xmasShow {
	display:inline-block; 
	width:200px; 
	background-color:white;
	color:green;
	padding: 10px 10px 10px 10px;
	text-align:center; 
}

/* ======= Recent Updates ======= */

#recentUpdates {
	float: left;
    width:237px;
	font-size: 12px;
	text-align: left;
}

#recentUpdates h1 {
	color: white;
	font-size: 15px;
	font-weight: bold;
	margin:10px;
	text-align:center;
}

#recentUpdates a {
	color:white;
}

#recentUpdates li {
	margin-bottom: 4px;
}

#recentUpdates strong{
	font-family: cursive;
	color: red;
	font-size: 120%;
}

#recentUpdates .alert{
	font-size: 18px;
	font-family: cursive;
	color: red;
	text-align: center;
	display:block;
	background-color: white;
	padding: 6px;
	border: thick solid red;
}

/* ======== Season ======= */

#season {
	float: right;
    width:230px;
	text-align:center;
}

#season h1 {
	color: white;
	font-size: 15px;
	font-weight: bold;
	margin:10px;
}

#season .showLogo{
	width:100px;
	height:100px;
}

#season div{
	margin-bottom: 10px;
	text-align: left;
	width: 140px;
	display: inline-block;
}

#season div * {
	vertical-align: top;
}
