
/* General layout */

table  font[size="1"] { font-size: 9pt; }
table  font[size="2"] { font-size: 10pt; }

/* IE6 sucks.  100% width tables go off the edge if they're indented at all. 
so.. it's 100% the width of the viewing area.  not the containing block.  */
/* table { width: auto;  border: 1px dashed red; }
/* table[width="100%"] { width: auto; } /* selector doesn't work in IE6 */

table#yabb_constraining_table { 
  width: auto;
  margin-left: 0px;
  margin-right: 0px;
  background-color: #696E54; /* center column colour */ 
  line-height: 130%;
}

#yabb_constraining_table td { 
  vertical-align: top;
}

TD hr + font  { line-height: 130%; color: white;}
font { color: white; }

input, textarea { background-color: #C8A46E; }
select          { background-color: #C8A46E; font-size: 7pt; }

/* this copy of yabb is getting old. need to upgrade.
till then, let's not advertise. */
#yabb_copyright    { display: none }

/* the greeting, IM notification and time */
#yabb_im  {  
  float: right;
  clear: right;
  margin-top: .5em;
  font-size: 8pt;
  width: 25%
}
#yabb_im p { 
  margin: 0;
  font-size; 80%;
  text-align: center;
}
div#ffem { display: none }
#yabb_date { 
  font-size: 80%;
}

/* the forums menu */
#yabb_menu {
  background: #6E7359;
  background: white;
  padding: 0.5em;
  margin-top: 4px;
  color: #696E54;
  display: block;
  font-size: 1.2em;
}
#yabb_menu font[size="1"] {
  font-size: 1em;
}

#forums_menu_label { color: black; }
.imgmenu      {  
  font-weight: bold; 
  font-size: 11pt; 
}
.imgmenu, .imgmenu:link, .imgmenu:visited, .imgmenu:hover { color: #C8A46E; }

.bordercolor a:link,
.bordercolor a:visited,
.bordercolor a:hover { 
  text-decoration: none;
  background: none;
  color: #C8A46E;
}
.bordercolor a:hover { text-decoration: underline; }

.nav, .nav:link, .nav:visited, .nav:hover { color: #C8A46E; }
/* YaBB navigation links */
/*
.nav          { font-size: 10px; text-decoration: none; color: #C8A46E; }
.nav:link     { font-size: 10px; text-decoration: none; color: #C8A46E; }
.nav:visited  { font-size: 10px; text-decoration: none; color: #C8A46E; }
.nav:hover    { font-size: 10px; text-decoration: none; color: #C8A46E; font-weight: bold; text-decoration: underline; }
*/

/* YaBB alternating bgcolors */
.windowbg2 { background: #646A49; } /* diffs from 696E54 */
.windowbg  { background: #6E7359; }

/* Misc./title/category colors */
.hr           { color: #696E54; }
.titlebg      { background-color: #696E54; color: #FFFFFF; }
.text1        { font-style: normal; font-weight: bold; font-size: 12px; color: #FFFFFF; }
.catbg        { background-color: #696E54; color: #000000; font-weight: bold; font-size: 13px; }
.bordercolor  { background: #696E54;}
td.c { display: none }

/* Image fonts */
.imgbg        {  font-size: 10px; color: #C8A46E; }
.imgcatbg     {  font-size: 10px; color: #C8A46E; font-weight: bold; }
.imgtitlebg   {  font-size: 10px; color: #C8A46E;  font-weight: bold; }
.imgwindowbg  {  font-size: 9px; color: #C8A46E; }

/* Post quote/code colors */
.quote        { font-size: 10px; font-family: Verdana, Helvetica, Arial; color: #000000; background-color: #696E54; }
.code         { font-size: 10px; font-family: Courier New; color: #000000; background-color: #696E54; }
