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

/*
This file contains colors, graphics, and text effects. For structural markup,
see advanced_forum-structure.css.

Colors used:
  #DEDEDE Sticky posts, statistics subheader
  #CCCCCC Borders, post seperator, avatar frame
*/

/*** PAGER *******************************************************************/

#forum .pager a:link,
#forum .pager a:visited,
#forum-comments .pager a:link,
#forum-comments .pager a:visited {
  text-decoration: none;
  border: 1px solid #91CDF5;
  background: #ffffff url(images/pager-bg.png) repeat-x left top;
  font-weight: bold;
}

#forum .pager-current,
#forum .pager a:hover,
#forum-comments .pager-current,
#forum-comments .pager a:hover {
  color: #0062A0; 
}

#forum .pager a.active,
#forum-comments .pager a.active {
  background: #fff url(images/pager-bg.png) repeat-x left top;
  color: #0062A0; 
}

/*** 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 ************************************************************/

#forum table {
  border: 2px solid #91CDF5;
}

/* Headers */
#forum .forum-table th,
#forum .forum-topics th,
#forum .forum-topics th a,
#forum .forum-topics th a:link,
#forum .forum-topics th a:hover,
#forum th a,
#forum th a:link,
#forum th a:hover,
#forum .forum-topics th a:visited {
  background-color: #91CDF5;
  color: #000000;
  font-weight: bold;
}

#forum .forum-table tbody,
#forum .forum-topics tbody {
  border-top: none;
}

/* Containers & Forums */
#forum td.container a {
  /* background-color: #BDE0F5; */
  border-bottom: none;
}

#forum .description {
  font-size: 85%;
  color: #898989;
}

#forum .container .forum-details .description {
  font-weight: normal;
  color: #5F67A5;
}

/* Topic listings */
#forum tr.sticky-topic {
  background: #BDE0F5;
}

#forum td.created,
#forum td.last-reply {
  font-size: 0.9em;
}

/*** FORUM STATISTICS *********************************************************/

#forum-statistics {
  border: 2px solid #91CDF5;
}

#forum-statistics-header {
  background-color: #91CDF5;
  color: #ffffff;
  font-weight: bold;
}

.forum-statistics-sub-header {
  background-color: #BDE0F5;
  font-weight: bold;
}

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

.forum-post {
  border: 2px solid #91CDF5;
}

/* Header at the top of each post */
.post-info {
  background: #91CDF5 ;
  color: #ffffff;
  border-bottom: 1px solid #91CDF5;
}

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

.post-title {
  font-weight: bold;
  border-bottom: 1px solid #91CDF5;
}
.post-num a:link,
.post-num a:visited,
.post-num a:active,
.post-num a:hover {
  color: #ffffff;
}

/* Wrap around author pane and comment 
.forum-post-wrapper {
  background-color: #edf5fa;
}
*/

/* Author information pane */
/* Note: more CSS in the author pane css file */
  
.author-pane .author-name {
  font-size: 120%;
  font-weight: bold;
}
/* Author Pane Color Attempt */

.author-pane-inner {
  background: #BDE0F5;
  /* border: 1px solid #91CDF5; */
  }
.forum-post-panel-sub {
  background: #BDE0F5;
/*  border: 1px solid #91CDF5; */
  }


.author-pane .picture img {
  padding: 3px;
  border: 1px solid #91CDF5;
  background: #ffffff;
}

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

/* Post text area */
.forum-post-panel-main {
 /* border-left: 1px solid #91CDF5;*/
}

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

/* Post footer */
.forum-post-footer {
  background-color: #fff;
  border-top: 1px solid #91CDF5;
}

.forum-jump-links {
  background-color: #fff;
  /* border-top: 1px solid #91CDF5;; */
}
