html, body {
    background-color:black; /* To prevent the "white background flash" effect. */
}
* {
	margin: 0;
	padding: 0;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 1, 2010 11:01:21 AM America/New_York 
Pisan is useful for the index category headers.
ShangriLa is useful for the index subcategory headers.
Gazelle is useful for the h1,h2,h3 and player name headers.

*/

@font-face {
	font-family: 'PisanNormal';
	src: url('/files/fonts/PISAN.eot');
	src: local('Pisan'), local('Pisan-Normal'), url('/files/fonts/PISAN.woff') format('woff'), url('/files/fonts/PISAN.ttf') format('truetype'), url('/files/fonts/PISAN.svg#Pisan-Normal') format('svg');
}

@font-face {
	font-family: 'ShangriLaNFRegular';
	src: url('/files/fonts/SHANLN__.eot');
	src: local('ShangriLaNF'), local('ShangriLaNF'), url('/files/fonts/SHANLN__.woff') format('woff'), url('/files/fonts/SHANLN__.ttf') format('truetype'), url('/files/fonts/SHANLN__.svg#ShangriLaNF') format('svg');
}

@font-face {
	font-family: 'GazelleFLFRegular';
	src: url('/files/fonts/GazelleFLF.eot');
	src: local('GazelleFLF'), local('GazelleFLF'), url('/files/fonts/GazelleFLF.woff') format('woff'), url('/files/fonts/GazelleFLF.ttf') format('truetype'), url('/files/fonts/GazelleFLF.svg#GazelleFLF') format('svg');
}

/* Font usage examples:
h1.fontface-gazelle {font: 60px/68px 'GazelleFLFRegular', Arial, sans-serif;letter-spacing: 0;}
p.style1 {font: 18px/27px 'GazelleFLFRegular', Arial, sans-serif;}

h1.fontface {font: 60px/68px 'PisanNormal', Arial, sans-serif;letter-spacing: 0;}

		p.style1 {font: 18px/27px 'PisanNormal', Arial, sans-serif;}
		
		h1.fontface {font: 60px/68px 'ShangriLaNFRegular', Arial, sans-serif;letter-spacing: 0;}
		p.style1 {font: 18px/27px 'ShangriLaNFRegular', Arial, sans-serif;}
		p.style2 {font: 18px/27px 'ShangriLaNFSmallCapsRegular', Arial, sans-serif;}
*/


html, body {
	height: 96%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
}
.push {
	height: 40px; /* When you change this, change the .wrapper's height as well.push must be the same height as .footer's */
}
/*
Sticky Footer by Ryan Fait
http://ryanfait.com/
*/
#index-footer {
    /* When you change the total height here you have to change .push and .wrapper as well.*/
    border-top:10px solid #666666;
    padding-top:8px;
	height:20px;
    text-align:center;
    clear: both;
    width:100%;
    background-color:black;
    color:gray;
}

#index-footer a {
    color:gray;
    text-decoration:underline;
    font-size:80%;
    font-weight:normal;
    margin:3px; /* Should correspond to the border width on hover below. */
}

#index-footer a:hover {
   margin:0;
}
#index-footer a:hover {
    -webkit-transition-property: all; 
    -webkit-transition-duration: 500ms;
    -webkit-transition-timing-function: linear;
    -webkit-transition-delay: initial;
    border-top-width: 3px; border-right-width: 3px; border-bottom-width: 3px; border-left-width: 3px;
    border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid;
    border-top-color: white; border-right-color: white; border-bottom-color: white; border-left-color: white; 
    color:white;
}

.main-body {
    min-width: 800px;
}

body, td, th, textarea, input, select, h2, h3, h4, h5, h6 {
	font: 90%/1.4 arial, helvetica, sans-serif;
    /*font: 90%/1.4 'Trebuchet MS', Tahoma, Geneva, sans-serif;*/
}

dl {
    line-height:1.1;
}

body {
	/*font-family: <ideal>, <alternative>, <common>, <generic>;*/
	/*font-family: "Trebuchet MS", "Lucida Sans", Arial, sans-serif*/
	/*font-family: "Franklin Gothic", Futura, Verdana, Arial, Helvetica, sans-serif;*/
	/*font-family: Copperplate / Copperplate Gothic Light, sans-serif;*/
	/*font family: Tahoma, Arial, sans-serif;*/
	font-size: 80%;
	color: #CCCCCC;/*#9BA7B2; was whitesmoke was #BDB76B; aka DarkKhaki*/
	background-color: black;	/* Required for the ie bug */
	/*Colors:YellowGreen/Aquamarine/CadetBlue/DarkKhaki/Aquamarine*/
	/*opacity: .9;*/
}

