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


/***********************new**************************/


@font-face {
	font-family: 'ChocolateBoxRegular';
	src: url('c_box-webfont.eot');
	src: local('☺'), url('c_box-webfont.woff') format('woff'), url('c_box-webfont.ttf') format('truetype'), url('c_box-webfont.svg#webfontfYKJNoHi') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ChampagneLimousinesRegular';
	src: url('champagne__limousines-webfont.eot');
	src: local('☺'), url('champagne__limousines-webfont.woff') format('woff'), url('champagne__limousines-webfont.ttf') format('truetype'), url('champagne__limousines-webfont.svg#webfontdSzL8XZX') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {margin: 0px; padding: 0px;}

* img { border: none;
}
a {
	color: #444411;
}
a:hover { 
	color: #CCCCBB;
}
body {
		background-image: url(images/background.png);
		background-position: top;
		background-repeat: no-repeat;
		background-color: #CCCCBB;
		font-family: ChampagneLimousinesRegular;
		font-size: 14px;
		font-weight: 400;
		line-height: 17px;
/***********check this*****************/
		max-height: 600px;
}



body #mainBody {
		background-image: url(images/background.png);
/**********check this*********************/		
		background-position: top;
		background-repeat: no-repeat;
}

#container {
		/*border: thick #F00 solid;*/
/*		min-width: 980px;
*/		min-height: 600px;
		max-width: 980px;
		max-height: 600px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		position: relative;
	}
#lantern{
	}		
	
#container #navMenu {	
		position: absolute;	
		top: 80px;
		left: 38px;
		background-image: url(images/lantern.png);
		background-position: top;
		background-repeat: no-repeat;
		text-align: right;
		width: 100px;
		height: 150px;
		
}

#container #navMenu:hover {	
visibility:visible;
display:block;
		
}

#container #navMenu ul {
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: center;
		visibility: hidden;
		-moz-border-radius: 15px;
		border-radius: 15px;
		background-color: #191D1E;
	/* for IE */
		filter:alpha(opacity=80);
  	/* CSS3 standard */
  		opacity:0.8;
 		height: 20px;
		width: 525px;
		left: 105px;
		margin-left: 25px;
		
		
}

#container #navMenu:hover ul {
		visibility: visible;
}

#container #navMenu ul li {
		list-style-type: none;
		display: inline-block;
		margin-right: 10px;
/*		visibility: hidden;
*/		height: 20px;
		color: #aaa;
		
		/*background-image: url(images/buttonBackground.png);
		background-position: top;
		background-repeat: no-repeat;*/
}

#container #navMenu ul:hover li {
		visibility: visible;
		-webkit-box-shadow:inset 0px 0px 5px #yellow;
		  -moz-box-shadow:inset 0px 0px 5px #yellow;

}

#container #navMenu ul li:hover {
	filter:alpha(opacity=85);
	opacity:.85;
	height: 20px;
/*	background-color: #bb9988;
		color: #aaa;*/	
  width: 90px;
		height: 20px;
		  
		      -webkit-animation-name: lihover;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
}
@-webkit-keyframes lihover {
    0% {border:inset 0px solid #e7eeed;}
    50% {
        border:inset 0px dashed #fff9b2;
        -webkit-box-shadow:inset 0px 0px 10px yellow;
        -moz-box-shadow:inset 0px 0px 10px yellow;
        box-shadow:inset 0px 0px 10px yellow;
    }
    100% {border:inset 0px solid #yellow;}

}

#container #navMenu ul li span a {
		display: block;
		width: 90px;
		height: 30px;
		color: #aaa;
		font-size: 16px;
		font-weight: 800;
}

#container #navMenu ul li a:hover {
	
	color: #f9fdbf;

		
}
	


#glowLant {
	position:absolute;
	left: 75px;
	top: 100px;
	width: 25px;
	height: 54px;
