@charset "utf-8";
body {
	width: 100%;
	height: 100%;
	border: none;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	top: 0px;
	bottom: 0px;
	display: block;
	/*font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif */
	font-family: "Verdana", "Arial", "Helvetica", "sans-serif";
}


#header {
	width: 100%;
	position: fixed;
	background-color: #333333;
	display: inline-block;
	vertical-align: bottom;
	height: 100px;
}


#header #logo {
	width: 398px;
	height: 100px;
	float: left;
}

#nav {
	position: fixed;
	right: 20px;
	top: 10px;
	margin-bottom: 5px;
	vertical-align: bottom;
	
}

#navList {
	position: fixed;
	right: 20px;
	top: 0px;
	background-color: #333333;
	color: #FFFFFF;
	
	z-index: 1000;
	width: 750px;
	padding: 0px;
}

#navList ul {
	padding: 0px;
	float: right;
	margin-bottom: 0px;
	
}


#navList .navLink  {
	text-decoration: none;
	font-family: Verdana, Arial, Sans-serif;
	font-style:italic;
	
	color: #CCCCCC;
}

#navList .navLink.highlight, #navList .highlight a  {
	text-decoration: none;
	font-family: Verdana, Arial, Sans-serif;
	font-style:italic;
	/* color:#3B76DC; */
	color:rgba(19,157,192,1.00);
	font-weight: bold;
}


#navList ul, #navList li {
	display: inline-block;
	list-style: none;
	list-style-image:none;
	list-style-type:none;
	vertical-align: bottom;

}

#navList li  {
	margin-top: 0px;
	margin-left: 30px;
	margin-bottom: 0px;
	line-height: 1.5em;
}

#nav #menuButton {
	display: none;
}

#header #nav .li a {
	cursor: pointer;
}

.navLink {
	cursor: pointer;
}

#pageBody {
	position: fixed;
	top: 100px;
	bottom: 30px;
	width: 100%;
	overflow: scroll;
}

#menuNightlife {
	display: none;
	position: fixed;
	background: #333333;
	border-right: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	z-index: 1000;
	width: 300px;
	right: 45px;
	top: 95px;
	font-family: Verdana, Arial, Sans-serif;
	font-style:italic;
	color: #CCCCCC;
}

#menuNightlife ul, #menuNightlife li {
	margin-top: 0;
	margin-bottom: none;
	display: block;
	list-style: none;
	list-style-image:none;
	list-style-type:none;
	vertical-align: bottom;
	line-height: 1.5em;

}


#footer {
	position: fixed;
	bottom: 1px;
	height: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #CCCCCC;
	width: 100%;
}

.bodySection {
	width: 100%;
	height: 550px;
	background-repeat: no-repeat;
	background-position: 0px -50px;
	background-size: 110% auto;
	background-clip: border-box;
}

.bodySection .sectionHeader {
	height: 40px;
	width: 100%;
	background-color:rgba(100,100,100,0.65);
}

.bodySection .sectionHeader .headerText {
	padding-top: 10px;
	height: 35px;
	padding-left: 20px;
	color: #FFFFFF;
}

.bodyLink {
	text-decoration: underline;
	font-weight: bold;
	cursor:pointer;
}

#sectionWedding .bodyLink {
	color: rgba(149,34,180, 1);
}


#sectionWedding .sectionHeader {
	background-color: rgba(149,34,180,0.65);
}



#sectionFamily .bodyLink {
	color: rgba(49,158,22,1.00);
}

#sectionFamily .sectionHeader {
	background-color: rgba(49,158,22,0.75);

}

#sectionHeadshots .bodyLink {
	color: rgba(39,154,228,1.00);
}

#sectionHeadshots .sectionHeader {
	background-color: rgba(39,154,228,0.75);

}

#sectionNature {
	background-image:url(../images/Nature/main_Nature.jpg);
	
}

#sectionNature .bodyLink {
	color: rgba(100,80,17,1.00);
}

#sectionNature .sectionHeader {
	background-color: rgba(100,80,17,0.75);

}

#sectionCities {
	background-image: url(../images/Cities/main_Cities.jpg);
	background-position: -50px -170px;
}

#sectionCities .bodyLink {
	color: rgba(55,55,55,1);
}

#sectionCities .sectionHeader {
	background-color: rgba(55,55,55,1);

}


#sectionCosplay .bodyLink {
	color: rgba(55,55,55,1);
}

