*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

table { 
    margin: 10px 0 10px 0;
    width: 100%;
    border-spacing: 0px;
    border:  1px solid #0002;
  }
  table tr th{
          font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #fffdea !important;
  }
  table tr th, table tr td { 
    background: #0003;
    color: #000;
    padding: 7px 4px;
    text-align: left;
  }
  
  tr.yellow td {
    background: #0003;
          font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #fffdea !important;
    padding: 12px 4px;
    text-align: left;
  }
    
  table tr td { 
    background: #0001;
    color: #505030;
    border-bottom: 1px solid #0002;
  }
  
  .outfitColumn img{
      position: absolute;
      bottom: 0;
  }
  td.outfitColumn{
      position: relative;
  }
  /* guild war */
  tr.special:hover td {
     background: #0002;
  }
  
  tr.special {
      cursor: pointer;
  }
  
  ul.war_list li {
     font-size:18px;
  }
  .col-left ul li{
    list-style: none;
  }
  input, select{
      padding: 6px 12px;
  }
  .btn, input[type="submit"]{
    text-align: center;
    background-color: #fff0bfc9;
    border: 1px solid #0006;
    background-image: url(img/btn_bg.png);
    background-position: center center;
    background-repeat: repeat-x;
    color: #443500d4;
    opacity: 0.85;
    /* box-shadow: 0 1px 0 #f5daae inset; */
    border-radius: 4px;
    display: inline-block;
    box-sizing: border-box;
    /* box-shadow: 0 1px 5px #5c513f; */
    transition: opacity linear 0.2s, box-shadow 0.2s linear, background-color linear .2s;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Calibri', sans-serif;
    padding: 8px 10px;
    box-shadow: 0 1px 8px #0006;
    margin: 5px 0;
  }
  .col-left .btn:hover, .col-left input[type="submit"]:hover{
  cursor: pointer;
  background-color: #fff0bfe8;box-shadow: 0 1px 10px rgba(0,0,0,.7);
  }
  .col-left input[type="text"],  .col-left input[type="password"], .col-left input[type="email"] {
      background: rgba(0,0,0,0.11);
      padding: 5px 10px;
      border-radius: 3px;
       border: 2px solid rgba(0,0,0,0.2);
      box-sizing: border-box;
      margin: 5px 0;
      padding: 9px 10px;
      color: rgba(0,0,0,0.5);
      font-size: 16px;
      transition: background-color ease-in-out .2s, border ease-in-out .2s, box-shadow ease-in-out .2s;
  }
  .col-left input[type="text"]:focus, .col-left input[type="password"]:focus, .col-left input[type="email"]:focus {
      outline: 0 none transparent;
      border: 2px solid #fff8;
      background: rgba(255,255,255,0.3);
      color: #0006;
  }
  .col-left input[type="text"]:focus::placeholder, .col-left input[type="password"]:focus::placeholder, .col-left input[type="email"]:focus::placeholder {
      color: #0006;
  }
  
  
  .col-left input[type="text"]::placeholder, .col-left input[type="password"]::placeholder, .col-left input[type="email"]::placeholder{
      color: #fff9;
       font-family: 'Source Sans Pro', sans-serif;
       transition: color linear .2s;
  }
  .col-left select{
    margin: 5px 0;
    font-size: 16px;
    font-weight: bold;
    border: 0 none;
    color: #3c2d0487;
    background: #fff2cfb0;
    font-family: 'Roboto Condensed', sans-serif;
    border-radius: 3px;
    padding: 6px 10px;
    box-shadow: 0 1px 8px #0006;
    transition: background-color ease-in-out .2s, box-shadow ease-in-out .2s;
  }
  .col-left select:hover{
  cursor: pointer;
  background-color: #fff2cfe8;
  }
  
