@charset "utf-8";

/* Fonts */
@font-face {
    font-family: 'pterraregular';
    src: url('fonts/pterra-webfont.eot');
    src: url('fonts/pterra-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/pterra-webfont.woff2') format('woff2'),
         url('fonts/pterra-webfont.woff') format('woff'),
         url('fonts/pterra-webfont.ttf') format('truetype'),
         url('fonts/pterra-webfont.svg#pterraregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
#praise, nav, #intro-par, h3, #logo-large, .follow, .author-footer, h1, .reg-text, #extras-box a, h2, h4, h5, a.one-series div, a.one-codex div, .blank, .praise-top, .one-rune, a.small-banner, a.wide-banner  {
	    font-family: 'pterraregular';
}

/* Reusable styles */
div {
	margin: 0px;
	padding: 0px;
}
div.plain-html {
	position: relative;
	padding-top: 30px;
}
nav a, .fourth, .third, .half, .sm-logo, a.social, .follow, .author-footer, #sh-sidebar, #inside-content, #breadcrumbs a, #extras-box a, .purchase-links a, .one-intl, #home-boxes .widget, .book-cover, .book-content, .one-cover, .one-item, .nav-icon, a.one-series, .box-left, .box-right, a.small-button, .one-rune, a.small-banner, .one-relic, .addthis_toolbox, .addthis_facebook, .narrator-pic, .narrator-embed, .one-video, .stacked  {
	display: inline-block;
	vertical-align: top;
}
.show-hide {
	display: none;
}
.align-left, .alignleft {
	float: left;
	margin: 0 30px 30px 0;
}
.align-right, .alignright {
	float: right;
	margin: 0 0 30px 30px;
}
.box-left{
	margin: 0 1% 30px 0;
	width: 33%;
	position: relative;
}
.box-left img {
	width: 98%;
	height: auto;
}
.box-right {
	margin: 0 0 30px 1%;
	width: 60%;
}
@media only screen and (max-width: 800px) {
	.box-right, .box-left {
		display: block;
		width: 90%;
	}
	.box-left {text-align: center;}
	.box-left iframe {
		margin: 0 auto;
	}
}
.content {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.dashed {
	background-image: url(images/dashed-line.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	height: 1px;
}
a {
	text-decoration: none;
	color: #d5bf98;
}
a:hover, a:hover img {
	-webkit-transition: 0.4s;
	-moz-transition:    0.4s;
	transition:         0.4s;
	color: #FFF;
}
img.fade:hover {
	opacity: 0.5;
}
h1 {
	color: #d5bf98;	
	font-weight: normal;
	font-size: 250%;
	margin: 5px 0;
	line-height: 1.3em;
}
h1 .headline-white { color: #FFF; font-size: 70%;}
h2 {
	clear: both;
	font-size: 90%;
}
h3 {
	font-weight: normal;
	text-shadow: 0px 0px 8px #000;
	color: #d5bf98;	
}
h5 {
	color: #FFF;
	font-size: 145%;
	font-weight: normal;
}
.box h3 {
	line-height: 30px;
	margin: 10px 0px 20px;
	color: #FFF;
	font-size: 150%; 
}
.box.tall h3 { font-size: 210%; line-height: 40px;}
.box.tall h3 .second-line { font-size: 24px; color: #d5bf98; }
.box h3 .second-line {display: block;}

h2.widget-title {
	text-shadow: 0px 0px 8px #000;
	font-weight: normal;
	color: #FFF;
	font-size: 120%;
	margin: 0 0 10px 0;
}
.widget_latest_tweets_widget h2.widget-title {
	background-image: url(images/twit-home.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding: 0 10px;
	display: inline-block;
	width: auto;
}
html .home #home-boxes .widget .tp_recent_tweets ul li { background-image: none; padding: 0 30px;}
.Tumblr h4 {
	background-image: url(images/tumblr-small.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 30px;
	display: inline-block;
	width: auto;
	font-size: 130%;
	line-height: 25px;
}
h4.Twitter  {
	background-image: url(images/twit-x.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 30px;
	display: inline-block;
	width: auto;
	font-size: 130%;
	line-height: 25px;
}
.null-instagram-feed h2.widget-title {
	display: none;
}
.box h3.two-lines {
	line-height: 30px;
	margin: 10px 0px 10px;
}
a h4 {
	font-weight: normal;
	font-size: 160%;
	color: #FFF;
	text-shadow: 0px 0px 8px #000;
}
.box p {
	text-transform: uppercase;
	font-size: 85%;
	letter-spacing: 1px;
	font-weight: bold;
}
.box.tall p {font-size: 100%;}
.tagline {
	font-size: 85%;
	color: #FFF;
}
.grayed {
	color: #777;
}
.glossary {
	display: block;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.block-button {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	background-color: #785121;
	color: #FFF;
	padding: 5px;
	border-radius: 8px;
}
a.small-button {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #47210c;
	color: #e9c397;
	padding: 5px 20px;
	border-radius: 8px;
	font-size: 90%;
	margin: 20px 10px 0 0;
	border: 1px solid #47210c;
}

a.small-button.blue {
	background-color: #133251;
	border: 1px solid #133251;
	color: #b2cdf1;
}
a.small-button:hover, a.small-button.blue:hover {
	color: #FFF;
	border: 1px solid #FFF;
}
.book-title {
	display: block;
}
.book-subhead {
	color: #999;
	font-size: 90%;
	margin: 5px 0 20px;
}
.smprint-home {font-size: 12px;}
.smprint-home a { color: #d5bf98;}
@media only screen and (min-width: 1300px) { 
	h1, .book-subhead {
		display: inline-block;
		vertical-align: top;
		line-height: 40px;
	}
	h1 { margin: 0px; padding: 0px;}
	.book-subhead { 
		border-left: 1px solid #999;
		padding-left: 30px;
		margin-left: 30px;
	}
}
.one-relic {
	text-align: center; 
	width: 30%; 
	margin: 0 2% 0 0;
}
.one-relic img {
	max-width: 96%;
}

/* Main Styles */
body {
	background-color: #000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #FFF;
	background-image: url(images/background.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	font-size: 14px;
	font-family: 'PT Sans', sans-serif;
	background-attachment: fixed;
}
body.home, body.page-template-homepage-preview {
	background-attachment: scroll;
	background-image: url(images/home-bg.jpg);
}
body.page-template-homepage-preview {
	background-image: url(images/home-da.jpg);
}
@media only screen and (max-width: 1300px) {
	body {
		background-size: 1300px auto;
		background-position: center top;
	}
}
#home-banners {
	background-image: url(images/home-da.jpg);
	background-attachment: scroll;
	background-size: 100% auto;
	background-repeat: no-repeat;
	min-height: 1000px;
}
@media only screen and (max-width: 1300px) {
	#home-banners  {
		background-size: 1300px auto;
		background-position: center top;
	}
}
.fader-helper {position: absolute; top: 0px; left: 0px; width: 100%;}
#sh-sidebar {
	width: 20%;
	margin: 140px 0% 35px 2%;
	min-width: 275px;

}
.side-block {
	background: -webkit-linear-gradient(#222, #000); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#222, #000); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#222, #000); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#222, #000); /* Standard syntax */
	text-align: center;
	padding: 15px;
	margin-bottom: 10px;
	border: 1px solid #333;
	background-image: center top;
	background-size: cover;
	overflow: hidden;
}
.side-block.reading {
	background-image: url(images/banner-bg.jpg);
}
.side-block.news {
	background-image: url(images/news-bg.jpg);
}
.side-block.tour {
	background-image: url(images/tour-bg.jpg);
}
.side-block.featured {
	background-image: url(images/book-box-bg.jpg);
}
.side-block.Tumblr {
	background-image: url(images/tumblr-bg.jpg);
}
.side-block.Tumblr .tmblr-full img {
	max-width: 200px;
}
.side-block.featured img {
	max-width: 100%;
	height: auto;
	margin-bottom: -26px;
}
.side-block.reading:hover, .side-block.news:hover, .side-block.featured:hover {
	opacity: .8;
}
.eye {
	float: left;
	background-size: 75px auto;
	width: 70px;
	height: 70px;
	border-radius: 80px;
	border: 2px solid #FFF;
	box-shadow: 0px 0px 10px #000;
	margin-right: 15px;
}
.non-eye {
	float: left;
	width: 70px;
}
.non-eye img {
	width: 70px;
	height: auto;
}
.cassie-news {
	background-image: url(images/author-eye.jpg);
}
.narrator {
	background-image: url(images/narrator.jpg);
}
.narrator-pic {
	width: 230px;
	text-align: center;
	margin-right: 50px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	
}
.one-person { display: inline-block; width: 230px; vertical-align: top; text-align: center; margin: 0 auto 30px;}
.one-person h3 {margin: 10px 0 0; font-size: 17px;}
.one-person b {display: block;}
.one-person i { font-size: 14px; line-height: 19px; display: block; }
.narrator-pic img, .one-person img {
	display: block;
	margin: 0 auto 10px;
	width: auto;
	max-height: 175px;
	border: 4px solid #333;
	border-radius: 8px;
}
.narrator-embed {
	text-align: center;
	width: 60%;
	max-width: 550px;
}
.sidebar-words {
	padding: 5px 10px 0;
}
.sidebar-words h4 {
	font-size: 120%;
	margin-top: 0px;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
}
#inside-content {
	position: relative;
	width: 58%;
	text-align: left;
	padding: 0 8% 35px;
	font-size: 120%;
	line-height: 1.6em;
	margin-top: 140px;
}
.page-template-page-fullwidth #inside-content {
    width: 94%;
    max-width: 810px;
	padding: 0 0 35px;
}
.side-block ul, .side-block li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.side-block p {
	text-align: left;
}
.side-block .latest-tweets p.tweet-details, a.tumblr_link {
	background-image: url(images/dashed-line.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin-bottom: 10px;
	padding: 0 10px 10px;
	text-align: right;
	display: block;
}
.side-block .latest-tweets p.tweet-details a, a.tumblr_link {
	color: #6d92af;
}
.side-block .latest-tweets p.tweet-details a:hover, a.tumblr_link:hover  {
	color: #FFF;
}
.side-block.widget_latest_tweets_widget h4 {
	background-image: url(images/twit-small.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 40px;
	width: 130px;
	margin: 15px auto;
	font-size: 120%;
}
.side-block .tumblr_post {
	height: 250px;
	overflow: hidden;
	background-image: url(images/dashed-line.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 25px;
	margin-bottom: 25px;
}
@media only screen and (max-width: 1200px) {
	#sh-sidebar { display: none;}
	#inside-content { width: 90%; padding: 140px 0 35px 0;  margin: 0 auto;}
    .page-template-page-fullwidth #inside-content { padding: 140px 0 35px 0;}
}
.book-cover, .book-single {
	width: 30%;
	max-width: 300px;
	height: auto;
	margin: 0 50px 20px 0;
	text-align: center;
	font-size: 70%;
	color: #666;
}
.book-single {
	float: left;
}
.book-cover img, .book-single img {	
width: 100%;
height: auto;
}
.book-content {
	width: 60%;
}
@media only screen and (max-width: 641px) {
	.book-cover, .book-single, .book-content {
		width: 80%;
		margin: 0 auto 20px;
		display: block;
	}
}
.many-covers {
	text-align: center;
}
.one-cover {
	width: 180px;
	text-align: center;
	font-size: 90%;
	line-height: 24px;
	margin: 10px 10px 30px;
}
.one-cover img {
	width: 150px;
	height: auto;
	margin: 0 auto 6px;
	display: block;
	padding: 10px;
	border: 1px solid #666;
	border-radius: 8px;
}
.one-rune {
	width: 180px;
	text-align: center;
	font-size: 110%;
	line-height: 24px;
	margin: 10px 10px 30px;
	border: 1px solid #666;
	border-radius: 8px;
	height: 220px;
	color: #d5bf98;
	background: -webkit-linear-gradient(#000, transparent); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#000, transparent); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#000, transparent); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#000, transparent); /* Standard syntax */
}
.one-rune img {
	padding: 10px;
	max-height: 150px;
	width: auto;
}
.blank {
	width: 150px;
	height: 245px;
	margin: 0 auto 6px;
	padding: 10px;
	border: 1px solid #666;
	border-radius: 8px;
	line-height: 100px;
	background-color: #000;
	background-color: rgba(0,0,0,.9);
	color: #d5bf98;
	font-size: 120%;
}
.one-cover img:hover {
	box-shadow: 0px 0px 20px #000;
	border: 1px solid #FFF;
}


/*  NAV  */
nav {
	background-color: #000;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 20px 0 0px;
}
nav a {
	color: #d5bf98;
	font-size: 130%;
	margin: 0 10px 10px;
	line-height: 40px;
}
nav .novel-nav a { font-size: 110%;}
nav a.sh-name {
	font-size: 135%;
	letter-spacing: 3px;
	margin: 0 40px 20px 0;
	line-height: 20px;
	font-family: "Arial Black", Gadget, sans-serif;
}
.reg-text {
	letter-spacing: 1px;
	font-size: 90%;
}

#menu {
    height: auto;
    width: 90%;
	margin: 0 auto;
}
#menu ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#menu ul li, #menu ul li ul li {
    display: inline-block;
	vertical-align: top;
}
#menu ul li a {
    text-decoration: none;
    text-align: center;
    display: block;
    width: auto;
    height: 30px;
    color: #d5bf98;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
	border-bottom: 2px solid transparent;
}
#menu ul li a:hover {
    /*border-bottom: 2px solid #FFF;*/
	color: #FFF;
	-webkit-transition: color .5s ;
    -moz-transition: color .5s ;
    -ms-transition: color .5s ;
    -o-transition: color .5s ;
    transition: color .5s ;
}
#menu ul li ul {
    position: absolute;
	left: 0px;
	top: 76px;
    -webkit-transition: height .5s;
    -moz-transition: height .5s;
    -ms-transition: height .5s;
    -o-transition: height .5s;
    transition: height .5s;
    height: 0px;
    overflow: hidden;
	width: 100%;
	background-color: #000;
	font-family: 'PT Sans', sans-serif;
	font-size: 85%;
	z-index: 1000000;
}
@media only screen and (min-width: 1201px) {
#menu ul li ul{
		background-image: url(images/nav-bg.jpg);
		background-position: center top;
}
}
@media only screen and (min-width: 1201px) {
	#menu ul li ul.on a {
		color: #FFF;
		margin: 0 15px;
		border-bottom: 2px solid transparent;
		padding-bottom: 4px;
		
	}
	nav #menu ul li ul.novel-nav.on a {
		margin: 0 8px;
	}
	nav #menu ul li ul.novel-nav.on li:last-child a {
		color: #d1b46e;
	}
	#menu ul li ul.on  {
		text-align: center;
		height: 40px;
		background-color: 000;
		background-image: url(images/nav-bg.jpg);
		background-position: center top;
		border-top: 1px solid #555;
		border-bottom: 1px solid #555;
		z-index: 9;
		box-shadow: 0px 0px 8px #000;
	}
}
#menu ul li:hover ul {
	text-align: center;
    height: 41px;
     -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#menu ul li:hover ul a {
	color: #FFF;
	margin: 0 15px;
	border-bottom: 2px solid transparent;
	padding-bottom: 4px;

}
#menu ul li:hover ul a:hover {
	color: #FFF;
	border-bottom: 2px solid #FFF;
}
.name-li {
	margin-bottom: 20px;
}
@media only screen and (min-width: 641px) {
#menu ul li.nav-icon {
	display: none;
}
}

