@charset "UTF-8";
/* CSS Document */

/* --new-- */
html {
  padding:0px;
  margin:0px;
}

body{
  background-color:#c9c8c3;
  background-image: url(/images/top-bg.gif);
  background-repeat: repeat-x;
  padding:0px;
  margin:0px;
  font-family:Georgia;
}

.loginbox {
  background-color: #E3E3E3;
  width: 234px;
  padding: 1px 1px 5px 10px;
  margin: 8px 0;
}

.newforgot {
  font-size: 12px;
  float: left;
}

.moot {
  float: left;
}

#top {
  margin: 0 auto;
  overflow: hidden;
  height: 0 auto;
}

#main-content {
  margin: 0 auto;
  position: relative;
  width: 1060px;
}

#logo{
  background: url(/images/kingdom.png) no-repeat;
  height: 105px;
  width: 400px;
  float: left;
}
#user{
  position: absolute;
  text-align: right;
  top: 15px;
  right: 8px;
  color: #0061B4;
}

#user a {
  text-decoration: none;
  color: #424242;
}

#menu{
  list-style: none;
  float: right;
  vertical-align: bottom;
  position: relative;
  top: 57px;
  right: 10px;
}

#menu span {

}
#menu a {
  background-color: #c9c8c3;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  color: #000;
  display: block;
  padding: 5px;
  position: absolute;
  outline: none;
  text-decoration: none;
}
#menu a:hover {
  background-color: gray;
}

#menu .achievement {
  background-color: #FFF;
  right: 200px;
}

#menu .checkin {
  background-color: #FFF;
  right: 315px;
  white-space: nowrap;
}

#menu .items {
  background-color: #FFF;
  right: 420px;
	white-space: nowrap;
	top:0px;
}

#menu .worldmap {
  background-color: #FFF;
  right: 100px;
  position: relative;
	white-space: nowrap;
}
#menu .leaderboard {
  background-color: #FFF;
}

#sort{
  list-style: none;
  padding: 5px 0 0 0;
  margin: 0 auto;
}
#sort li{
  float: left;
  margin: 0 10px 0 0;
  padding: 0 auto;
}
#sort span {
  display: none;
  position: absolute;
}
#sort a {
  color: #000;
  display: block;
  outline: none;
  text-decoration: none;
}
#sort a:hover {
  text-decoration: underline;
}
.users{
  list-style: none;
}

.kingdominvite{
  background-image: url(/images/sendkingdominvite.png);
  height: 27px;
  width: 234px;
  position: relative;
}

.world{
  float: left;
  height: 0 auto;
  width: 0 auto;
  margin: 10px 5px 10px 5px;
}

.red{
  float: left;
  height: 0 auto;
  width: 0 auto;
  margin: 10px 5px 10px 5px;
}

.blue{
  margin: 10px 0 10px 10px;
  height: 0 auto;
  width: 0 auto;
}

.redrover {
  margin: 50px;
  padding: 50px;
}

.dood {
  vertical-align: center;
  padding: 20px 35px 35px 35px;
}

.dood h1 {
  float: left;
  padding: 0 0 0 9px;
  font-size: 15px;
  width: 215px;
}

.numberz {
  padding: 0;
  margin: -5px -30px 0 0;
  text-align: justify;
  float: right;
  width: 83px;
  font-size: 15px;
}

.whoopie {
  background-color: #FFF;
  text-align: center;
  width: 65px;
  height: 40px;
  margin: 6px 10px 0 -3px;
  padding: 0 0 0 0px;
  float: left;
  font-size: 30px;
}

.red img {
  border: solid 3px #c71402;
  margin-right: 5px;
}

.blue img {
  border: solid 3px #0061B4;
  margin-right: 5px;
}

.cine {
  border: solid 3px #c71402;
  margin-right: 5px;
}

.sage {
  border: solid 3px #0061B4;
  margin-right: 5px;
}

.red .info{
  background-color: #E5E5E5; 
  vertical-align: top; 
  margin: 0 0 5px 5px;
  width: 400px;
  height: 68px;
  padding: 0 10px 0 10px;
}
.blue .info{
  background-color: #E5E5E5; 
  vertical-align: top; 
/*  margin: 0 0 5px 5px;*/
  width: 400px;
  height: 0 auto;
  padding: 0 10px 0 10px;
}

.world .info{
  background-color: #E5E5E5; 
  vertical-align: top; 
  margin: 0 0 5px 5px;
  width: 400px;
  height: 68px;
  padding: 0 10px 0 10px;
}

.numberz img {
  vertical-align: middle;
  border: none;
}

.red .info a{
  color:#000;
}
.blue .info a{
  color:#000;
}

.world .info a{
  color:#000;
}

