@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - SUGARLAND TOUR PHOTOS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		sugarland_tourPhotos.css
	Date:			Jan 05, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	

/*	--------------------------------------------------------------------------------------------------------------------------
	nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#nav li#navTour a {
		background-position:0 -92px;
	}


/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#tourCol {
		width:928px;
		padding:0 0 0 10px;
		float:none;	
		margin-top: 240px;
		
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	tour Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#tour {
		
	}
		#tour .titleBar {
			height:55px;
			padding:8px 0 0 9px;
		}
			#tour .titleBar h1#h1_tour {
				width:200px; height:55px;
				background: url(../../images/h1_tour.png) no-repeat;
			}
			
		#tour .contentBox {
			padding:6px 13px 13px 13px;
			border-bottom:1px solid #aca394;
		}
			#tour .contentBox .date {
				color:#f5f1e6;
				font:normal 12px Georgia, "Times New Roman", Times, serif;
			}
			#tour .contentBox h2 {
				margin:4px 0 6px 0;
				color:#645036;
				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:#000000;
				background:url(../../images/arrow_right_blue.png) 107px 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;
				}
		
		
		/*	photos Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#photos {
			padding:20px 0 25px 25px;
			background:#f5f1e6;
			width:879px;
		}
			#photos	.entries {
			
			}
				#photos	.entries .entry {
					width:255px; height:263px;
					margin:0 33px 25px 0; padding:5px 0 10px 5px;
					background:#dcd6c8;
					float:left;
				}
					#photos	.entries .entry img {
						width:250px; height:184px;
						border:none;
						display:block;
					}
					#photos	.entries .entry h3 {
						margin:5px 0 2px 2px;
						width:250px; height:18px;
						overflow:hidden;
					}
						#photos	.entries .entry h3 a {
							font:normal 14px Arial, Helvetica, sans-serif;
						}
					#photos	.entries .entry .photoInfo {
						margin:0 0 0 2px;
						width:245px;
						overflow:hidden;
						font:normal 11px Arial, Helvetica, sans-serif;
						color:#766044;
					}
						#photos	.entries .entry .photoInfo span {
							color:#786e5c;
						}
						#photos	.entries .entry .photoInfo img {
							width:60px; height:9px;
							display:inline;
						}
					#photos .entries .entry .socialBar {
						margin:10px 0 0 2px;
					}
						#photos .entries .entry .socialBar 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;
						}
							#photos .entries .entry .socialBar a.btnPerma:hover {
								background:url(../../images/arrow_right_orange.png) 48px 5px no-repeat;
								color:#bd816e;
							}
						#photos .entries .entry .socialBar 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;
						}
							#photos .entries .entry .socialBar a.btnShare:hover {
								background:url(../../images/arrow_right_orange.png) 32px 5px no-repeat;
								color:#bd816e;
							}
						
			
		/* button */
		a.btnUploadPhoto {
			margin:20px 0 0 0; padding:6px 0 0 0;
			width:125px; height:23px;
			text-align:center;
			background:url(../../images/btn_bg.jpg) 0 top no-repeat;
			font:bold 14px Arial, Helvetica, sans-serif;
			color:#613300;
			display:block;
		}
			a.btnUploadPhoto:hover {
				background-position:bottom;
				color:#14407d;
			}
			
		
		/*	pagination Styles
		- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
		#tour .pagination {
			margin:5px 0 0 0; padding:0 10px;
		}
			#tour .pagination .pages {
				width:800px;
				text-align:center;
				font:bold 11px Arial, Helvetica, sans-serif;
				float:left;
			}
				#tour .pagination .pages a {
					padding:0 5px;
					color:#000000;
				}
					#tour .pagination .pages a:hover {
						color:#f5f1e6;
					}
					#tour .pagination .pages a.active {
						color:#f5f1e6;
					}
			#tour .pagination a.btnPrev {
				width:35px;
				padding:0 0 0 5px;
				color:#000000;
				background:url(../../images/arrow_left_blue.png) 0 5px no-repeat;
				font:bold 11px Arial, Helvetica, sans-serif;
				display:block;
				float:left;
			}
				#tour .pagination a.btnPrev:hover {
					color:#f5f1e6;
					background:url(../../images/arrow_left_cream.png) 0 5px no-repeat;
				}
			#tour .pagination a.btnNext {
				width:31px;
				color:#000000;
				background:url(../../images/arrow_right_blue.png) 26px 5px no-repeat;
				font:bold 11px Arial, Helvetica, sans-serif;
				display:block;
				float:right;
			}
				#tour .pagination a.btnNext:hover {
					color:#f5f1e6;
					background:url(../../images/arrow_right_cream.png) 26px 5px no-repeat;
				}		
		
