/*
 * ENTERTAINMENT CHANNEL STYLESHEET
 * #720000 Dark Red
 * #DF2322 Left Rail Menu Items Background
 * #FFF0F0 Light Pastel Red
 */

/* Structural *****************************************************************/

#col0 {
	background: url(/images/entertainment/subchannels/col0-tile.gif) top repeat-y;
}
 
#col1 {
	background: #DF2322 url(/images/entertainment/subchannels/col1.jpg) bottom no-repeat;
}

#col1head, #col2head {
	background: #720000;
}

#col3 {
	border-left: 2px solid #720000;
}

#modules dl {
	border-bottom: 2px solid #720000;
}

/* Text ***********************************************************************/

a {
	color: #720000;
}

a:hover {
	color: #DF2322;
}

a.select:hover {
	border-bottom: 1px dashed #720000;	
}

h1, h2, h3, h4, h5, h6 {
	color: #720000;
}

h2 {
	margin: 10px 0 3px 0;
}

em {
	color: #720000;
	font-style: none;
}

strong {
	color: #720000;
}

blockquote.nestright {
	background-color: #FFF0F0;
	color: #720000;
}

/* Ad Blocks ******************************************************************/

.adblock1 {
	background-color: #FFF0F0
}

.adblock1 dt {
	border-top: 1px dashed #720000;
}
