
/*---       "Color Me 096 Standard" theme (c) my2cents (www.webappworld.net)       ---*/
/*---                 and Jocelyn Brown (www.bantychick.com)                       ---*/
/*---  Based on "Color Me" theme by Jos using design/color from Old WebAPP v0.9.6  ---*/
/*---    Standard Theme (2002) as integrated by my2cents (www.webappworld.net)     ---*/
/*---            Work done for the BetaAPP Project (www.betaapp.org)               ---*/
/*---       Dedicated to WebAPP (www.web-app.org) 7 Sept 2006 for v0.9.9.3.5       ---*/
/*---                    Last Modified for WebAPP v0.9.9.7                         ---*/
/*---                                                                              ---*/
/*---          WebAPP Copyright (c) 2002, 2003, 2004, 2005, 2006, 2007             ---*/
/*---          M. Carter Brown                                                     ---*/
/*---          Jocelyn Brown                                                       ---*/
/*---          www.web-app.org                                                     ---*/
/*---                                                                              ---*/
/*---          See individual file headers for more details on copyrights by       ---*/
/*---          contributing developers, per file and per subroutine as noted.      ---*/
/*---                                                                              ---*/
/*---      ( webappworld.net Copyright (c) Web-APP - all rights reserved )         ---*/
/*---    J. Williams - my2cents - (www.classicchat.net, www.webappworld.net)       ---*/
/*---                           L.N.T. LTD.                                        ---*/
/*---                                                                              ---*/
/*---           This work is licensed under a Creative Commons                     ---*/
/*---      Attribution-Noncommercial-No Derivative Works 3.0 Unported              ---*/
/*---           http://creativecommons.org/licenses/by-nc-nd/3.0/                  ---*/
/*---                                                                              ---*/
/*---         to Share — to copy, distribute and transmit the work                 ---*/
/*---                                                                              ---*/
/*---         Attribution. You must attribute the work in the manner               ---*/
/*---         specified by the author or licensor (but not in any way              ---*/
/*---       that suggests that they endorse you or your use of the work).          ---*/
/*---                                                                              ---*/
/*---     Noncommercial. You may not use this work for commercial purposes.        ---*/
/*---                                                                              ---*/
/*--- No Derivative Works. You may not alter, transform, or build upon this work.  ---*/
/*---                                                                              ---*/
/*---        For any reuse or distribution, you must make clear to others          ---*/
/*---           the license terms of this work. The best way to do this            ---*/
/*---                   is with a link to the above web page.                      ---*/
/*---                                                                              ---*/
/*---       Any of the above conditions can be waived if you get permission        ---*/
/*---                          from the copyright holder.                          ---*/
/*---                                                                              ---*/
/*---   Nothing in this license impairs or restricts the author's moral rights.    ---*/ 

/*--- Page Variables ---*/
html {
 font-size: 100%;
}
body {
 margin: 0;
 padding: 0;
 background: #42afdc url(images/html-bg.gif) repeat-x;
 color: #000;
 font-size: 0.8em;
}
td, p, div {
 font-size: 1em;
 font-family: "Franklin Gothic Medium", Verdana, Helvetica, sans-serif;
}

A:link, A:visited {
 color: #039;
}
A:active, A:hover {
 color: #900;
 text-decoration: underline overline;
}

.pagetable {
 text-align: center;
}

