
/* MAIN
**************************/

/** grayscale images **/

body
	{
	margin: 0px;
	padding: 0px;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-position:top;
	background-color: #eee;
	
	}

#page
	{
	position:relative;
	top:0px;
	padding:0px 20px;
	margin: 0px auto;
	text-align:left;
	width:1000px;
	}

#main
	{
	background-color:#fff;
	background-position:center;
	}
	
	
#tail
	{
	background-color: #333;
	background-image:url('../img/flipdarkbg.png');
	background-position:top;
	}
	
	

/* COLLUMNS
**************************/

.smallcollumn
	{
	background-position:bottom;
	}
	
	
.doublecollumn
	{
	background-position:bottom;
	 
	}
	
	
.triplecollumn
	{
	background-image: url('../img/thumbbg.png');
	background-position:bottom;
	}

.searchresults{
	margin: 20px 10px;
	clear: both;
}



/* EXTRAS
***********************/

.line
	{
	background-image: url('../img/dot.gif');
	background-position: left;
	background-repeat: repeat-x;
	}
	
	
.flatline
	{
	background-image: url('../img/dot.gif');
	background-position: left;
	background-repeat: repeat-x;
	}
	
/* THUMBNAIL 
************************/

.thumb-container{
	cursor: pointer;
	width: 230px;
	height: 150px;
	float:left;
	clear:none;
	padding:0px 0px 0px;
/*	margin:15px 0px 15px 10px;*/
	overflow:hidden;
	position: relative;
	overflow: hidden;
}
.thumb-imagecontainer{
	width: 230px;
	height: 150px;
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #eee;
}
.thumb-imagecontainer img{
	width: 230px;
}
.thumb-iconcontainer{
	width: 230px;
	height: 150px;
	z-index: 2;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}
.thumb-titlescontainer{
	width: 230px;
	height: 150px;
	z-index: 3;	
	position: absolute;
	top: 0px;
	left: 0px;
}
.thumb-titlescontainer .title{
	position: absolute;
	bottom: 0px;
	background: #fff;
	padding: 2px 4px;
	padding-left: 0px;
	font-family:'Trade Gothic W01 Cn 18', sans-serif;
	text-transform: uppercase;
	height: 20px;	
	font-size: 18px;

	/*margin: 5px 0px;
	padding:0px 5px;
	color: #fff;*/
		
}
.thumb-titlescontainer .smalltitle{
	position: absolute;
	bottom: 22px ;
	left: 0px;
	background: #fff;
	padding: 2px 4px;
	padding-left: 0px;
	font-size: 14px;
	font-family:'Trade Gothic W01 Bold', sans-serif;
}
.thumb-titlescontainer .smalltitle.low{
	bottom: 0px ;
}
	

/* NEW THUMB ON FRONTPAGE
******************************/
.newthumb{
	float: left;
	clear: none;
	height: 150px;
	width: 230px;
	
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	background: #eee;
}
.newthumb-text{
	margin: 10px;
}
.newthumb-titlescontainer{
	width: 230px;
	z-index: 3;	
	position: absolute;
	bottom: 0px;
	left: 0px;
}	
.newthumb-titlescontainer div{
	overflow: auto;
	clear: both;
}
.newthumb-titlescontainer .title{
	background: #fff;
	padding: 2px 4px;
	padding-left: 0px;
	font-family:'Trade Gothic W01 Cn 18', sans-serif;
	text-transform: uppercase;
	height: 20px;	
	font-size: 16px;
	clear: both;
	/*margin: 5px 0px;
	padding:0px 5px;
	color: #fff;*/
		
}
.newthumb-titlescontainer .smalltitle{
	float: left;
	clear: both;
	background: #fff;
	padding: 2px 4px;
	padding-left: 0px;
	font-size: 14px;
	font-family:'Trade Gothic W01 Bold', sans-serif;
}
.thumb-titlescontainer .smalltitle.low{
	bottom: 0px ;
}
	
/* TITLES
******************/

.tailtitle{
	font-family:'Trade Gothic W01 Cn 18', sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
}

/* DAY PLAYER
********************/
.dayplayer{
	background: #eee;
	position: relative;
	width: 470px;
	height: 320px;
	clear: both;
	overflow: hidden;
}
.dayplayer .imgcontainer{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 470px;
	height: 320px;
	z-index: 1;
}
.dayplayer .imgcontainer img{
	width: 470px;
	float: left;
	clear: none;
}

.dayplayer .titlecontainer{
	left: 0px;
	width: 470px;
	height: 30px;
	position: absolute;
	bottom: 0px;
	z-index: 2;
}
.dayplayer .titlecontainer .title{
	background: #fff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 2px 4px;
	padding-left: 0px;
	font-family:'Trade Gothic W01 Bold', sans-serif;
	font-size: 28px;
	text-transform: uppercase;
}

.spook{
	display: none;
}

	