/* Generic Selectors */ 
body {
	width:100%;
	height:100%;
	background-color:#ffffe1;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	min-width:900px;
	
}

p {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:20px;
}







/**************** Pseudo classes ****************/ 
a:link { 
	color: #666666; 
	text-decoration: underline; 
	font-weight: bold; 
} 

#navigationText a:link{
	color:#000000;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
}

#mediaWrapper a:link{
}

a:visited { 
	color: #666666; 
	text-decoration: underline; 
	font-weight: bold; 
} 

#navigationText a:visited{
	color:#000000;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
}

#mediaWrapper a:visited{
}

a:hover { 
	color:#000000; 
	font-weight: bold; 
	text-decoration:underline; 
} 

#navigationText a:hover{
	color:#cc0000;
	text-decoration:none;
	font-size:12px;
	font-weight:normal;
}

#mediaWrapper a:hover{
}

/**********TABLES CLASSES*********/

table.div{
	width:auto;
	height:auto;
	font-size:11px;
	text-align:left;
	border-collapse:collapse;
	font-weight:normal;
}

table.div td{
	text-align:center;
}

table.div td a{
	display:block;
	height:auto;
	padding:8px 10px 8px 10px;
	color: #000000; 
	text-decoration: none; 
	font-weight:normal;
	text-align:center;
}

table.div td a:link, table.nav td a:visited{
	color: #ffffff;
	font-weight:normal;
	text-decoration:none;
}

table.div td a:hover, table.nav td a:active {
	color:#ffffff; 
	font-weight:normal;
	text-decoration:underline;
}

table.downloads{
	width:100%;
}

table.downloads td{
	text-align:left;
}

table.downloads td a{
	height:14px;
	color: #666666; 
	text-decoration: underline;
	font-weight:bold;
	text-align:left;
}

table.downloads td a:link, table.nav td a:visited{
	color:#666666;
	font-weight:bold;
	text-decoration:underline;
}

table.downloads td a:hover, table.nav td a:active {
	color:#000000; 
	font-weight:bold;
	text-decoration:underline;
}

table.sidebar{
	width:100%;
}

table.sidebar td{
	text-align:left;
}

table.sidebar td a{
	height:14px;
	color: #666666; 
	text-decoration: underline;
	font-weight:bold;
	text-align:left;
}

table.sidebar td a:link, table.nav td a:visited{
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
}

table.sidebar td a:hover, table.nav td a:active {
	color:#333333; 
	font-weight:bold;
	text-decoration:underline;
}

.field1 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;
   color: #999999;
   background-color: #FFFFFF;
   padding: 2px;
   height: 12px;
   width: 200px;
   border: 1px solid #999999;
} 

.field2 {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   color:#333333;
   background-color: #FFFFFF;
   padding: 2px;
   height: 14px;
   width: 200px;
   border: 2px solid #999999;
} 

table.shows{
	width:100%;
}

table.shows td{
	text-align:left;
	border-bottom:solid;
	border-bottom-color:#666666;
	border-bottom-width:1px;
	padding:5px 20px 5px 0px;
	vertical-align:top;
}

table.shows td a{
	height:14px;
	color: #666666; 
	text-decoration: underline;
	font-weight:bold;
	text-align:left;
}

table.shows td a:link, table.nav td a:visited{
	color:#666666;
	font-weight:bold;
	text-decoration:underline;
}

table.shows td a:hover, table.nav td a:active {
	color:#000000; 
	font-weight:bold;
	text-decoration:underline;
}

table.music{
	width:100%;
}

table.music td{
	text-align:left;
	border-bottom:solid;
	border-bottom-color:#666666;
	border-bottom-width:1px;
	padding:10px 20px 10px 0px;
	vertical-align:top;
}

table.music td a{
	color: #666666; 
	text-decoration: underline;
	font-weight:bold;
	text-align:left;
}

table.music td a:link, table.nav td a:visited{
	color:#666666;
	font-weight:bold;
	text-decoration:underline;
}

table.music td a:hover, table.nav td a:active {
	color:#000000; 
	font-weight:bold;
	text-decoration:underline;
}

table.videos{
	border-collapse:collapse;
	width:100%;
}

table.videos td{
	font-size:12px;
	text-align:left;
	width:290px;
	padding:10px 0px 5px 0px;
	vertical-align:top;
	border-bottom:solid;
	border-bottom-color:#666666;
	border-bottom-width:1px;
}

table.videos td a{
	display:block;
	color: #000000;
	text-decoration:none;
	text-align:left;
	font-weight:normal;
}

table.videos td a:link, table.nav td a:visited{
	color:#000000;
	font-weight:normal;
}

table.videos td a:hover, table.nav td a:active {
	color:#000000; 
	background-image:url(images/videobckgnd.png);
	background-repeat:no-repeat;
	font-weight:normal;
}


/************************* ID's *************************/ 

#wrapper{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#header{
	position:fixed;
	width:900px;
	height:93px;
	background-image:url(images/header.jpg);
	z-index:10;
}

#navigationText{
	position:relative;
	top:30px;
}

#navTriangle {
	position:absolute;
	top:30px;
	width:30px;
	height:25px;
	background-image:url(images/navTriangle.png);
	background-repeat:no-repeat;
	z-index:11;
}

#navTriangle:hover
{ 
  background-position: 0 -25px;
}

#navTriangle span
{
  display: none;
}

#title{
	position:absolute;
	top:66px;
	font-size:14px;
	font-weight:bold;
	color:#666666;
}

#bodybackground{
	position:fixed;
	top:93px;
	width:900px;
	height:460px;
	background-image:url(images/body2.jpg);	
}

#body{
	position:relative;
	top:93px;
	width:900px;
	height:460px;
	background-image:url(images/bodyhome.jpg);
}

