@import url("/_infrastructure/css/module/gallery.css");

/* VERSIONS
/* 4_5: Initial css version, with most recent production improvements
/* 4_6: Added empty teaser gallery css, renamed to teaser-gallery, and added portal teaser/file gallery css as seperate styles
/* 5_0: Large changes for consistency: attachments, teasers, directional buttons. Improved default gallery-detail, gallery-file [Author: Landon Durnan]

/* GALLERY AND FILE-LIST STYLES
*******************************************************************************/

.gallery{}

	.gallery .list{}
		.gallery .list .images{}
		.gallery .list .images li{}
				.gallery .list .images a img{ }
			.gallery .list .images .info{ }
				.gallery .list .images .info p{}
				.gallery .list .images .info .caption{}
				.gallery .list .images .info .description{}
				.gallery .list .images .info .total{}
	
	.gallery .list .images .thumb{ padding: 5px; }
	
	.gallery .grid{}
		.gallery .grid .images{}
			.gallery .grid .images li{}
				.gallery .grid .images .thumb{ padding: 5px; }
					.gallery .grid .images .thumb a{ 
						display: block; 
						position: relative; 
						overflow: hidden;
						background-color: #040745;
						color: #ffffff;
						text-decoration: none;
						padding: 0;
						}
						.gallery .grid .images li a img{ }
				.gallery .grid .images .info{}
					.gallery .grid .images .info p{}
					.gallery .grid .images .info .caption{ }
					.gallery .grid .images .info .description{}
					.gallery .grid .images .info .total{}
				
	
	.gallery .list dl.file{ list-style: none; margin: 0 0 1em 0; padding: 0; }
		.gallery .list dl.file dt { color: #0B0C54; font-weight: bold; }
		.gallery .list dl.file ul{ list-style: none; margin: 0;}
			.gallery .list dl.file ul li{ margin-bottom: 0; border: 0; padding: 0 0 .5em 0; }
				.gallery .list dl.file ul li a{ } /* Hoping on the icons here */
			.gallery .list dl.file dd p,
				.gallery .list dl.file ul li p{ margin: 0; }
				.gallery .list dl.file ul li span { display: none; } /* filesize */

				
	.teaser select{ margin-bottom: 1em; }
	
	.attachment dl{ margin-left: -4px; }
	.teaser dl{ margin-left: -8px; }
	.sc .attachment dl.image,
	.sc .teaser dl.image{ background-image: none; }
	.attachment dl.image img{ border: 0; }
	.attachment dl dt,
	.teaser dl dt{ }
	.teaser dl dd{ margin: 0 5px; }
	
/* Gallery Previous / Next Buttons */
.gallery-directional{ height: 2em; position: absolute; top: 6px; right: 6px; width: 80px;}
	.gallery-directional .gallery-previous{ position: absolute; left: 0;}
	.gallery-directional .gallery-next{ position: absolute; right: 0; }
		.gallery-directional .gallery-previous a{ display: block; }
		.gallery-directional .gallery-next a{ display: block; }
		
		

.pp_pic_holder .pp_hoverContainer{ display: none !important; } /* customization so that people can right click on image and save */