@media only screen and (max-width: 1200px) {
	nav ul li ul li a, nav ul li ul li, #menu ul li ul li {
		display: block;
	}
	#menu ul li:hover ul a {
		padding: 4px 0 8px;
		border: 1px solid #2f2117;
		margin: 3px 10px;
	}
	#menu ul li ul {
		background-color: #1c140e;
		top: 110px;
		width: 100%;
		margin: 0 auto;
	}
	#menu ul li:hover ul {
		height: auto;
	} 
	#menu ul li:hover ul a:hover {
		color: #FFF;
		background-color: #2f2117;
		border-bottom: 1px solid transparent;
	}
	#menu ul li:hover ul, #menu ul li ul, #menu ul li a:hover, #menu ul li a {
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		-o-transition: none;
		transition: none;
	}
}
@media only screen and (max-width: 640px) { 
	/*#menu ul li.second-li ul {display: none;}*/
	#menu ul li { display: none;}
	
	#menu ul li.name-li { display: inline-block; width: auto;}
	#menu ul li.nav-icon a {
		line-height: 40px;
		height: 40px;
	}
	#menu ul li.nav-icon {
		display: inline-block;
	}
	#menu ul li.nav-icon a.hamburger {
		padding-right: 40px;
		background-image: url(images/nav.png);
		background-repeat: no-repeat;
		background-position: right 8px;
		margin-right: 5px;
		cursor: pointer;
	}
}

