﻿/* classes */

.show
{
	display: inline;
	float: left;
	margin: 0 12px;
	text-align: center;
	width: 160px;
}

.show a
{
	color: #000;
	text-decoration: none;
}

.show a:hover
{
	text-decoration: underline;
}

.colour
{
	display: inline;
	float: left;
	margin: 0 8px 0 10px;
	width: 113px;
}

.width50
{
	display: inline;
	float: left;
	margin: 0 0 0 2%;
	width: 47%;
}

.width50 .width50
{
	margin: 0;
}

/* structure */

#wrap
{
	width: 600px;
	height: 930px;
	background-color: #dae8fc;
}

#header
{
	background: url(/themes/treehouse-v8/images/watch/holiday2008/header.jpg);
	height: 141px;
	width: 594px;
	margin: 15px auto auto auto;
}

#wrap p
{
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
}

.text
{
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #4a7ed9;
}

#showstitle
{
	background-image: url(/themes/treehouse-v8/images/watch/holiday2008/shows_bar.jpg);
	height: 36px;
	width: 591px;
}

#showsbg
{
	background-image: url(/themes/treehouse-v8/images/watch/holiday2008/shows_bg.jpg);
	height: 453px;
	width: 591px;
}

.showpics
{
	width: 153px;
	height: 169px;
	padding-left: 35px;
	padding-top: 8px;
	float: left;
	border: #000000 solid 0px;
}


#activitytitle
{
	background-image: url(/themes/treehouse-v8/images/watch/holiday2008/act_bar.jpg);
	height: 38px;
	width: 287px;
}

#activitybg
{
	background-image: url(/themes/treehouse-v8/images/watch/holiday2008/act_bg.jpg);
	height: 287px;
	width: 232px;
}


#activityBlock
{
	width: 287px;
	height: auto;
	float: left;
}

#baseMiddle
{
	width: 33px;
	min-height: 100px;
	height: auto;
	float: left;
}

#gamesBlock
{
	width: 265px;
	height: 232px;
	float: left;
}

.activityHeader
{
	background-image: url(/Themes/treehouse-v8/images/watch/holiday2008/act_bar.jpg);
	width: 287px;
	height: 38px;
}

.activityBG
{
	background-image: url(/Themes/treehouse-v8/images/watch/holiday2008/act_bg.jpg);
	width: 287px;
	height: 232px;
}



.gamesHeader
{
	background-image: url(/Themes/treehouse-v8/images/watch/holiday2008/games_bar.jpg);
	width: 265px;
	height: 38px;
}

.gamesBG
{
	background-image: url(/Themes/treehouse-v8/images/watch/holiday2008/games_bg.jpg);
	width: 265px;
	height: 232px;
}

.gamesBlock
{
	width: 110px;
	height: 101px;
	padding-left: 15px;
	margin-top: 10px;
	float: left;
}


.activityBlock
{
	width: 110px;
	height: 101px;
	padding-left: 25px;
	margin-top: 10px;
	float: left;
}


a:link
{
	color: #4a7ed9;
}


a:visited
{
	color: #4a7ed9;
}

