@charset "UTF-8";
/* CSS Document */

.contentBlock {
	padding-bottom: 50px !Important;
}

/* GALLERY PAGE */

div.sepGry {

	width:608px;
	float:left;

}

.pink {
	color: #e6314b;
}

div#nowPlayingHolder {
	font-size:18px;
}

	div#nowPlayingHolder div#nowPlayingTxt {
		background-color:#e6314b;
		color:#FFFFFF;
		font-weight:100;
		padding:4px 18px;
		float:left;
		margin-left:-20px;
		font-weight:400;
	}
	
	div#nowPlayingHolder div#nowPLayingDate {
		float:left;
		margin-left:12px;
		margin-top:4px;
	}
	
		span#nowPlayingMonth {
			font-weight:200;
			color:#FFF;
		}
		
		span#nowPlayingDay {
			font-weight:400;
			color:#000;
		}
		
		span#nowPlayingCity {
				
			color:#e6314b;	
			padding-left:8px;
			margin-left:8px;
			border-left:2px solid #959595;
			
		}
		
div#galleryNav {
	margin-top:24px;
	margin-bottom:12px;
	display:inline-block;
	width:100%;
	visibility: hidden;
}

	div#galleryNav a {
		text-decoration:none;
	}
	
	div#galleryNav a:hover {
		text-decoration:underline;
	}

	div#galleryNav a.active {
		color:#E6314B;
	}

	div#galleryNav div#featAll {
		float:left;
	}
	
	div#galleryNav div#page {
		float:right;
	}
	
div#gallery {
	
}

	div#gallery a.advance-link {
		padding:7px;
		border:1px dotted #333;
		display:inline-block;
		float:left;
		text-decoration: none !important;
	}
	
	div#gallery ul#thumbHolder.featured {
		float:right;
		height: 700px;
	}
	
	div#gallery ul#thumbHolder {
		float:left;
		height: 700px;
	}
		
		div#gallery ul#thumbHolder li.thumbBorder {
			float: left;
			padding:4px;
			border:1px dotted #333;
			display:block;
			margin:0px 8px 16px 8px;
		}
			
			
			div#gallery ul#thumbHolder.featured li.thumbBorder {
				float: none;
				margin:0px 16px 16px 0px;
			}
		
			div#gallery ul#thumbHolder li.thumbBorder a {
				display:block;
				padding: 3px !important;
				border: 1px solid transparent; 
			}
		
			div#gallery ul#thumbHolder li.thumbBorder.selected a {
				display: block;
				border: 1px solid #E6314B;
			}

div#galleryShare {
	position: absolute;
	display: block;
	top: 710px;
	text-align: right;
	width: 470px;
	height: 25px;
	padding-bottom: 10px;
	z-index: 340;
}

	div#galleryShare a {
		position: relative;
		display: block;
		float: left;
		font-size: 11px;
		text-decoration: none;
		color: #6c6c6c;
		margin-right: 4px;
		padding-top: 7px;
	}
		
		div#galleryShare a:hover {
			color: #FFF;
		}
	
	div#galleryShare .thesharelinks {
		position: relative;
		display: block;
		float: right;	
	}
	
	div#galleryShare #loveItCount {
		position: relative;
		display: block;
		float: left;
		padding-top: 7px;	
	}
		
	div#galleryShare a.loveit,
	div#galleryShare a.loveit:visited {
		overflow: hidden;
		height: 22px;
		padding-left: 37px;
		margin-left: 2px;
		background: transparent url(../_images/_global/heart.gif) no-repeat 0 -27px; 
	}
	
	div#galleryShare a.loveit.disabled {
		cursor:default;
		opacity:0.4;filter:alpha(opacity=40);
	}
	
	div#galleryShare a:hover.loveit.disabled {
		cursor:default;
		opacity:0.4;filter:alpha(opacity=40);
		color: #6C6C6C;
	}
		
	div#galleryShare #share {
		position: absolute;
		visibility: hidden;
		display:block;
		width: 130px;
		top: -40px;
		right: 55px;
		background: transparent url('http://1trickpony.cachefly.net/VMU/ladyvirgin/_images/_global/bk-o-3.png') 0 0 repeat;
		background-color: #b3b3b3;
		padding: 0px 5px;
		z-index: 660;
	}
	
		div#gallery #share img {
			float: right;
			margin: 5px;
		}
	
	div#galleryShare #email {
		position: absolute;
		visibility: hidden;
		display:block;
		width: 310px;
		top: -240px;
		right: 5px;
		background: transparent url('http://1trickpony.cachefly.net/VMU/ladyvirgin/_images/_global/bk-o-3.png') 0 0 repeat;
		background-color: #b3b3b3;
		padding: 6px 8px;
		text-align: left;
	}
		
		.emailtitle {
			padding-bottom: 5px;
			float: left;
		}
		
		.emailclose {
			float: right;
		}
		
		#shareemail label {
			color: #b3b3b3;
		}
		
		#error label {
			line-height: 16px;
		}
		
		table#emailform td {
			padding-bottom: 5px;
		}
		
		table#emailform input {
			border: 1px solid #333333;
			background-color: #272727;
			color: #FFF;
		}
		
		table#emailform .submit {
			border: none;
			background-color: #E6314B;
			color: #FFF;
			font-size: 13px;
			margin-top: 8px;
			cursor: pointer;
		}
	
