/* <!-- */
/* test */
@font-face {
    font-family: 'comfortaaregular';
    src: url('fonts/comfortaa_regular-webfont.eot');
    src: url('fonts/comfortaa_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/comfortaa_regular-webfont.woff2') format('woff2'),
         url('fonts/comfortaa_regular-webfont.woff') format('woff'),
         url('fonts/comfortaa_regular-webfont.ttf') format('truetype'),
         url('fonts/comfortaa_regular-webfont.svg#comfortaaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'eb_garamond12_regular';
    src: url('fonts/ebgaramond12-regular-webfont.eot');
    src: url('fonts/ebgaramond12-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ebgaramond12-regular-webfont.woff2') format('woff2'),
         url('fonts/ebgaramond12-regular-webfont.woff') format('woff'),
         url('fonts/ebgaramond12-regular-webfont.ttf') format('truetype'),
         url('fonts/ebgaramond12-regular-webfont.svg#eb_garamond12_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ralewayregular';
    src: url('fonts/raleway-regular-webfont.eot');
    src: url('fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-regular-webfont.woff2') format('woff2'),
         url('fonts/raleway-regular-webfont.woff') format('woff'),
         url('fonts/raleway-regular-webfont.ttf') format('truetype'),
         url('fonts/raleway-regular-webfont.svg#ralewayregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'ralewaythin';
    src: url('fonts/raleway_thin-webfont.eot');
    src: url('fonts/raleway_thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway_thin-webfont.woff2') format('woff2'),
         url('fonts/raleway_thin-webfont.woff') format('woff'),
         url('fonts/raleway_thin-webfont.ttf') format('truetype'),
         url('fonts/raleway_thin-webfont.svg#ralewaythin') format('svg');
    font-weight: normal;
    font-style: normal;
}

#saleinfo {
    background-color: #595998;
    text-align: center;
    font-size: 150%;
    font-family: eb_garamond12_regular;
    padding: 4px;
    margin: -0.4em 0em 0.65em 0em;
    color: #ffef00;
    font-weight: bold;
}
#saleinfo a {
    color: #ffef00;
    text-decoration: none;
}
#saledeets {
	text-align: center;
    background-color: rgb(99, 124, 144);
    border-radius: 11px;
    padding: 5px 17px;
    font-size: 139%;
    width: 90%;
    margin-left: 5%;
    margin-top: 2em;
    margin-bottom: -1em;
    color: white;
    text-shadow: 2px 2px 2px black;
}
.salehilite {
	color: #abc7ff;
	/*text-decoration: underline;*/
}

/* General styles */
html { height:100%; }
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	height:100%;
	background: 
		url(../media/site/sitebg.png) repeat-x,
		url(../media/site/sitebg_glitch.jpg) repeat;

	min-width:600px;    	/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-family: "eb_garamond12_regular", serif;
	color:white;
	padding-top:25px;
}
a {
	color:#369;
}
a:hover {
	color:#fff;
	text-decoration:none;
}
h1, h2, h3 {
	font-family: "comfortaaregular", sans serif;
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
/* Header styles */
#header {
	clear:both;
	float:left;
	width:100%;
}
#header {
	border-bottom:1px solid #000;
}
#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}
#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	display:block;
	float:left;
	margin:0 0 0 1px;
	padding:3px 10px;
	text-align:center;
	color:#000;
	text-decoration:none;
	position:relative;
	left:15px;
	line-height:1.3em;
}
#header ul li a:hover {
	background:#369;
	color:#fff;
}
#header ul li a.active,
#header ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
#header ul li a span {
	display:block;
}
/* 'widths' sub menu */
#layoutdims {
	clear:both;
	background:#eee;
	border-top:4px solid #000;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}
/* column container */
.colmask {
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
	overflow:hidden;
}
/* 2 Column (double page) settings */
.doublepage {
	/*background:#eee;		/* right column background colour */
}
.doublepage .colleft {
	right:50%;			/* right column width */
}
.doublepage .col1 {
	width:46%;			/* left column content width (column width minus left and right padding) */
	left:52%;			/* right column width plus left column left padding */
}
.doublepage .col2 {
	width:46%;			/* right column content width (column width minus left and right padding) */
	left:56%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
}

.1column {
	clear:both;
	float:left;
	width:100%;
}

h1.siteSection {
	clear:both;
	float:left;
	width:100%;
	text-align:center;
}

h1.tagline {
	margin: 20px auto 0px;
	padding:12px;
	padding-bottom: 56px;
	border-radius: 50px 50px 0px 0px;
	font-size: 23px;
	color: #cffaff;
	text-align:center;
	text-shadow: 1px 1px 3px #1C4F5F;
	position:relative;
	top:39px;
	width: 91.5%;
    background-color: rgba(0, 0, 0, 0.51);   
}

h3 {
	text-transform: uppercase;
	text-align:center;
	padding: 10px;
}

h3.buyBook {
	font-family: "eb_garamond12_regular", serif;
	color: #fffee7;
	background: url("../media/site/buyBookBg.png") left no-repeat;
	font-size: 34px; font-size: 3vw;    /*flexible font size, with px fallback*/
	margin:0px;
	}

h3.downloadGame {
	text-transform: uppercase;
	color:#abe2ff;
	background: url("../media/site/downloadGameBg.png") right no-repeat;
	font-size:31px; font-size: 3vw;      /*flexible font size, with px fallback*/
	line-height:31px; line-height: 3vw;
	margin:0px;
	padding:15px;
	margin:0px;
}

