﻿HTML {
	margin: 0;
	padding: 0;
	border: none;
	background-color: black;
	height: 100%;
}

BODY {
	position: relative;
	overflow: auto;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	-webkit-font-smoothing: antialiased;
	font-size: 12px;
	line-height: 1.3em;
	font-family: bariol_regularregular, Arial;
	background-color: black;
	color: white;
	overflow-x: hidden;
}

FORM {
	margin: 0;
	padding: 0;
	min-width: 100%;
	min-height: 100%;
	height: 100%;
	width: 100%;
	border: none;
	vertical-align: top;
}

TABLE {
	border-collapse: collapse;
	border-width: 0px;
}

TD {
	padding: 0px;
}

TH {
	font-weight: normal;
}

IMG {
	border-collapse: collapse;
	border: 0px;
}

h1, h2, h3, h4 {
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-family: bebas_neueregular, Impact;
}

a {
	text-decoration: none;
	color: inherit;
}


.sprited {
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
	overflow: visible;
}

	.sprited:hover, .sprited.on {
		background-position: right top;
	}

/* Master */

#divWrapall {
	position: absolute;
	width: 962px;
	min-height: 600px;
	padding-bottom: 30px;
	top: 50%;
	margin-top: -315px;
	left: 50%;
	margin-left: -480px;
}

#divViewport {
	min-height: 600px;
	position: relative;
	border: 1px solid #202020;
	background-color: black;
}




#divMenuTop {
	background-image: url(/images/menu-top-back.png?ver=3);
	background-position: top left;
	background-repeat: no-repeat;
	height: 56px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 746px;
	z-index: 100;
	box-sizing: border-box;
	padding-left: 45px;
	padding-top: 20px;
}


		
		
		.ancMenu {
			height: 42px;
			margin-left: 30px;
			display: inline-block;
			font-family: bariol_regularregular;
			font-size: 14px;
			font-weight: normal;
			color: white;
			text-transform: uppercase;
			letter-spacing: 1.3px;
			text-shadow: 0 0 10px rgba(134, 238, 255, 0.90);
			cursor:pointer;
		}


#divMenuTop #moreItems {
	position: absolute;
	right: 0;
	top: 100%;
	background-color: black;
	padding: 25px 25px 0 0;
	background-color: rgba(47, 45, 51, 0.60);
	cursor:pointer;
	display:none;
}

	#divMenuTop #moreItems .ancMenu {
		display: block;
		text-align:right;
		
	}


#divMenuTop #ancInfo:hover{
	cursor:default
}



#divMenuTop #ancInfo:hover #moreItems {
	display: block;
} 
	
	
	#imgLogo {
		background-image: url(/images/james-logo-r1.png?ver=1);
		background-position: top left;
		background-repeat: no-repeat;
		height: 146px;
		width: 226px;
		position: absolute;
		top: 10px;
		left: 30px;
		z-index: 99;
		display: none;
	}

#logosvg {
	background-position: top left;
	background-repeat: no-repeat;
	height: 134px;
	width: 207px;
	position: absolute;
	top: 10px;
	left: 28px;
	z-index: 99;
	fill: white;
	shape-rendering: geometricPrecision
}




#divFoot {
	height: 56px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	height: 35px;
	padding: 0px 20px 3px 20px;
	width: 100%;
	z-index: 10;
	text-align: right;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

	#divFoot #aEmail {
		color: white;
		font-size: 18px;
		background-image: url(/images/iconEmail.png?ver=4);
		background-position: center left;
		background-repeat: no-repeat;
		padding-left: 25px;
	}

		#divFoot #aEmail:hover {
			color: white;
		}


.btnMenu {
	background-position: top left;
	background-repeat: no-repeat;
	height: 42px;
	margin-top: 7px;
	margin-left: 15px;
	display: inline-block;
	float: left;
}


.no-touch .ancMenu:hover,
.ancMenu.on {
	text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 20px #85eeff, 0 0 30px #85eeff, 0 0 40px #85eeff, 0 0 55px #85eeff, 0 0 75px #85eeff;
}

#btnPerformer {
	background-image: url(/images/btnPerformer.png?ver=1);
	width: 150px;
	margin-left: 60px !important;
}

#btnTeacher {
	background-image: url(/images/btnTeacher.png?ver=2);
	width: 130px;
}

#btnActor {
	background-image: url(/images/btnActor.png?ver=2);
	width: 114px;
}

#btnKudos {
	background-image: url(/images/btnKudos.png?ver=2);
	width: 83px;
}

#btnHire {
	background-image: url(/images/btnHire.png?ver=2);
	width: 115px;
}