#sectionCosplay .sectionHeader {
	background-color: rgba(55,55,55,0.75);

}


#sectionConcerts .bodyLink {
	color: rgba(249,6,6,1);
}

#sectionConcerts .sectionHeader {
	background-color: rgba(249,6,6,0.65);

}

#sectionBurlesque {
	background-image:url(../Photos/ForSiteHeader/IMG_4650_01.jpg);
	
}

#sectionBurlesque .bodyLink {
	color: rgba(55,55,55,1);
}

#sectionBurlesque .sectionHeader {
	background-color: rgba(55,55,55,1);

}



#sectionNightlide .bodyLink {
	color: rgba(55,55,55,1);
}

#sectionNeo .sectionHeader {
	background-color: rgba(55,55,55,1);

}


#sectionPerformers .bodyLink {
	color: rgba(28,28,27,1.00)
}

#sectionPerformers .sectionHeader {
	background-color: rgba(240,151,32,0.70);

}

#sectionAbout .sectionHeader {
	background-color: rgba(59,116,218,0.65);
}

#pageBody .bodySection .mainContentBlock {
	width: 60%;
	padding: 20px;
	color: #333333;
	margin-top: 20px;
	margin-left: 20px;
	background-color:rgba(255,255,255,0.5);
	border-color: #FFFFFF;
	border-width: 4px;
}

#sectionBuy {
	height: 200px;
}

#sectionBuy .mainContentBlock {
	padding: 10px;
	margin-top: 30px !important;
	margin-right: 10px;
	width: auto !important;
	background-color: rgba(47,155,223,1.00) !important;
	border-radius: 8px;
	color: #FFFFFF;
	display: inline-block;
}

#sectionBuy .mainContentBlock a {
	color: #FFFFFF;
}


.photoBlock {
	display: none;
	border-top:15px solid white;
	height: 540px;
	width: 100%;
	overflow-y:hidden;
	overflow-x:auto;
}

.imgScroller {
	overflow-y:hidden;
	overflow-x:hidden;
	
}


.pic, img .pic, .pic img {
	max-height: 540px;
	width: auto;
	height: 540px;	
	display: inline;
	border-right: 10px solid white;

}

#sectionAbout.bodySection, #sectionRates.bodySection {
		width: 100%;
		height: auto;
		padding-bottom: 10px;
}

#sectionAbout .mainContentBlock, #sectionRates .mainContentBlock {
	width: 90% !important;
	
}


@media (max-width: 499px) {
	#header {
		padding-top:10px;	
	}
	
	#header #logo {
		width: 200px;
		height: auto;

	}
	
	.bodySection {
		background-position: -100px -25px;
		background-size: 600px auto;
		height: 400px;
	}
	
	#sectionFamily {
		background-size: 800px auto;
		background-position: -350px -100px;
	}
	
	
	body {
		font-size: 1em;
	}
	
	#navList {
		width: 100px;
		padding-left:0px;
		font-size: 1em !important;
	}

	#navList ul, #navList li {
		padding-left:0px;
		margin-left: 0px;
	}
	
}



@media (min-width: 500px) and (max-width: 700px) {
	.bodySection {
		background-position: -75px -50px;
		background-size: 800px auto;
		height: 400px;
	}
	
	#sectionRates.bodySection, #sectionAbout.bodySection, #sectionBuy.bodySection {
		height: auto;
	}
	
}

@media (min-width: 500px) and (max-width: 1023px) {
	#header #logo {
		height: 90px;
		width: auto;

	}
	
}
@media (max-width: 1023px) {
	#header {
		margin-top: 5px;
		height: 110px;
	}
	
	
	#nav {
		height: 100px;
		margin-bottom: 5px;
	}
	
	

	#navList {
		display: none;
		position: fixed;
		right: 0px;
		margin-right: 0px;
		top: 105px;
		background-color: #FFFFFF;
		padding: 10px;
		z-index: 1000;
		width: 420px;
		border-left: 2px solid #666666;
		border-right: 2px solid #666666;
		border-bottom: 2px solid #666666;
		font-size: 2em;
		line-height: 2em;
		
	}
	#menuNightlife {
		display: none;
		position: fixed;
		background: #FFFFFF;
		border-top: 1px solid black;
		border-left: 1px solid black;
		border-bottom: 1px solid black;
		border-right: none;
		padding-top:10px;
		z-index: 1000;
		width: 400px;
		right: 420px;
		padding-right: 10px;
		font-size: 2em;
		top: 425px;
	}
	
	#nav #menuButton {
		position: fixed;
		right: 20px;
		top: 20px;
		display: block;
		height: 50px;
		width: 70px;
		
	}
	
	#navList li  {
		display:list-item;
		margin-top: 10px;
		margin-left: 5px;
		margin-right:5px;
	}	

	#pageBody {
		position: fixed;
		top: 110px;
		bottom: 50px;
		width: 100%;
	}
	
		
	#sectionFamily, #sectionHeadshots, #sectionWedding, #sectionNeo {
		background-size: 150%;
		background-position: -100px 0px;
	
	}
	
	#sectionCities {
		background-size: 130%;
		background-position: -100px 0px;
	}
}



