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

/* MEDIA FRAME */	
.viewMediaFrom {
	background: #e5e5e5 url('/images/themes/enthusiasm/background_media-from.png') 0 0 repeat-x;
	background: -moz-linear-gradient(top, #e2e2e2, #eeeeee, #eeeeee, #e2e2e2);
	background: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), to(#e2e2e2), color-stop(.25,#eeeeee), color-stop(.75,#eeeeee));
	margin:10px -15px 0px -15px;
	padding:8px 12px 3px 10px;
	}
.viewMediaFrom h2, h3 {
	margin:0px;
	padding-bottom:0px;
	}
.viewMediaFrom h3 {
	padding-bottom:2px;
	}
#mediaFrame {
	background: #404040 url('/images/themes/enthusiasm/background_media-content.png') 0 0 repeat-x;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.8), rgba(17,17,17,0.8), rgba(17,17,17,0.8), rgba(0,0,0,0.8)); /* used to be #514e4c */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.8)), to(rgba(0,0,0,0.8)), color-stop(.25,rgba(17,17,17,0.8)), color-stop(.75,rgba(17,17,17,0.8)));
	margin:0px -15px 10px -15px;
	/* padding:12px 15px; */
	color:#ddd;
	padding-bottom:1px;
	}
#mediaFrame h3 {
	margin-bottom:5px;
	}
.mediaFrameListGallery a {
	color:#ddd;
	}	
.mediaFrameListGallery a:visited {
	color:#999;
}
#mediaFrame p.mediaFrameOuter {
	clear:both;
	margin:12px 15px;
	}
#mediaFrame .infoDetail {
	margin:0px 8px 8px 8px;
	color:#333;
	}
#mediaFrame .linkButton a {
	color:#333;
}
.mediaFrameShiftNavigationLeft, .mediaFrameShiftNavigationRight {
	float:left;
	padding:15px 0px 10px 0px;
	margin:0px;
	background: url('/images/themes/enthusiasm/background_media-scroll.png') 0 0 repeat-x;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.35)), to(rgba(0,0,0,0)), color-stop(.5,rgba(0,0,0,0)));
	background: -moz-linear-gradient(top, rgba(0,0,0,0.35), rgba(0,0,0,0), rgba(0,0,0,0));
	border-left:#666 1px solid;
	border-right:#333 1px solid;
	width:48px;
	font-size:42px;
	line-height:18px;
	text-align:center;
	cursor:pointer;
	}
.mediaFrameShiftNavigationRight {
	color:#ff8800;
}

/* PRIMARY NAVIGATION, USED FOR YEARS */	
#mediaFrameOuterScroll {
	position:relative;
	float:left;
	width:567px;
	height:42px;
	overflow:hidden;
	padding:0px;
	margin-bottom:6px;
	}
#mediaFrameInnerScroll {
	position:absolute;
	left:0px;
	top:0px;
	width:2280px;
	}
#mediaFrameInnerScroll span {
	float:left;
	width:64px;
	padding:15px 0px 10px 0px;
	margin:0px;
	background: url('/images/themes/enthusiasm/background_media-scroll.png') 0 0 repeat-x;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.35), rgba(0,0,0,0), rgba(0,0,0,0));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.35)), to(rgba(0,0,0,0)), color-stop(.5,rgba(0,0,0,0)));
	border-left:#666 1px solid;
	border-right:#333 1px solid;
	font-size:18px;
	text-align:center;
	}
#mediaFrameInnerScroll span:hover {
	background: url('/images/themes/enthusiasm/background_media-highlight.png') 0 0 repeat-x;
	background: -moz-linear-gradient(top, rgba(150,150,150,0.35), rgba(0,0,0,0), rgba(0,0,0,0));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(150,150,150,0.35)), to(rgba(0,0,0,0)), color-stop(.5,rgba(0,0,0,0)));
	}	
#mediaFrameInnerScroll span.mediaFrameSelected {
	font-weight:bold;
	background: url('/images/themes/enthusiasm/background_media-highlight.png') 0 0 repeat-x;
	background: 
		url('/images/themes/enthusiasm/media-frame-selected.png') 50% 0 no-repeat,
		-moz-linear-gradient(top, rgba(150,150,150,0.35), rgba(0,0,0,0), rgba(0,0,0,0));
	background: 
		url('/images/themes/enthusiasm/media-frame-selected.png') 50% 0 no-repeat,
		-webkit-gradient(linear, left top, left bottom, from(rgba(150,150,150,0.35)), to(rgba(0,0,0,0)), color-stop(.5,rgba(0,0,0,0)));
	}
	
/* SECONDARY NAVIGATION, USED FOR MONTHS */	
#mediaFrameSecondaryNavigation {
	float:left;
	clear:both;
	width:100%;
	height:35px;
	border-top:2px solid #999;
	margin-top:-6px;
	margin-bottom:4px;
	}
