/* body elements
------------------------------------- */
html {
	margin:0;
	padding:0;
	color:#333333;
}

h2 {
	font-size: 12px;
	color: #666666;
}

h3 {
	font-size: 14px;
	color: #666666;
}

hr {
	border: 0;
	width: 100%;
	background-color: #E3E3E3;
	height: 1px;
}


body {
	min-width:750px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(img/l_backg.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#wrap {
	background-image: url(img/wrap.gif);
	margin:0 auto;
	width:900px;
}

#header {
	width: 900px;
	height: 90px;
}

#header h1 {
   	padding: 10px;
    font-size: 13px;
}

#nav {
	background:#c99;
	padding:10px;
}

#main {
	float:left;
	width:680px;
	padding: 10px;
}

#main p {
	font-size: 12px;
	line-height: 1.5em;
	color: #3D3D3D;
}

#main h1 {
	font-size: 20px;
	margin-bottom: -5px;
	margin-top: -3px;
	color: #666666;
}

#sidebar {
	float: right;
	width: 180px;
	padding: 0 10px 0 10px;
	font-size: 11px;
	height: 100%;
}

#sidebar ul {
	margin-bottom:0;
}

.sidebarname {
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	color: #CC3300;
}

#sidebar h2 {
	font-size: 16px;
	padding-bottom: -2px;
	color: #006699;
}

.bars {
	border: 3px solid #333333;
	margin-bottom: 2px;
	width: 120px;
}

.barchats {
	width: 50px;
}

.tags {
	color: #666666;
	padding: 2px;
	background-color: #E3E3E3;
	border-right: 1px #A7A7A7 solid;
	border-bottom: 1px #A7A7A7 solid;	
}

.tags:hover {
	color: #4E7A16;
	padding: 2px;
	background-color: #CAF791;
	border-right: 1px #507E16 solid;
	border-bottom: 1px #507E16 solid;	
}

.blogsub a:link, .blogsub a:visited {
	font-size: 22px;
	font-weight: bold;
}

.blogsub a:link, .blogsub a:visited {
	color: #006699;
	line-height: 110%;
	text-decoration: none;
}

.blogsub a:hover {
	color: #66CC00;	
	text-decoration: underline;
}

#wrapbars {
	clear: both;
	padding: 5px 0 5px 0;
}

p span, .smallbutton {
	font-size: 10px;	
}

#footer {
	background: #000000;
	clear: both;
  	font-size: 10px;
  	color: #FFFFFF;
  	position: relative;
}

#footer p {
	padding: 11px;
	margin: 0;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #3399CC;
}

#footer a:hover {
	color: #99CCFF;
}

/* lists
------------------------------------- */

.highlight { color: red; }

