/* $Id: advanced_forum.subsilver2.style.css, 2009/08/28 19:10:41 michellec Exp $ 
This style is derived from Subsilver2 3.05 style from PhpBB 3.x forum and published under the GPL.
We thank the PhpBB forum community for providing Subsilver2, which suits most user needs.
*/

/*
This file contains colors, graphics, and text effects. 

Colors used:
  #C8DBEA main border, header background
  #EDF5FA background #1
  #E7F2F9 background #2
*/

/*** FORUM & TOPIC LIST ******************************************************/

/* General */
.forum-table {
  border: 1px solid #C8DBEA !important;
  color: #494949;
  border-collapse: separate;
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
  background-color: white;
}

/* Headers */
.forum-table th {
  background-color: #C8DBEA;
}

.forum-table th {
  color: #3C78A7;
  line-height: 1.5em;
  padding: 2px 5px;
}

.forum-table th a,
.forum-table th a:visited,
.forum-table th a:link {
  color:#3C78A7;
}

/* Rows, both tables */
.forum-table tr.odd {
  background-color: #EDF5FA;
}

.forum-table tr.even {
  background-color: #E7F2F9;
}

.forum-table td {
  line-height: 1.5em;
  padding: 4px;
  border: none;
}

td.forum-details .forum-name a {
  font-size: 1em;
}

/*** FORUM STATISTICS *********************************************************/
#forum-statistics {
  border: 1px solid #C8DBEA;
}

#forum-statistics-header {
  background-color: #C8DBEA;
  color: #3C78A7;
}

.forum-statistics-sub-header {
  background-color: #E7F2F9;
  color: #3C78A7;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}

.forum-statistics-sub-body {
  background-color: #EDF5FA;
  color: #494949;
}

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

.forum-post {
  border: 1px solid #C8DBEA !important;
}

/* Header at the top of each post */
.forum-post-info,
.forum-post-wrapper,
.forum-post-footer {
  border: 2px solid white;
}

.forum-post-info {
  background-color: #C8DBEA;
  color: #3C78A7;
  margin-bottom: 0;
  border-bottom: none;
}

/* Post text area */
.forum-post-panel-main {
  border: none;
  background-color: white;
}

.forum-post-wrapper {
  background-color: #E7F2F9;
  border-bottom: 2px solid white;
}

.forum-post-title {
  border-bottom: none;
  background-color: #EDF5FA;
  line-height: 225%;
  padding-bottom: 2px;
}

/* Post footer */
.forum-post-footer {
  background-color: #EDF5FA;
}

.forum-jump-links {
  border-right: 2px solid white;
}

.forum-post-title {
  border-left: 2px solid white;
}