/*				-webkit-box-shadow:0 0 55px #yellow; 
-moz-box-shadow: 0 0 55px #yellow; 
box-shadow:0 0 55px #yellow;


	
	-webkit-animation-name: pulse;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	
	background: rgb(255, 0, 0) ; opacity: 0.4;

	border: 1px solid #999999;*/
	-webkit-border-top-left-radius: 2em;
	-webkit-border-top-right-radius: 2em;
	-webkit-border-bottom-left-radius: 2em;
	-webkit-border-bottom-right-radius: 2em;
	-moz-border-radius-topleft: 1.6em;
	-moz-border-radius-topright: 1.6em;
	-moz-border-radius-bottomleft: 1.6em;
	-moz-border-radius-bottomright: 1.6em;

    -webkit-animation-name: border-animation;
    /* Set the duration, s = seconds */
    -webkit-animation-duration: 3s;
    /* How many times the animation to repeat */
    -webkit-animation-iteration-count: infinite;
    /* Several options available, use linear for this example */
    -webkit-animation-timing-function: ease-in-out;
}
/* This is the keyframe tag + custom animation name (assigned above) */
@-webkit-keyframes border-animation {
    /* Below are when each frame takes place, 50% of a 2 second duration would be 1 second or half way through the animation. */
    0% {border: 5px solid #e7eeed;}
    50% {
        border: 5px dashed #fff9b2;
        -webkit-box-shadow: 0px 0px 20px #fff9b2;
        -moz-box-shadow: 0px 0px 20px #fff9b2;
        box-shadow: 0px 0px 20px #fff9b2;
    }
    100% {border: 5px solid #e7eeed;}
} /* <--- Small syntax highlighting error here */
	

#glowLantBig {
	position:absolute;
	left: 80px;
	top: 100px;
	width: 12px;
	height: 12px;
/*				-webkit-box-shadow:0 0 55px #yellow; 
-moz-box-shadow: 0 0 55px #yellow; 
box-shadow:0 0 55px #yellow;


	
	-webkit-animation-name: pulse;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	
	background: rgb(255, 0, 0) ; opacity: 0.4;

	border: 1px solid #999999;*/
	-webkit-border-top-left-radius: 2em;
	-webkit-border-top-right-radius: 2em;
	-webkit-border-bottom-left-radius: 2em;
	-webkit-border-bottom-right-radius: 2em;
	-moz-border-radius-topleft: 1.6em;
	-moz-border-radius-topright: 1.6em;
	-moz-border-radius-bottomleft: 1.6em;
	-moz-border-radius-bottomright: 1.6em;

    -webkit-animation-name: banimation;
    /* Set the duration, s = seconds */
    -webkit-animation-duration: 1s;
    /* How many times the animation to repeat */
    -webkit-animation-iteration-count: infinite;
    /* Several options available, use linear for this example */
    -webkit-animation-timing-function: ease-in-out;
}
/* This is the keyframe tag + custom animation name (assigned above) */
@-webkit-keyframes banimation {
    /* Below are when each frame takes place, 50% of a 2 second duration would be 1 second or half way through the animation. */
    0% {border: 5px solid #e7eeed;}
    60% {
        border: 5px dashed #fff9b2;
        -webkit-box-shadow: 0px 0px 200px #yellow;
        -moz-box-shadow: 0px 0px 200px #yellow;
        box-shadow: 0px 0px 200px #yellow;
    }
    100% {border: 5px solid #e7eeed;}
} /* <--- Small syntax highlighting error here */




	
	
div #socialHolder {
		background-image: url(images/share.png);
		/*----------------check this-----------------------------------------*/
		background-position: top;
		background-repeat: no-repeat;
		height: 48px;
		width: 48px;
		position: absolute;
		left: 75px;
		top: 545px;
		z-index: 99;
	}



div #socialHolder #social {
		visibility: hidden;
		overflow: hidden;
		height: 75px;
		/*---------------------------check height for allignment-----------------*/
}
		/*---------------------------check for allignment-----------------*/
div #socialHolder:hover #social {
		visibility: visible;
		height: 400px;
		width: 500px;
		position: absolute;
		left: -235px;
		top: -330px;
		color: #ccccbb;
	}
	/********************************** This is Johns************************
	div #socialHolder #social #socialStyle {padding: 30px;}*/


	
div #socialHolder #social #socialStyle {
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 200px;
	width: 100px;
	text-align: center;
}

div #socialHolder #social #socialStyle p{
	font-size:10px;
}

div #fbookHolder {
		height: 90px;
		width: 55px;
		position: absolute;
		left: 530px;
		top: 145px;

	}

	div #fbook {
	background-image:url(images/paperBackground.png);
	width: 500px;
	height:400px;
	position: absolute;
	left: -530px;
	top: -145px;
	/* for IE */
		filter:alpha(opacity=80);
	/* CSS3 standard */
  		opacity:0.8;
}	

 #fbook iframe {
	 width:370px;
	 height:230px}

 .bookStyle{
	 margin: 60px 60px;
	 padding: 5px;
	 }
	 
	 
#aboutHolder{	height: 90px;
		width: 55px;
		position: absolute;
		left: 530px;
		top: 145px;
}

#about{
	background-image:url(images/paperBackground.png);
	width: 500px;
	height:400px;
	position: absolute;
	left: -530px;
	top: -145px;
	/* for IE */
		filter:alpha(opacity=80);
	/* CSS3 standard */
  		opacity:0.8;
}	