/*---old---*/
#bottom{
  width: 1100px;
  position: relative;
  text-align: center;
}

#content {
  background: ;
  color: #4e5658;
  font-family:"Georgia", "Georgia", Georgia, Georgia, Georgia, serif; 
  font-size:16px;
}
#footer {
  background-color: #9a9b9d;
  background-repeat: repeat-x;
  color: #4e5658;
  clear: both;
  font-size: 11px;
  text-align: center;
  font-family: Georgia, "New Century Schoolbook", "Nimbus Roman No9 L",
             serif;
    height: 120px;
    bottom: 0px;
    width: 100%;
}

#footer-content{
  clear: both;
  width: 1040px;
  position: relative;
  text-align: left;
  margin: 0 auto;
  top: 20px;
}

a {
  color:#0033CC;
  text-decoration: none;
}

h1{
  color: #58585a;
  font-size: 16px;
  font-weight: normal;
}
.red h2{
  color: #c71402;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.blue h2{
  color: #0061B4;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.blue h2 span{
  color: #c8c8c9;
  font-size: 14px;
  font-weight: normal;
}
.red h2 span{
  color: #c8c8c9;
  font-size: 14px;
  font-weight: normal;
}

.world h2{
  color: #c71402;
  font-size: 16px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.world h2 span{
  color: #c8c8c9;
  font-size: 14px;
  font-weight: normal;
}
.avatarz img{
  margin-right: 10px;
}

#idontknow {
  float: right;
}

#who {
  float: left;
}

h3{
  color: #c8c8c9;
  font-size: 14px;
  font-weight: normal;
}
h1, h2, h3,form {
  color:#202020 ;
  border:0px; 
  margin:0px; 
  padding:0px;
}

#bluesage a {
  color: #0061B4;
  text-decoration: underline;
}

#redcine a {
  color: #c71402;
  text-decoration: underline;
}

#loginbutton {
  border: none;
}

#loginbutton img {
  padding: 0 200˝px;
  border: none;
  position: absolute;
}

#loginbutton a {
  color: #000;
  text-decoration: none;
}

div.left-column {
  float:left;
  margin-top: 35px;
  width:530px;
}

div.right-column {
  float:right;
  margin-top: 35px;
  width:530px;"
}

div.achievement-container {
  background-color: #F1F1F1;
  margin-bottom: 10px;
  height:85px;
  width: 520px;
}

div.sponsor-container {
  background-color: #FFF;
  margin-bottom: 10px;
  height:180px;
  width: 520px;
}

div.achievement-content {
  padding: 8px 8px 8px 8px;
  height:64;
}

div.achievement-icon {
  float:left;
  width:64px;
}

div.sponsor-data {
  float:left; 
  padding-left: 10px;
  width:430px;
  height: 180px;
  position: relative; 
}

div.achievement-data {
  float:left; 
  padding-left: 10px;
  width:390px;
}

p.achievement-desc {
  margin-top: 0px; 
  margin-bottom: 0px;
}

p.achievement-stats {
  font-size: 12px; 
  font-style: italic;
}

p.sponsor-stats {
  font-size: 12px; 
  font-style: italic;
  position: absolute;
  bottom: 0;
}


div.achievement-points {
  background-color:black;
  float:left; 
  width:34px;
  padding: 3px 3px 3px 3px;
  text-align:center;
  color:white;
}

h2.column-header {
  font-size: 16px; 
  color: #464648;
}

h2.achievement-header {
  font-weight: bold; 
  font-size: 16px; 
  color: #464648;
}

div.checkin-container {
  background-color: #F1F1F1;
  margin-bottom: 10px;
	padding: 8px;
  width: 475px;
}


div.checkin-icon {
  position:absolute;
	top: 0px;
	left: -72px;
  width: 64px;
}

div.checkin-data {
	position: relative;
  left: 72px;
  padding-left: 10px;
  width:390px;
}

p.checkin-desc {
  margin-top: 0px; 
  margin-bottom: 0px;
}

p.checkin-stats {
  font-size: 12px; 
  font-style: italic;
}

h2.checkin-header {
  font-weight: bold; 
  font-size: 16px; 
  color: #464648;
}

div.profile-container {
  background-color: #FFF;
  padding: 10px;
  width: 520px;
}

div.profile-faction-logo{
	position:relative;
	top:-36px;
	left:375px;
}

div.profile-icon{
	position:relative;
	top: -108px;
	left: 0px;
}

#navlist {
  padding: 0 1px 1px;
  margin-left: 0;
  margin-top: 0;
  font-size: 12px; 
  color: #464648;
}
#navlist li {
  display: inline;
  list-style-type: none;
  padding-right: 5px;
  border-right: 1px solid #464648;
}

/* --Narwhals-- */