p {
	margin: .5em 0 .5em 0;
}
hr {
	margin:1em auto 1em auto;
	border: 0;
	width: 90%;
	color: #800000;/*maroon*/
	background-color: #800000;/*maroon*/
	height: 1px;
	margin-top:.3em;
	margin-bottom:.3em;
}

h1, h2, h3, h4, h5, h6, .subtitle, .title {
	/*font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;*/
	font: 27px/36px 'GazelleFLFRegular', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	text-align:center;
	margin-top: 3px;
	margin-bottom: 3px;
	font-weight:bold;
	background:#303030 url(/images/blacktransfaderight.png) right top repeat-y;
	padding-left: 160px;
	color:#cccccc;
}
h1, h2, .title, .player-info .player-name {
	color:black;
	background-color:#BDB76B;/*DarkKhaki*/
	color:#000000;
	font-weight:bolder;
	text-align:center;
	/*font-size:1.5em;*/
    width: 70%;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:.1em;
}
h2 {
    margin-left: auto;
    margin-right: auto;
    width:50%;
    background: #9BB02D url(/images/blacktransfaderight.png) right top repeat-y;
    font-family: "univers bold condensed", impact, haettenschweiler, sans-serif;
    letter-spacing:0.1em;
}
h1 {
	background: #BDB76B url(/images/blacktransfaderight.png) right top repeat-y;
	border:none;
    padding: 0 58px 0 102px; /* Increased left padding to account for black fade image */
	font: 30px/34px 'GazelleFLFRegular', "edding-780-1","edding-780-2", Impact, Charcoal, sans-serif;
	letter-spacing: 0;
	max-width: 1000px;
	margin: 0 auto inherit auto;
}
/* Experimental css3 for the staff page*/
.ninjawars-staff h1 {
    -moz-border-radius-bottomleft: 20px; -webkit-border-bottom-left-radius: 20px; padding: 10px;
}
.ninjawars-staff h3 {
    border-radius: 5px; 
    padding: 5px 5px 5px 15px;
    box-shadow: -10px -10px 0px #666;
}

.ninjawars-staff #open-source-repository h3 {
    background-color: hsla(0,100%,50%,0.3);
    border:none;
    border-image: url(/images/border.png) 27 27 27 27 stretch stretch;
    text-shadow: white 0px 0px 4px, #FF3 0px -5px 4px, #FD3 2px -10px 6px, #F80 -2px -15px 11px, #F20 2px -25px 18px;
    font-size:30px;
}

.ninjawars-staff #latest-commit {
    color:pink;
    background-color: hsla(0,100%,50%,0.3);
}
.ninjawars-staff #latest-commit-section {
        width: 97%; height: 7em; border: 1px solid white; resize: vertical; overflow: auto; 
        /*border-image: url(/images/border.png) 27 27 27 27 stretch stretch;*/
        margin-bottom: 1em;
        max-height:20em;
}

.doshin-office .description {
    text-align:left;
    -moz-column-count: 3; -moz-column-gap: 1em; -moz-column-rule: 1px solid #333; 
    -webkit-column-count: 3; -webkit-column-gap: 1em; -webkit-column-rule: 1px solid #333;
    padding-bottom:.5em;
}

.doshin-office .description p {
    text-indent: 20px;
}


/* End of experimental css3 for the staff page */



.clan-members .subtitle {
    background-color:#BDB76B;/*DarkKhaki*/
    color:black;
}
/*
@font-face {
	font-family: 'JRandomCRegular';
	src: url('../font/jrandomc.eot');
	src: local('J Random C Regular'), local('JRandomC'), url('../font/jrandomc.woff') format('woff'), url('../font/jrandomc.ttf') format('truetype'), url('../font/jrandomc.svg#JRandomC') format('svg');
}*/
#ninjawars-title {
	font: /*'JRandomCRegular', */'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size:larger;
	color:#800000;/*maroon*/
	padding: 3px;
}
#ninjawars-title img {
	max-height:60px;
	vertical-align:middle;
	max-width:100%;
	
}

#nin1 {
    color:#A52A2A;
}
#nin2 {
    color:red;
}
#nin3 {
    color:orange;
}

ul {
	list-style-type: none;
	margin-left:1.5em;
}

img {
      border: 0;
}

select {
	font-family:Verdana, Arial, sans-serif;
	font-size: 12px;
}

