/*  CSS Document for the LoGD Dark Forest skin by Robert Riochas, based on amber skin by Ben Wong 
**  General Tag Defaults
*/

/** tables **/
table {
}
td {
    font-family: "Verdana","Arial",monospace;
    font-size: 11px;
}
/** links **/
a {
    color: #F2F2F2;
    text-decoration: none;
    background-color: #003739;
}
a:hover { 
    color: #FF0000;
    text-decoration: none;
    background-color: #000000;
}
/** input fields (e.g. village chats) **/
input {
    font-family: "Verdana","Arial",monospace;
    font-size: 10px;
    background-color: #333366;
    border: 1px solid #4682B4;
    color: #F2F2F2;
}
/** select boxes (e.g. user preference drop-downs) **/
select {
    background-color: #333366;
    border: 1px solid #4682B4;
    color: #F2F2F2;
}
/** the main page heading (e.g. "Degolburg, the Capital City", "LoGD News") **/
.pagetitle {
    font-family: "Verdana","Arial",monospace;
    font-size: 14px;
    font-weight: bold;
    color: #B5B5B5;
    background-color: #003739;
}
/** nav menu categories (e.g. City Gates, Store Street, Info) **/
.navhead {
    text-decoration: none;
    width: 175px;
    border: thin none #4682B4;
    height: auto;
    padding: 1px;
    line-height: 18px;
    float: left;
    clear: none;
    background-color: #003739;
    font-size: 12px;
    font-weight: bold;
    color: #F5F5F5;
    text-align: center;
}
/** help for nav menu categories **/
.navhelp {
    text-decoration: none;
    width: 175px;
    height: auto;
    padding: 1px;
    float: left;
    clear: none;
    border: thin none #4682B4;

}
/** nav hot keys (e.g. [F]orest, [T]ravel) **/
.navhi {
    background-color: #003739;
    width: 0px;
    color: #6495ED;
    text-decoration: none;
    padding: 1px;
}
/** input fields (e.g. the textarea in YOMs) **/
.input {
    background-color: #666666;
    border: 1px solid #4682B4;
    color: #F2F2F2;
}

/** input buttons (e.g. Submit, Search, Add) **/
.button {
    font-family: "Verdana","Arial",monospace;
    font-size: 11px;  
    color: #F2F2F2;  
    background-color: #003739;  
    border-top: 1px solid #008080;  
    border-left: 1px solid #008080;  
    border-right: 1px solid #008080;  
    border-bottom: 1px solid #008080;
}