@media only screen and (max-width: 410px) { 
	#menu ul li.name-li, #menu ul li.nav-icon { display: block;}
	nav a.sh-name {
		margin-right: 0px;
	}
	#menu ul li.nav-icon {
		width: 92%;
	}
	#menu ul li.nav-icon a.hamburger {
		margin: 20px auto 10px;
		width: 40px;
	}
	#menu ul li ul {
		width: 100%;
		top: 110px;
	}
}
@media only screen and (max-width: 1199px) and (min-width: 641px) {
	#menu ul li ul {
		top: 112px;
	}
}
@media only screen and (max-width: 642px) and (min-width: 411px) {
	#menu ul li ul {
		top: 70px;
	}
	#menu ul li.nav-icon a.hamburger {
		margin-left: -20px;
	}
}


/* UI Widget */
#tabs .ui-widget-header {
    border: 0px;
    background: transparent;
    color: #3e4853;
    font-weight: bold;
}
#tabs .ui-tabs-nav {
	padding: 0.2em 0px 0px;
}
#tabs.ui-widget-content {
	border: 0px;
	background: transparent;
	color: #FFF;
}
#tabs .ui-state-default a, #tabs .ui-state-default a:link, #tabs .ui-state-default a:visited, #tabs .ui-state-active a, #tabs .ui-state-active a:link, #tabs .ui-state-active a:visited {
	margin: 0 10px 0 0;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px
}
#tabs .ui-state-default a, #tabs .ui-state-default a:link, #tabs .ui-state-default a:visited {
	background-color: #3e4853;
	background: -webkit-linear-gradient(#3e4853, #000); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#3e4853, #000); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#3e4853, #000); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#3e4853, #000); /* Standard syntax */
    color: #FFF;
}
#tabs .ui-state-default a.intl, #tabs .ui-state-default a.intl:link, #tabs .ui-state-default a.intl:visited {
	background-color: #52483d;
	background: -webkit-linear-gradient(#52483d, #000); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#52483d, #000); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#52483d, #000); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#52483d, #000); /* Standard syntax */
	color: #FFF;
}
#tabs .ui-state-active a, #tabs .ui-state-active a:link, #tabs .ui-state-active a:visited {
	background-color: #5e7a96;
	background: -webkit-linear-gradient(#5e7a96, #5e7a96); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#5e7a96, #5e7a96); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#5e7a96, #5e7a96); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#5e7a96, #5e7a96); /* Standard syntax */
    color: #000;
	cursor: pointer;
}
#tabs .ui-state-active a.intl, #tabs .ui-state-active a.intl:link, #tabs .ui-state-active a.intl:visited {
	background-color: #52483d;
	background: -webkit-linear-gradient(#52483d, #52483d); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#52483d, #52483d); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#52483d, #52483d); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#52483d, #52483d); /* Standard syntax */
    color: #000;
	cursor: pointer;
}
#tabs .ui-state-active a#ui-id-4, #tabs .ui-state-active a#ui-id-4:link, #tabs .ui-state-active a#ui-id-4:visited {
	background-color: rgba(0,0,50,.5);
}

