@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - SUGARLAND GALLERY
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		sugarland_gallery.css
	Date:			Jan 05, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	

/*	--------------------------------------------------------------------------------------------------------------------------
	nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#nav li#navMedia a {
		background-position:0 -92px;
	}
		#nav li ul {
			background:url(../../images/navMedia.jpg) 0 -92px no-repeat;			
		}

	
/*	--------------------------------------------------------------------------------------------------------------------------
	gallery Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#gallery {
		
	}
		#gallery .titleBar {
			height:21px;
			padding:8px 0 0 9px;
		}
			#gallery .titleBar h1#h1_photos {
				width:62px; height:13px;
				background: url(../../images/h1_photos2.png) no-repeat;
			}
		#gallery .contentBox {
			padding:20px 0 50px 13px;
			border-bottom:1px solid #aca394;
		}
			#gallery .contentBox h2 {
				width:134px; height:12px;
				background:url(../../images/h2_selectAGallery.png) no-repeat;
			}
			#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:#f5f1e6;
					color:#8e8f62;
					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;
					}
						#gallery .contentBox .galleryEntry .photoHolder img {
							width:100px; 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:#8e8f62;
					background:url(../../images/arrow_right_blue.png) 69px 5px no-repeat;
					font:bold 11px Arial, Helvetica, sans-serif;
					display:block;
				}
					#gallery .contentBox .galleryEntry a.btnViewGallery:hover {
						color:#bd816e;
						background:url(../../images/arrow_right_orange.png) 69px 5px no-repeat;
					}
					
					
					
					
			/*	photoEntry Styles
				- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
				#gallery .contentBox .photoEntry {
					margin:0 6px 6px 0; padding:15px 14px 12px 14px;
					width:160px; height:186px;
					background:#f5f1e6;
					color:#8e8f62;
					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;
							}