/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	text-align:center;
}
#footer p {
	padding:10px;
	margin:0;
}
/*
.topLeft {
	width:100%;
	height:88px;
	z-index:1030;
}

.topRight {
	width:100%;
	height:88px;
	z-index:1030;
}

#videoContainer {
	padding-bottom: 52.0%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    clear:both;
}

#videoContainer iframe {
	position: absolute;
    top: 90px;
    left: 5%;
    width: 90%;
    height: 100%;
}*/

/*--------------------------------------------*/
.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%;
}

.video-container.no-controls {
    padding-bottom: 56.0%;
    padding-top: 0px; 
}
/*-------------------------------------------*/
#andMedallion {
	position: absolute;
	margin-top:-1%;
    left: 47%;
    z-index: 100;
    width:7%;
}

#twitter, #facebook, #tumblr {
	width:20%;
	margin: 0px 3%;
}

.buyBookBox {
	background-image:url(../media/site/bookbg.png);
	background-repeat: repeat-x;
    background-position-y: 52px;
	font-family:"ralewayregular", Sans-Serif;
}

.downloadGameBox {
	background-image:url(../media/site/gamebg.png);
	background-repeat: repeat-x;
    background-position-y: 52px;
	font-family:"ralewayregular", Sans-Serif;
}

.buyBookBox p, .downloadGameBox p {
	margin: 50px 30px 20px 30px;
    font-size: 21px;
    line-height: 1.8em;
    color:white;
}

#leftBuyButtons {
	position: relative;
    top: 26px;
    left: 5%;
}

#rightBuyButtons {
	position: relative;
    top: 26px;
    right: 5%;
    text-align:right;
}

h1.siteSection {
	background-image:url(../media/site/sitesectionbg.png);
	font-family: "ralewaythin", Sans-Serif;
	font-weight:normal;
	text-shadow: 1px 1px 4px #0E161D;
    letter-spacing: 5px;
    font-size: 35px;
	text-align:center;
	color:white;
	padding: 15px 0px;
	margin-bottom:20px;
	}

.watermark {
	max-width: 96%;
    height: auto;
    width: 96%;
    padding: 0px 2%;
}

.blurb { clear:both}
.blurb a { color: #C5E2FF; }

.blurb p, .blurb ul {
	text-shadow: 1px 1px 2px #173746;
	background: url("../media/site/blurbBg.png") repeat;
	border-radius: 0 44px 0 44px;
	font-size: 1.3em;
    padding: 47px;
    line-height: 1.7em;
    box-shadow: 3px 3px 4px 3px rgba(0, 0, 0, 0.25);
}

.blurb li { 
	margin-left: 25px;
    line-height: 1.2em;
    margin-top: 14px;
}

#summary {
	font-size: 1.5em;
	text-align:center
	text-shadow: 1px 1px 2px #173746;
	background-color: rgba(30,90,120,0.85);
	padding: 14px 28px;
	border-radius: 0px 80px 0px 80px;
	clear:both;

}

#summary p {
	text-shadow: 1px 1px 2px #0b2a3a;
}

#shrinker {		/*pulls in edges of content*/
	width:80%;
	margin:auto;
	margin-top:30px;
}

.anchor {
	text-decoration: none;
	color:#cffaff;
}

.siteImage {
	 width:200px; 
	 height:200px; 
	 width:47%; 
	 background-size: cover; 
	 background-position: center center;
	 box-shadow: 7px 7px 16px 3px rgba(0, 0, 0, 0.45);
}

.emph {
	text-weight:bold;
	color:rgb(255, 214, 0);
	}

.clearfloat {
	width:1px; 
	height:1px; 
	clear:both;
}

#social {
	float: right;
    width: 20%;
    text-align: right;
    margin-top:20px;
}

#galleryLink {
	color:#FFFED5;
    text-transform: uppercase;
    font-family: "comfortaaregular", sans serif;
    text-decoration: none;
    font-weight: bold;
    font-size: 35px;
    text-shadow: 1px 1px 11px black;
}

.twocol_container2 {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
}
.twocol_container1 {
	float:left;
	width:50%;
	position:relative;
}
.twocol_col1 {
	float:left;
	width:46%;
	position:relative;
	left:52%;
	overflow:hidden;
}
.twocol_col2 {
	float:left;
	width:90%;
	position:relative;
	left:100%;
	overflow:hidden;
	margin-left:5%;
}

.quotes {
	margin-top:30px;
	font-size: 1.5em;
	text-align:center
	text-shadow: 1px 1px 2px #173746;
	/*background-color: rgba(151, 167, 148, 0.54);*/
	padding: 14px 28px 0px 28px;
	/*border-radius: 0px 80px 0px 80px;*/
	clear:both;

}
.quotes p {
	text-shadow: 1px 1px 1px rgba(11, 42, 58, 0.58);
	background-color: rgba(148, 149, 167, 0.54);
	padding: 0.7em 1.2em;
    font-size: 93%;
    color: #F8F8FF;
}
.quotes a {
	color: #DED8C2;
	text-decoration: none;
	text-shadow: 1px 1px 2px #173746;
}
.leftquote {
	border-radius: 0px 20px 0px 20px;
	margin: .4em 12em .8em 0em;
}
.rightquote {
	border-radius: 20px 0px 20px 0px;
	margin: .4em 0em .8em 9em;
	text-align: right;
}
.quoteAttribution {
	font-size:70%;
}

/* --> */