/* Home */

#divBack {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: black;
	z-index: 1;
	padding-bottom: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

	#divBack #imgOverlayLeft {
		width: 200px;
		background-image: url(/images/overlay-left.png?ver=1);
		background-position: top left;
		background-repeat: repeat-y;
		height: 100%;
		position: absolute;
		display: block;
		left: 0px;
		top: 0px;
		z-index: 2;
	}

	#divBack #imgOverlayRight {
		width: 200px;
		background-image: url(/images/overlay-right.png?ver=1);
		background-position: top left;
		background-repeat: repeat-y;
		height: 100%;
		position: absolute;
		display: block;
		right: 0px;
		top: 0px;
		z-index: 2;
	}

	#divBack #imgBack {
		width: 100%;
		background-image: url(/images/jamesquigley-background-r3.jpg?ver=2);
		background-position: left top;
		background-repeat: no-repeat;
		background-size: contain;
		height: 100%;
		display: block;
		margin-left: 0px;
	}

#divNews {
	background: rgb(66, 62, 35);
	background: rgba(66, 62, 35, 0.5);
	width: 380px;
	position: absolute;
	z-index: 9;
	bottom: 50px;
	right: 0px;
	padding: 20px 30px 20px 30px;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 14px;
	line-height: 18px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

	#divNews h2 {
		font-size: 20px;
		letter-spacing: 1px;
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}

.eventEntry {
	margin-top: 10px;
	margin-bottom: 30px;
}

	.eventEntry.highlight {
		position: relative;
		left: -30px;
		padding-left: 30px;
		padding-top: 10px;
		padding-bottom: 35px;
		padding-right: 30px;
		margin-right: -60px;
		margin-bottom: 20px;
	}

	.eventEntry:last-child {
		margin-bottom: 0px;
	}

	.eventEntry .title {
		margin-bottom: 8px;
		font-family: bariol_boldbold;
		letter-spacing: 0.02em;
	}

	.eventEntry .date {
		margin-bottom: 2px;
		text-transform: uppercase;
		font-size: 10px;
		letter-spacing: 1px;
	}

	.eventEntry .copy {
		text-align: justify;
	}

	.eventEntry .more {
		text-align: right;
		color: white;
		display: inline-block;
		float: right;
		border-bottom: 1px dotted transparent;
		margin-top: 3px;
		font-size: 12px;
		margin-left: 15px;
	}

		.eventEntry .more.left {
			float: left;
		}

		.eventEntry .more:hover {
			border-bottom: 1px dotted white;
		}






#divMarquee {
	width: 100%;
	height: 135px;
	background-image: url(/images/marquee-back-2.png?ver=1);
	background-position: top center;
	background-repeat: repeat-x;
	display: block;
	position: absolute;
	z-index: 10;
	bottom: 0%;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 17px;
}

	#divMarquee .section {
		display: inline-block;
		float: left;
		margin-top: 27px;
		padding-top: 6px;
		height: 57px;
		background-position: top left;
		background-repeat: no-repeat;
	}


	#divMarquee #btnHireJames {
		background-image: url(/images/btnHireJames.png?ver=2);
		width: 380px;
		padding-left: 110px;
		margin-left: 25px;
	}

	#divMarquee #btnBookJames {
		background-image: url(/images/btnBookJames.png?ver=2);
		width: 210px;
		padding-left: 130px;
		margin-left: 30px;
	}

.rib-v {
	background-image: url(/images/rib-v.png?ver=5);
	background-position: top right;
	background-repeat: repeat-y;
	width: 4px;
}

#divMarquee #rib {
	float: left;
	margin-left: 30px;
	margin-top: 30px;
	height: 60px;
}



/* */

#divHome {
}

.pageCopy {
	padding-left: 40px;
	padding-right: 50px;
	padding-top: 85px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 14px;
	line-height: 20px;
}

	.pageCopy h2 {
		font-size: 40px;
		line-height: 40px;
	}

	.pageCopy .col2 {
		width: 47.5%;
		float: left;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

		.pageCopy .col2:first-child {
			margin-right: 2.5%;
		}

		.pageCopy .col2:last-child {
			margin-left: 2.5%;
		}

	.pageCopy h3 {
		font-size: 20px;
		line-height: 20px;
		letter-spacing: 1px;
	}

	.pageCopy p {
		text-align: justify;
	}



/* Hire */

#divHireWrap {
	width: 100%;
	height: 600px;
}

	#divHireWrap #imgJames {
		width: 480px;
		height: 100%;
		display: block;
		float: left;
		background-image: url(/images/jamesquigley-4.jpg?ver=3);
	}

	#divHireWrap #divInfo {
		width: 480px;
		background-color: #7C065D;
		height: 100%;
		float: left;
	}

	#divHireWrap #divAlt .col2 {
		text-align: center;
		background-color: rgba(255,255,255,0.2);
		padding: 10px;
	}

		#divHireWrap #divAlt .col2 h3 {
			font-size: 16px;
		}

