/***********************************************************************************
/
/	 	     OLM Site Styles For Tour Page
/
/***********************************************************************************/

@import url(common.css);

#tour{
	float: left;
	width: 646px;
	margin-left: 25px;
	_display: inline;
}

#tourPage .artist-text{
	padding: 11px 0 6px;
}

#tourPage .artist-text a{
	color: #ba1500;
	font-size: 14px;
	font-family: monospace;
	font-weight: bold;
}

#tourPage .artist-text a:hover{
	color: #ba1500;
	text-decoration: underline;
}

#tourPage .date-text{
	color: #894b13;
	font-size: 10px;
	font-weight: bold;
	padding: 8px 0px;
}

#tourPage .venue-text,
#tourPage .city-text,
#tourPage .country-text{
	color: #2e2e2e;
	font-size: 10px;
	font-weight: bold;
	padding: 8px 0px 8px 8px;
}