.aboutStyle{ margin: 60px 60px;
	 padding: 5px;
			overflow:auto;
			height: 270px;

	 }	 
	   

/*.bookStyle:hover{
		-webkit-box-shadow:inset 0px 0px 5px #yellow;
		  -moz-box-shadow:inset 0px 0px 5px #yellow;
}*/


div #book1Holder {
		height: 90px;
		width: 55px;
		position: absolute;
		left: 395px;
		top: 115px;
		cursor: pointer;
	}

	div #book1 {
		background-image:url(images/paperBackground.png);
		width: 500px;
		height:400px;		
		position: absolute;
		left: 140px;
		top: 240px;
		visibility: hidden;
}

	
/*div #book1Holder:hover #book1 {
			border: #F00 5px solid;
			background-image:url(images/paperBackground.png);

		border: #F00 5px solid;
		visibility: visible;
		height: 400px;
		width: 500px;
		position: absolute;
		left: -200px;
		top: 80px;
	}*/


div #book2Holder {
		height: 90px;
		width: 55px;
		position: absolute;
		left: 530px;
		top: 145px;
		cursor: pointer;

	}

	div #book2 {
		background-image:url(images/paperBackground.png);
		width: 500px;
		height:400px;		
		position: absolute;
		left: 140px;
		top: 240px;
		visibility: hidden;
}	
/*div #book2Holder {
		border: #F00 5px solid;
		height: 65px;
		width: 50px;
		position: absolute;
		left: 530px;
		top: 160px;
	}

div #book2Holder #book2 {
		visibility: hidden;
		overflow: hidden;
}
	
div #book2Holder:hover #book2 {
		border: #F00 5px solid;
		visibility: visible;
		height: 400px;
		width: 500px;
		position: absolute;
		left: -410px;
		top: 75px;
}*/


div #book3Holder {
		cursor: pointer;
		height: 90px;
		width: 45px;
		position: absolute;
		left: 695px;
		top: 290px;
	}

	div #book3 {
		background-image:url(images/paperBackground.png);
		width: 500px;
		height:400px;		
		position: absolute;
		left: 140px;
		top: 240px;
		visibility: hidden;
}
div #book4Holder {
		cursor: pointer;
		height: 90px;
		width: 45px;
		position: absolute;
		left: 760px;
		top: 290px;
	}

	div #book4 {
		background-image:url(images/paperBackground.png);
		width: 500px;
		height:400px;		
		position: absolute;
		left: 140px;
		top: 240px;
		visibility: hidden;
}
div #book5Holder {
		cursor: pointer;
		height: 90px;
		width: 45px;
		position: absolute;
		left: 870px;
		top: 260px;
		
	}

	div #book5 {
		background-image:url(images/paperBackground.png);
		width: 500px;
		height:400px;		
		position: absolute;
		left: 140px;
		top: 240px;
		visibility: hidden;
}

/*div below controls style inside content box*/
/*	#container div div {
		padding: 5px;
	background-image: url(images/paperBackground.png);
*/		background-position: top;
		background-repeat: no-repeat;
	/* for IE */
		filter:alpha(opacity=85);
  	/* CSS3 standard 
  		opacity:0.85;
		color: #000;
}

#container div div #bookStyle {
	margin: 0px;
	padding-top: 25px;
	padding-left: 20px;
	padding-right: 200px;
	padding-bottom: 20px;
	height: 300px;
}
	
	*/	

#container div a {
		display: block;
		width: 50px;
		height: 50px;
	/*John didn't have this	color: #666655 */
		}


#gallery {
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	text-align: center;
	width: 240px;
	/*border: #F00 thick solid;
	height: 670px;*/
		visibility: visible;
	top: -10px;
	left: 835px;
	position: absolute;
	height: 50px;
	/* for IE */
		filter:alpha(opacity=50);
  	/* CSS3 standard */
  		opacity:0.5;
}

#gallery:hover{
		/* for IE */
		filter:alpha(opacity=100);
  	/* CSS3 standard */
  		opacity:1;
	
	
}
#asView {
		position: absolute;
		left: 140px;
		top: 132px;
		width: 535px;
		height: 670px;
	/*	visibility: visible;
	/* for IE */
		filter:alpha(opacity=85);
  	/* CSS3 standard */
  		opacity:0.85;*/
}



#gallerySpace {
		margin: 5px;
}

#footer {
	font-family: 'ChampagneLimousinesRegular';
		margin-left: auto;
		margin-right: auto;
		margin-top: 67px;
		text-align: center;		
		/*border: #F00 thick solid;*/
		width: 915px;
		height: 103px;
}