/** text colours **/
.colDkBlue    { color: #0000EE;  }
.colDkGreen   { color: #00aa00;  }
.colDkCyan    { color: #00aaaa;  }
.colDkRed     { color: #CC0000;  }
.colDkMagenta { color: #aa00aa;  }
.colDkYellow  { color: #aaaa00;  }
.colDkWhite   { color: #cccccc;  }
.colLtBlue    { color: #6495ED;  }
.colLtGreen   { color: #00ff00;  }
.colLtCyan    { color: #99CCFF;  }
.colLtRed     { color: #FF0000;  }
.colLtMagenta { color: #ff00ff;  }
.colLtYellow  { color: #ffff00;  }
.colLtWhite   { color: #FFFFFF;  }
.colLtBlack   { color: #777777;  }
.colDkOrange  { color: #9932CC;  }
.colLtOrange  { color: #FFA500;  }
.colBlue  		{ color: #0070FF; }
.colLime  		{ color: #DDFFBB; }
.colBlack  		{ color: #000000; }
.colRose 		{ color: #EEBBEE; }
.colblueviolet 	{ color: #9A5BEE; }
.coliceviolet	{ color: #AABBEE; }
.colLtBrown 	{ color: #F8DB83; }
.colDkBrown 	{ color: #6b563f; }
.colXLtGreen	{ color: #aaff99; }
.colAttention 	{ background-color: #003739; color: #FF0000; }
.colWhiteBlack 	{ background-color: #FFFFFF; color: #000000; }
.colBack  		{ background-color: #00FFFF; color: #000000; }
.colbeige  { color: #F5F5DC; }
.colkhaki  { color: #F0E68C; }
.coldarkkhaki  { color: #BDB76B; }
.colaquamarine  { color: #7FFFD4; }
.coldarkseagreen  { color: #8FBC8F; }
.collightsalmon  { color: #FFA07A; }
.colsalmon  { color: #FA8072; }
.colwheat  { color: #F5DEB3; }
.coltan  { color: #D2B48C; }
.colLtLinkBlue { color: #0099FF; }
.colDkLinkBlue { color: #006BB3; }
.colDkRust { color: #8D6060; }
.colLtRust { color: #B07878; }
.colMdBlue { color: #0000F0; }
.colMdGrey { color: #DDDDDD; }
.colburlywood { color: #DEB887; }
/** table rows (e.g. Game Setup Info, Hall o' Fame) **/
.trhead  { background-color:#706F8E; color:#F5F5F5; }
.trlight { background-color:#330000; color:#F5F5F5; }
.trdark  { background-color:#333366; color:#F5F5F5; }
.trhilight { background-color: #605248; color: #F5F5F5}

/** links - navigation **/
a.nav { /* nav link (e.g. Forest, Quit, Travel) */
    text-decoration: none;
    width: 174px;
    height: auto;
    padding: 1px 1px 1px 2px;
    float: left; 
    clear: none;
}
a:hover.nav { /* nav link on mouseover */
    background-color: #604330;
    text-decoration: none;
    color: #00FF00;
}
a.motd { /* for motd, yom, and petition */
    text-decoration: none;
    text-align: center;
    color:#F5F5F5;
    width: auto;
    height: auto;
    clear: none;
    background-color: #003739;
}
a:hover.motd { /* mouseover for motd, yom, and petition */
    height: auto;
    width: auto;
    background-color: #605248;
    color: #F5F5F5;
}
a.hotmotd { /* when a new motd or yom is available */
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color:#ffffff;
    width: auto;
    height: auto;
    clear: none;
	background-color: #806B4D;
	border-top: thin solid #FF9900;
	border-bottom: thin solid #FF9900;
	border-right: thin solid #FF9900;
	border-left: thin solid #FF9900;
}
/** links - translator tool **/
a.t { 
    width: 8px;
    height: 10px;
    border: 1px solid #0000ee;
    background-color: #333366;
    color: #F5F5F5;
    font-size: 10px;
    text-decoration: none;
    padding-left: 1px;
    padding-right: 1px;
}
a.thot { 
    width: 8px;
    height: 10px;
    border: 1px solid #00ee00;
    background-color: #333366;
    color: #F5F5F5;
    font-size: 11px;
    text-decoration: none;
    padding-left: 1px;
    padding-right: 1px;
}

/** tables - navigation **/
table.nav {
    background-color: #003739;
    border-right: thin solid #604330;
    width: 170px;
    color: #F5F5F5;
}
td.nav a.thot {
    position: absolute;
    left: 0px;
    height: auto;
}
td.nav a.t {
    position: absolute;
    left: 0px;
    height: auto;
}

/** tables - character stats (i.e. "vital info") **/
table.vitalinfo { /* the whole vital info 'wrapper' table */
    background-color: #003739;
    border-left: thin solid #604330;
    width: auto;
    color: #F5F5F5;
}
table.charinfo { /* the sub-table with the data */
    background-color: #003739;
    color: #F5F5F5;   
}
td.charhead { /* vital info category heading */
    padding-left: 2px;
    background-color: #003739;
    border-top: none;
    cursor: default;
    color: #F5F5F5;
    text-decoration: underline;
}
td.charinfo { /* vital info data */
    padding-left: 4px;
    border-top: none;
    border-bottom: none;
    cursor: default;
    background-color: #003739;
    color: #F5F5F5;
}

/** tables - main page **/
td.pageheader { /* heading for the main page */
/*    background-image: url(images/title.gif); */
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color: #003739;
    border-bottom: thin solid #604330;
    color: #f5f5f5;
}

/** tables - popups **/
td.popupheader { /* heading in a popup (e.g. motd, yom)*/
    background-color: #003739;
    border-bottom: thin solid #000000;
    height: 50px;
    color: #f5f5f5;
}

/** tables - footers **/
table.noborder { /* table in the footer */
    border: none;
}
td.footer { /* data for a footer */
    border-top: thin solid #604330;
    background-position: top;
}
td.noborder { /* borderless data in the footer */
    border: none;
}

/** debugging **/
div.debug {
    background-color: #003739;
    color: #ffffff;
    border: 1px solid #000000;
    width: auto;
    height: auto;
    font-size: 10px;
}