a {
	text-decoration: none;
	font-weight: bolder;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #4682B4;
	/*font-family: Arial Black, Impact, Tahoma Bold, sans-serif;*/
	/*CadetBlue/YellowGreen/Turquoise/Tomatoe/SteelBlue/SlateBlue/Sienna/Brown/Chartreuse/Crimson*/
}
a:hover {
	color: white;
	text-decoration: underline;
	text-shadow: white 0 0 2px;
}

/*
a:link {} a:visited {} a:active {}
*/

.avatar img {
    width:80px;
    height:80px;
}

.member-info span {
	display: block;
	text-align: center;
	margin-bottom: 2px;
}

.member-info .original-creator {
    text-shadow: black 2px 2px 2px;
}

.player-info .avatar {
    float:right;
}

img#class-shuriken {
    width:20px;
    height:17px;
}
/* Clan avatar css set in the .member section. */

#menu a { /*Menu actions are a lighter blue to pop better on the red */
	color: #6495ED;/*CornflowerBlue;*/
}
#menu label {
    font: ‘Palatino Linotype’, ‘Book Antiqua’, Palatino, serif;
}

.extLink, a.extLink, .extLink a, #menu.extLink, #menu.extLink a, #menu a.extLink {
	color: SlateBlue;
    background: url(/images/externalLinkGraphic.gif) right center no-repeat;
    padding-right: 15px;
}

a.show-hide-link {
    background: url(/images/show_and_hide.png) left center no-repeat;
    padding: 0 16px;
    color:gray;
}

ol.aboutUpper {
	list-style-type: upper-roman;
	margin-left: 0;
}
ol.aboutLower {
	list-style-type: lower-alpha;
	margin-left: 0;
}

input.shopButton {
	font-family: Verdana,Arial,sans-serif;
	font-size: 9px;
	width: 100px;
	letter-spacing: 1px;
}
input.formButton {
	font-family:Verdana,Arial,sans-serif;
	font-size: 9px;
	letter-spacing: 1px;
}
input.textField {
	font-family:Verdana, Arial, sans-serif;
	font-size:small;
}
div.description {
	text-align: center;
	border-bottom: thin solid #ccb094;
	margin-top: 10px;
	margin-bottom: 20px;
}
form input#become-a-ninja {
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}
fieldset { 
    border:2px groove #800000; 
    margin-bottom: .5em;
    padding-left: .5em;
    padding-bottom: .5em;
}
form#signup {
	margin-top: 1em;
	margin-bottom: 1em;
}
form#signup label {
    float:left;
    clear:left;
    margin-right:1em;
    text-align:right;
    display:block;
    font-weight:bolder;
	height: 3em;
	width: 7.5em;
}
form#signup input, form#signup select {
    display:block;
    margin-right: 2em;
    margin-left: 1em;
    color:#66cc66;
    background-color:black;   
}
form#signup input:focus, form#signup select:focus {
    color:black;
    background-color:white;
}
form#signup fieldset span {
    float:left;
    font-style:italic;
}
legend {
  padding: 0.2em 0.5em;
  margin-right: 2em;
  border:2px solid #800000;
  color:#ffffff;
  font-weight:bolder;
  font-size:90%;
  text-align:center;
}



/*TABLES, general and specific */

table {
	border-collapse:collapse;
	border:none;
}
.outer-table {
   	border-top: 1px solid DarkKhaki;
	border-left: 1px solid DarkKhaki;

}
th {
	text-align: center;
	font-weight: bold;
	vertical-align: baseline;
}
td {
     font-family: arial, helvetica, sans-serif;
     font-size: 12px;
     line-height: 0.8;
     padding-left: 8px;
     padding-right: 8px;
     padding-top: 0;
     padding-bottom:1px;
}
tr {
	background-color:#333333;
}
.odd {
	background-color:#3D3D3D;
}
table.playerTable {
	width: 100%;
	background-color: #ccb094;
}
table.playerTable .classCell div {
	height:100%;
	width: 60%;
}
table.playerTable .classCell img {
	vertical-align:middle;
}

/* Profile and Player list Class Colors */
table.playerTable .Red, .player-info .Red { /* Class Colors */
	color:red;
	background-color:black;
}
table.playerTable .White, .player-info .White {
	color:white;
	background-color:black;
}
table.playerTable .Blue, .player-info .Blue {
	color:blue;
	background-color:white;
}
table.playerTable .Black, .player-info .Black {
	color:black;
	background-color:white;
}

table.playerTable .Gray, .player-info .Gray {
	color: gray;
	background-color: black;
}

.player-status, .ninja-error {
    margin: 0 auto 0;
    display:inline-block;
    border: 1px solid #BDB76B;/*DarkKhaki*/
    -webkit-border-radius:16px;
    -moz-border-radius:16px;
    -op-border-radius:16px;
    border-radius:16px;
}
/* Note that ninja-error is used below as well. */