#tabs .ui-state-active, #tabs .ui-widget-content .ui-state-active, #tabs .ui-widget-header .ui-state-active, #tabs .ui-state-default, #tabs .ui-widget-content .ui-state-default, #tabs .ui-widget-header .ui-state-default {
	border: 0px;
	background: none;
}
#tabs-1, #tabs .ui-state-active a#ui-id-1, #tabs .ui-state-active a#ui-id-1:link, #tabs .ui-state-active a#ui-id-1:visited, #tabs-2, #tabs .ui-state-active a#ui-id-2, #tabs .ui-state-active a#ui-id-2:link, #tabs .ui-state-active a#ui-id-2:visited, #tabs-3, #tabs .ui-state-active a#ui-id-3, #tabs .ui-state-active a#ui-id-3:link, #tabs .ui-state-active a#ui-id-3:visited, #tabs-4, #tabs .ui-state-active a#ui-id-4, #tabs .ui-state-active a#ui-id-4:link, #tabs .ui-state-active a#ui-id-4:visited, #tabs-5, #tabs .ui-state-active a#ui-id-5, #tabs .ui-state-active a#ui-id-5:link, #tabs .ui-state-active a#ui-id-5:visited, #tabs-6, #tabs .ui-state-active a#ui-id-6, #tabs .ui-state-active a#ui-id-6:link, #tabs .ui-state-active a#ui-id-6:visited {
	background-color: #5f7c99;
}
.purchase-links {
	
}
#tabs .ui-widget-content, #audio-only-links {
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-top-right-radius: 8px;
	background: -webkit-linear-gradient(#5e7a96, #303e4d); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#5e7a96, #303e4d); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#5e7a96, #303e4d); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#5e7a96, #303e4d); /* Standard syntax */
}
#tabs .ui-widget-content.intl {
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-top-right-radius: 8px;
	background: -webkit-linear-gradient(#52483d, #31271c); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#52483d, #31271c); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#52483d, #31271c); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#52483d, #31271c); /* Standard syntax */
}
#audio-only-links {
	border-radius: 8px;
	padding: 10px 10px 5px;
	font-size: 130%;
}
#tabs .ui-widget-content a, .purchase-links a {
	padding: 2px 8px; 
	width: auto;
	background-color: #80a1c2;
	background: -webkit-linear-gradient(#bbd6f0, #80a1c2); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#bbd6f0, #80a1c2); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#bbd6f0, #80a1c2); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#bbd6f0, #80a1c2); /* Standard syntax */
	color: #000;
	border-radius: 6px;
	margin: 0 6px 6px 0;
	font-size: 90%;
}
#tabs .ui-widget-content.intl a {
	background-color: #80a1c2;
	background: -webkit-linear-gradient(#f1dcc8, #d1b79d); /* For Safari 5.1 to 6.0 */
  	background: -o-linear-gradient(#f1dcc8, #d1b79d); /* For Opera 11.1 to 12.0 */
  	background: -moz-linear-gradient(#f1dcc8, #d1b79d); /* For Firefox 3.6 to 15 */
  	background: linear-gradient(#f1dcc8, #d1b79d); /* Standard syntax */
}
#tabs .ui-widget-content a:hover, .purchase-links a:hover {
	box-shadow: 0 0 10px #000;
}

/* Breadcrumbs */

#breadcrumbs {
	text-align: left;
	padding: 5px 0 20px 0px;
	font-size: 75%;
}
#breadcrumbs a {
	margin-right: 3px;
	padding: 0px 22px 0px 0;
	background-image: url(images/right.png);
	background-position: right 9px;
	background-repeat: no-repeat;
	color: #86a4c1;
}
#breadcrumbs a:hover { color: #FFF; }

/* SECTIONS */