#bodycontent{
	position:relative;
	top:93px;
	width:900px;
	height:auto;
	min-height:460px;
}
#bodycontent2{
	position:relative;
	top:93px;
	width:500px;
	height:auto;
	min-height:460px;
	font-size:12px;
}

#sidebar{
	position:fixed;
	top:93px;
	margin-left:526px;
	width:374px;
	height:100%;
	max-height:460px;
	background-color:#000000;
	filter:alpha(opacity=20); 
   	-moz-opacity: 0.2; 
   	opacity: 0.2;
}

#sidebarcontent{
	position:absolute;
	top:93px;
	margin-left:550px;
	height:auto;
	width:329px;
	font-size:12px;
	font-weight:bold;
	color:#333333;
}

#information{
	position:absolute;
	left:79px;
	background-color:#ffffe1;
	height:460px;
	width:250px;
	filter:alpha(opacity=40); 
   	-moz-opacity: 0.4; 
   	opacity: 0.4; 

}

#words{
	position:absolute;
	top:10px;
	left:89px;
	font-size:11px;
	font-weight:normal;
	color:#333333;
	height:100%;
	width:230px;
}

#showlist{
	position:relative;
	top:20px;
	font-size:11px;
	font-weight:normal;
	color:#333333;
	height:100%;
	width:900px;
}

#musiclist{
	position:relative;
	font-size:11px;
	font-weight:normal;
	color:#333333;
	height:100%;
	width:900px;
	margin-bottom:10px;
}

#footer{
	position:relative;
	top:93px;
	width:900px;
	height:34px;
	background-image:url(images/footer.jpg);
}

#newsfooter{
	position:relative;
	top:63px;
	width:900px;
	height:34px;
	background-image:url(images/footer.jpg);
}

#newsletter{
	position:absolute;
	top:5px;
	width:auto;
	height:auto;
}

#twitter {
	position:absolute;
	top:5px;
	width:21px;
	height:24px;
	left:685px;
	background-image:url(images/twitter.png);
	background-repeat:no-repeat;
	z-index:11;
}

#twitter:hover
{ 
  background-position: 0 -3px;
}

#twitter span
{
  display: none;
}

#facebook {
	position:absolute;
	top:5px;
	width:21px;
	height:24px;
	left:712px;
	background-image:url(images/facebook.png);
	background-repeat:no-repeat;
	z-index:11;
}

#facebook:hover
{ 
  background-position: 0 -3px;
}

#facebook span
{
  display: none;
}

#myspace {
	position:absolute;
	top:5px;
	width:21px;
	height:24px;
	left:739px;
	background-image:url(images/myspace.png);
	background-repeat:no-repeat;
	z-index:11;
}

#myspace:hover
{ 
  background-position: 0 -3px;
}

#myspace span
{
  display: none;
}

#itunes {
	position:absolute;
	top:5px;
	width:21px;
	height:24px;
	left:766px;
	background-image:url(images/itunes.png);
	background-repeat:no-repeat;
	z-index:11;
}

#itunes:hover
{ 
  background-position: 0 -3px;
}

#itunes span
{
  display: none;
}

#wordpress {
	position:absolute;
	top:5px;
	width:21px;
	height:24px;
	left:793px;
	background-image:url(images/wordpress.png);
	background-repeat:no-repeat;
	z-index:11;
}

#wordpress:hover
{ 
  background-position: 0 -3px;
}

#wordpress span
{
  display: none;
}

#youtube {
	position:absolute;
	top:5px;
	width:53px;
	height:24px;
	left:820px;
	background-image:url(images/youtube.png);
	background-repeat:no-repeat;
	z-index:11;
}

#youtube:hover
{ 
  background-position: 0 -3px;
}

#youtube span
{
  display: none;
}


#cbc {
	position:absolute;
	top:5px;
	width:21px;
	height:24px;
	left:879px;
	background-image:url(images/cbc.png);
	background-repeat:no-repeat;
	z-index:11;
}

#cbc:hover
{ 
  background-position: 0 -3px;
}

#cbc span
{
  display: none;
}


/******************YMP***************************/

/* Yahoo! Media Player: Change default skin */
#ymp-player .ymp-color-main {
  background-color:ffffe1 !important;
}
 
.ymp-skin {
  background-image:url(images/mediaplayerskin.png) !important;
}
 
/* Avoid using animation (and loading additional image)
  when player is minimized */
#ymp-body #ymp-btn-max span.ymp-animarrow {
  background-position:-119px -80px !important;
}

.ymp-btn-page-play, .ymp-btn-page-pause { margin-left:-20px; } 
em.ymp-skin { visibility:hidden; }

/* Yahoo! Media Player: */
/* Remove block with relevant information */
#ymp-relevance { display:none !important; }
.ymp-player-max #ymp-body { width:570px !important; }
.ymp-player-max #ymp-body #ymp-body-strip { width:557px !important; }
.ymp-player-max #ymp-body #ymp-body-base  { width:560px !important; }

/* Yahoo! Media Player: Hide album art */
#ymp-meta-image { display:none !important; }
#ymp-body #ymp-meta-top,
#ymp-body #ymp-meta-bottom {
  left:8px !important;
  width:330px !important;
}

/******************PopOut***************************/

#blackout{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	/**background-image:url(images/snowflakebg.jpg);
	background-repeat:repeat-x;**/
	background-color:#000000;
	filter:alpha(opacity=80); 
   	-moz-opacity: 0.8; 
   	opacity: 0.8;
	z-index:11; 
	display:none;
}

#holidayvideo{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-210px;
	margin-left:-450px;
	width:900px;
	height:420px;
	text-align:center;
	background-image:url(images/rudolph.png);
	background-repeat:no-repeat;
	z-index:12; 
	color:#000000;
	display:none;
}