#mediaFrameSecondaryNavigation span {
	float:left;
	width:-moz-calc(100%/12 - 2px); 
	padding:7px 0px 5px 0px;
	margin:0px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.35), rgba(0,0,0,0), rgba(0,0,0,0));
	border-left:#666 1px solid;
	border-right:#333 1px solid;
	font-size:15px;
	text-align:center;
	}
#mediaFrameSecondaryNavigation span:hover {
	background: -moz-linear-gradient(top, rgba(150,150,150,0.35), rgba(0,0,0,0), rgba(0,0,0,0));
	}
#mediaFrameSecondaryNavigation span.mediaFrameSelected {
	font-weight:bold;
	background: 
		url('/images/themes/enthusiasm/media-frame_secondary-selected.png') 50% 0 no-repeat,
		-moz-linear-gradient(top, rgba(150,150,150,0.35), rgba(0,0,0,0), rgba(0,0,0,0));
	}
	
/* PHOTO GALLERY */
.mediaFrameListGallery {
	float:left;
	clear:both;
	width:100%;
	margin-bottom:15px;
	min-height:130px;
	}
.mediaFrameListGallery img.mediaFrameGalleryImage {
	float:left;
	margin:2px 0px 0px 15px;
	/* border:2px solid #999; */
	border-radius:10px;
	-moz-box-shadow: 4px 4px 5px #000; 
	-webkit-box-shadow: 4px 4px 5px #000;
	box-shadow: 4px 4px 5px #000;
	}
.mediaFrameListGallery img.mediaFrameGalleryImage:hover {
	/* float:left; */
	margin:0px -2px 0px 13px;
	border:2px solid #ff8800;
	/* border-radius:10px;
	-moz-box-shadow: 4px 4px 5px #000; */
	}
.mediaFrameListGallery .mediaFrameGalleryDetails {
	float:left;
	width:472px;
	margin:-16px 0px -2px 15px;
	padding-top:2px;
	}
.mediaFrameListGallery span.mediaFrameInfo {
	float:left;
	clear:both;
	margin-top:-3px;
	margin-bottom:7px;
	font-size:12px;
	font-weight:bold;
	color:#999;
	}
.mediaFrameListGallery .mediaFrameGalleryDetails p {
	float:left;
	clear:both;
	margin:0px;
	padding:0px 10px 0px 0px;
	line-height:120%;
	width:450px;
	}
	
/* PHOTO GALLERY */
#galleryTable {
	width:667px; clear:left;
	margin-bottom:-5px;
	margin-left:-2px;
	}
#galleryTable td {
	padding-bottom:16px;
	width:25%;
	text-align:center;
	font-size:12px;
	color:#aaa;
	}
#galleryTable a {
	color:#aaa;
}
#galleryTable a:visited {
	color:#777;
	}
#galleryTable img {
	margin:2px 2px 5px 2px;
	border-radius:10px;
	-moz-box-shadow: 4px 4px 5px #000; 
	-webkit-box-shadow: 4px 4px 5px #000;
	box-shadow: 4px 4px 5px #000;
	}
#galleryTable img:hover {
	margin:0px 0px 3px 0px;
	border:2px solid #f80;
	}
#mediaFrame .contentIndent {
	padding:1px 15px 15px 15px;
	}
.galleryInformation {
	margin-bottom:12px;
	font-size:12px;
	line-height:150%;
	}
	
/* VIEW SINGLE PHOTO */
.viewPreviousPhoto, .viewNextPhoto {
	float:left;
	width:144px;
	text-align:left; 
	}
.viewNextPhoto {
	text-align:right;
	margin-right:-5px;
	}
.viewPreviousPhoto span {
	margin:15px 0 2px 0; 
	font-size:19px;
	font-weight:normal;
	padding-left:19px;
	background: url('/images/themes/enthusiasm/guillemet_left-orange_medium.png') 0 4px no-repeat;
	font-family: MyriadPro, Arial, Helvetica, sans-serif;
	}
.viewNextPhoto span {
	margin:15px 0 2px 0; 
	font-size:19px;
	font-weight:normal;
	padding-right:19px;
	background: url('/images/themes/enthusiasm/guillemet_right-orange_medium.png') 100% 4px no-repeat;
	font-family: MyriadPro, Arial, Helvetica, sans-serif;
	}
.viewNextPhoto span a, .viewPreviousPhoto span a {
	color:#ddd;
	}
.viewPreviousPhoto img, .viewNextPhoto img {
	margin:2px 2px 10px 2px;
	border-radius:10px;
	-moz-box-shadow: 4px 4px 5px #000; 
	-webkit-box-shadow: 4px 4px 5px #000;
	box-shadow: 4px 4px 5px #000;
	}
	
.viewPreviousPhoto img:hover, .viewNextPhoto img:hover {
	margin:0px 0px 8px 0px;
	border:2px solid #f80;
	}
.embed {
	margin:0px; padding:5px;
	border:1px solid #bbb; 
	background:#fff;
	width:580px; height:35px;
	overflow:auto;
	}