@media (min-width: 701px) and (max-width: 1023px) {
	
	.bodySection {
		width: 100%;
		height: 550px;
		
		background-position: 0px -50px;
		background-size: 1100px auto;
		background-clip: border-box;
	}

}

@media (min-width: 1024px) and (max-width: 1199px) {
	#navList {
		font-size: 1em; /* 0.7em;
		width: 675px; */
		top: 10px;
	}
	
	#nav {
		margin-top: 10px;
		margin-bottom: 5px;
		float: right;
		
	}
	

}

@media only screen and (max-width: 700px) {
	#sectionWedding {
		background-image:url(../images/phoneBGs/Wedding/main_Wedding.jpg);
		background-position: 0px -0px;
		background-size: 100%;
	}
	
	#sectionFamily {
		background-image: url(../images/phoneBGs/0266-IMG_2247_01.jpg);
		
	}
	
	#sectionHeadshots {
		background-image: url(../images/phoneBGs/0460-3D0A0058_01.jpg);
		background-clip:border-box;
	
	}
	
	#sectionNature {
		background-image:url(../images/phoneBGs/Nature/main_Nature.jpg);	
	}
	
	#sectionCities {
		background-image: url(../images/phoneBGs/Cities/main_Cities.jpg);
		background-position: -50px -170px;
	}
	
	#sectionCosplay {
		background-image: url(../images/phoneBGs/Cosplay/main_Cosplay.jpg);
		background-position: 0px -20px;
	}
	
	#sectionConcerts {
		background-image: url(../images/phoneBGs/3D0A2545+01.jpg); 
		background-clip:border-box;
	}
	
	#sectionBurlesque {
		background-image:url(../images/phoneBGs/IMG_4650_01.jpg);
	}
	
	#sectionNeo {
		background-image: url(../images/phoneBGs/3D0A7597-2.jpg);
	}
	
	#sectionPerformers {
		background-image: url(../images/phoneBGs/Performer/main_Performer.jpg);
		background-position: 0px -100px;
	}
	
	#sectionAbout {
		/* background-image: url(../images/phoneBGs/About/main_About01.jpg); */
	}

}

@media only screen and (min-width: 701px) {
	#sectionWedding {
		background-image:url(../images/Wedding/main_Wedding.jpg);
		background-position: 0px -0px;
		background-color: #FFFFFF;
		background-size: 100%;
	}
	
	#sectionFamily {
		/* background-image: url(../Photos/Folio_WeddingCouples/0266-IMG_2247.jpg); */
		background-image: url(../Photos/ForSiteHeader/0266-IMG_2247_01.jpg);
		
	}
	
	#sectionHeadshots {
		/* background-image: url(../Photos/Folio_ModelPosed/0460-3D0A0058.jpg); */
		background-image: url(../Photos/ForSiteHeader/0460-3D0A0058_01.jpg);
		background-clip:border-box;
	
	}
	
	#sectionCosplay {
		background-image: url(../images/Cosplay/main_Cosplay.jpg);
		background-position: 0px -20px;
	}
	
	#sectionConcerts {
		background-image: url(../Photos/ForSiteHeader/3D0A2545+01.jpg); 
		/*
		url(../Photos/ForSiteHeader/3D0A1672-2.jpg);
		
		*/
		background-clip:border-box;
	}
	
	#sectionNeo {
		background-image: url(../Photos/ForSiteHeader/3D0A7597-2.jpg);
		
	}
	
	#sectionPerformers {
		background-image: url(../images/Performer/main_Performer.jpg);
		background-position: 0px -100px;
	}
	
	#sectionAbout {
		/* background-image: url(../images/About/main_About01.jpg); */
	}
	
}