﻿/* -------------------------------------------------------------------------- */
/* common                                                                     */
/* -------------------------------------------------------------------------- */

/*#fancybox-wrap {
  position: absolute;
  top: 45px !important;
}
*/

html, body
{
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: "Trebuchet MS" ,sans-serif;
}
h1 {
	text-align: center;
	font-family: Sans-Serif;

}
.pageDiv
{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.pageImage
{
	cursor: default;
}
#page0.pageDiv
{
	z-index: 3;
}
#page1.pageDiv
{
	z-index: 2;
}
#page3.pageDiv
{
	z-index: 3;
}
#dbPage1 {
	z-index: 2;
}
#doubleBufferContainer
{
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	overflow: hidden;
	cursor: default;
	z-index: 99;
	visibility: hidden;
}
#leftBookPage.pageImage
{
	z-index: 1;
	left: 0px;
	position: absolute;
}
#rightBookPage.pageImage
{
	cursor: pointer;
	z-index: 1;
	position: absolute;
}
#movingBookPage
{
	z-index: 3;
	position: absolute;
	visibility: hidden;
}
#DivStageBottom
{
	margin: 20px auto 40px auto;
}
#backgroundFront
{
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#backgroundBack
{
	position: absolute;
	top: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
#DivStage_Preview_Html
{
	margin: 0 auto;
	z-index: 2;
}
#PreviewHtmlWrapperDiv
{
	position: relative;
	z-index: 1;
}
#pagesRootContainer
{
	position: relative;
	margin: 0px auto;
}
#softPagesContainer, #hardPagesContainer
{
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	overflow: hidden;
	cursor: default;
}
#softPagesContainer.softPagesContainer {
	cursor: default;
}
#hardPagesContainer.hardPagesContainer {
	cursor: default;
}
#Footer
{
	height: 50px;
	width: 100%;
	background: #ffffff;

	z-index: 1;
	color: #444;
	
	position: fixed;
	left: 0px;
	bottom: 0px;
}

#Floater
{
	float: left;
	height: 50%;
	width: 100%;
}

#DivStage
{
	color: #444;
	font-family: "Trebuchet MS" ,sans-serif;
}
#DivStageWrapper
{
	clear: left;
	position: relative;
	/*margin: 0 auto;*/
	margin: auto;
	color: #444;
	font-family: "Trebuchet MS" ,sans-serif;
}

#DivStageWrapper.IsNotReady
{
	background-color: white;
	font-weight: bold;
	height: auto;
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	padding-bottom: 50px;
	padding-top: 50px;
	text-align: center;
	width: 600px;
}

a:link
{
	color: #444;
	text-decoration: none;
}
a:visited
{
	color: #444;
	text-decoration: none;
}
a:hover
{
	color: #444;
	text-decoration: underline;
}
a:active
{
	color: #444;
	text-decoration: underline;
}

#background
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: -1;
}



.cmd
{
	cursor: pointer;
}

.CssCmdFirst
{
	float: left;
	width: 18px;
	height: 24px;
	background-position: -5px -10px;
}

.CssCmdBack
{
	float: left;
	margin-left: 5px;
	width: 16px;
	height: 24px;
	background-position: -24px -10px;
}

.CssCmdBreak
{
	margin: 0px auto;
	width: 18px;
	height: 24px;
	background-position: -45px -10px;
}
.CssCmdPlay
{
	margin: 0px auto;
	width: 17px;
	height: 24px;
	background-position: -69px -10px;
}
.CssCmdNext
{
	float: right;
	margin-right: 5px;
	width: 16px;
	height: 24px;
	background-position: -88px -10px;
}

.CssCmdLast
{
	float: right;
	width: 21px;
	height: 24px;
	background-position: -105px -10px;
}

.Logo
{
	float: left;
	margin: -8px 8px 8px 0px;
	width: 29px;
	height: 27px;
	background-position: -128px -9px;
}

.Delete
{
	float: left;
	margin: -8px 8px 8px 0px;
	width: 29px;
	height: 27px;
	background-position: -247px -12px;
}

.Copyright
{
	position: absolute;
	left: 15px;
	margin-top: 21px;
	z-index: 1;
}

