* {
	box-sizing: border-box;
}

/* web page related CSS*/

/*
<div class="imgbanner_h" style="background-image: url(http://guild.site/shadowdragons/wp-content/uploads/sites/10/2015/10/ShadowDragonsTitlePNG.png)">
<div class="imgbannerlayout_h"></div>
  <div class="imgbannertext_h">
    <p>Shadow Dragons</p>
  </div>
</div>
*/


/* banner sizing*/
.imgbanner, .imgbanner_v, .imgbanner_h, .achbackground {
	border-radius: 25px;
	border: 2px solid #000;
	margin: 10px;
	float: left;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.imgbanner_v {
	width: 165px;
}


.imgbanner_h {
	width: 450px;
}


.imgbannerlayout_v {
	height: 250px;
}


.imgbannerlayout_h {
	height: 150px;
}

/* text area on banners */
.imgbannertext, .imgbannertext_v, .imgbannertext_h {
	color: white;
	text-align: center;
	border-radius: 0px 0px 23px 23px;
	background-color: #2C7C91;
	-webkit-transition: background-color 0.2s; /* Safari */
	transition: background-color 0.2s;
}

.imgbannertext_v:hover, .imgbannertext_h:hover{
	background-color: rgba(37, 111, 130, 0.95);
}


.imgbannertext_v{
	padding: 10px;
	height: 80px;
}


.imgbannertext_h{
	padding: 0px;
	height: 30px;
}

.imgbannertext_h p{
	padding: 0px;
}

/* poster sizing */
.wfg_poster, .wfg_poster_noframe{
	border-radius: 20px;
	border: 2px solid #000;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.wfg_poster_noframe {
	border: 0;
}

.badge_full_container
{
	display:inline-block;
	text-align:center;
	height:220px;
	width:215px;
	position: relative;
    padding: 10px;
    background-color: #1d1d1d;
    border: 1px solid #000;
    background-image: -webkit-linear-gradient(bottom, #1a1b1f, #2a2a34);
    background-image: -moz-linear-gradient(bottom, #1a1b1f, #2a2a34);
    background-image: -o-linear-gradient(bottom, #1a1b1f, #2a2a34);
    background-image: radial-gradient(ellipse farthest-corner at center 0px,#31a2a6 -150%,#333240 45%,#333240 85%);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3), inset 0 1px 1px rgba(255, 255, 255, .2);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3), inset 0 1px 1px rgba(255, 255, 255, .2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3), inset 0 1px 1px rgba(255, 255, 255, .2);
}

.center
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

.achOuterBlock
{
	background-size:contain;
}