#home-callout {
	padding: 120px 0 90px;
}
#praise {
	font-size: 140%;
}
#praise p {
	margin: 6px 0;
}
#logo-large {
	color: #d5bf98;
	text-transform: uppercase;
	letter-spacing: 6px;
	font-size: 230%;
	margin-top: 30px;
}
#logo-large img {
	max-width: 85%;
	height: auto;
}
.sm-logo {
	margin-right: 30px;
}
.hide { 	
display: none;
}
.show {
	display: inline-block;
}
#intro-par {
	font-size: 170%;
	max-width: 700px;
	margin: 0 auto;
	line-height: 150%;
}

#home-boxes {
	width: 100%;
	font-size: 130%;
}
.box-row {
	width: 100%;
}
.box, #home-boxes .widget {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	height: 200px;
	margin: 0;
	padding: 50px 0;
	overflow: hidden;
}
.box.tall { height: 600px; border: 1px solid #d5bf98; 
box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	padding-top: 210px;}
#home-boxes .anchor-bottom {
	background-position: center bottom;
}
#home-boxes .box.lowercase p {
	text-transform: none;
	letter-spacing: 0;
	font-weight: normal;
	padding-right: 5%;
	padding-left: 5%;
}
#home-boxes .box p.exclusive { font-size: 22px; text-transform: uppercase; font-weight: bold;}
#home-boxes a.exclusive { font-size: 19px; text-transform: uppercase; font-weight: bold; letter-spacing: 2px;}
.box.tall p.smprint-home {font-size: 12px; clear: both;}
.pin-box {width: 94%; max-width: 600px; margin: 25px auto;}

@media only screen and (max-width: 800px) {
#home-boxes .box.lowercase  {
	padding-top: 10px;
	padding-bottom: 50px;
	background-color: #251516;
}
#home-boxes .box.tall { height: auto; min-height: 200px; padding-top: 20px;}
}

.fourth, #home-boxes .widget, .stacked {
	width: 25%;
}
.stacked .fourth {width: 100%;}
.half {
	width: 50%;
}
.third { width: 33.3%; }
#home-boxes .widget img {
	width: 100%;
	height: auto;
}
#home-boxes .widget ul, #home-boxes .widget ul li {
	list-style-type: none;	
	margin: 0;
	padding: 0;
}
p.tweet-text {
	padding: 0 20px;
}
#home-boxes .null-instagram-feed {
	padding: 0px 0;
	position: relative;
	height: 300px;
}
#home-boxes .null-instagram-feed p {
	position: absolute;
	top: 230px;
	background-color: #000;
	background-color: rgba(0,0,0,.8);
	padding: 5px 15px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.one-item {
	font-size: 13px;
	color: #8f7f62;
	text-align: center;
	margin: 0 10px 20px;
	width: auto;
	max-width: 90%;
}
.one-item img {
	border-radius: 8px;
	border: 1px solid #666;
}
.one-item.mobile img {
	height: 240px;
	width: auto;
}
.one-item img:hover {
	box-shadow: 0 0 20px #000;
	border: 1px solid #FFF;
}

@media only screen and (max-width: 1000px) {
	.fourth, #home-boxes .widget, .stacked .fourth, .third { width: 50%; }
	.stacked, .half  {width: 100%;}
	.box, #home-boxes .widget { padding: 30px 0;}
	#home-boxes .null-instagram-feed { height: 260px; padding: 0 0;}
	#home-boxes .null-instagram-feed p { top: 190px; }
}
@media only screen and (max-width: 640px) {
	.fourth, .half, #home-boxes .widget, .stacked, .stacked .fourth, .third { width: 100%; height: auto; min-height: 200px;}
}
.mi-square {
	background-image: url(images/mi-square.jpg);
}
.id-square {
	background-image: url(images/id-square.jpg);
}
.cob-square {
	background-image: url(images/cob-square.jpg);
}
.repack-square {
	background-image: url(images/repack-square.jpg);
}
.tfsa-square {
	background-image: url(images/tfsa-square.jpg);
	background-position: center center;
}
.tv-square {
	background-image: url(images/tv-square.jpg);
	background-position: center bottom;
}
.app-square {
	background-image: url(images/app-square.jpg);
}
.da-square {
	background-image: url(images/da-square.jpg);
}
.bane-square {
	background-image: url(images/bane-square.jpg);
}
.cc-square {
	background-image: url(images/cc-square.jpg);
}
.widget-square {
	background-image: url(images/widget-square.jpg);
}
.lh-square {
	background-image: url(images/lh-square.jpg);
}
.assets-square {
	background-image: url(images/assets-square.jpg);
}
.widget_latest_tweets_widget {
	background-image: url(images/twit-square.jpg);
}
#extras-box {
	padding: 30px 0;
}
#extras-box a {
	border-radius: 12px;
	margin: 10px 5px 0 0;
	padding: 100px 20px 20px;
	width: 120px;
	border: 1px solid #666;
	text-align: center;
	height: 60px;
	background-position: center 30px;
	background-repeat: no-repeat;
	font-size: 110%;
	color: #FFF;
	opacity: .7;
}
a.reviews {
	background-image: url(images/reviews.png);
}
a.excerpt {
	background-image: url(images/excerpt.png);
}
a.deleted {
	background-image: url(images/deleted-scenes.png);
}
a.rgg {
	background-image: url(images/rgg.png);
}
a.downloads {
	background-image: url(images/downloadables.png);
}
a.trailer {
	background-image: url(images/trailer.png);
}
a.widgetbox {
	background-image: url(images/widgetbox.png);
}
#extras-box a:hover {
	background-color: #000;
	background-color: rgba(0,0,0, .47);
	box-shadow: 0px 0px 10px #555;
	opacity: 1.0;
}
#extras-box a.reviews:hover {
	background-color: rgba(0,0,50, .47);
}
#extras-box a.excerpt:hover {
	background-color: rgba(0,50,0, .47);
}
#extras-box a.deleted:hover {
	background-color: rgba(50,0,50, .47);
}
#extras-box a.rgg:hover {
	background-color: rgba(50,0,0, .47);
}
#extras-box a.downloads:hover {
	background-color: rgba(50,50,0, .47);
}
#extras-box a.trailer:hover {
	background-color: rgba(0,50,50, .47);
}
#extras-box a.widgetbox:hover {
	background-color: rgba(50,50,50, .47);
}
.one-intl {
	width: 200px;
	text-align: center;
	margin: 0 20px 20px 0;
	color: #ac9659;
	font-size: 85%;
	line-height: 1.3em;
}
.one-intl img {
	display: block;
	height: 170px;
	width: auto;
	margin: 0 auto;
}