.your-stats #player-profile-section {
    margin: 10px 0 10px 0;
    text-align: center;
    float:right;
}
.your-stats #player-profile {
    border:1px solid gray;
}

.player-profile {
    margin: .1em auto .1em;
    width: 80%;
}

.profile-message {
    overflow: auto;
    max-height: 10em;
	padding-bottom: 4em;
}

.your-stats #profile-edit {
	float:left;
}
.your-stats hr {
	clear:both;
}

#player-profile-attack .attacking-choices {
    border:none;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}
#player-profile-attack span.duel, #player-profile-attack .blaze, #player-profile-attack .deflect {
    border:none;
    padding: 1px;
}
#player-profile-table #skills-section, #player-profile-table #inventory-items {
    border:none;
    padding: 5px;
    text-align: center;
}

#skills-list form {
	margin-top:.5em;
	margin-bottom:.5em;
}

.playerTable th {
	text-align: left;
	background-color: #555555;
	padding-left: .8em;
	padding-bottom: .4em;
}
.playerTable td {
	line-height: 1.6em;
}
td.playerTable {
    text-align: left;
    background-color: #333333;
}
.playerTable .levelCell {
	padding:0;
	line-height:1.5;
}
.playerTable .levelCell div {
	height:100%;
	width:60%;
}
.playerTable .novice, .player-info .novice { /* Level categories */
	color:black;
	background-color:LightGray;
}
.playerTable .acolyte, .player-info .acolyte {
	color:black;
	background-color:DarkGray;
}
.playerTable .ninja, .player-info .ninja {
	color:maroon;
	background-color:black;
}
.playerTable .elder-ninja, .player-info .elder-ninja {
	color:DarkKhaki;
	background-color:#8B0000;
}
.playerTable .master-ninja, .player-info .master-ninja {
	color:white;
	background-color:maroon;
}
.playerTable .shadow-master, .player-info .shadow-master {
	color:black;
	background-color:red;
}
.DeadRow td, .DeadRow td div, .DeadRow td span {
    background-color: black !important;
    color:gray !important;
}
.DeadRow .classCell {
	color:black !important;
	background-color:black !important;
}
.DeadRow .levelCell {
	color:gray !important;
	background-color:black !important;
}


.DeadRow a {
	color: rgb(40, 40, 160); /*Darken links to dead players */
}



#flashBanner {
	width:90%;
	text-align:center;
	float:none;
	margin-left:5px;
}

/* COLUMNS */
#leftColumn {
	 width:10%;
	 float:left;
	 /*padding-left:10px;*/
}
#centerColumn {
	 width:65%;
	 float:left;
	 min-height:600px;
	 height:800px;
}
#rightColumn {
	 width:25%;
	 float:left;
}

#logo {
	 /*width:10%;*/
	 text-align:center;
	 display:block;
	 margin-top:10px;
	 margin-bottom:10px;
}
#logo img {
	width:50px;
	height:42px;
}

/* Logo when added as a link back in pages lacking an outer iframe */
#logo-appended {
    clear:both;
	float:left;
	width:100px;
	margin-right: .5em;
	display: none;
}

body.solo-page {
    margin: 10px 30px 10px 30px;
}
body.solo-page h1 {
    margin-bottom:2em;
}

body.solo-page #logo-appended {
	display: block; /* Display the logo on solo pages */
}
body.solo-page h1 {
    display:block;
    clear:both;
}
#logo-appended img {
	width: 100px;
}

.main-body { /* For the index page's background image only. */
	margin:0;
	/*background:url("../images/Koi_1_by_Alegion_stock.png"); Commented out until ie background is set */
	background-color:black;
	background-repeat: no-repeat;
	background-position:center;
	background-attachment:fixed;
}


.brownTitle { /*deprecated*/
    color: #ff9900;/*ccb094;*/
    font-weight: bold;
    text-align: center;
}

.brownHeading {/*deprecated*/
    color: #D26600/*ff3300FEDB32*/;
    font-weight: bold;
}


#menu {
	width:100%;
	height:40px;
	line-height: 40px;
	/*font-size:12px;*/
	padding:0;
	margin: 0 0 3px;
	text-align:center;
	border-bottom:maroon thin solid;
	background:#4f0101 bottom url("../images/bg_top_maroon.jpg") repeat-x;
}
#menu ul {
	float:left;
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
}
#menu-start {
	height:100%;
	float:left;
	text-align:left;
}
.play-button {
	margin:0;
	padding:0;
	width:12px;
	height:10px;
	display:inline;
}
#menu-info {
	height:100%;
	float:left;
	text-align:center;
}
#menu-info ul {
	padding: 0 .3em 0;
}

