@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - Jeremih TOUR
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		j_tour.css
	Date:			May 27, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	alternate Background Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/		
	body {
		background:#f2f6f0 url(../../images/bg_bodyChair.jpg) center 40px no-repeat;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	Nav Active State Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#header ul li.tour a {
		background-position:-600px bottom;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	ContentSpace Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#contentSpace {
		margin:50px 0 65px 0;
	}
	#mainCol {
		padding:0;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	Top Content Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#topContent {
		margin:45px 0 65px 0;
		background:url(../../images/bg_topContent.png) 335px 0 repeat-y;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol table Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	#mainCol { 
		width:595px;
	}
		#mainCol h2 {
			margin:0 0 35px 0;
			width:71px; height:27px;
			background:url(../../images/h2_tour.png) 0 0 no-repeat;
		}
		#mainCol table {	
		}
			#mainCol col#dateCol {
			}
			#mainCol col#venueCol {
			}
			#mainCol col#locationCol {
			}
			#mainCol col#ticketsCol {
			}
			#mainCol thead {
			}
			#mainCol thead th {
				height:28px;
				text-align:left;
				
			}
				#mainCol thead th.thDate {
					width:100px; height:22px;
				}
				#mainCol thead th.thVenue {
					width:220px; height:22px;
				}
				#mainCol thead th.thCity {
					width:180px; height:22px;	
				}
				#mainCol thead th.thBuy {
					width:95px; height:22px;	
				}
			#mainCol tbody {		
			}
			#mainCol tbody tr {
				background:url(../../images/border_dash.png) bottom left repeat-x;
			}
				#mainCol tbody tr td {
					padding:15px 0 10px 0;
				}
					#mainCol tbody tr td.date { 
						font:bold 11px Arial, Helvetica, sans-serif;
						color:#000;
					}
					#mainCol tbody tr td.venue {
						padding:0 25px 0 0;
						font:bold 11px Arial, Helvetica, sans-serif;
						color:#ff0042;
					}
						#mainCol tbody tr td.venue a {
							font:bold 11px Arial, Helvetica, sans-serif;
							color:#ff0042;
						}
							#mainCol tbody tr td.venue a:hover {
								font:bold 11px Arial, Helvetica, sans-serif;
								color:#000;
							}
					#mainCol tbody tr td.city {
						font:bold 11px Arial, Helvetica, sans-serif;
						color:#646464;
					}
					#mainCol tbody tr td.tickets {
					}
					#mainCol tbody tr td.tickets a.btn_buyNow {
						width:77px; height:20px;
						float:left;
						background:url(../../images/btn_buyNow.png) 0 0 no-repeat;
						display:inline;
					}
						#mainCol tbody tr td.tickets a.btn_buyNow:hover {
							width:77px; height:20px;
							background-position:0 -30px;
						}
			
	