/*** 
	
	RIGHT SIDE STYLES
	
***/

	div.singleShow {
		margin-bottom: 8px;
		font-size: 13px;
	}
	
		div.singleShow span.date {
			color: #FFF;
			font-weight: bold;
			margin-left: -5px;
		}
		
		div.singleShow span.city {
			color: #b3b3b3;
		}
		
	div.singleShow.current span.date {
		color: #e6314b;
	}
	
	div.singleShow a {
		text-decoration: none;
	}
	
		div.singleShow a:hover span.city {
			color: #FFF;
		}

	div.singleShow.current .showIndicator {
		visibility: visible;
	}

	div.singleShow .showIndicator {
		position: relative;
		color: #e6314b;
		left: -18px;
		float: left;
		visibility: hidden;
	}

#archiveHeader {
	color: #B3B3B3;	
	line-height: 17px;
}

	#archiveHeader a, #archiveHeader a:visited {
		color: #FFF;
		text-decoration: none;	
	}
	
	#archiveHeader a:hover {
		text-decoration: underline;	
	}
	
	#archiveHeader a.active {
		color: #e6314b !important;
		text-decoration: none !important;
	}
	
span#archiveArrow {
	color: #e6314b;
}

/******** 

	GALLERY DISPLAY STYLES

********/			

#covergallery {
	position: absolute;
	visibility: hidden;
	width: 600px;
	height: 748px;
	top: -50px;
	left: -2px;
	background-color: #3300CC;
	background: transparent url('http://1trickpony.cachefly.net/VMU/ladyvirgin/_images/_global/bk-o-3.png') 0 0 repeat;
}

div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: left;
	width: 450px; 
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: underline;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 450px; /* This should be set to be at least the height of the largest image in the slideshow */
	float: left;
}
/*
div.slideshow-container.general {
	width: 100%;
	height: 100%;
	visibility: visible;
	position: absolute;
	background: transparent url('http://1trickpony.cachefly.net/VMU/ladyvirgin/_images/_global/bk-o-1.png') 0 0 repeat;
	
}
*/
div.slideshow-container.general a.advance-link {
	/*line-height: 682px;*/
	margin-left: 62px;
}

div.slideshow-container .close {
	position: absolute;
	left: 480px;
	top: -25px;
	visibility: hidden;
	cursor: pointer;
	z-index: 405;
	font-style: italic;
	font-size: 14px;
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('http://1trickpony.cachefly.net/VMU/ladyvirgin/_images/_global/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 450px;
	height: 682px; /* This should be set to be at least the height of the largest image in the slideshow */
	display: none;
	z-index:30;
}
div.slideshow {
	position: absolute;
	z-index: 20;
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 450px;
	/*height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	/*line-height: 682px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none !important;
	border: none;
}

div.slideshow img {
	vertical-align: middle;
	/* border: 1px solid #ccc; */
}

div.download {
	float: right;
}
div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 450px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
	float: left;
}
/*
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
ul.thumbs.featured li {
	float: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
*/
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

.thumbarrow {
	float: left;
	visibility: hidden;
	display: block;
	cursor: pointer;
	margin: -8px 8px 0;
	color: #e6314b;
	font-size: 25px;
}

#pagecount {
	float: left;
	font-size: 11px;
}

	div#galleryShare #facebook {
		position: absolute;
		display: block;
		width: 300px;
		top: -150px;
		right:0;
		background: transparent url('http://1trickpony.cachefly.net/VMU/ladyvirgin/_images/_global/bk-o-3.png') 0 0 repeat;
		padding: 10px 5px 5px;	
		text-align: left;
		visibility: hidden;
	}
	
		#facebook label {
			color: #b3b3b3;
		}
		
		#facebook .submit {
			border: none;
			background-color: #E6314B;
			color: #FFF;
			font-size: 13px;
			margin-top: 8px;
			cursor: pointer;
		}
		
		#facebook .facebookclose {
			float: right;	
		}
		
	div#galleryShare #twitter {
		position: absolute;
		display: block;
		width: 210px;
		top: -145px;
		right: 75px;
		background: transparent url('http://1trickpony.cachefly.net/VMU/ladyvirgin/_images/_global/bk-o-3.png') 0 0 repeat;
		*_background: #000;
		padding: 10px 5px 5px;	
		text-align: left;
		visibility: hidden;
		z-index: 1605;
	}
	
		#twitter label {
			color: #b3b3b3;
		}
		
		#twitter .submit {
			position: relative;
			display: block;
			border: 1px solid #E6314B;
			background: #E6314B;
			color: #FFF;
			font-size: 13px;
			margin-top: 8px;
			cursor: pointer;
		}
		
		#twitter .twitterclose {
			float: right;	
		}