/* Inside boxes */
a.one-series {
	width: 47%;
	margin: 10px 2% 10px 0;
	border-radius: 10px;
	border: 1px solid #666;
	background-position: center top;
	background-size: cover;
	position: relative;
	height: 200px;
}
@media only screen and (max-width: 600px) {
	a.one-series {
		width: 96%;
		margin: 10px 1% 10px 1%;
	}
}
a.one-series:hover {
	border: 1px solid #FFF;
	box-shadow: 0px 0px 20px #000;
}
a.one-series div.rune-text {
	height: 40px;
	position: absolute;
	top: 125px;
	text-align: center;
	background-color: #d5bf98;
	background-color: rgba(206,185,164, .8);
	width: 100%;
	color: #000;
	padding-top: 35px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	font-size: 135%;
}
@media only screen and (max-width: 1550px) {
	a.one-series div.rune-text {
		font-size: 120%;
		line-height: 1.0em;
	}
}
@media only screen and (max-width: 410px) {
	a.one-series div.rune-text {
		font-size: 100%;
		line-height: 1.0em;
	}
}
a.one-series div.the-rune {
	position: absolute;
	top: 87px;
	width: 100%;
	text-align: center;
}
a.one-series.mi {
	background-image: url(images/mi-characters-2.jpg);
}
a.one-series.start {
	background-image: url(images/bk1-characters.jpg);
}
a.one-series.sh {
	background-image: url(images/mi-characters.jpg);
}
a.one-series.faq {
	background-image: url(images/sh-characters.jpg);
}
a.one-series.id {
	background-image: url(images/id-characters.jpg);
}
a.one-series.da {
	background-image: url(images/da-characters-2.jpg);
}
a.one-series.sa {
	background-image: url(images/sa-characters.jpg);
}
a.one-series.lh {
	background-image: url(images/lh-characters.jpg);
}
a.one-series.bc {
	background-image: url(images/bane-characters.jpg);
}
a.one-series.sc {
	background-image: url(images/codex-characters.jpg);
}
a.one-series.gosm {
	background-image: url(images/market-character.jpg);
}
a.one-series.eld {
	background-image: url(images/red-character.jpg);
}
a.one-series.app {
	background-image: url(images/app-characters.jpg);
}
a.one-series.emoji {
	background-image: url(images/emoji-characters.jpg);
}
a.one-series.rgg {
	background-image: url(images/rgg-characters.jpg);
}
a.one-series.videos {
	background-image: url(images/video-characters.jpg);
}
a.one-series.dl {
	background-image: url(images/dl-characters.jpg);
}
a.one-series.coloring {
	background-image: url(images/coloring-characters.jpg);
}
a.one-series.timeline {
	background-image: url(images/logo-box.jpg);
}

/* Smaller Banners */
a.small-banner {
	width: 48%;
	margin: 40px 1% 10px 0;
	border-radius: 10px;
	border: 1px solid #666;
	background-position: left top;
	background-size: auto 100px;
	position: relative;
	height: 100px;

}
.small-banner.center {
	margin: 40px 24% 10px 24%;
	
}
@media only screen and (max-width: 600px) {
	a.small-banner {
		width: 96%;
		margin: 10px 1% 10px 1%;
	}
}
a.small-banner:hover {
	border: 1px solid #FFF;
	box-shadow: 0px 0px 20px #000;
}
a.small-banner div.rune-text {
	height: 80px;
	position: absolute;
	top: 0px;
	left: 30%;
	text-align: left;
	background-color: #d5bf98;
	background-color: rgba(206,185,164, .9);
	width: 52%;
	color: #000;
	padding: 10px 4% 10px 14%;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	font-size: 120%;
	line-height: 75px;
}
a.small-banner div.the-rune {
	position: absolute;
	top: 20px;
	width: 60%;
	text-align: center;
}
a.small-banner.tmi {
	background-image: url(images/mi-characters-2.jpg);
}
a.small-banner.tid {
	background-image: url(images/id-characters.jpg);
}
a.small-banner.tfsa, a.wide-banner.tfsa {
	background-image: url(images/sa-characters.jpg);
}
a.small-banner.da, a.wide-banner.da {
	background-image: url(images/da-characters-2.jpg);
}
a.wide-banner.los {
	background-image: url(images/los-character.jpg);
}
a.wide-banner.queen {
	background-image: url(images/queen-banner.jpg);
}
a.wide-banner.chain {
	background-image: url(images/chain-banner.jpg);
}
a.wide-banner.iron {
	background-image: url(images/iron-banner.jpg);
}
a.wide-banner.eld {
	background-image: url(images/red-character.jpg);
}
a.small-banner.dl {
	background-image: url(images/dl-characters.jpg);
}
a.wide-banner.gosm {
	background-image: url(images/gosm-banner.jpg);
}


/* Wide banners */
a.wide-banner {
	display: block;
	width: 100%;
	margin: 40px 0% 10px 0;
	border-radius: 10px;
	border: 1px solid #666;
	background-position: left top;
	background-size: 30% auto;
	position: relative;
	height: 100px;

}
a.wide-banner:hover {
	border: 1px solid #FFF;
	box-shadow: 0px 0px 20px #000;
}
a.wide-banner div.rune-text {
	height: 80px;
	position: absolute;
	top: 0px;
	left: 30%;
	text-align: left;
	background-color: #d5bf98;
	background-color: rgba(206,185,164, .9);
	width: 52%;
	color: #000;
	padding: 10px 4% 10px 14%;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	font-size: 120%;
	line-height: 75px;
}
a.wide-banner div.the-rune {
	position: absolute;
	top: 20px;
	width: 60%;
	text-align: center;
}
@media only screen and (max-width: 600px) {
	a.wide-banner div.rune-text {
		line-height: 30px;
		padding: 20px 4% 0px 14%;
	}
}

