﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
body
{
    background-color: #ffffff;
    font-size: .75em;
    font-family: Verdana, Helvetica, Sans-Serif;
    padding: 0;
    color: #696969;
	width: 950px;
	margin: 0 auto;
	/*font-size:62.5%;*/
	/*background: #fff url(bg.png) top center repeat-y;*/
}
img { border: 0 }

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    color: #1d60ff;
    text-decoration: none;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
#content 
{
	width: 950px;
	margin-top: 25px;
	margin-bottom: 35px;
	float:left;
}

#sidebar 
{
	width: 220px;
	float:left;
}

#main
{
	width: 505px;
	margin-left: 250px;
}

#sidebar2
{
	width: 166px;
	float:right;
}

#main2
{
	width: 696px;
	float: right;
}

#footer
{
	clear: both;
	padding-bottom: 35px;
	background-image: url(/Content/bg_footer.gif);
	background-position:top;
	background-repeat:repeat-x;
}
/* footer
 ----------- */
#footer-links
{
	padding-top: 20px;
	padding-left: 30px;
	margin: 0;
	color:#5a5a5a;
}
#footer-links li
{
	margin-left: 0.5em;
	margin-right: 0.5em;
	display: inline;
}
#footer-links a 
{
	font-size:0.95em;
	text-decoration: none;
	font-weight:bold;
}
.current { font: bold 0.95em "Tahoma"; color: #466a8e }

#copyright 
{
	padding-top: 20px;
	float:right;
	color:#5a5a5a;
	font-family:"Tahoma";
	font-size:1em;
	margin-right: 15px;
}
#copyright a
{
	font-size:1em;
	font-weight:normal;
}

/* TAB MENU   
----------------------------------------------------------*/
ul#menu
{
    border-bottom: 1px #5C87B2 solid;
    padding: 0 0 2px;
    position: relative;
    margin: 0;
    text-align: right;
}

ul#menu li
{
    display: inline;
    list-style: none;
}

ul#menu li#greeting
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul#menu li a
{
    padding: 10px 20px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #e8eef4;
    color: #034af3;
}

ul#menu li a:hover
{
    background-color: #fff;
    text-decoration: none;
}

ul#menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul#menu li.selected a
{
    background-color: #fff;
    color: #000;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
/*  padding: 6px 5px; */
/*  text-align: left; */
/*  background-color: #e8eef4; */
  border: solid 1px #e8eef4;   
}

/* MISC  
----------------------------------------------------------*/
ul { list-style: none; padding: 0; }

.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    margin-top:40px;
}

div#title
{
    display:block;
    float:left;
    text-align:left;
}

#logindisplay
{
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
}

#logindisplay a:link
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:visited
{
    color: white;
    text-decoration: underline;
}

#logindisplay a:hover
{
    color: white;
    text-decoration: none;
}

.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.top10 { margin: 2px 0 0 10px; width: 260px; font-size:90%; float:left; }
.top10 h4 { position:relative; background: #66bbfe; padding: 3px; margin:0; }
.top10 h4 img { position:absolute; top:-2px; }
.top10 table { width: 100%; }
.top10 span { margin:0 0 0 40px; }
.topgroup { float:left; clear:both; }

/*
home page styles
*/
.title {margin-bottom:4px; height:13px;}
.form-inline
{
	margin-bottom: 41px
}

.text-field 
{
	background: url(../i/bg_textfield.gif) no-repeat left center;
	width: 167px;
	height: 24px;
	margin-right:8px;
	float: left;
}

.text-field input {
	color:#ffffff;
	font-family:"Tahoma";
	font-size:1.2em;
	border: none;
	background: transparent;
	padding: 0;
	margin: 3px 0 0 10px;
	vertical-align: middle;
	width: 157px;
}

.stats 
{
	color:#5a5a5a;
	font-family:"Tahoma";
	font-size:1.1em;
	margin-top: 0;
	margin-bottom: 1.5em;
	padding-left:0;
	line-height: 1.8em;
	list-style: none;
}
.stats a
{
	font-size: 1em;
	font-weight:normal;
}

.nb
{
	margin-left:0;
}
.rb
{
	margin-left: 5px;
}
.rb li 
{
	background:url(../i/bullet.gif) left center no-repeat;
	padding-left: 14px;
}

#promo 
{
	margin: 30px 0px 30px 0px;
}

.ticon { vertical-align: middle; margin-right: 3px; }

h1 { font-family: "Trebuchet MS", Tahoma, sans-serif; }
h2 { font-family: "Trebuchet MS", Tahoma, sans-serif; font-size: 1.5em; color:#5685A7; font-weight: normal; text-transform: uppercase; margin: 0 0 0.2em; }
h2 em { font-weight: bold; font-style: normal; color: #2A6087; }
h3 { font-family: "Trebuchet MS", Tahoma, sans-serif; color:#5685A7; font-weight: normal; text-transform: uppercase; }
h4 { font-family: "Trebuchet MS", Tahoma, sans-serif; }

.messages { margin-top: 10px; }
.msg_preview { margin: 0 0 0.7em; }
.msg_preview p { font-style: italic; font-size: 0.9em; margin-bottom: 0.1em; }
.msg_preview h4 { font-size: 0.9em; margin: 0 0 0 6px; color: rgb(60, 60, 60); }
.msg_preview a { font-size: 0.9em; }
.featured { list-style-type:none; float:left; padding: 0; margin: 15px 0 20px 10px; }
.featured li { float:left; width:235px; margin: 0 10px 15px 0;}
.featured li:hover { background: #e4f4FF; }
.featured li a { display:block; font-weight: normal; text-decoration: none; }
.featured li span { color: #5A5A5A; font-family: "Tahoma", sans-serif; font-size: 0.9em;}

/*
home page styles
js-kit styling for character page
*/

#rss { float: right; }
#rss img { vertical-align: middle; }
#rss a { margin: 0 0 0 4px; vertical-align: middle; }

.js-singleCommentText { margin-left: 10px; color:#303030;}
#comments { margin-top: 20px;}
#comments .js-singleComment { border: 0;}
#comments .js-kit-comments { margin-top: 8px; }
#comments .js-singleCommentDate { float: right; }
#comments .js-singleCommentBody
{
  border-color: #A0A0A0;
  border-style: dotted none none;
  border-width: 1px;
  padding: 0;
}
#comments .js-singleCommentDepth0 { border-width: 0; }
#comments .js-singleCommentHeader { background: url(/Content/reply2.gif) no-repeat 3px 2px; }
#comments .js-singleCommentDepth0 .js-singleCommentHeader { padding:3px; background: #DAE1E8 url(/Content/comment.gif) no-repeat 3px 5px; }
#comments .js-singleCommentCtls { margin: 0 0 4px; }
.js-singleCommentTitle {margin: 0 0 0 15px; float: left;}
.js-commentTool { display: none; }