.centered {
	text-align: center;
}

.created-by { /*currently unused */
	display:none;
	margin-top:10px;
	margin-bottom: 30px;
	text-align: center;
	color:darkGray;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 10px;
}
.boxes {
	padding: 3px 0 3px 5px;
	background:transparent url(../images/bg_top_bar_teal.png) no-repeat scroll top left;
}
#right-column .boxes {
	background:transparent url(../images/bg_top_bar_teal_right.png) no-repeat scroll top right;
}
.main-body .active {
	background:transparent url(../images/bg_top_bar_maroon.png) no-repeat scroll 0 0;
}
#right-column .main-body .active {
	background:transparent url(../images/bg_top_bar_maroon_right.png) no-repeat scroll top right;
    background-position: top right;
}
.main-body .passive {
	background:transparent url(../images/bg_top_bar_grey.png) no-repeat scroll 0 0;
}
#right-column .main-body .passive {
	background:transparent url(../images/bg_top_bar_grey_right.png) no-repeat scroll top right;
    background-position: top right;
}

.main-body .special {
	background:none;
	text-align:center;
}
.boxes ul {
	padding-left:10px;padding-right: 0;margin-left:0;margin-right:0;
	margin-top:0;
	margin-bottom:0;
	list-style-image:none;
	list-style-type:none;
}
.boxes ul ul {
	list-style-type:circle;
	padding-top:0;
	margin-top:0;
	padding-bottom:0;
	margin-bottom:0;
	padding-left:15px;
}

#leftColumn .box-title {
	text-align:center;
}
#rightColumn .box-title {
	text-align:center;
}

#three-columns { /* contains all the columns */
}
.column { /* class for repeated columns */
	overflow:auto;
}

/* IFRAMES */
iframe {
    border:none;
}

#mini_chat { /* iframe itself */
	width:100%;
	height:99%;
	border: 0;
}
#mini-chat-frame-container { /* div */
	width:100%;
	overflow:auto;
}
.chat-collapsed {
    height: 400px;
}
.chat-expanded {
    height: 880px;
}
.active-members-count {
	font-size:smaller;
	font-style:italic;
	color:gray;
}

#latest-message-title {
    display:block;
}
#recent-mail {
    height:2.5em;
    width:100%;
    overflow:hidden;
}
#recent-event {
    max-height:2.5em;
    width:100%;
    overflow:hidden;
}


.chat-messages, #message-list {
    margin-top:0;
    list-style-type:none;
}
.chat-messages dt, #message-list dt {
    clear:left;
    float:left;
    margin-right: .5em;
}
.chat-messages .chat-message a {
    font-size:smaller;
}
.chat-messages dt a { /* Breaks the formatting if the a is too large. */
    font-size:1em;
    font-size:smaller;
}
.chat-messages .chat-time, #message-list .message-time {
	font-family: Trebuchet MS1, Helvetica, sans-serif;
	font-size: .8em;
	font-style:italic;
	color: gray;
	display:inline-block;
}
#expand-chat {
    border: 1px dashed darkblue;
}

#full-chat .chat-messages {
    font-size:1em;
}

#post_msg {
    margin-top:0;
    margin-bottom:0.5em;
}

.quickstats {
    margin: 0;
}

#quickstats {
	width: 100%;
	height: 6em;
	border: 0;
}
#quickstats-and-switch-stats a {
    font-size: 85%;
}
#quickstats-and-switch-stats .centered {
    margin-bottom: 1em;
}

/*Quickstats styles*/
.quickstats dt {
    clear: right;
    float: left;
    margin-right: .2em;
}

.quickstats dd {
    margin-left: 50%;
}

.quickstats {
    width:90%;
    margin-right: auto;
    margin-left:auto;
}

.main-iframe { /* class for the main iframe */
	 min-height:500px;
	 height:88%;
	 width:100%;
	 border:0;
}

/* End of IFRAMES */


/* Index page specific stuff */

#music-player {
	width:70px;
	height:24px;
}

#heal-link {
    font-size: 1.2em;
}

#combat-link {
    font-size: 1.2em;
}

#ninja-count p {
    margin:0;
}

#contact-us img {
    max-width:98%;
}

/* End of Index page stuff */


.textField {
	background-color:black;
	color:white;
}

.formbutton, .formButton {
	background:black;
	color:SkyBlue;
	font-weight:bold;
}

