@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - HOME : 	Jessie James Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		jessie_events.css
	Date:			Jul 30, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#nav {
		background:url(../../images/nav_current.png) 448px 1px no-repeat;
	}
	#nav li.navEvents a {
		background-position:-473px -40px;
	}
			
/*	--------------------------------------------------------------------------------------------------------------------------
	#news Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#events {
		margin:0 0 0 25px;
	}
		#events h1 {
			width:56px; height:30px;
			background: url(../../images/h1_events.png) 0 0 no-repeat;
		}
	#events .content {
		border:1px dashed #002531;
		margin:0 0 10px 0; padding:10px 0 45px 10px;
		background:url(../../images/bg_checker.gif) repeat;
	}
		#events .content table#shows {
			width:565px;
			font:normal 11px Arial, Helvetica, sans-serif;
			color:#546063;
		}
			#shows col#dateCol {
				width:110px;
			}
			#shows col#venueCol {
				width:180px;
			}
			#shows col#locationCol {
				width:177px;
			}
			#shows col#ticketsCol {
				width:100px;
			}
			#shows thead {
				
			}
				#shows thead th {	
					border-bottom:1px dashed #002531;
					padding:0 0 10px 0;
					font:normal 12px Arial, Helvetica, sans-serif;
					color:#7b898d;
					text-align:left;
				}
					#shows thead th.thDate {
					}
					#shows thead th.thVenue {
					}
					#shows thead th.thCity {
					}
					#shows thead th.thBuy {	
					}
			#shows tbody {		
			}
			#shows tbody tr {
			}
				#shows tbody tr td {
					border-bottom:1px dashed #002531;
					padding:5px 0;
					vertical-align:middle;
					
				}
					#shows tbody tr td.date {
						width:110px;
					}
					#shows tbody tr td.venue {
						width:180px;
						padding:5px 20px 5px 0;
						font:normal 13px Arial, Helvetica, sans-serif;
						color:#b7ddea;
					}
						#shows tbody tr td.venue a {
							font:normal 13px Arial, Helvetica, sans-serif;
							color:#b7ddea;
						}
							#shows tbody tr td.venue a:hover {
								
							}
					#shows tbody tr td.location {
						width:177px;
						text-transform:uppercase;
					}
					#shows tbody tr td.tickets {
						width:100px;
					}
						#shows tbody tr td.tickets a {
							width:75px; height:19px;
							background:url(../../images/btn_buyTickets.jpg) 0 0 no-repeat;
							display:block;
							text-indent:-3000px;
						}
							#shows tbody tr td.tickets a:hover {
								background-position:0 -19px;
							}
		