a{
	text-decoration: none;
	color: #776521;
	transition: color ease .2s;
}
a:hover{
	color: rgb(255, 238, 164);
}
.dropdown{
	position: relative;
	float: left;
}
li.dropdown {
	position: relative;
}
.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: white;
  background-color: inherit;
  font-family: inherit;

}
.dropdown-content {
	transition: opacity ease-in-out .2s;
    visibility: hidden;
    position: absolute;
    display: block;
    background: #3a3529;
    box-shadow: 0 1px 10px #000;
    padding: 8px 0;
    border-radius: 0 0 3px 3px;
    box-shadow: 0 2px 9px #000000c7;
    top: 89px;
    min-width: 160px;
    opacity: 0;
    border-bottom: 2px solid #302a20;
}
.dropdown:hover .dropdown-content {
  visibility: visible;
  opacity: 1;
}
.dropdown-content a{
	white-space: nowrap;
	display: block;
	width: 100%;
	font-size: 13px;
	font-weight: normal;
	padding: 5px 13px 5px 11px;
  color: #a59b83;
  font-family: 'Arial', sans-serif;
  transition: color linear .2s, padding linear .2s;
}
.dropdown-content a:hover {
    color: #fbdf9d;
    padding: 5px 11px 5px 13px;
}
.dropdown:hover .navlink{
    opacity: 1;
    box-shadow: 5px 0 13px #0005, -5px 0 13px #0005;
}

body{
    background: url(img/bg.png) no-repeat center top #1a1310;
    margin: 0;
    padding: 0;
    font-family: Calibri, 'Trebuchet MS', sans-serif;
    color: #71684b;
}
.page{
    width:  1060px;
    margin: 0 auto;
}
.logo{
    width: 100%;
    height: 257px;
    background: url(img/logo.png) no-repeat center top;
}
.navbar{
    width: 1060px;
    height: 120px;
    background: url(img/navbar.png) left top;
    padding: 14px 17px 0 16px;
    position: relative;
    z-index: 10;;
}
.navbar ul{
    display: block;
    height: 89px;
}
.navbar ul li{
    list-style: none;
    display: block;
    float: left;
}
.navbar ul li a.navlink{
    display: block;
    float: left;
    height: 89px;
    background-image: url(img/navbar.png);
    background-position-y: 106px;
    opacity: 0;
    transition: opacity ease-in-out .2s, box-shadow ease-in-out .2s;
}
.navbar ul li a.news{
    width: 179px;
    background-position-x: -16px; 
    border-radius: 4px 0 0 4px
}
.navbar ul li a.account{
    width: 167px;
    background-position-x: calc(-16px - 179px); 
}
.navbar ul li a.community{
    width: 166px;
    background-position-x: calc(-16px - 179px - 167px); 
}
.navbar ul li a.library{
    width: 166px;
    background-position-x: calc(-16px - 179px - 167px - 166px); 
}
.navbar ul li a.forum{
    width: 165px;
    background-position-x: calc(-16px - 179px - 167px - 166px - 166px); 
}
.navbar ul li a.shop{
    width: 183px;
    background-position-x: calc(-16px - 179px - 167px - 166px - 166px - 165px); 
    border-radius: 0 4px 4px 0;
}
.navbar ul li a.navlink:hover{
    opacity: 1;
    box-shadow: 5px 0 13px #0005, -5px 0 13px #0005;
}
.container{
    width: 1018px;
    background: url(img/main_cnt2.png) repeat-y center;
    margin: -9px auto 0 auto;
    padding: 10px 16px;
    position: relative;
    box-sizing: border-box;
    max-width: 100%;
}
.container::after{
    content: "";
    display: block;
    width: 1018px;
    height: 8px;
    background: url(img/main_cnt2_bot.png) no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
}
.container_background{
    border-radius: 3px;
    background: #442f0066;
    box-shadow: 0 0 10px #f1e6ba60 inset, 0 2px 4px rgba(0, 0, 0, 0.884) inset, 0 0 7px #fff5, 0 1px 7px rgb(0, 0, 0) inset;
    border: 1px solid #d6d6d6;
    padding: 8px;
    margin-bottom: 5px;
    overflow: hidden;
}
.statusbar{
    height: 36px;
    width: 100%;
    border-radius: 3px;
    background: url(img/statusbar.png) repeat-x;
    box-shadow: 0 2px 7px #dccf9a inset, 0 0 10px #000;
    color: #71684b;
    font-size: 13px;
}
.statusbar .item{
    float: left;
    height: 36px;
    padding: 11px 13px 11px 11px;
    background: url(img/nav_spacer.png) right top repeat-y;
}
.statusbar .item.online, .statusbar .item.online a{
    color: #4a7e00;
    text-shadow: 0 0 24px #29c200, 0 0 14px #45ce1f80;
}
.statusbar .item.offline, .statusbar .item.offline a{
    color: #7e0000;
    text-shadow: 0 0 24px #c20000, 0 0 14px #ce1f1f80;
}
.col-container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 986px;
    margin: 0 auto;
}
.col-left{
    width: 716px;
    flex: 0 0 auto;
    margin-right: 0;
}
.col-right{
    width: 242px;
    flex: 0 0 auto;
}
.col-container::after{
    display: block;
    clear: both;
    content: "";
}
.widget{
    padding: 5px;
    background: linear-gradient(to bottom, rgba(255, 243, 197, 0.5), rgba(255, 243, 197, 0.3));
    margin-top: 10px;
    border-radius: 3px;
    border: 1px solid #d6cea7;
    box-shadow: 0 2px 7px #dccf9a inset, 0 0 10px #000;
    position: relative;
    overflow: hidden;
}
.widget h1.title{
    background: url(img/widget_title_bg.png) bottom center repeat-x;
    height: 44px;
    line-height: 44px;
    margin: -5px -5px 5px -5px;
    text-align: center;
    font-family: 'Caudex', serif;
    font-weight: bold;
    font-size: 24px;
    position: relative;
    z-index: 1;
    color: #71684b;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
}
.topplayers{
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #fff2993d;
    border-radius: 2px;
    width: 100%;
    box-shadow: 0 0 7px #fff4bc54, 0 0 5px #0005 inset;
    color: #797156;
}
.topplayers td{
	padding: 3px 5px;
	background: linear-gradient(rgba(255,255,255,0.05), transparent);
	margin: 0;
	}