/* Login menu and login-bar config */
.login-menu { /* See also the #menu entry */
	font-family: helvetica,Verdana,sans-serif;
}
.login-menu #menu-start {
	width:50%;
	font-size:15px;
}
.login-menu #menu-start .logged-in-bar {
    padding-left: .5em;
}

.login-menu #menu-info {
	width:40%;
}

.login-menu #menu-end {
	width:10%;
}

.login-menu #menu-end span {
    padding-right: .5em;
}

#login-bar {
	margin:-2px 17px 0;
}
#login-bar .itext {
	width: 100px;
	height: 15px;
	background:maroon;
	color:#66cc66;
	/*border: 0;*/
	font-weight:bold;
}
#login-bar label {
	font-weight:bold;
}
#login-bar form {
	margin:0;
}
#login-bar form input {
    height:1.5em;
    vertical-align: middle;
}
#login-bar form #login-button {
    height:2em;
    vertical-align:middle;
    padding: .1em .2em .1em;
}
#login-bar div.text {
	/*color:#707E77;*/
	/*color:lightGreen;*/
	font-size:15px;
	line-height:30px;
	vertical-align:middle;
}
#login-bar div.text a, #login-bar div.text span, #login-bar div.text label {
	font-size:11px;
}

/* Errors and Notices and the Like */

.ninja-error {/* Note that ninja-error is used above as well. */
	color:#735005;
	background-color:#F4A83D;
	border-bottom:1px solid #D6800C;
	font-family: ‘Trebuchet MS’, Helvetica, sans-serif;
	font-weight:bold;
	font-variant:small-caps;
	font-size:120%;
	padding: 3px;
}

.ninja-notice {
	color:Brown;
	background-color:DarkKhaki;
	font-family: Tahoma, Geneva, sans-serif;
	text-align:center;
	font-weight:bold;
	padding: 3px;
	border-top-right-radius: 20px 20px;
	border-bottom-left-radius: 20px 20px;
}

.injured, .Injured, #health-status .injured {
    font-weight:bold;
    color:black;
    background-color:#c75600;
    border: 1px solid #c75600;
}
/*
.player-clan .subtitle {
	background-color:white;
}*/
.clan-members .injured {
    background-color:maroon;
    color:black;
}

.clan-members .injured a:link {
    color: black;
}

.clan-members .injured a:visited {
    color: black;
}

.Frozen {
    background-color:#87CEEB;
    font-style:italic;
    color: red;
}

.error {
	text-align:center;
	color:Red;
	background-color:Gold;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight:bold;
	font-size:150%;
	padding: 3px;
}

.notice, .informational {
	color:Black;
	background-color:#8AC575;
	font-family: ‘Lucida Console’, Monaco, monospace;
	text-align:center;
	font-weight:bold;
	font-size:130%;
	padding: 3px;
}

.notice a, .informational a {
	color:Blue;
	font-family: ‘Lucida Console’, Monaco, monospace;
}

/*List all players and player profile styles*/
.active-players ul, .clan-members ul {
    margin:0;
    padding:0 0 0 1em;
    border:1px dashed #00008B;
    overflow:hidden;
}
.active-players li, .clan-members li {
    display: inline;
    list-style-type: none;
    padding-right: 5px;
}
.player-list-nav .current-page {
    color:#1c1;
    border:thin #1c1 solid;
}
.player-list-nav .page-counter {
    font-family:Verdana,Arial,san-serif;
    font-size:x-small;
    text-align:center;
}
.player-list-nav a {
    text-decoration:none;
}
.player-list-nav form {
    margin:0;
    padding:0;
    text-align:center;
    font-weight:bold;
}
.player-info .clan-members {
    text-align:center;
}
.player-info .player-stats, .player-info .player-clan {
    margin-bottom: 1.5em;
}
#player-profile-table {
    width:100%;
    text-align:center;
}
#player-profile-attack {
    width:100%;
    text-align:center;
    margin:0;
    padding:0;
}

.player-info .Dead {
	background-color:maroon;
	color:red;
}

.enemy-list .enemy-dead, .status-dead {
    background-color:#202020;
    color:maroon;
}
.status-dead a {
	background-color:#202020;
	color:maroon;
}
#recent-attackers li {
	display:inline;
	margin-right: 1em;
}

.player-info .Stealthed {
	background-color:gray;
	color:maroon;
}
.red {
    color: #DC143C;
    background-color:red;
}
.hidden {
    display:none;
}
.skill_use {
	margin-top: .5em;
}
.attack-player-trigger {
	display:block;
	margin-top: 1em;
}