/* Teacher */

#divTeacherWrap {
	width: 100%;
	height: 600px;
}

	#divTeacherWrap #imgJames {
		width: 480px;
		height: 100%;
		display: block;
		float: left;
		background-image: url(/images/jamesquigley-5.jpg?ver=1);
	}

	#divTeacherWrap #divInfo {
		width: 480px;
		background-color: #004363;
		height: 100%;
		float: left;
	}

/* MC */




#divMCWrap {
	width: 100%;
	height: 806px;
}

	#divMCWrap #imgJames {
		width: 480px;
		height: 600px;
		display: block;
		float: left;
		background-image: url(/images/jamesquigley-mc-1.jpg?ver=2);
		background-size: contain;
		background-repeat: no-repeat;
	}

	#divMCWrap #divInfo {
		width: 480px;
		background-color: #313e65;
		height: 100%;
		float: left;
		line-height:1.25em;
	}

body[data-page-id='mc'] #logosvg {
	fill: rgb(67, 71, 56);
}


#divMCWrap #shows {
	display: flex;
	flex-wrap: wrap;
	padding-left: 1em;
	justify-content: space-around
}

	#divMCWrap #shows li {
		width: 30%;
		display: inline-block;
		margin-top: 8px;
		
	}

	
		#divMCWrap #shows li img {
			height:85px;
			margin: 0;
			border:2px solid white;
		}

		#divMCWrap #shows li .caption {
			font-size: 14px;
			line-height: 15px;
			display: inline-block;
			font-family: bebas_neueregular, Impact;
			display:block;
			letter-spacing:0.5px;
		}


#divMCWrap #other {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
	list-style-position: inside;
	padding-left:1em;
}

#divMCWrap #divExtra {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 206px;
	background-color: #151c2f;
	width: 480px;
	text-align:center;
	display:-webkit-flex;
	display:flex;
	align-items:center;
	padding-right:40px;
	padding-left:68px;
	

	box-sizing: border-box;
}

	#divMCWrap #divExtra a {
		font-size:14px;
		display:inline-block;
		line-height:1.5em;
		text-align:left;
		position:relative;
	}
	
	
	
	#divMCWrap #divExtra a:before {
		content: '';
		display: block;
		position: absolute;
		height: 42px; /* Height of your image / parent div */
		width: 42px; /* Width of your image / parent div */
		top: 50%;
		margin-top: -21px;
		right: 0;
		margin-right:-70px;
		background-image: url("/images/biglink.png");
		background-position: right top;
		transform: rotate(90deg);
	}



/* Actor */
#divActorWrap {
	width: 100%;
	height: 600px;
}

	#divActorWrap #imgJames {
		width: 480px;
		height: 100%;
		display: block;
		float: left;
		background-image: url(/images/jamesquigley-6.jpg?ver=1);
	}

	#divActorWrap #divInfo {
		width: 480px;
		background-color: #B77921;
		height: 100%;
		float: left;
	}

	#divActorWrap #box1 {
		background-color: rgba(255,255,255,0.2);
		width: auto;
		display: block;
		margin-right: 0px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding: 30px 75px 30px 10px;
		width: 390px;
		position: relative;
		left: 50px;
		text-align: right;
	}

		#divActorWrap #box1:before {
			content: '';
			display: block;
			position: absolute;
			height: 42px; /* Height of your image / parent div */
			width: 42px; /* Width of your image / parent div */
			top: 50%;
			margin-top: -21px;
			right: 10px;
			background-image: url("/images/biglink.png");
			background-position: right top;
		}

		#divActorWrap #box1:hover .link {
			text-decoration: underline;
		}

		#divActorWrap #box1:hover {
			background-color: rgba(255,255,255,0.25);
		}

/* Animation */
#divAnimation {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
	width: 100%;
	height: 630px;
}

.plates {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0px;
	display: none;
}

#plate1 {
	z-index: 1000;
}

#plate2 {
	z-index: 1001;
}

#plate3 {
	z-index: 1002;
}

#plate4 {
	z-index: 1003;
}

/* Performer */