/* Codex */
a.one-codex {
	display: block;
	width: 100%;
	margin: 10px 0;
	border-radius: 10px;
	border: 1px solid #666;
	background-position: left top;
	background-size: auto 200px;
	position: relative;
	height: 200px;
	background-image: url(images/codex-characters.jpg);

}

a.one-codex:hover {
	border: 1px solid #FFF;
	box-shadow: 0px 0px 20px #000;
}
a.one-codex div.rune-text {
	height: 165px;
	position: absolute;
	top: 0px;
	left: 40%;
	text-align: left;
	background-color: #d5bf98;
	background-color: rgba(206,185,164, .9);
	width: 48%;
	color: #000;
	padding: 35px 4% 0 8%;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	font-size: 120%;
}
a.one-codex div.the-rune {
	position: absolute;
	top: 57px;
	width: 80%;
	text-align: center;
}
@media only screen and (max-width: 600px) {
	a.one-codex {
		width: 96%;
		margin: 10px 1% 10px 1%;
	}
	a.one-codex div.rune-text {
		width: 90%;
		left: 0;
		border-radius: 10px;
		text-align: center;
		padding: 35px 5% 0 5%
	}
	a.one-codex div.the-rune {
		display: none;
	}
}
.author-photo {
	width: 275px;
	float: left;
	margin: 10px 30px 30px 0;
	text-align: center;
	font-size: 12px;
	color: #999;
	line-height: 16px;
}
.author-photo img {
	max-width: 265px;
	height: auto;
	border: 5px solid #FFF;
}
.author-photo img:hover {
	box-shadow: 0px 0px 20px #000;
}
.praise-top {
	text-align: center;
	font-size: 130%;
	margin-bottom: 20px;
	line-height: 1.6em;
}
.praise-boxes h3 {
	text-align: center;
	margin-top: 40px;
	background-color: rgba(0,0,0,.5);
	border-radius: 8px;
	padding: 8px;
}
.praise-section {
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}
.news-cols {
	line-height: 1.8em;
}
.praise-section.single-praise {
	padding-top: 25px;
}
@media only screen and (max-width: 600px) {
	.praise-section {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
}
}
.praise-section p {
	font-size: 120%;
	margin: 5px 2%;
	text-align: left;
	padding: 20px 5%;
	border: 1px solid #483634; 
	border-radius: 8px;
	page-break-inside: avoid; /* For Firefox. */
  	-webkit-column-break-inside: avoid; /* For Chrome & friends. */
  	break-inside: avoid; /* For standard browsers like IE. :-) */
	line-height: 1.4em;
}
.praise-section p strong {
	font-size: 90%;
	display: block;
	text-align: right;
	color: #d5bf98;
}
iframe.a-video {
	border: 1px solid #222;
	width: 500px;
	height: 281px;
	padding: 10px;
	border-radius: 8px;
	background-color: #000;
}
@media only screen and (max-width: 550px) {
	iframe.a-video {
		width: 90%;
		margin: 0 auto;
		height: 281px;
	}
}