/* Clan leader options */
#leader-panel {
    width: 40%;
    float:left;
    text-align: center;
    border: thin solid white;
    padding-bottom: 5px;
}
#leader-panel ul {
    list-style-type: none;
    margin: 3px;
    height: 2.3em;
}
#leader-panel li {
    width: 49%;
    float: left;
}
#leader-options {
    padding: 5px;
    width: 100%;
}
#leader-panel-title {
    font-weight: bold;
    text-align: center;
}
#clan-options {
    width: 50%;
    float: right;
    list-style-type: none;
}

/* Player tags */
#player-tags .player-tag {
	float:left;
	margin-right: 1em;
}

/* Clan info section */
#clan-avatar-section {
    max-height:110px;
    max-width:650px;
    overflow:auto;
}

#clan-avatar-section #clan-avatar {
    max-height:100px;
    max-width:600px;
}

/*  Clan tags section */
#clan-tags {
    clear: both;
    padding-top: 3px;
}
.clan-tag {
    color: blue;
    background-color: maroon;
    float:left;
    margin: 5px;
    list-style-type: none;
	padding: 0px 8px 0 8px;
}

/* Clan member tags styles */
#clan-members .member, #player-tags .player-tag a {
    color: #F1D98C;
    background-color: #712800;
    padding-left: .3em;
    padding-right: .3em;
}
#clan-members {
    clear: both;
    margin-top: 3px;
}
#clan-members ul {
    list-style-type: none;
}
#clan-members-title {
    margin-bottom: 3px;
}
#clan-members-count {
    margin-bottom: 1em;
    text-align: center;
}
#clan-members .member-info {
    float:left;
    margin:5px;
}
/*
#clan-members .member {
    color: #F1D98C;
    background-color: #712800;
    padding-left: .3em;
    padding-right: .3em;
}*/

/*  End of Clan Tags section */

#clan-tags .size10 { /* Reverse the biggest tag color */
    color: maroon;
	background-color: #4682B4;
    font-family:tahoma, sans;
}
#clan-tags .size10 a {
    color: maroon;
	background-color: #4682B4;
    font-family:tahoma, sans;
    text-shadow: black 2px 2px 2px;
}
.size10 {
    font-size: 5.5em;
}
.size9 {
    font-size: 5em;
}
.size8 {
    font-size: 4.5em;
}
.size7 {
    font-size: 4em;
}
.size6 {
    font-size: 3.5em;
}
.size5 {
    font-size: 3em;
}
.size4 {
    font-size: 2.5em;
}
.size3 {
    font-size: 2em;
}
.size2 {
    font-size: 1.5em;
}
.size1 {
    font-size: 1em;
}

/*   Attack player page css */
#attack-player-page li {
    margin: .2em .3em .2em .2em;
	display:inline;
	margin-left: 1em;
	/*list-style-type:circle;
	background-color:purple;*/
}
#attack-player-page ul {
    margin:0;
    padding:0;
}

#page-404 {
	background-color: black;
	color: white;
}

.q-and-a .question {
    color: #D26600;
    font-weight: bold;
}

.q-and-a .answer {
	text-align: justify;
}

.developer {
	border-left:thin #8B0000 solid;
	border-top:thin #8B0000 solid;
	margin: .5em 0 .5em 0;
	padding: .3em 0 .5em .2em;
}

.developer .social-networks {
	color:#cc3333;font-weight:bold;
}

.developer .developer-image {
    float:right;
    vertical-align: bottom;
}

.other-credits ul {
    list-style-type:square;
}

#project-languages tr {
	background-color:white;
}

#latest-commit-section {
    font-size:1.1em;
}

#latest-commit {
    border-bottom: thin green dashed;
    padding-left: .5em;
    color: greenYellow;
}

#page-404 {
    font-size: 1.5em;
}
#page-404 p {
    margin-bottom: .5em;
}

#page-404 #support-email {
    font-size: .8em;
}

/* Main Landing Page */

#create-a-ninja {
    font-size:2em;
}
#progression {
	text-align:center;
	margin: .2em 0 .5em 0;
	font-size:1.7em;
	font-family: "univers bold condensed", impact, haettenschweiler, sans-serif;
	/*font-family: Impact, sans-serif;*/
	font-variant: small-caps;
}
#progression a {
	font-family: Impact, sans-serif;
}
#progression .down-arrow {
	height:35px;
}
#progression p {
	margin: 0;
}
#progression p:first-child {
	font-size:larger;
}


/* User Messages Page */

.message-unread, .event-unread {
    font-weight:bold;
    background-color:DarkSlateBlue;
    color:white;
}
#messages-icon {
	height:15px;
}

#message-inbox {
    font-size: 1.3em;
    font-weight:normal;
}

