@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-color: #474747;
	background-image: url(images/bg1.jpg);
	background-repeat: repeat-x;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}

a:link {
	color: #FF0;
	text-decoration: underline;
}
a:visited {
	color: #FF0;
	text-decoration: underline;
}
a:hover {
	color: #F90;
}
a:active {
	color: #FF0;
}
.left {
	text-align: left;
}
.container {
	width: 994px;
	background: #420306;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
}

.content {
	padding: 10px 0;
	color: #FFF;
	text-align: center;
	font-size: 12pt;
	font-family: Verdana, Geneva, sans-serif;
}


.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.tableCells {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #240002;
	text-align: center;
	padding: 6px 3px 3px 3px;
	font-weight: bold;
}
/* 
  make the <a> element a relative position (so we can put both images in the top left corner) */
.tableCells a {
  position: relative;
  width:240px;
  height: 180px;
  display: block;
}
/*make both the <img> elements under an <a> absolute positioned in the top left*/
.tableCells a img {
  position: absolute;
  top: 0;
  left: 0;
}
/*by default put the play image on top of the other image with z-index and make it hidden by default (display: none)*/
.tableCells a img.play {
  z-index: 100;
  display: none;
}
/*show the play image when an <a> is hovered*/
.tableCells a:hover img.play {
  display: block;
}
.morePages {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #333;
	text-align: center;
	padding: 10px;
	border: 1px solid #999;
}
.headerText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: left;
}
.headerBigtxt {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	color: #FF0;
	text-align: left;
	margin-left: 10px;
}
.bottomTxt {
	font-size: 18pt;
	color: #FFF;
	text-align: left;
	margin: 10px;
	padding: 0px;
	top: 0px;
	text-indent: 0px;
}
.overlayOLD {
   display:none;
   padding:0;
   border: 0px solid #333333;
   margin:0;
   position:absolute;
   height:180px;
   width:240px;
   z-index:2;
}

.thumbnailOLD{
   position:relative;
   left:1px;
   z-index:0;
   height:180px;
   width:240px;
   border: 0px solid #333333;
}

.thumbnailOLD:hover, .thumbnail.over{
   border: 0px solid #333333;
}
.overlay { Display: None; } 
.overlay a:hover { background-image: url(play.png); background-repeat: no-repeat; }
#footer {padding-bottom: 24px; width: 920px; margin: 0 auto;}
#footer a {color: #FFFF00; color: #FFFF00;text-decoration: underline;}
.popular_celebs h1 {font-size: 28px; text-align: center; color: white; margin: 20px 0;}
.popular_celebs table {width: 920px; margin: 0 auto;}
.popular_celebs td {width: 25%; padding: 4px; text-align: center;}
.popular_celebs td a{ display: block;margin-bottom: 12px;}
.footer_notes {width:897px; margin: 0 auto;}
.footer_notes p {margin-bottom: 12px; text-align: center;}
#pageless-loader {
  text-align:center;
  font-size: 18px;
  color: #999;
  display: block;
  height: 32px;
  line-height: 32px;
}