#divPerformerWrap {
	position: relative;
	z-index: 80;
	background-image: url(/images/lights.jpg);
	background-color: black;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
	min-height: 600px;
	min-width: 960px;
}

	#divPerformerWrap #head {
		width: 100%;
		padding-top: 100px;
		text-align: center;
		padding-bottom: 30px;
	}

		#divPerformerWrap #head h2 {
			font-size: 27px;
			margin-bottom: 10px;
		}

#categories {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 804px;
	overflow: visible;
}

.category {
	float: left;
	width: 240px;
	height: 150px;
	float: left;
	margin-bottom: 25px;
	margin-top: 25px;
	margin-left: 14px;
	margin-right: 14px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #333333;
	position: relative;
	background-color: transparent;
	cursor: pointer;
	background-size: cover;
	z-index: 10;
}

	.category h3 {
		position: absolute;
		bottom: 0px;
		background-color: #C0C0C0;
		background-color: rgba(0,0,0,0.5);
		color: white;
		font-size: 16px;
		padding: 8px 10px 6px 10px;
		line-height: 16px;
		letter-spacing: 1px;
		text-transform: uppercase;
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
	}

	.category.small {
		height: 66px;
		width: 106px;
	}

		.category.small h3 {
			font-size: 14px;
			height: 100%;
		}

		.category.small:hover {
			top: -2px;
		}

			.category.small:hover h3 {
				display: block;
				background-color: rgba(0,0,0,0.2);
			}

	.category.on h3, .category.on:hover h3 {
		display: none;
	}

	.category.on, .category.small.on:hover {
		top: 25px;
		cursor: default;
	}


#catPianobar.category {
	background-image: url(/images/jamesquigley-pianobar.jpg);
}

#catGolden.category {
	background-image: url(/images/jamesquigley-goldenoldies.jpg);
}

#catOpenmic.category {
	background-image: url(/images/jamesquigley-openmic.jpg);
}

#catSolo.category {
	background-image: url(/images/jamesquigley-solo.jpg);
}

#catCorporate.category {
	background-image: url(/images/jamesquigley-corporate.jpg?ver=2);
}

#catSeasonal.category {
	background-image: url(/images/jamesquigley-seasonal.jpg?ver=2);
}

/* Content */

.content {
	clear: both;
	border-top: 1px solid #202020;
	border-bottom: 1px solid #202020;
	background-color: #101010;
	width: 960px;
	margin-left: -78px;
	position: relative;
	display: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-left: 78px;
}

	.content.on {
		display: block;
	}

	.content .videos {
		box-sizing: content-box;
		-moz-box-sizing: content-box;
		position: relative;
		padding-bottom: 0px;
		overflow: visible;
	}

	.content .photos {
		box-sizing: content-box;
		-moz-box-sizing: content-box;
		position: relative;
		padding-bottom: 50px;
		padding-left: 7px;
		width: 794px;
	}


		.content .photos .photoThumbnail {
			float: left;
			margin: 6px;
			width: 144px;
			height: 144px;
			opacity: 1;
		}

			.content .photos .photoThumbnail:hover {
				opacity: 0.8;
			}




	.content .title1 {
		font-family: bebas_neueregular;
		color: C0C0C0;
		font-size: 30px;
		display: block;
		height: 40px;
		padding-top: 30px;
		padding-bottom: 7px;
		padding-left: 15px;
		letter-spacing: 1px;
	}

	.content h4 {
		font-family: bebas_neueregular;
		color: rgba(255,255,255,0.4);
		font-size: 20px;
		display: block;
		padding-top: 10px;
		padding-bottom: 7px;
		padding-left: 15px;
		letter-spacing: 1px;
	}


/* Video */

.videoThumbnailWrap {
	width: 242px;
	height: 184px;
	position: relative;
	margin-left: 14px;
	margin-right: 14px;
	float: left;
	cursor: pointer;
	box-sizing: border-box;
	-box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.5);
	margin-bottom: 28px;
	display: block;
}

	.videoThumbnailWrap .thumb {
		width: 240px;
		height: 150px;
		background-color: transparent;
		display: block;
	}

	.videoThumbnailWrap .play {
		position: absolute;
		width: 82px;
		height: 82px;
		left: 50%;
		margin-left: -41px;
		top: 50%;
		margin-top: -41px;
		z-index: 3;
		background-image: url(/images/play-sprite.png?ver=1);
	}


	.videoThumbnailWrap:hover .play {
		background-position-x: right;
	}

	.videoThumbnailWrap .title {
		font-size: 13px;
		display: block;
		padding: 7px 7px 10px 7px;
		background-color: rgba(0,0,0,0.5)
	}