.Sociallinks
{
	background-color: white;
	height: 100%;
	right: 15px;
	padding-top: 17px;
	position: absolute;
}

.Socialbutton
{
	display: inline;
	float: right;
	margin-left: 13px;
}
.facebook-share {
	background: #fff url(images/fbshare.png) center no-repeat;
}
/*.fb_iframe_widget iframe {  height: 20px !important; width: 64px !important;}*/

/* -------------------------------------------------------------------------- */
/* Bokeh                                                                      */
/* -------------------------------------------------------------------------- */
.Bokeh #background
{
	background-image: url(images/bokeh.png);
	background-size: 100% 100%;
}


.Bokeh .htmlContentShadow
{
	position: absolute;
	visibility: hidden; /* Shadow */
	-webkit-box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.4); /* WebKit */
	-moz-box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.4); /* Firefox */
	box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.4); /* Standard */
}

/* -------------------------------------------------------------------------- */
/* Gray                                                                       */
/* -------------------------------------------------------------------------- */
.Gray #background, .Grey #background
{
	background-image: url(images/gray.png);
	background-size: 100% 100%;
}

.Gray h1, .Grey h1
{
	color: #cccccc;
}

.Gray .htmlContentShadow, .Grey .htmlContentShadow
{
	position: absolute;
	visibility: hidden; /* Shadow */
	-webkit-box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.6); /* WebKit */
	-moz-box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.6); /* Firefox */
	box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.6); /* Standard */
}


/* -------------------------------------------------------------------------- */
/* Grunge                                                                     */
/* -------------------------------------------------------------------------- */
body.Grunge
{
	background-image: url(images/grunge.png);
	background-size: 100% 100%;
}


.Grunge .htmlContentShadow
{
	position: absolute;
	visibility: hidden; /* Shadow */
	-webkit-box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.4); /* WebKit */
	-moz-box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.4); /* Firefox */
	box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.4); /* Standard */
}

/* -------------------------------------------------------------------------- */
/* Jeans                                                                      */
/* -------------------------------------------------------------------------- */
body.Jeans
{
	background-image: url(images/jeans.png);
	background-size: 100% 100%;
}

.Jeans h1
{
	color: #dddddd;
}

.Jeans .htmlContentShadow
{
	position: absolute;
	visibility: hidden; /* Shadow */
	-webkit-box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.6); /* WebKit */
	-moz-box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.6); /* Firefox */
	box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.6); /* Standard */
}

/* -------------------------------------------------------------------------- */
/* LightGray                                                                  */
/* -------------------------------------------------------------------------- */
body.LightGray, body.LightGrey
{
	background-image: url(images/lightgray.png);
	background-size: 100% 100%;
}

.LightGray h1, .LightGrey h1
{
	color: #ea505c;
}

.LightGray .htmlContentShadow, .LightGrey .htmlContentShadow
{
	position: absolute;
	visibility: hidden; /* Shadow */
	-webkit-box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.4); /* WebKit */
	-moz-box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.4); /* Firefox */
	box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.4); /* Standard */
}

/* -------------------------------------------------------------------------- */
/* Watercolor                                                                 */
/* -------------------------------------------------------------------------- */
body.Watercolor
{
	background-image: url(images/watercolor.png);
	background-size: 100% 100%;
}

.Watercolor .htmlContentShadow
{
	position: absolute;
	visibility: hidden; /* Shadow */
	-webkit-box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.4); /* WebKit */
	-moz-box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.4); /* Firefox */
	box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.4); /* Standard */
}

/* -------------------------------------------------------------------------- */
/* Wood                                                                       */
/* -------------------------------------------------------------------------- */
body.Wood
{
	background-image: url(images/wood.png);
	background-size: 100% 100%;
}

.Wood h1
{
	color: #eeeeee;
}

.Wood .htmlContentShadow
{
	position: absolute;
	visibility: hidden; /* Shadow */
	-webkit-box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.5); /* WebKit */
	-moz-box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.5); /* Firefox */
	box-shadow: 5px 5px 25px 0px rgba(0, 0, 0, 0.5); /* Standard */
}

