@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - SUGARLAND TOUR SET LIST
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		sugarland_tourSetList.css
	Date:			Jan 05, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	body {
	}
/*	--------------------------------------------------------------------------------------------------------------------------
	nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#navTour a:link, #navTour a:visited {
		background-position:0 -42px;
	}
	#navTour a:hover {
		background-position:0 -21px;
	}
	#mediaPanel {
		margin:40px 0 20px;
	}
	#mediaPanel .albumCover {
		margin:0 0 0 0px;
	}
/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainCol {
		width:928px;
		padding:0 0 0 10px;
		float:none;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	tour Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#tour {
		
	}
		#tour .titleBar {
			height:33px;
			padding:0 0 0 5px;
		}
			#tour .titleBar h1#h1_tour {
				width:64px; height:37px;
				background: url(../../images/h1_tour.png) no-repeat;
			}
		#tour .contentBox {
			padding:6px 13px 13px 13px;
		}
			#tour .contentBox .date {
				color:#f5f1e6;
				font:normal 12px Georgia, "Times New Roman", Times, serif;
			}
			#tour .contentBox h2 {
				margin:4px 0 6px 0;
				color:#fff;
				font:normal 18px Arial, Helvetica, sans-serif;
			} 
			#tour .contentBox .mapHolder {
				width:902px; height:378px;
				margin:0 0 20px 0;
				background:#ebad31;
				border:1px solid #766044;
			}
				#tour .contentBox .mapHolder #map {
					width:593px; height:378px;
					float:left;
				}
				#tour .contentBox .mapHolder .adHolder {
					width:300px; height:272px;
					margin:4px 0 0 5px; padding:0;
					background:none;
					float:left;
					font:normal 8px Verdana, Arial, Helvetica, sans-serif;
					letter-spacing:1px;
					color:#837660;
				}
				
			#tour .contentBox a.btnBackToEvents {
				margin:0 0 5px 790px;
				width:111px;
				color:#ED482B;
				background:url(../../images/btn_doMoreArrows.gif) right 5px no-repeat;
				font:bold 11px Arial, Helvetica, sans-serif;
				display:block;
			}
				#tour .contentBox a.btnBackToEvents:hover {
					color:#f5f1e6;
					background:url(../../images/arrow_right_cream.png) 107px 5px no-repeat;
				}
		/*	setList Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#setList {
			padding:25px 0 25px 25px;
			background:url(../../images/tint.png);
			width:879px;
		}
			#setList ol {
				margin:0 0 0 30px;
				color:#786e5c;
				font:normal 13px Arial, Helvetica, sans-serif;
				line-height:21px;
			}

		
		/*	footerBar Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
		#tour .footerBar {
			margin:15px 0 0 0; padding:0 15px 0 0;
			width:845px; height:32px;
			color:#dcd6c8;
			border:0;
		}
			#tour .footerBar .info {
				margin:8px 0 0 15px;
				font:normal 11px Arial, Helvetica, sans-serif;
				color:#766044;
				float:left;
			}
				#tour .footerBar .info span {
					color:#786e5c;
				}
			#tour .footerBar .socialLinks {
				margin:10px 0 0 2px;
				float:right;
			}
				#tour .footerBar .socialLinks a.btnPerma {
					margin:0 6px 0 0;
					width:58px;
					font:normal 11px Arial, Helvetica, sans-serif;
					color:#47899f;
					display:block;
					background:url(../../images/arrow_right_blue.png) 48px 5px no-repeat;
					float:left;
				}
					#tour .footerBar .socialLinks a.btnPerma:hover {
						background:url(../../images/arrow_right_orange.png) 48px 5px no-repeat;
						color:#bd816e;
					}
				#tour .footerBar .socialLinks a.btnShare {
					font:normal 11px Arial, Helvetica, sans-serif;
					width:35px;
					color:#47899f;
					display:block;
					background:url(../../images/arrow_right_blue.png) 32px 5px no-repeat;
					float:left;
				}
					#tour .footerBar .socialLinks a.btnShare:hover {
						background:url(../../images/arrow_right_orange.png) 32px 5px no-repeat;
						color:#bd816e;
					}
