@charset "utf-8";
/* CSS Document */
html, body { width: 100%; height: 100%; }
.support-nav a.support-category {
    display: block;
    color: #94989F;
    margin: 0px 0px 0.5em;
    padding: 0px 0px 0.75em;
    border-bottom: 3px solid #FFFFFF;
}
.explore-nav a {
    display: block;
    margin: 0px 0px 0.5em;
    padding: 0.5em 0px 0.75em;
    border-bottom: 3px solid #FFFFFF;
}
.service-cell a {
    color: #FFFFFF;
    font-size: 11px;
    text-decoration: none;
}
.service-cell .service-link:focus {
    background-color: #100000;
}
.social-media a {
    display: block; background: url(../images/social.png) no-repeat scroll 0% 0% transparent;
    width: 31px;
    height: 31px;
}
.social-media .facebook a {
    background-position: -31px 0px;
}
.social-media .twitter a {
    background-position: -62px 0px;
}
.social-media .youtube a {
    background-position: -93px 0px;
}
.login input.active, .login input:focus {
    color: #000;
}

.login input {
    line-height: 26px;
    color: #000000;
    font-size: 13px;
    background-color: #FFFFFF;
    border: 0px none;
    height: 22px;
    border-radius: 3px;
    width: 102px;
    padding: 0px 9px;
}
.fullbg {
    background-color: #000;
    display: none;
    z-index: 999999;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.8;
}
.reg_width {
    width: 690px;
    text-align: left;
    max-width: 690px;
}
.screenhots_width {
    width: 800px;
    text-align: left;
    max-width: 890px;
}
.dialog_s > h3, .dialog > h3 {
    line-height: 65px;
    height: 65px;
    overflow: hidden;
    font-size: 18px;
    padding: 0px 6px;
    text-align: left;
    color: #FFFFFF;
    text-indent: 32px;
    font-family: "Segoe UI","Arial";
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
}
.dialog .fim_close {
    cursor: pointer;
    overflow: hidden;
    display: block;
    float: right;
    width: 45px;
    text-indent: -999px;
    background: url('../images/cdk_ico.png') no-repeat scroll 1px 24px transparent;
    opacity: 0.6;
}
.datefield { 
	display: inline; 
	padding: 0.3em; 
	border: inset 1px #CCC; 
	background: #FFF; 
	border-radius: 4px;
	 color: #666;
}
.datefield * { 
	 display: inline-block;
}
.datefield input { 
	width: 40px; 
	padding: 0 0.4em; 
	border: none; 
	font-size: 100%; 
	background: none;
	color: #000;            
}
.datefield input#year { width:3.5em; }
.datefield input:focus { outline:none; }
.explore-game a {
	height: 160px;
	position: relative;
}
.forum-group {
    width: 600px;
}
.forum-group li {
    width: 294px;
    height: 90px;
    display: block;
    float: left;
    font-size: 12px;
    border-radius: 6px;
    margin: 2px;
}
.forum-group .forum-link {
    background-color: #090807;
    display: block;
    width: 294px;
    height: 90px;
    overflow: hidden;
}
.forum-group .forum-link .forum-icon {
    width: 50px;
    height: 50px;
    padding: 10px 0px 0px 10px;
    float: left;
    display: block;
    text-align: center;
}
.forum-group .forum-link .forum-details {
    display: block;
    float: left;
    padding: 11px 0px 0px 3px;
    width: 218px;
}
.round {
    border-radius: 20px; 
}
.round3 {
   -webkit-border-top-left-radius: 20px;
   -webkit-border-top-right-radius: 0;
   -webkit-border-bottom-right-radius: 20px;
   -webkit-border-bottom-left-radius: 20px;
   -moz-border-radius-topleft: 20px;
   -moz-border-radius-topright: 0;
   -moz-border-radius-bottomright: 20px;
   -moz-border-radius-bottomleft: 20px;
   border-top-left-radius: 20px;
   border-top-right-radius: 0;
   border-bottom-right-radius: 20px;
   border-bottom-left-radius: 20px;
}
.topround {
   -webkit-border-top-left-radius: 20px;
   -webkit-border-top-right-radius: 20px;
   -moz-border-radius-topleft: 20px;
   -moz-border-radius-topright: 20px;
   border-top-left-radius: 20px;
   border-top-right-radius: 20px;
}
.basic-grey {
    margin-left:auto;
    margin-right:auto;

}
.basic-grey h1 {
    font-size: 25px;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom:1px solid #E4E4E4;
    margin: -10px -15px 30px -10px;
    color: #888;
}
.basic-grey h1>span {
    display: block;
    font-size: 11px;
}
.basic-grey label {
    display: block;
    margin: 0px;
}
.basic-grey label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #888;
}
.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
    border: 1px solid #DADADA;
    color: #888;
    height: 30px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 70%;
    font-size: 12px;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.basic-grey textarea{
    padding: 5px 3px 3px 5px;
}
.basic-grey select {
    /*background: #FFF url('../images/down-arrow.png') no-repeat right; */
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    line-height: 25px;
}
.basic-grey textarea{
    height:100px;
}
.basic-grey .button {
    background: #E27575;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #9E3F3F;
    cursor: pointer;
}
.basic-grey .button:hover {
    background: #CF7A7A
}
.left-content {
    width: 645px;
}
.left-content, .right-sidebar {
    position: relative;
}
.comments-link {
    padding-left: 16px;
    vertical-align: top;
    display: inline-block;
}
.blog-articles .article-wrapper {
    border-top: 1px solid #3A2015;
    box-shadow: 0px -1px 0px #1B100D;
}
.blog-articles .article-wrapper {
    margin: 0px;
    background: none repeat scroll 0% 0% transparent;
}
.blog-articles .article-wrapper {
    display: block;
    margin-left: 20px;
    position: relative;
    padding: 20px 0px;
}
.featured-news {
	text-align: center;
	overflow: hidden;
	padding: 0px 0px 15px 20px;
	position: relative;
	background: url('../images/featured-news-top-bg.jpg') no-repeat scroll 0% 0% transparent;
}
.featured-news li {
   	display: block;
   	text-align: left;
  	vertical-align: bottom;
    	margin-top: 20px;
    	float: left;
}
.featured-news .article-wrapper {
	display: block;
	height: 167px;
	overflow: hidden;
	position: relative;
	padding-right: 13px;
}
.featured-news .article-wrapper .article-image, .blog-articles .article-wrapper .article-image {
    border: 1px solid #541F09;
}
.featured-news .article-wrapper .article-content {
    width: 190px;
}
.featured-news .article-wrapper .article-meta, .blog-articles .article-wrapper .article-meta {
    color: #855B47;
}
.featured-news .article-wrapper .article-content {
    padding-top: 10px;
    height: 40px;
    display: block;
    overflow: hidden;
}
.comments-link {
    padding-left: 16px;
    vertical-align: top;
    display: inline-block;
}
.comments-link {
    background: url('../images/blog_icons.gif') repeat scroll -16px -13px transparent;
}
.featured-news .article-wrapper .article-meta {
    position: absolute;
    bottom: 0px;
    font-size: 12px;
}
.featured-news .article-wrapper .publish-date {
    font-size: 12px;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, em, img, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0px;
    padding: 0px;
    border: 0px none;
    outline: 0px none;
}
.featured-news .article-wrapper .article-image {
    border: 1px solid #483A30;
    border-radius: 3px;
    box-shadow: 0px 0px 1px 1px #000 inset;
    height: 96px;
    width: 190px;
    display: block;
    background-size: cover;
    background-position: center center;
}
.blog-articles .article-wrapper .article-image {
    border: 1px solid #483A30;
    box-shadow: 0px 0px 1px 1px #000 inset;
    float: left;
    overflow: hidden;
    height: 96px;
    width: 190px;
    display: block;
    background-size: cover;
    background-position: center center;
    border-radius: 3px;
}
.blog-articles .article-wrapper .article-image .article-image-frame {
    display: none;
    background-color: rgba(0, 0, 0, 0.2);
    height: 100%;
    width: 100%;
}
.blog-articles .article-wrapper .article-content .article-summary {
    float: left;
    width: 409px;
}
.blog-articles .article-wrapper .article-content {
    padding: 0px 0px 0px 15px;
    overflow: hidden;
}
.blog-articles .article-wrapper .article-content .header-2 {
    display: block;
    letter-spacing: -0.5px;
    margin: -1px 0px 3px;
    font-size: 20px;
    line-height: 21px;
}
.blog-articles .article-wrapper .article-content .header-2 {
    font-size: 18px;
    font-weight: normal;
}
.clear:before, .clear:after {
    display: table;
    content: "";
	clear: both
}
.blog-articles .article-wrapper .article-content .article-summary {
    width: auto;
}
.blog-articles .article-wrapper .article-content .article-summary {
    color: #A99877;
}
.blog-articles .article-wrapper .article-content .article-summary, .blog-articles .article-wrapper .article-content .article-summary * {
    font-size: 13px;
    line-height: 19px;
    padding: 0px;
    margin: 0px;
    font-family: Arial,Helvetica,sans-serif;
    text-align: left;
}
.blog-articles .article-wrapper .article-meta {
    color: #855B47;
}
.blog-articles .article-wrapper .article-meta {
    margin: 4px 0px 0px 208px;
    width: 100%;
    font-size: 12px;
    line-height: 18px;
}
.blog-articles .article-wrapper .article-meta .comments-link {
    float: left;
}
.service-explore a.dropdown:hover, .service-explore a.dropdown:focus {
    background-position: 100% -80px;
}
.ageoftalisman:hover, .ageoftalisman:focus, .ageoftalisman:active {
	background: #300000;
}
.acc_button {
	margin-top:5px;
	height:22px;
	background-color:transparent;
	border: 0;
	outline: 0;
	color:#FFFFFF;
	font-weight:bold;
	border-right:solid 1px #CCC;
	border-left:solid 1px #CCC
}