/* Footer */
footer {
	padding: 60px;
	background-image: url(images/footer.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
.follow {
	line-height: 40px;
	color: #CCC;
	padding-right: 10px;
	font-size: 120%;
}
a.social {
	height: 24px;
	width: 40px;
	border-radius: 20px;
	background-color: #CCC;
	text-align: center;
	padding: 10px 0;
	margin: 0 5px;
}
a.social:hover {
	background-color: #FFF;
}
a.social img {
	height: 24px;
	width: auto;
}
.author-footer {
	line-height: 40px;
	color: #CCC;
	font-size: 120%;padding-top: 10px; 
}
.keep-tog {
	display: inline-block;
}
a.launch-burst {
	display: block;
	text-align: center;
	margin: 20px auto;
	padding: 10px 15px;
	width: 150px;
	border-radius: 12px;
	background-color: #d5bf98;
	color: #000;
	font-size: 21px;
	font-family: 'pterraregular';
}
a.launch-burst:hover {
	background-color: #FFF;
}
@media only screen and (max-width: 1300px) {
	.author-footer, .social-footer {
		padding-left: 0px;
		display: block;
		margin: 0 auto;
	}
	.social-footer {
		margin: -10px auto 30px;
	}
}
@media only screen and (max-width: 600px) {
	.follow {
		display: block;
		margin: 0 auto;
	}
}

/* jQuery */
.fadeInBlock {
    opacity:1;
}

@media only screen and (max-width: 1200px) and (min-width: 641px) {
	.name-li {
		display: block;
		width: 100%;
		margin: 0 auto 0px;
	}
	.second-li {
		clear: both;
	}
	#home-callout {
		padding: 180px 0 60px;
	}
	body {
		background-position: center 80px;
	}
}

/* Add This */
.addthis_cover {
	width: 245px;
	float: right;
}
.addthis_toolbox {
	width: 140px;
	padding-top: 5px;
	text-align: right;
}
.addthis_facebook {
	width: 100px;
	text-align: left;
	margin-left: -3px;
}
@media only screen and (max-width: 850px) {
	.addthis_cover {
		display: none;
	}
}

/* Videos */
.big-video {
	background-color: #000;
	border-radius: 10px;
	border: 1px solid #333;
	padding: 5px;
	margin: 30px auto 10px;
}
#all-videos {
	text-align: center;
}
.one-video {
	background-color: #000;
	border: 1px solid #333;
	padding: 4px;
	width: 200px;
	border-radius: 10px;
	margin: 5px 15px;
	font-size: 80%;
}
.one-video p {
	margin: 5px 10px;
}
.one-video img {
	width: 200px;
	height: auto;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (max-width: 916px) {
	.third.widget.widget-three {
		width: 100%;
	}
 .video-container-home {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container-home iframe,
.video-container-home object,
.video-container-home embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
}

.vendor-tag {
	width: 75px;
	color: #FFF;
	padding-top: 3px;
	display: inline-block;
	vertical-align: top;
}

.boxed-right {
	width: 150px;
	float: right;
	text-align: center;
	padding: 20px;
	border: 1px solid #1a282b;
	border-radius: 10px;
	background-color: rgba(0,0,0,.5);
	margin-left: 35px;
}
.boxed-right img {
	width: 130px;
	height: auto;
	display: block;
	margin: 0 auto;
	
}
.boxed-right ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.boxed-right ul li {
	background-color: #1a282b;
	border-radius: 6px;
	display: block;
	padding: 3px;
	text-align: center;
	margin: 0 0 5px 0;
}
.boxed-right ul li:hover {
	background-color: #004f62;
}
.boxed-right li a {
	color: #FFF;
	font-size: 96%;
}
.one-binge {
	margin-top: 40px;
	padding: 30px 0 20px 0;
	clear: both;
}
.binge-date {
	border: 1px solid #a2d5e0;
	color: #a2d5e0;
	display: block;
	width: auto;
	padding: 5px 10px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 4px;
}
/* LOS Form */
.pdb-thanks {
	background-color: #333;
	padding: 20px;
	border-radius: 15px;
	margin-bottom: 40px;
}
.pdb-signup .form-table th, .pdb-signup .form-table tr {width: 190px; vertical-align: top;}
.left-form {
	width: 400px;
	float: left;
	margin-left: -60px;
	}
.left-form img {
		display: block;
		padding: 20px 0 20px 80px;
	}
.page-template-page-fullwidth .left-form img { width: 100%; height: auto; padding: 20px 0 20px 0px;}
.right-form {
	padding: 40px 0 0 430px; margin-right: -50px;
}
.right-form img { max-width: 550px; width: 100%; height: auto; }
.regular-text, #pdb-state { width: 250px; padding: 6px; border-radius: 4px; border: 0px; margin-bottom: 10px;}
#pdb-zip.regular-text { width: 100px;}
#pdb-smallprint {display: none;}
.details { font-size: 13px;
line-height: 16px;
width: 450px;
position: absolute;
margin-left: -157px;
padding-top: 20px;
}
.sm-print { font-size: 13px;
line-height: 18px;}
.preorder-details {color: #CCC; text-align: center; line-height: 16px;}
.form-table { position: relative;}
.pdb-submit {
	 position: relative; left: 150px; margin-bottom: 50px; background-color: #dd7b40; padding: 10px 20px; font-weight: bold;
font-family: 'pterraregular'; font-size: 20px; border: 0px; top: 15px; -webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px; margin-top: 30px; cursor: pointer;}
html .pdb-error { background: none; color: #dd3d36;}
.form-subhead { text-align: center;  font-size: 30px; font-family: 'pterraregular'; line-height: 36px;}
.nyt {font-size: 14px; text-transform: uppercase; letter-spacing: 1px; font-family: 'PT Sans', sans-serif; display: block; margin-bottom: 15px;}
.participants-database-shortcode #inside-content { text-align: center;}
.participants-database-shortcode h1 {max-width: 700px; margin: 20px auto 0px; line-height: 1.3em;}
.participants-database-shortcode div.pdb-signup {text-align: left; margin: 15px auto;
background-color: #000; 
border-radius: 20px; padding: 10px 12px;}
#tabs-1.transparent {
	text-align: center;
	background-color: transparent;
	margin-left: 60px;
}
#popmake-1095 { 
	background-color: #68939c;
	background-image: url(images/overlay-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 2px solid #d5bf98;
	padding: 40px 2%;
}
#popmake-1095.popmake.theme-1089 .popmake-title {
	font-family: 'pterraregular';
	font-size: 40px;
	padding: 0 30% 0 20px;
}
#popmake-1095 .popup-fineprint {
	font-size: 12px;
	text-align: center;
	color: #000;
}
#popmake-1095 .preorder-book {
	background-image: url(images/overlay-book.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 40px 30% 0 230px;
	color: #000;
	font-size: 24px;
	line-height: 32px;
	margin-top: 30px;
	height: 270px;
}
#popmake-1095 a.popup-link {
	font-size: 21px;
	font-weight: bold;
	color: #FFF;
	display: inline-block;
	padding: 6px 10px;
	background-color: #a8994e;
	letter-spacing: 3px;
	text-align: center;
	text-transform: uppercase;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#popmake-1095.popmake.theme-1089 > .popmake-close {
	background-color: #a9a9a9;
border-radius: 50%;
color: #000;
width: 30px;
height: 30px;
font-weight: bold;
font-size: 21px;
margin: 10px 10px;
box-shadow: 0px 0px 10px #000;
}
.form-text {text-align: center; font-weight: bold; margin-left: 60px;}
html .pdb-signup .checkbox .helptext { font-size: 14px; line-height: 1.3em; padding-left: 30px; display: block; margin-top: -20px; width: 300px;}
@media only screen and (max-width: 960px) {
	.left-form {
		width: 80%;
		float: none;
		margin: 0 auto 50px;
		}
	.left-form img {
margin: 0 auto;
    display: block;
    padding: 20px 0 ;

}

	.right-form {
		padding:  0 0 0 0;
		width: 80%;
		margin: 0 auto 50px;
	}
	.form-text {margin-left: 0px;}
	html .pdb-signup .checkbox .helptext {width: auto; }
}
@media only screen and (max-width: 750px) {
	#popmake-1095 .preorder-book {
	background-image: none;
	padding: 40px 30% 0 20px;
}
#popmake-1095 { background-size: cover;}
}
@media only screen and (max-width: 500px) {
	#popmake-1095.popmake.theme-1089 .popmake-title, #popmake-1095 .preorder-book, #popmake-1095 .popup-fineprint {color: #FFF;}
	.pdb-signup .form-table td, .pdb-signup .form-table th {display: block; width: 100%; text-align: center; }
	.pdb-signup .form-table input, .pdb-signup .form-table select { margin-bottom: 20px;}
	.pdb-signup .form-table input#pdb-newsletter_opt_in { display: block;
		margin: 10px auto 30px;}
	.pdb-signup .form-table input.pdb-submit {left: 0px; margin-bottom: 40px;}
}



