/* $Id: advanced_forum.css,v 1.1.2.16 2009/03/05 04:47:02 michellec Exp $ */

/*
The Naked style is layout only.
*/

/*** FORUM LINK LISTS ********************************************************/

.forum-links li {
  list-style-image: none;
  list-style-type: none;
  background: none;
}

.forum-links li a {
  font-weight: bold;
}

/*** FORUM TABLES ************************************************************/

/* Headers */
#forum th a,
#forum th a:link,
#forum th a:hover,
#forum th a:visited {
  font-weight: bold;
}

/* Containers & Forums */
#forum td.container a {
  font-weight: bold;
}

#forum-0 tr td.container {
    height: 40px;
    background-color: #5a2c13;
}

#forum .description {
  font-size: 75%;
}

/* Topic listings */

/*** FORUM THREADS ***********************************************************/

.forum-post-wrapper {
}

/* Header at the top of each post */
.post-info {
    color: #c66a07;
}

.post-info a {
    color: #c66a07;
}

.post-info a:link {
    color: #c66a07;
}

.post-info a:visited {
    color: #c66a07;
}

.posted-on {
  font-size: .8em;
  font-weight: bold;
}

.forum-post {
    padding-top: 4px;
    padding-bottom: 4px;
}

.author-pane {
    border-right: 2px solid #46210e;
    padding-top: 4px;
    padding-bottom: 4px;
}

.post-title {
  font-weight: bold;
}

/* Author information pane */
.forum-post-wrapper-even {
    background-image: url("images/forum-even.jpg");
    background-repeat: repeat;
}

.forum-post-wrapper-odd{
    background-image: url("images/forum-odd.jpg");
    background-repeat: repeat;
}

.forum-post-links {
    background-color: #5a2c13;
    background-repeat: repeat;
    margin: 0px;
    padding: 4px;
}

.author-pane .author-name {
  font-size: 120%;
  font-weight: bold;
}

.author-pane .picture img {
}

.author-pane .author-pane-label {
  font-weight: bold;
}

/* Signature */
.author-signature {
  font-size: .8em;
}

.forum-links  {
   font-size: 8pt;
   border-style: none;
   padding: 4px;
   color: #c5a677;
}

.forum-links a:link {
   font-size: 8pt;
   background-color: #250a00;
   border-style: none;
   padding: 4px;
   color: #c5a677;
}

.forum-links a:visited {
   font-size: 8pt;
   background-color: #250a00;
   border-style: none;
   padding: 4px;
   color: #c5a677;
}

.forum-links a:hover {
   font-size: 8pt;
   background-color: #351a10;
   border-style: none;
   padding: 4px;
}
