@charset "UTF-8";
/* CSS Document */
/*	-------------------------------------------------------------
	RICHY NIX SITE - TOUR
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		richy_tour.css
	Date:			4/16/2010

	Author:		UMRG New Media
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	-------------------------------------------------------------
	
	/*	--------------------------------------------------------------------------------------------------------------------------
		nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#header ul#nav li.navTour a {
		background-position:-640px -50px;
	}
	
	/*	--------------------------------------------------------------------------------------------------------------------------
		content Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#tour {
		width:710px;
		min-height:220px;
		height:auto !important;
		height:400px;
		margin:15px auto;
		padding:15px 20px;
		background-color:#092b12;
		_background-color:#092b12;
		background:
			-webkit-gradient(
				linear,
				left top,
				left bottom,
				color-stop(0.00, rgb(16,71,30)),
				color-stop(1.00, rgb(0,0,0))
			);
		background:
			-moz-linear-gradient(
				center top,
				rgb(16,71,30) 0%,
				rgb(0,0,0) 100%
			);

	}
	#tour h2 {
		width:200px; height:21px;
		margin:0 0 10px 0;
		background:url(../../images/h2_tour.gif) no-repeat 0 0;
	}
	#tour table {
		width:710px;
	}
		#tour table colgroup col.dateCol {
			width:50px;
		}
		#tour table colgroup col.locationCol {
			width:140px;
		}
		#tour table colgroup col.venueCol {
			width:180px;
		}
		#tour table colgroup col.ticketsCol {
			width:60px;
		}
		#tour table th {
			font-weight:bold;
			font-size:11px;
			padding:5px;
			text-transform:uppercase;
		}
		#tour table tr {
		}
			#tour table tr td {
				padding:5px;
				background:#335a34;
			}
			#tour table tr td.date{
				color:#fff;
			}
			#tour table tr td.location{
				color:#fff;
			}
			#tour table tr td.venue{
				color:#fff;
			}
				#tour table tr td.venue a {
					color:#fff;
					text-decoration:none;
				}
					#tour table tr td.venue a:hover {
						color:#3F0;
					}
			#tour table tr td.tickets{
				font-size:10px;
			}
				#tour table tr td.tickets a {
					color:#fff;
					text-decoration:none;
				}
					#tour table tr td.tickets a:hover {
						color:#3f0;
					}