#logo { /*--- logo  block ---*/
 background: transparent;
 height: 110px;
 text-align: left;
 margin: 0;
}
#logo h1 { 
 background: transparent;
 margin: 0px;
 padding: 0 0 0 39px;
 font-family: Forte, "Franklin Gothic Medium", Helvetica, sans-serif;
 font-size: 225%;
 letter-spacing: .2em;
}
/*--- link for logo ---*/
A.logo:link, A.logo:visited {text-decoration:none; color: #fff;}
A.logo:active, A.logo:hover {text-decoration:underline;}
#logo h2
{ margin: 0px;
  padding: 0px 0px 4px 40px;
  font-size: 100%;
  color:#ccc;
}
#logo form {
 background-color: transparent;
 border: 0 solid #444;
 margin: -42px 10px 0 10px;
 text-align: right;
}
#logo form .textinput {
 background-color: #ccc;
 color: #000;
 margin-top:3px;
 margin-bottom:3px;
}
/*--- link for top search (Adavanced) ---*/
.topsearch {font-size: 90%;}
A.topsearch:link, A.topsearch:visited {text-decoration: none; color: #fff;}
A.topsearch:active, A.topsearch:hover {text-decoration: underline; color: #900;}

#toplinks { /*--- helps/contacts/about links ---*/
 height: 20px;
 font-size: 85%;
 text-transform: uppercase;
 text-align: right;
}

.toplinks {color: #fff;}
A.toplinks:link, A.toplinks:visited {text-decoration: none; color: #fff;}
A.toplinks:active, A.toplinks:hover {text-decoration: underline; color: #900;}


/*--- Top Menu Bar (Menu Manager) ---*/ 
.topnavbar { /* Menu bar */ 
background-image: url(images/plastic.png);
background-color: #000;  
font-weight: bold; 
clear: both; 
height: 33px; 
margin-bottom:5px;
} 
A.topnav:link, A.topnav:visited { 
text-decoration: none; 
color: #fff; 
font-weight: bold; /* netscape 4.7 */ 
display: block; 
width: 99.5%; 
padding-top: 8px; 
padding-bottom: 8px; 
border: 1px outset #666;
} 
A.topnav:active, A.topnav:hover { 
text-decoration: none; 
font-weight: bold; /* netscape 4.7 */ 
color: #fff; 
display: block; 
width: 99.5%; 
padding-top: 8px; 
padding-bottom: 8px; 
background-image: url(images/plastic2.png);
background-color: #000; 
border: 1px inset #ccc;
} 

/*--- Menu Bar (bottom bar for Menu Manager)---*/ 
.navbar { /* Menu bar */ 
background-image: url(images/plastic2.png);
background-color: #000; 
font-weight: bold; 
clear: both; 
height: 33px; 
} 
A.nav:link, A.nav:visited { 
text-decoration: none; 
color: #fff; 
font-weight: bold; /* netscape 4.7 */ 
display: block; 
width: 99.5%; 
padding-top: 8px; 
padding-bottom: 8px; 
border: 1px outset #666;
} 
A.nav:active, A.nav:hover { 
text-decoration: none; 
font-weight: bold; /* netscape 4.7 */ 
color: #fff; 
display: block; 
width: 99.5%; 
padding-top: 8px; 
padding-bottom: 8px; 
background-image: url(images/plastic.png);
background-color: #000;  
border: 1px inset #ccc;
} 

/*--- Banner ---*/
.bannertable {
 border: 1px outset #000;
 margin: 5px 3px 0 3px;
 font-size: 0.87em;
 text-align: center;
 line-height: 1.4em;
}
.bannertext {
}
.bannertexttitle {
}
A.bannerlink:link, A.bannerlink:visited,
A.bannerlink:active, A.bannerlink:hover {
}

/*--- Menu ---*/
.menutable { /* Box title bars */
 background:#444 url(images/plastic1.png);
 color: #fff;
 font-weight: bold;
 text-align: left;
 padding-bottom: 3px;
}
.menutable h2, .menutable h3 {
 font-size: 1.0em;
 line-height: 1.17em;
 margin: 0;
 padding: 0 0 1px 0;
}
.menubordercolor { /* behind boxes, provides border in some themes */
 background-color: #fff;
 border: 1px ridge #000;
 padding: 3px;
}
.menubackcolor { /* box content */
/* background-image: url(images/sheer.gif);  messes up the scrolling */
 background-color: #fff;
 color: #000;
 border: 1px ridge #000;
 padding: 3px;
 text-align: left;
}

/*--- Menu Variables ---*/
.cat{	
 border-style: solid solid none solid;
 border-color: #000;
 border-size: 1px;
 border-width: 1px;
 width: 138px;
}
.cat ul {padding:0; margin:0; width:0;}
.cat li {height: 22px; width: 138px; clear:both;}
dt.cat {height: 22px; width: 138px; clear:both;}
.cat a.menu, .cat a.menu:visited {line-height:20px;; text-indent:4px; color: #ccc; background:  url(images/menu4.gif); height: 22px; width: 138px; position:relative; display:block;}
.cat a.menu:hover {color: #fff; background:  url(images/menu4.gif) 0 -22px;} 

div.cat ul {}
* html div.cat ul {}
div.cat ul li {list-style-type:none;}


A.menu:link, A.menu:visited {
 font-weight: bold;
 text-decoration: none;
}
A.menu:active, A.menu:hover {
 font-weight: bold;
 text-decoration: none;
}

/*--- Who's Online? ---*/
.whocat {
 font-size: 0.92em;
}
.cat ul.whocat {
 margin-left: 12px; /* Firefox */
}
.cat ul.whocat a {
 font-size: 1.1em;
}
.cat ul.whocat li {
 list-style-position: outside;
 text-indent: 0;
}
* html ul.whocat li {
 margin-left: 3px;
 padding-left: 3px;
}

A.whomenu:link, A.whomenu:visited, A.whomenu:active, A.whomenu:hover {
 font-weight: bold;
}

/*--- News ---*/
.newssubtitle { /* Notes under front article titles */
 font-size: 0.89em;
}
A.smallnewslink:link, A.smallnewslink:visited { /* Nickname author subtitle notes, more link long front page news */
 text-decoration: none;
}
A.smallnewslink:active, A.smallnewslink:hover {
 text-decoration: underline overline;
}
.newsfootertable { /* bottom inset text tables (print, email, comments, ...) */
 background-color: #ddd;
 border: 1px outset #696969;
 margin: 7px auto 0 auto;
 display: table;
 width: 98%;
 font-size: 0.87em;
 white-space: nowrap;
 padding: 2px 0;
}
.newsfootertable span {
 display: block;
 float: left;
 text-align: left;
/* display: table-cell; doesn't work in IE */
 width: 50%;
 margin: 0;
 padding: 0;
}
.newsfootertable span.newsfootertext { /* inset text bottoms front page news */
 display: block;
 float: right;
 text-align: right;
/* display: table-cell; doesn't work in IE */
 width: 49%;
}

A.newslink:link, A.newslink:visited, A.newslink:active, A.newslink:hover { /* links in news footers */
}

/* topics.pl only from here on: */
.fullnewstitle { /* article title news page */
 color: #000;
 font-weight: bold;
 font-size: 16px;
}
.newstextsmall { /* article subtitle notes news page */
 font-size: 0.89em;
}
.newstextnormal { /* articles text news page */
 padding: 4px;
}
.newstexttitle { /* comments notes (title, number, post link) */
 font-weight: normal;
}
.commenttitleback { /* Article comment title bar */
 background-color: #ddd;
 border: 1px ridge #fff;
 color: #000;
 font-weight: bold;
}
.commentsubtitleback { /* Comment message subtitle */
 background-color: #eee;
 border: 1px inset #fff;
 color: #000;
 font-size: 0.89em;
}
.commentbordercolor {
 background-color: #fff; /* these only show when making comment until HTML in topics.pl is fixed */
 color: #000;
}
.commentbackcolor {
 border: 1px ridge #000;
 background-color: #fff;
 color: #000;
}
A.commentlink:link, A.commentlink:visited, 
A.commentlink:active, A.commentlink:hover {
 font-weight: bold;
}
.articlecatnormal { /* columns on topics page */
 font-family: Arial, Helvetica, sans-serif;
 font-weight: bold;
 padding: 10px;
}
.articlecattitle { /* Title tops topics and category pages (also in user.pl) */
 color: #696969;
 font-weight: bold;
 font-size: 14px;	
}

/*--- Poll ---*/
.pollquestion {
 margin-bottom: 5px;
}
.poll {
 text-align: center;
}
.poll .poll {
 text-align: left;
 font-size: 0.89em;
 padding-left: 17px;
 text-indent: -17px;
}
.votebutton { /* poll.pl */
 background-image: url(images/plastic.png);
 background-color: #000;
 color:#fff;
 margin: 5px;
}
A.polllink:link, A.polllink:visited, 
A.polllink:active, A.polllink:hover {
 font-size: 0.895em;
}

/*--- My Content ---*/
.mycontenttable { /* border around latest forum posts bottom of page (if turned on) */ 
 width: 98%;
 margin-left: auto; /* Firefox */
 margin-right: auto;
 margin-bottom: 10px;
}
.mycontenttext, .mycontenttexttitle {
}
A.mycontentlink:link, A.mycontentlink:visited, 
A.mycontentlink:active, A.mycontentlink:hover {
 font-weight: bold;
}
.mycontenttable a {
 font-size: 1.1em;
}

/*--- Helps Nav ---*/
.helpsnavtable { /* small block at bottom (help, contact, stats, ...) */
 background-color: #fff;
 border: 2px outset #fff;
 color: #000;
 font-family: Arial, Helvetica, sans-serif;
 margin: 10px 3px;
 padding: 3px 4px;
}
A.helpsnavlink:link, A.helpsnavlink:visited, A.helpsnavlink:active, A.helpsnavlink:hover { /* instantmessages.pl has this */
}

/*--- WebAPP Footer ---*/
.webapptext {
 font-size: 0.87em;
 text-align: center;
}
A.webapplink:link, A.webapplink:visited {
 text-decoration: none;
}
A.webapplink:active, A.webapplink:hover {
 text-decoration: underline;
}

/*--- Forum ---*/
.forumtext { /* nav tree, site time and other text under index */
}
.forumtextbold {
 font-weight: bold;
}
.forumtitlebackcolor { /* table behind topics and messages indexes (makes grid) */
 border: 1px outset #696969;
 background-color: transparent;
 color: #000;
}
.boardtitle { /* board and category title rows */
 background:#006 url(images/gradient_tcat.gif);
 border: 1px outset #006;
 color: #fff;
 font-weight: bold;
 padding: 3px;
}
.forumwindow1 {
 background-color: #ffffe0; /* stickies, link info, etc... */
 border: 1px outset #696969;
 color: #000;
 font-weight: normal;
}
.forumwindow2 { /* (set link text separately) forum and board index category titles, messages, overview messages */
 background-color: transparent;
 border: 1px outset #696969;
 color: #000;
 font-weight: normal;
}
.forumwindow3 { /* alternate messages, overview subtitles, alternate board index categories */
 background-color: transparent;
 border: 1px outset #696969;
 color: #000;
 font-weight: normal;
}
A.forumlink:link, A.forumlink:visited, 
A.forumlink:active, A.forumlink:hover { /* board titles */
 font-weight: bold;
}
A.forumnav:link, A.forumnav:visited, A.forumnav:active, A.forumnav:hover { /* navigation tree, mark as read */
}

/*--- Stats ---*/
.statstext {
 text-align: left;
}
.statstextbold {
 font-weight: bold;
 text-align: left;
}

/*--- IM ---*/
/* Grid background and each single message heading set in theme.pl variables */

.imtitle {
 background-image: url(images/plastic.png);
 background-color: #000;
 color:#fff;
}
.imselected { /* Highlight IM being read */
 background-color: #ffffe0;
 color: #000;
}
.imwindow1 { /* First, third, ..., message in list */
 background-color: #fff;
 color: #000;
}
.imwindow2 { /* Second, fourth, ..., message in list */
 background-color: #f5f5f5;
 color: #000;
}
A.newimlink:link, A.newimlink:visited, 
A.newimlink:active, A.newimlink:hover {
 font-weight: bold;
}
A.oldimlink:link, A.oldimlink:visited, A.oldimlink:active, A.oldimlink:hover {
}

/*--- Text ---*/
.text {
 background-color: #fff;
 color: #000;
 padding: 4px;
}
.textsmall {
 font-size: 0.85em;
 font-family: Arial, Helvetica, sans-serif;
}
.texttitle {
 color: #000; /* titles on pages various sections */
 font-weight: bold;
 font-size: 16px;
 padding-top: 0px;
 margin-top: 0px;
}
/* texttitle: palm article titles, about, caption in admin "Site Configuration", help, */
/* admin send newsletter, title on view article or comment from search, */
/* user welcome view profile, data_error, print_main (welcome) */

/*--- Form ---*/
form { /* keeps forms flat (display:inline; works too) */
 background-color: #ccc;
 border: 1px ridge #000;
 margin : 0px;
 padding: 4px;
}
.formstextnormal {
 font-weight: bold; /* many forms */
 padding: 7px;
}
.formstext {
 /* text right of form field title post article, post comment, edit profile */
}
.formstexttitle {
 color: #000; /* edit profile titles */
 font-weight: bold;
 font-size: 16px;
}
.formstextsmall {
 font-size: 11px; /* edit profile (required fields note) */
}
.button {
 background-image: url(images/plastic.png);
 background-color: #000;
 color:#fff;
}

/*--- not in use, not implemented in any files in WebAPP ---*/
/* .articlecatempty, .time, .helpsnavtext, .helpsnavtexttitle */

/*--- Calendar (also still has settings in calendar.cfg) ---*/
.calhead {
 text-align: center;
}
.calbody {
}
.calhigh {
 background-color: #FFFFCC;
}
.calhigh a:link, .calhigh a:visited, .calhigh a:active, .calhigh a:hover {
 font-weight: bold;
}
.caltoday {
 font-weight: bold;
 color: #FF3300;
 font-size: 10px;
}

/*--- Custom ---*/
HR {
 color: #A9A9A9;
 height: 1px;
 background-color: #dcdcdc;
 border: 0;
}
.codepost { /* scroll boxes for posting code in forums or articles */
 background-color: #fff;
 color: #000;
 width: 340px;
 height: 150px;
 white-space: nowrap;
 overflow: scroll;
 padding-left: 2px;
 padding-bottom: 12px;
 font-family: "Courier New", "Courier Regular", Lucida;
 font-size: 9pt;
/* font-size: 0.95em; too small in Firefox */
}
blockquote { 
 font-size: 0.98em; 
 font-family: Arial; 
 color: #000; 
 width: 65%;
 border-left: 3px ridge #a9a9a9; 
 padding: 3px; 
} 

/* NEW CLASSES FOR 0.9.9.3: */

/* "More" link for long articles shortened on front page */ 
.morelink {
 font-size: 11px;
}

/* for firefox */ 
a img {
 border:0; 
 text-decoration:none; 
}

.highlight { /* 3 for whoson */
 color: #FFFFCC;
 font-weight: bold;
}
.mouseoveroff {
}
.mouseover {
 cursor: help;
 background-color: #fcf;
 color: #000;
}

/* these need to be kept below the other rules if to override an old style */
/* some of them are compound classes */
.tableback { /* behind whole table, makes edges if in different color */
 background-color: #696969;
 color: #000;
 font-weight: normal;
}
.titlebar { /* section titles */
 background:#006 url(images/gradient_tcat.gif);
 color: #fff;
 font-weight: bold;
}
.columnheader { /* column headers can be different color */
 background-image: url(images/plastic.png);
 background-color: #000;
 color:#fff;
 font-weight: bold;
}
.tabletext { /* ordinary text in tables */
 background-color: #fff;
 color: #000;
}

/* for contributors list (action=ver) */
.ver A:link, .ver A:visited {
}
.ver A:active, .ver A:hover {
}

.spacer {
 background-color: #fff;
 border: 0;
}

table.forumtitlebackcolor {
 border-spacing: 1px; /* doesn't work IE */
 border-collapse: separate; /* doesn't work IE with cellspacing defined in tables */
}

/*--- NEW CLASSES FOR code moved from theme.pl by my2cents after 0.9.9.3.2 ---*/ 
.titlebg { /* grid behind admin, instantmessage, and memberlist */
    background-color:#585858; 
} 
.titletext { /* column headings admin pages */
 background-color: #F2C973;
} 
.windowbg { /* articles admin, memberlist and instantmessage header rows */
    background-color:#33CCFF; 
} 
.windowbg2 { /* articles admin, memberlist rows */
    background-color:#f5f5f5; 
} 
.windowbg3 { /* articles admin, memberlist alternate rows */
    background-color:#fff; 
} 
/*------ end code moved from theme.pl -----------------------*/

/* inputs on forms */
.textinput { /* text inputs on forms */
 background-color: #bbb;
 color: #000;
}
textarea {  /* text areass on forms */
 background-color: #bbb;
 color: #000;
}
select  {   /* select drop down on forms */
 background-color: #bbb;
 color: #000;
 font-size: 0.98em;
}
input {   /* font size or size of inputs on forms */
 border-width: 1px;
 border-color: #000;
 font-size: 0.98em;
}

.legend {}

.clear {
 clear: both;
 font-size: 1px;
 line-height: 1px;
}

div.shoutbox iframe {
 display: inline;
}
div.shoutbox input.textinput {
 margin: 3px;
}

/* 0.9.9.7 */
.discrete {
 color: #C0C0C0;
}

/* 0.9.9.8 */
a.inlinelink:link, a.inlinelink:visited { /* for links - can be hidden, or not */
 color: #000;
 text-decoration: none;
}
a.inlinelink:active, a.inlinelink:hover {
 color: #900;
 text-decoration: underline overline;
}

#viewnews .fullnewstitle {} /* article title, example for action specific rules */

#breadcrumb { /* nav bar with breadcrumb links */
}
#breadcrumb a:link, #breadcrumb a:visited { /* links in the navbar - was .menutable */
 font-weight: bold; /* netscape 4.7 */
 color: #fff;
 text-decoration: underline;
}
#breadcrumb a:active, #breadcrumb a:hover {
 font-weight: bold; /* netscape 4.7 */
 color: #900;
 text-decoration: overline underline;
}

#welcome { /* welcome message */
}
#frontcontent { /* content section of front page */
}
#insidecontent { /* content section of inside pages */
}
#leftcolumn {
 width: 156px;
}
#rightcolumn {
 width: 156px;
}
.sidebar { /* div around contents of left and right columns */
 width: 156px;
}
.menubox { /* main menu, member panel, member menus */
 font-weight: bold;
}