#footerSpace {
	font-family: 'ChampagneLimousinesRegular';
		margin: 5px;
		color: #ccccbb;
		background-color: #121209;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 20px;
-moz-border-radius-bottomleft: 20px;

-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 20px;
-webkit-border-bottom-left-radius: 20px;
}

/* Use this to rotate divs

		-webkit-transform: rotate(-20deg) scale(1.0, 1.0);
    	-moz-transform: rotate(-15deg) scale(1.0, 1.0);
    	transform: rotate(-15deg) scale(1.0, 1.0);

*/#h1, h2, h3 {
	font-family: 'ChocolateBoxRegular';
	font-size: 16px;
	text-decoration: underline;
	padding-bottom: 8px;
}
#container #book1Holder #book1 #bookStyle a {
	height: auto;
	width: auto;
}
#container #book2Holder #book2 #bookStyle {
	height: auto;
	width: auto;
}

@-webkit-keyframes blueBook {
0% {-webkit-transform: rotate(0deg);}
25% {-webkit-transform: rotate(-3deg);}
75% {-webkit-transform: rotate(3deg);}
100% {-webkit-transform: rotate(0deg);}
}

#blueBook {
	background-image:url("images/blueBook.png");
background-repeat:no-repeat;
height:80px;
left:403px;
position:absolute;
top:145px;
width:63px;
-webkit-animation-name: blueBook;
-webkit-animation-duration: 4s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: ease-in-out;
-webkit-transform-origin: 50% 0;

}

@-webkit-keyframes yellowBook {
0% {-webkit-transform: rotate(0deg);}
20% {-webkit-transform: rotate(-3deg);}
40% {-webkit-transform: rotate(0deg);}
50% {-webkit-transform: rotate(0deg);}
70% {-webkit-transform: rotate(3deg);}
90% {-webkit-transform: rotate(0deg);}
100% {-webkit-transform: rotate(0deg);}
}

/*#blueBook:hover {
		-webkit-box-shadow:inset 0px 0px 5px #yellow;
		  -moz-box-shadow:inset 0px 0px 5px #yellow;
}*/

#yellowBook {
	background-image: url(images/yellowBook.png);
	background-repeat: no-repeat;
	height: 62px;
	width: 45px;
	position: absolute;
	left: 536px;
	top: 170px;
	-webkit-animation-name: yellowBook;
-webkit-animation-duration: 4s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: ease-in-out;
-webkit-transform-origin: 50% 0;
}

@-webkit-keyframes redBook {
0% {-webkit-transform: rotate(0deg);}
25% {-webkit-transform: rotate(3deg);}
75% {-webkit-transform: rotate(-3deg);}
100% {-webkit-transform: rotate(0deg);}
}
#redBook {
	background-image: url(images/redBook.png);
	background-repeat: no-repeat;
	height: 81px;
	width: 62px;
	position: absolute;
	left: 695px;
	top: 300px;
	-webkit-animation-name: redBook;
-webkit-animation-duration: 4s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: ease-in-out;
-webkit-transform-origin: 50% 0;
}

@-webkit-keyframes yellowToo {
0% {-webkit-transform: rotate(0deg);}
25% {-webkit-transform: rotate(-3deg);}
75% {-webkit-transform: rotate(3deg);}
100% {-webkit-transform: rotate(0deg);}
}


#yellow2 {
	background-image: url(images/yellow2.png);
	height: 74px;
	width: 59px;
	position: absolute;
	left: 760px;
	top: 310px;
-webkit-animation-name: yellowToo;
-webkit-animation-duration: 3s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: ease-in-out;
-webkit-transform-origin: 50% 0;
}


@-webkit-keyframes orangeBook {
0% {-webkit-transform: rotate(0deg);}
20% {-webkit-transform: rotate(3deg);}
40% {-webkit-transform: rotate(0deg);}
50% {-webkit-transform: rotate(0deg);}
70% {-webkit-transform: rotate(-3deg);}
90% {-webkit-transform: rotate(0deg);}
100% {-webkit-transform: rotate(0deg);}
}


#orangeBook {
	background-image:url("images/orangeBook.png");
background-repeat:no-repeat;
height:63px;
left:870px;
padding:0;
position:absolute;
top:280px;
width:50px;
-webkit-animation-name: orangeBook;
-webkit-animation-duration: 4s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: ease-in-out;
-webkit-transform-origin: 50% 0;
}
#mainBody #container #book1 .bookStyle p {
	text-indent: 15px;
}