#clan-mail-section {
    width: 50%;
    margin-left:auto;
    margin-right:auto;
    float: left;
}

.messages #ninja-search {
    margin: 10px;
    width:30%;
    float:left;
    margin-left:auto;
    margin-right:auto;
}

.messages ul {
    padding-left:5px;
}

.messages h2 {
    margin: 0 0 5px 0;
}

.messages #clan-and-search {
    margin: 0;
    padding: 0;
    clear: both;
}

.messages #delete-messages {
    float:left;
    width:20%;
}

.messages #message-list {
    clear:both;
}

.message-nav {
    margin-top:1em;
    clear:both;
}

#clan-mail-section form {
    margin-left:auto;
    margin-right:auto;
}

#clan-mail-section textarea {
    width:50%;
    height:3em;
    margin-left:1em;
}

#message-sent-to {
    clear:both;
}

.player-communications .FormButton {
    display:block;
}
.events #event-list {
    padding:0 0 0 1em;
}

/* NEW INDEX REWRITE CSS */


#left-column {
    float:left;
    width:15%;
}
#center-column {
    float:left;
    width:65%;
}
#right-column {
    float:left;
    width:20%;
}
.header-section {
    height:6em;
    border-bottom: thick solid #330000;
    color:white;
}
#ninjawars-home {
    background-color:black;
    color: white;
}
#logged-in-bar {
    margin-left:1em;
    width:100%;
    font-size:1.5em;
}

#reactive-panel {
    height:100%;
    background-color:black;
    color: white;
}

#logout {
    float:right;
	margin-right: 3px;
}

#logout a {
    font-variant:small-caps;
	height: 100%;
	width: 100%;
}

/* reactive-panel subparts */
#category-bar {
    margin: .2em 0 0 0;
    height:75%;
    width: 100%;
    background: black;
    color:white;
    font-weight:bold;
    font-size: 1.7em;
    font:30px/34px 'PisanNormal',Georgia,Times,serif;
    letter-spacing: 0;
    text-transform:uppercase;
}
#category-bar ul {
    height:100%;
    margin: 0;
    padding: 0;
    display: inline;
}
#category-bar li {
    margin: 0;
    padding: 0;
    width:33%;
    height:100%;
    float:left;
    text-align:center;
}
#category-bar a {
    font:30px/34px 'PisanNormal',Georgia,Times,serif;
    letter-spacing: 0;
}
#category-bar a img {
    vertical-align:top;
}
/*
#category-bar #status-actions {
    background: url(/images/ninja_silhouette_50px.png) no-repeat top center;
}
#category-bar #combat-actions {
    background: url(/images/50pxShuriken.png) no-repeat top center;
}
#category-bar #village-actions {
    background: url(/images/pagodaIcon_60px.png) no-repeat top center;
}*/

#subcategory-bar {
    height:25%;
    width:100%;
    float:left;
    text-align:center;
    line-height:2em;
    text-transform:uppercase;
}
#subcategory-bar a {
    font: 18px/27px 'ShangriLaNFRegular', Verdana, sans-serif;
    letter-spacing: 0;
    font-weight:bold;
}
#subcategory-bar a:hover {
    font: 18px/27px 'ShangriLaNFRegular', Verdana, sans-serif;
    text-decoration:none;
    font-weight:bold;
}

#subcategory-bar ul {
    margin: 0 0 0 5px;
    padding:0;
    background-color:#330000;
    color:white;
    float:left;
    overflow:hidden;
    width:33.333%;
    margin-left:auto;
    margin-right:auto;
}

#subcategory-bar li {
    display:inline;
    margin: 0 2px 0 1px;
}
#subcategory-bar ul#self-subcategory {
    float:left;
    margin-left:0;
}
/*#subcategory-bar ul#combat-subcategory {
}*/
#subcategory-bar ul#village-subcategory {
    float:right;
    margin-right:0;
}

.faq .brownHeading, .faq hr {
	margin-top:.5em;
	margin-bottom:.2em;
}

/* End reactive-panel */

/* Signup form */
form #signup .submit {
	margin-top:2em;
}
select option #red-class-select {
	color:maroon;
}
select option #black-class-select {
	background-color:black;
	color:white;
}
select option #white-class-select {
	font-weight:bold;
}
select option #blue-class-select {
	color:blue;
	font-weight:bold;
}

.usage-mod-result {
	margin-top: 10px;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border: 1px solid gray;
	padding: 10px;
}

.debug {
    border:2px red dashed;
    font-size: 12px;
    color:white;
    background-color:black;
    font-weight:bold;
}

#npc-list li {
	white-space: nowrap;
}
