/* Wayward Souls styles
by Mike Berg, We Heart Games Inc */

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

body{
	background-color: #261b18;
	font: 16px 'playbold', Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	z-index: -1000;
}

.bgwrapper{
	position: relative;
}

.clouds1{
	position: absolute;
	top: 0px;
	background: url(images/header.png) center bottom no-repeat;
	width: 100%;
	height: 680px;
	z-index: -999;
}

.mountains1{
	position: absolute;
	bottom: 0;
	background: url(images/footer.png) center bottom repeat-x;
	width: 100%;
	height: 849px;
	z-index: -999;
}

.tower{
	position: absolute;
	bottom: 0;
	right: 0px;
	background: url(images/tower.png) right bottom no-repeat;
	width: 800px;
	height: 456px;
	z-index: -997;
}

.wrapper{
	margin: 0 auto;
	width: 768px;
}

.logo{
	display: block;
	width: 665px;
	height: 339px;
	margin: 350px auto 30px;
}

.logosubtext{
	background: url(images/grey-bar.png) center center no-repeat;
	width: 508px;
	height: 41px;
	line-height: 41px;
	color: #fff;
	display: block;
	margin: 0 auto 150px;
	font-size: 18px;
}

iframe{
	margin: 0 auto;
	display: block;
}

.buttonrow{
	margin: 40px auto 40px;
	height: 57px;
	
	/* This width should be set to 492 for 2 buttons, 738 for 3 buttons. 
	This ensures they stay centered. */
	/*width: 492px;*/
	width: 678px;
}

.button, .submit {
	display: block;
	width: 206px;
	height: 57px;
	line-height: 57px;
	margin: 0 10px;
	float: left;
	color: #fff;
	text-decoration: none;
	background: url(images/btn_1_normal.png) center center no-repeat;
	font-size: 18px;
}

.button:hover, .submit:hover {
	background-image: url(images/btn_1_hover.png);
}

.screens{
	margin-bottom: 60px;
}

.screens img{
	margin: 0 15px 20px;
}

.fullwidth{
	width: 100%;
}

.parchment{
	margin: 0 auto;
	height: 260px;
	width: 868px;
	background-color: #972c23;
	color: #fff;
	margin-bottom: 60px;
}

.parchment p{
	margin: 0 auto;
	width: 768px;
	font-size: 28px;
	padding-top: 30px;
	margin-top: 60px;

}

.box-top,
.box-mid,
.box-bottom{
	width: 660px;
	margin: 0 auto;
}

.box-top{
	height: 36px;
	background: url(images/guilded-box-top.png) left top no-repeat;
}

.box-mid{
	background: url(images/guilded-box-mid.png) left top repeat-y;
	color: #fff;
	text-align: left;
}

.box-mid a{
	color: #fff;
}

.box-mid p{
	margin: 0 0 20px;
}

.box-inner{
	padding: 0 40px;
}

.box-bottom{
	height: 38px;
	background: url(images/guilded-box-bottom.png) left top no-repeat;
	margin-bottom: 40px;
}

.col1{
	width: 45%;
	float: left;
}

.col2{
	width: 45%;
	float: right;
}

.social-row{
	margin-top: 40px;
}

.social-row p{
	width: 200px;
	float: left;
}

.social-row img{
	float: right;
}

.clear{
	clear: both;
}

.store-buttons{
	margin-bottom: 110px;
}

.store-buttons img{
	margin: 0 15px 20px;
}

.copyright{
	color: #fff;
}

.copyright a{
	color: #fff;
	text-decoration: none;
}

.copyright img{
	margin: 15px 0 18px 0;
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	.logo{
		background: url(images/DBTSlogosmall.png) left top;
		background-size: 665px 339px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

/*
@media only screen and (max-device-width: 1023px) {
	.screens {
		display: none;
		margin-bottom: 120px;
	}
}
*/