.topplayers .playerlink{
	display: inline-block;
	width: 150px;
	vertical-align: top;
	  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.topplayers .lvl{
	display: block;
    font-weight: bold;
    text-align: center;
	padding: 0px 3px;
	font-size: 12px;
	color: #554b26a1;
	border-radius: 3px;
	border: 1px solid #00000042;
    box-shadow: 0 0 7px #00000042;
    background: #ffffff2a;
}
.loginfield{
    border-radius: 3px;
    margin: 5px 0;
    padding: 10px;
    border: 1px solid #66582a;
    background: linear-gradient(#2c220078, #ffffff14);
    box-shadow: 0 0 10px #00000070, 0 1px 7px #00000087 inset;
    font-size: 13px;
    width: 100%;
    color: #534a2e;
}
.loginfield::placeholder{
	color: #62593d;
	text-transform: italic;
}
.loginfield_submit{
	display: inline-block;
	width: 104px;
	height: 34px;
	border-radius: 3px;
	border: 0 none;
	background: url(img/btn_login.png) no-repeat;
	margin: 5px 0;
	box-shadow: 0 0 6px #0007;
	transition: box-shadow ease .2s;
}
.loginfield_register{
	display: inline-block;
	width: 104px;
	height: 34px;
	border-radius: 3px;
	border: 0 none;
	background: url(img/btn_register.png) no-repeat;
	margin: 5px 0 0 16px;
	box-shadow: 0 0 6px #0007;
	transition: box-shadow ease .2s;
}
.loginfield_register:hover, .loginfield_submit:hover{
	box-shadow: 0 0 6px #fff7;
	cursor: pointer;
}
.acclost{
	font-size: 14px;
	display: block;
	text-align: center;
}
.col-left h1{
    width: 100%;
    height: 35px;
    background: url(img/pagetitle_bg.png) center center no-repeat;
    text-align: center;
    font-family: 'Caudex', serif;
    font-weight: bold;
    font-size: 24px;
    color: #71684b;
}
.footer{
    width: 100%;
    height: auto;
    min-height: 229px;
    margin-top: 33px;
    padding: 13px 0;
    background: url(img/footer.png) repeat-x;
    font-size: 14px;
    color: #595244;
}
.footer .cnt{
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    overflow: hidden;
}
.footer .title{
    font-family: 'Caudex', serif;
    font-weight: bold;
    font-size: 29px;
    color: #4e4131;
    text-shadow: 0 0 20px #000;
}
.footer span{
    font-size: 11px;
    opacity: 0.5;
}
.footer .totop{
    color: #a9983c;
    border: 1px solid #a9983c;
    box-shadow: 0 0 15px #a9983c;
    padding: 10px 20px;
    border-radius: 20px;
    transition: box-shadow linear .2s;
    font-weight: bold;
}
.footer .social{
    color: #50483d;
    font-size: 45px;
    margin: 0 5px;
    opacity: 0.5;
}
.footer .social:hover{
    text-shadow: 0 0 30px #726621;
    color: #a9983c;
    opacity: 1;
}
.footer .totop:hover{
    box-shadow: 0 0 10px #a9983c, 0 0 15px #a9983c inset;
}
.statusbar-btn{
    display: inline-block;
    float: right;
    margin: 5px;
    padding: 4px 7px;
    border-radius: 3px;
    border: 1px solid #0005;
    box-shadow: 0 0 15px #0005;
    background: linear-gradient(#fff6, #fff2);
    font-weight: bold;
    color: #0006;
    text-shadow: 0 1px 2px #0002;

    transition: color linear .2s, border-color linear .2s, box-shadow linear .2s;
}
.statusbar-btn:hover{
    color: #0009;
    border-color: #0007;
    box-shadow: 0 0 18px #0009;
}
.searchbox{
	width: 240px;
}
.searchbox .btn{
	margin: 0 0 0 -1px;
	height: 35px;
	display: block;
	border-radius:  0 4px 4px 0;
}
.searchbox .btn:hover{
    cursor: pointer;
    box-shadow: 0 0 12px #0009;
    color: #0009;
}
.searchbox .textinput{
	margin: 0 -1px 0 0;
    height: 35px;
    border: 1px solid #0003;
    background: #0003;
    display: block;
    float: left;
    color: #0006;
    border-radius:  4px 0 0 4px;
    box-shadow: 0 1px 8px #0006
}
.searchbox .textinput::placeholder{
    color: #0005;
}
.btn.green{
	background-color: #b8ff83;

}
.btn.purple{
	background-color: #810c1c;
    color: #fff9;

}
.btn.yellow{
	background-color: #dfd37b;

}
.btn.accbtn{
	width: 99.6%;
	margin: 2px 0;
	padding: 5px 0;
	box-shadow: 0 2px 4px #0005;
    font-weight: bold;
    transition: color linear .1s, border-color linear .1s, box-shadow linear .1s, text-shadow linear .1s;
}
.btn.accbtn:hover{
    color: #fff;
    border-color: #fff;
    box-shadow: 0 0 10px #fff;
    text-shadow: 0 0 6px #000;
}
.news_title{
    position: relative;
    height: 27px;
    background: linear-gradient(transparent 15%, #a19676) !important;
    text-align: left;
    padding: 0 5px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #8d8463;
    color: #4d3e0a;
    margin-bottom: 5px;
}
.news_title h1{
    height: 27px;
    background: transparent;
    font-weight: normal;
    text-align: left;
    font-size: 20px;
    font-family: 'Caudex', serif;
    color: #4d3e0a;
}
.news_title h1 a{
    color: #4d3e0a;
}
.news_title .date{
    position: absolute;
    right: 5px;
    top: 7px;
    font-size: 12px;
}
.label {
    display: inline;
    margin: 0 2px;
    padding: 1px 5px;
    border-radius: 3px;
    border: 1px solid #0005;
    box-shadow: 0 0 10px #0003;
    background: linear-gradient(#fff2, #fff1);
    font-weight: bold;
    color: #0006;
    transition: color linear .2s, border-color linear .2s, box-shadow linear .2s;
    }

    .news_mid img{
        max-width: 704px !important;
    }

/* Media queries for responsiveness */
@media screen and (max-width: 1060px) {
    .page, .container, .navbar, .footer .cnt {
        width: 100%;
        box-sizing: border-box;
    }
    
    .navbar ul li a.navlink {
        width: auto;
        padding: 0 15px;
    }
}

@media screen and (max-width: 990px) {
    .col-container {
        flex-direction: column;
        align-items: center;
    }
    
    .col-left, .col-right {
        width: 100%;
        max-width: 716px;
    }
    
    .navbar ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .dropdown-content {
        top: auto;
    }
}

@media screen and (max-width: 768px) {
    .col-left, .col-right {
        max-width: 100%;
    }
    
    .widget h1.title {
        font-size: 20px;
    }
    
    .news_mid img {
        max-width: 100% !important;
        height: auto;
    }
    
    .footer {
        text-align: center;
    }
    
    .footer .cnt > div {
        float: none !important;
        margin: 0 auto 20px;
        text-align: center;
    }
}