/* custom */
.tableback {
 background-color:#f5f5f5;
}
#logs table { 
 background-color:#f5f5f5;
}
.menutable A:link, .menutable A:visited { /* links in drop forms */
 font-weight: bold; /* netscape 4.7 */
 color: #fff;
 text-decoration: underline;
}
.menutable A:active, .menutable A:hover {
 font-weight: bold; /* netscape 4.7 */
 color: #900;
 text-decoration: overline underline;
}

/* wrap div's css my2cents */
#page {
 background: url(images/main-bg.jpg) no-repeat center top;
 background-attachment: fixed;
}
#outerwrap {/*--- sets complete body content wrap width and background/borders ---*/
 border: 0 solid #000;
 background: transparent;
 width: 900px;
 margin:0 auto;
}
#innerwrap {/*--- menubar to menubar content wrap background/borders ---*/
 margin:0 auto;
}
#contentwrap {/*--- main content wrap background/borders ---*/
 margin:0 auto;
}
#helpstable {
}
#webappbar {
 margin:0 auto;
}
#footercredit {/*--- footercredit wrap background/borders ---*/
 margin:25px auto 3px auto;
 text-align: center;
 font-size: 70%;
}
 
.footercredit {}
A.footercredit:link, A.footercredit:visited {text-decoration: none;}
A.footercredit:active, A.footercredit:hover {text-decoration: underline;}

/* nifty corners by Alessandro Fulciniti */
/* http://www.html.it/articoli/nifty/index.html */

div#nifty{background: transparent; margin-bottom: 10px;}
b.rtop, b.rbottom {display:block; background: transparent; font-size:1px;} 
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background:#444 url(images/plastic1.png);}
b.r1{margin: 0 5px;}
b.r2{margin: 0 3px;}
b.r3{margin: 0 2px;}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px;}