/* Photos*/



/* TEMP */
.divSplash {
	background-image: url(/images/splash.jpg);
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
	height: 600px;
	width: 960px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -480px;
	border: 1px solid #202020;
	border-radius: 10px;
}

/* Event */

.event {
	margin-top: 120px;
	background-image: url(/images/lights.jpg);
	background-color: black;
	background-repeat: no-repeat;
	background-size: contain;
}

	.event h2 {
		font-size: 20px;
		margin-bottom: 10px;
		width: 100%;
		text-align: center;
	}

	.event .update {
		background: rgba(250,0,0,0.3);
		position: absolute;
		top: -120px;
		right: 50px;
		padding: 80px 20px 20px 20px;
		font-size: 14px;
		line-height: 22px;
		width: 250px;
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
		text-align: justify;
	}

	.event .date {
		width: 100%;
		text-align: center;
	}

	.event .blurb {
		font-size: 14px;
		line-height: 20px;
		width: 780px;
		padding-left: 15px;
		margin-bottom: 30px;
		margin-top: 30px;
	}

		.event .blurb a {
			border-bottom: 1px dotted white;
		}

	.event .content {
		margin-left: 0px;
		display: block;
		background-color: transparent;
		border: 0;
	}

/* under */

#under {
	height: 12px;
	padding-top: 5px;
}

#counter {
	display: inline-block;
	float: right;
	font-size: 9px;
	letter-spacing: 1px;
	opacity: 0.5;
	margin-right: 30px;
}

	#counter #label {
		vertical-align: top;
		margin-right: 10px;
		display: inline-block;
		height: 10px;
		line-height: 10px;
		margin-top: 6px;
		color: rgba(255,255,255,0.6);
	}

#cockypup {
	color: rgba(255,255,255,0.3);
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 3px;
	text-align: right;
	height: 20px;
	display: inline-block;
	float: left;
	margin-right: 50px;
}

#share {
	float: right;
	margin-top: 2px;
}


/* Kudos */

#divKudosWrap {
	width: 100%;
	min-height: 600px;
	z-index: 20;
	position: relative;
}

	#divKudosWrap #imgKudos {
		width: 960px;
		height: 400px;
		display: block;
		background-image: url(/images/jamesquigley-7.jpg?ver=1);
	}

	#divKudosWrap #divInfo {
		width: 960px;
		background-color: #135C16;
		min-height: 200px;
		display: block;
		padding-top: 30px;
		padding-bottom: 35px;
	}

.kudoset {
	position: relative;
	left: -20px;
	width: 920px;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}

.kudo {
	width: 265px;
	margin-left: 19px;
	margin-right: 19px;
	border-radius: 5px;
	padding: 20px;
	background-color: white;
	color: black;
	position: relative;
	margin-bottom: 55px;
	margin-top: 15px;
	//float:left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

	.kudo.double {
		width: 568px;
	}

	.kudo h3 {
		font-size: 15px;
		margin-bottom: 5px;
	}

	.kudo .signature {
		position: absolute;
		bottom: -32px;
		left: 20px;
		color: white;
		background-image: url(/images/kudo-corner.png?ver=2);
		background-position: left top;
		background-repeat: no-repeat;
		height: 24px;
		padding-left: 34px;
		padding-top: 8px;
		font-size: 12px;
	}

#fbKudos {
	background-color: white;
	padding: 20px;
	width: 528px;
	border-radius: 5px;
	float: left;
	min-height: 300px;
}



#divYourKudos {
	float: left;
	width: 250px;
	font-size: 13px;
	text-align: justify;
	padding-right: 50px;
	position: relative;
	padding-top: 10px;
}

	#divYourKudos h3 {
		display: inline-block;
		height: 21px;
		padding-top: 1px;
		margin-bottom: 10px;
		background-position: left top;
		padding-left: 28px;
		background-repeat: no-repeat;
	}

	#divYourKudos:before {
		content: '';
		display: block;
		position: absolute;
		height: 24px; /* Height of your image / parent div */
		width: 24px; /* Width of your image / parent div */
		top: 15px;
		right: 0;
		background-image: url("/images/kudo-corner.png?ver=2");
		background-position: right top;
	}


#h3-heart {
	background-image: url("/images/icon-heart.png?ver=1");
}

#h3-email {
	background-image: url("/images/icon-email2.png?ver=3");
}

#h3-follow {
	background-image: url("/images/icon-follow.png?ver=4");
}

#divFollow {
	background-color: white;
	padding: 20px;
	border-radius: 5px;
	margin-top: 20px;
}
