/*
	Theme Name: Sinkankas Symposium website - book previews
	Theme URI: http://www.sinkankassymposium.net
	Description: INLINE POPUP MODAL WINDOW courtesy Soh Tanaka
	Version: 1
	Author: adapted by LThoresen
	Author URI: http://www.lthoresen.com
*/

/*==== 
*/


#popup_book-ruby h2,
#popup_book-peridot h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #090503;
	text-shadow:1px 1px 1px #908c7e;
	text-align: center;
	padding: 12px 0;
	}

#popup_book-ruby .popup_inner,
#popup_book-peridot .popup_inner {
	position: relative;
	width: 620px;
	margin: 0; padding: 0;
	background: #3e3e3d;
	}
/*
#popup_mess .popup_inner {width: 1024px; background: #d7d5d1 url('/./img-spl/spl-img-bg-lucas-scolding-mark.png') no-repeat;}
#popup_mess .popup_inner div {width: 660px; margin: 0 0 0 344px; padding-top: 30px;}
*/
#popup_book-ruby .popup_inner div,
#popup_book-peridot .popup_inner div {width: 620px; margin: 0; padding-top: 0;}

#popup_book-ruby p,
#popup_book-peridot p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	text-align: left;
	padding: 4px 0;
	}

#popup_mess p {
	font-size: 13px;
	line-height: 20px;
	color: #090503;
	text-shadow:1px 1px 1px #908c7e;
	text-align: left;
	margin: 0; padding: 5px 18px;
	}
	
#popup_book-ruby p.c,
#popup_book-peridot p.c,
#popup_mess p.c {
	color: #6b360b;
	text-shadow:1px 1px 1px #908c7e;
	text-align: center;
	font-weight: bold;
	margin: 0; padding: 7px 18px;
	}


#popup_book-ruby p.wh-c {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	padding: 10px 0;
}

#popup_book-ruby p.rt {
	text-align: right;
	margin: 6px 0 0 0; padding: 6px 0 12px 0;
}

/*
#popup_book-ruby #imgHov {
	display: none; 
	position: absolute; 
	left: 0px; top: 0px; 
	width: 754px; 
	height: 415px; 
	background: #fff; 
	z-index: 55;
	}
	
#popup_book-ruby #imgHov p.caption {
	display: inline; 
	text-align: center;
	padding-left: 28px;
}
	
#popup_book-ruby #imgHov p.txt-close {
	display: inline; 
	margin: 8px 0 0 44px; padding: 4px; 
	border: 1px solid #8DAEFB;
	}

#popup_book-ruby #imgHov img {
	margin: 24px 0 18px 27px;
	}
*/

#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #000;
	padding: 20px;
	border: 8px solid #3e3e3d;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}