ul.lists {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.listcircle {
	list-style: circle;
	font-size: 11px;
}

ul.ullistplain {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

li span {
	font-size: 10px;	
}

li.error {
	background-image: url(/img/error.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0 0 .9em;
}

li.playeraction {
	background-image: url(/img/playeraction.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0 0 .9em;
}

li.notice {
	background-image: url(/img/notice.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0 0 .9em;
}

ul li.listplain {
	background-image: url(/img/list_plain.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0 0 .9em;
}

ul li.listpfour {
	background-image: url(/img/list_plain4.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0 0 .9em;
}

ul li.listptwo {
	background-image: url(/img/list_plain2.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 3px 0 3px 20px;
	margin: .4em 0 0 2em;
}

/* miimail
------------------------------------- */
.mailhead {
	border: 1px solid #003366;
	font-size: 11px;
	color: #FFFFFF;
	padding: 5px;
	margin: 10px 0 5px 0;
	text-align: center;
	overflow: hidden;
	min-height: 100%;
	height: 100%;
	width: 665px;
	background-image: url(/img/blue_grad.gif);
}

.mailmessage {
	border-bottom: 1px solid #E3E3E3;
	font-size: 10px;
	padding: 5px;
	margin-bottom: 5px;
	overflow: hidden;
	width: 665px;
	height: 100%;
	min-height: 100%;
}

.mailmessage:hover {
	background-color: #EEEEEE;
}

.mailmessage p {
	margin: 0;
	border: 0;
	font-size: 12px;	
}

.mailfrom {
	width: 110px;
	margin: 0 5px 0 5px;
	float: left;
}

.mailsubject {
	width: 345px;
	margin: 0 5px 0 5px;
	float: left;
}

.maildate {
	width: 130px;
	margin: 0 5px 0 5px;
	float: left;
		text-align: center;
}

.mailcheck {
	width: 5px;
	margin: 0 5px 0 5px;
	float: left;
	text-align: center;
}

/* rounded boxes
------------------------------------- */

.t {
	background: url(/img/dot.gif) 0 0 repeat-x;
	width: 20em;
}

.b {
	background: url(/img/dot.gif) 0 100% repeat-x
}

.l {
	background: url(/img/dot.gif) 0 0 repeat-y
}
	
.r {
	background: url(/img/dot.gif) 100% 0 repeat-y
}

.bl {
	background: url(/img/bl.gif) 0 100% no-repeat
}

.br {
	background: url(/img/br.gif) 100% 100% no-repeat
}

.tl {
	background: url(/img/tl.gif) 0 0 no-repeat
}

.tr {
	background: url(/img/tr.gif) 100% 0 no-repeat;
	padding:10px
}

/* rounded comments
------------------------------------- */
.commenttop {
	width: 680px;
	height: 10px;
	background: url(/img/commenttop.gif);
	margin-bottom: 0px;
	padding: 0px;	
}

.commenttopadmin {
	width: 680px;
	height: 10px;
	background: url(/img/commenttopadmin.gif);
	margin-bottom: 0px;
	padding: 0px;	
}

.commentbot {
	width: 680px;
	height: 21px;
	background: url(/img/commentbottom.gif);
	margin-top: 0px;
	padding: 0px;	
}

.commentbotadmin {
	width: 680px;
	height: 21px;
	background: url(/img/commentbotadmin.gif);
	margin-top: 0px;
	padding: 0px;	
}

.commentstext {
	padding: 0 10px 0 10px;
	margin-top: 0px;
	margin-bottom: 0px;	
}

.commentstextadmin {
	padding: 0 10px 0 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFFFFF;
}

.commentby {
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.commentbyadmin {
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.commentbackg {
	background: url(/img/commentbackg.gif) 0 0 repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;	
}

.commentbackgadmin {
	background: url(/img/commentbackgadmin.gif) 0 0 repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;	
}

/* inventory, jebus
------------------------------------- */
.shopkeep {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

#inventory {
}

.invcheckbox {
	padding: 0;
	margin: 0 5px 0 5px;
}

#inventory div {
	border: 1px solid #E3E3E3;
	margin-bottom: 5px;
	padding: 3px;
	font-size: 11px;
	overflow: hidden;
}

#inventory span {
	font-size: 10px;
}

#inventory div:hover {
	border: 1px solid #3366FF;
}

#inventory img {
	border: 2px solid #E3E3E3;
	margin: 0 5px 0 5px;
}

#inventory img:hover {
	border: 2px solid #666666;
}

/* news
------------------------------------- */
.newsbox {
	border: 1px solid #FFFFFF;
	padding: 5px;
	margin: 0 0 5px 0;
	clear: both;
	overflow: hidden;
	height: 100%;
	min-height: 100%;
	height: 100%;
	min-height: 100%;
}

.newsright {
	height: 100%;
	width: 650px;
	float: left;
}

/* linking sections
------------------------------------- */


#sidebar li a:link, #sidebar li a:visited, #sidebar li a:active {
	margin-bottom: 2px;
	padding: 4px;
	width: 170px;
	display: block;
	text-decoration: none;
	color: #000000;
	text-decoration: none !important; /*IE6*/
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	background: url(/img/nav_back_hover.gif) 0 100% repeat-x;
}

#sidebar li a:hover {
	color: #003366;
	border-color: #0066CC;
	background: url(/img/nav_back_hover2.gif) 0 100% repeat-x;
}

/* magemaster
------------------------------------- */

.purchase {
	float: right;
	padding: 10px;
	margin: 10px;
	background-color: #FDFE9E;
	width: 200px;
	border: 1px solid #FDE783;
	/*filter:alpha(opacity=75);
	opacity: 0.5;*/
}

/* avatar
------------------------------------- */

.avatar {
	float: left;
	border: 3px solid #666666;
	margin: 10px 3px 0px 0px;
}
	
.avatar:hover {
	border: 3px solid #333333;
}
	
.avatar a:link, .avatar a:hover, .avatar a:visited, .avatar img {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
	
/* text links
------------------------------------- */

a:link, a:visited {
	padding: 0 0 1px 0;
	text-decoration: none;
	color: #003366;
}
	
a:hover {
	color: #FF9900;
}
	
/* chatsphere
------------------------------------- */

a.srollover {
    display: block;
    width: 62px;
    height: 16px;
    background: url("img/spam.gif") 0 0 no-repeat;
    text-decoration: none;
}

a:hover.srollover {
    background-position: -62px 0;
}

.chatsphere { 
	clear: both;
}

.chatheadfloat { 
	overflow: hidden;
}

.subject a:link, .subject a:visited {
	font-size: 17px;
	font-weight: bold;
}

.newstext {
	font-size: 12px;
}

.chatbox a:link, .chatbox a:visited, .subject a:link, .subject a:visited {
	color: #006699;
	text-decoration: none;
}

.chatbox a:hover, .subject a:hover {
	color: #333333;
}

.chatbox, .firstchat {

	padding: 5px;
	margin: 0 0 5px 0;
	clear: both;
	overflow: hidden;
	height: 100%;
	min-height: 100%;
	height: 100%;
}

.playerbox {
	padding: 5px;
	width: 160px;
	margin: 0 0 10px 0;
	float: left;
	text-align: center;
}

.whosonline {
	border: 1px solid #E3E3E3;
	padding: 5px;
	margin: 0 0 5px 0;
	clear: both;
	overflow: hidden;
	height: 100%;
	min-height: 100%;
	height: 100%;
	min-height: 100%;
}

.playerbox span {
	font-size: 11px;	
}

.firstchat {
	background-color: #DDF3FE;
	border: 1px solid #8DD0F1;
}

.chatboxside {
	width: 100px;
	margin: 0 5px 5px 0;
	float: left;
	border-right: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
}

.wrapchatbars {
	border: 3px solid #1F1F1F;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 50px;	
}

.chatright {
	height: 100%;
	width: 510px;
	float: left;
}

.chatavatar {
	float: left;
	margin-right: 5px;
	height: 100%;
}

.chatavatar img {
	border: 1px solid #E3E3E3;
}
	
.chatcheck {
	float: right;
}

.test {
	height: 100%;
	width: 510px;
	float: left;
}

.chatmessage {
	border: 1px solid #003366;
	clear: both;
	font-size: 13px;
	color: #FFFFFF;
	padding: 5px;
	margin-bottom: 5px;
	text-align: center;
	background-image: url(/img/blue_grad.gif);
}

.chatauthor {
	width: 100px;
	margin: 0 5px 5px 0;
	float: left;
	border-right: 1px solid #003366;
}

.chatsphere span, .mailmessage span {
	font-size: 10px;	
}

/* fieldsets and legends
------------------------------------- */

fieldset {
	border: 1px solid #CDCDCD;
	margin-bottom: 30px;
	overflow: hidden;
	height: 100%;
	min-height: 100%;
	padding: 10px 10px 10px 10px;
}

fieldset p {
	font-weight: bold;
	margin: 0;
	color: #999999;
	clear: both;
}

legend {
	font-size: 18px;
	padding: 0 10px 0 10px;
	color: #003366;
}

.formfield {
	background: #CCDBF1 url(/img/form_bak.gif) repeat-x;
	border: 1px solid #E3E3E3;
	color: #003366;
	padding: 2px;
	margin-bottom: 20px;
	font-size: 18px;
}

.formfieldsm {
	background: #CCDBF1 url(/img/form_bak.gif) repeat-x;
	border: 1px solid #E3E3E3;
	color: #003366;
	font-size: 10px;
}

.formselect {
	font-size: 14px;
}

fieldset span {
	font-size: 10px;
	font-weight: normal;
}

.formfloat {
	float: left;
	margin-right: 20px;
}

.formbreak {
	clear: both;
	margin-right: 20px;
}

/* header divs
------------------------------------- */

#section {
	padding-top: 55px;
	padding-left:10px;
}

#section p {
	font-size: 20px;
	color: #FFFFFF;
	margin: 0;
	font-weight: bold;
	text-shadow: black 0.2em 0.2em 0.2em;
}

.errorbox div {
  background: #990000;
  font-size: 11px;
  color: #FFFFFF;
  padding: 10px;
  margin-bottom: 10px;
}

.errorbox a:link, .errorbox a:visited, .noticebox a:link, .noticebox a:visited {
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 11px;
}

.noticebox a:hover, .errorbox a:hover {
	text-decoration: none;
}

.noticebox div {
  background: #006699;
  font-size: 11px;
  color: #FFFFFF;
  padding: 10px;
  margin-bottom: 10px;
}

/* usershops
------------------------------------- */

.usershop {
	border: 5px solid #003366;
	width: 90%;
	color: #FFF;
	background: #006699;
	font-size: 12px;
	padding: 10px;
	margin-left: auto; 
	margin-right: auto;
	width: 50em;
}

.usershop h2, .purchase h2 {
	color: #FFFFFF;
	font-size: 13px;
}

/* miis
------------------------------------- */

.browsemii div {
	float: left;
	background-color: #EFFAF6;
	border: 5px solid #CBEEE1;
	margin: 0px 35px 30px 0;
	text-align: center;
	font-size: 14px;
	max-width: 140px;
}

.browsemii div:hover {
	background-color: #0B6396;
	border: 5px solid #0B6396;
	color: #FFFFFF;
	max-width: 140px;
}

.browsemii_lip div {
	float: right;
	background-color: #EFFAF6;
	border: 5px solid #CBEEE1;
	margin: 0px 35px 30px 0;
	text-align: center;
	font-size: 14px;
	max-width: 140px;
}

.browsemii_lip div:hover {
	background-color: #0B6396;
	border: 5px solid #0B6396;
	color: #FFFFFF;
	max-width: 140px;
}

/* flipper
------------------------------------- */

.flip {
    clear: left;
    font-size: 10px;
    margin: 0;
    padding: 8px 0;
    color: #666666;
}

.flip a, .flip span {
    background: #fff;
    display: block;
    float: left;
    margin: 0 1px 10px 0;
    padding: 2px 10px;
}

.flip a {
	border: 2px solid #E3E3E3;
}

.flip a {
    border: 2px solid #E3E3E3;
    text-decoration: none;
}

.flip a:hover {
	color: #0066FF;
    border-color: #0066FF;
}

.flip a.nextprev {
    font-weight: bold;
}

.flip span {
	border: 2px solid #FFFFFF;
} 

.flip span.here {
    color: #990000;
    font-weight: bold;
    border: 2px solid #990000;
}

.flip span.nextprev {
    color: #666;
}

.flip span.nextprev {
	color: #999;
	border: 2px solid #E3E3E3;
}

/* player lookup
------------------------------------- */

#playerlookup {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 2px solid #E3E3E3;	
}

.row1 {
	background-color: #E1FEFE;
}

.row2 {
	background-color: #FFFFFF;	
}

/* buttons
------------------------------------- */

.container {
   width : 608px;
   padding-left: 13px;
}

.button {
   margin : 0;
   padding : 0;
   list-style-type : none;
}


.button li {
   text-align : center;
   margin-bottom : 3px;
   margin-top : 3px;
   float: left;
}

.button li a {
   text-decoration : none;
   display : block;
   width: 288px;
   height: 72px;
   background-image: url(img/button_bg.gif);
}


.button li a:hover {
   text-decoration : none;
   background-image: url(img/button_bg2.gif);

}

.new {
   margin : 0;
   padding : 0;
   list-style-type : none;
}


.new li{
   text-align : center;
   margin-bottom : 3px;
   margin-top : 3px;
   float: left;
}

.new li a {
   text-decoration : none;
   display : block;
   width: 288px;
   height: 72px;
   background-image: url(img/buttonnew_bg.gif);
}


.new li a:hover {
   text-decoration : none;
   background-image: url(img/buttonnew_bg2.gif);

}
