/*********************************************************************   
EVENT STYLES
Author:	Terence
Date:	May 16th, 2010
**********************************************************************/

body 
{
background: #121212 url(/static/images/bkg_body-wendys.jpg) top left repeat-x;
color: #fff; 
}



#event_logo_id
{
	display:block;
	background: #000 url(/static/images/large_dew_event_logos.png);
	background-repeat:no-repeat;
	background-position: 0px 0px; /*position sprite vertically in increments of 43px */
	width:300px;
	height:43px;
	margin:5px 0 5px 0;
}

h2
{
	color:#fff;
}

#highlights_tour
{
	background: #000 url(/static/images/small_dew_event_logos.png);
	background-repeat:no-repeat;
	background-position: 192px -2px; /*position sprite vertically in increments of 29px */
	height:26px;
}

#articleList_newsMini div.col-header
{
	background: #000 url(/static/images/small_dew_event_logos.png);
	background-repeat:no-repeat;
	background-position: 121px -2px; /*position sprite vertically in increments of 29px */
	height:26px;
}

#articleList_newsMini span.event-name
{
display:none;
}


