@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - SUGARLAND GALLERY
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		sugarland_gallery.css
	Date:			Jan 05, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	body {
		background:#000000 url(../../images/background2.jpg) -380px 0 no-repeat;
		font-family:Arial, Helvetica, sans-serif;
	}
/*	--------------------------------------------------------------------------------------------------------------------------
	nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#navPhotos a:link, #navPhotos a:visited {
		background-position:0 -42px;
	}
	#navPhotos a:hover {
		background-position:0 -21px;
	}
	#mediaPanel {
		margin:40px 0 20px;
	}
	#mediaPanel .albumCover {
		margin:0 0 0 0px;
	}
/*	--------------------------------------------------------------------------------------------------------------------------
	gallery Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#gallery .entry {
		margin:0 6px 6px 0; padding:15px 14px 12px 14px;
		background:url(../../images/tint2.png);
		color:#fff;
		font:normal 11px Arial, Helvetica, sans-serif;
		float:left;
		display:inline;
	}
	#gallery .contentBox {
		
	}
	.contentBox h2 {
		display: none;
	}
	#gallery .clearfix .small {
		width:160px !important; height:160px !important;
	}
	.small h2 {
		display: inline;
	}
		#gallery .titleBar {
			height:32px;
			padding:0 0 0 5px;
		}
			#gallery .titleBar h1#h1_photos {
				width:91px; height:36px;
				background:url(../../images/h1_photos.png) no-repeat;
			}
		#gallery .contentBox {
			border:2px solid #ED482B;
			padding: 5px;
		}
		.entry .contentBox {
			border:none!important;
		}
			#gallery .contentBox h2 {
				width:134px; height:12px;
				background:url(../../images/h2_selectAGallery.png) no-repeat;
			}
			.entry .info h2 {
				font-size:12px;
				background:transparent !important;
				display:none;
			}
			.photoInfo {
				margin-top: 0px;
			}
			#gallery .contentBox .entries {
				margin:10px 0 0 0;
			}

			/*	galleryEntry Styles
				- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
				#gallery .contentBox .galleryEntry {
					margin:0 6px 6px 0; padding:15px 14px 12px 14px;
					width:160px; height:186px;
					background:url(../../images/tint2.png);
					color:#fff;
					font:normal 11px Arial, Helvetica, sans-serif;
					float:left;
					display:inline;
				}
					#gallery .contentBox .galleryEntry .photoHolder {
						margin:0 auto; padding:5px 0 0 5px;
						width:113px; height:83px;
						background:url(../../images/bg_galleryPhoto.png) no-repeat;
						text-align:center;
					}
						#gallery .contentBox .galleryEntry .photoHolder img {
							height:70px;
							display:block;
						}
					#gallery .contentBox .galleryEntry .photoInfo {
						margin:6px 0 0 0;
						height:76px;
						overflow:hidden;
					}
						#gallery .contentBox .galleryEntry h3 {
							margin:0 0 5px 0;
							width:160px;
							text-align:center;
							font:normal 14px Arial, Helvetica, sans-serif;
						}
				/* button viewGallery */
				#gallery .contentBox .galleryEntry a.btnViewGallery {
					width:75px;
					color:#ED482B;
					background:url(../../images/btn_doMoreArrows.gif) right 5px no-repeat;
					font:bold 11px Arial, Helvetica, sans-serif;
					display:block;
				}
					#gallery .contentBox .galleryEntry a.btnViewGallery:hover {
						color:#fff;
						background-position:right -40px;
					}
			/*	photoEntry Styles
				- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
				#gallery .contentBox .photoEntry {
					margin:0 6px 6px 0; padding:15px 14px 12px 14px;
					width:160px; height:186px;
					background:#f5f1e6;
					color:#766044;
					font:normal 11px Arial, Helvetica, sans-serif;
					float:left;
				}
					#gallery .contentBox .photoEntry .photoHolder {
						margin:0 auto; padding:5px;
						width:150px; height:110px;
						background:#c4bbab;
					}
						#gallery .contentBox .photoEntry .photoHolder img {
							width:150px; height:110px;
							display:block;
						}
					#gallery .contentBox .photoEntry .photoInfo {
						margin:2px 0 0 0;
						height:50px;
						overflow:hidden;
					}
						#gallery .contentBox .photoEntry h3 {
							width:160px; height:20px;
							overflow:hidden;
							text-align:center;
							font:normal 15px Georgia, "Times New Roman", Times, serif;
						}
						
					
					/* social bar */
					#gallery .contentBox .photoEntry .socialBar {
						margin:2px 0 0 0;
					}
						#gallery .contentBox .photoEntry .socialBar a.btnPerma {
							margin:0 15px 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;
						}
							#gallery .contentBox .photoEntry .socialBar a.btnPerma:hover {
								background:url(../../images/arrow_right_orange.png) 48px 5px no-repeat;
								color:#bd816e;
							}
						#gallery .contentBox .photoEntry .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;
						}
							#gallery .contentBox .photoEntry .socialBar a.btnShare:hover {
								background:url(../../images/arrow_right_orange.png) 32px 5px no-repeat;
								color:#bd816e;
							}

