/*****************************************************************/
/* The following colors comprise the color scheme of the WP site */
/* To change the color scheme, simply search and replace the     */
/* colors listed below within this style sheet.                  */
/* The colors are split into dark, medium, and light for the     */
/* main color palette.                                           */
/*****************************************************************/


/*****************************************************************/
/* The sections below define the font, font-size, and color for  */
/* the various textual elements contained within the WP site.    */
/* In some cases, the colors defined are tied to the 3 colors of */
/* the site's color palette scheme.  In other cases, they are    */
/* different colors.                                             */
/*****************************************************************/


/*****************************************************************/
/* The sections below define the Tab navigation colors used for  */
/* the top of page tabs.  The image file images/tab.png must be  */
/* manually created using an image editor and should be set up   */
/* using the following rules:				         */
/*		1.  The image size must be (500x180)		 */
/*		2.  The image must contain 3 color bars as:	 */
/*			a. Top bar -- palette color: , size:     */
/*			b. Center bar -- palette color: , size:  */
/*			c. Lower bar -- palette color: , size:   */
/*								 */
/*		3.  Each color bar must include rounded upper    */
/*		    corners for the proper effect.		 */
/* --note: I created a GIMP Template for this			 */
/*****************************************************************/

/*****************************************************************/
/*Main Table of contents definition                              */
/*****************************************************************/
ol#toc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
}

/*****************************************************************/
/*Main unselected List item                                      */
/*****************************************************************/
ol#toc li {
    float: left;
    margin: 0 1px 0 0;
}

/*****************************************************************/
/* Main style for unselected tab span                            */
/* This sets the background to the tab.png image(unshifted) for  */
/* the top color bar in the image.                               */
/*****************************************************************/
ol#toc span {
    background: url(images/tab.png) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}

/*****************************************************************/
/*Main unselected link                                           */
/*This sets the background to tab.png image(unshifted) for the   */
/* color bar in the image.					 */
/*****************************************************************/
ol#toc a {
    background: #bdf url(images/tab.png);
    color: #000000;
    display: block;
    float: left;
    height: 2em;
    padding-left: 10px;
    text-decoration: none;
}

/*****************************************************************/
/*Mouse Over style for tab link                                  */
/*This shifts the background image -120px to use the lower color */
/* bar in the image.                                             */
/*****************************************************************/
ol#toc a:hover {
    background-color: #3af;
    background-position: 0 -120px;
}

/*****************************************************************/
/*Mouse over style for tab span                                  */
/*This shifts the background image -120px to use the lower color */
/* bar in the image.                                             */
/*****************************************************************/
ol#toc a:hover span {
    background-position: 100% -120px;
}

/*****************************************************************/
/*Style for currently selected tab link                          */
/*This shifts the background image -60px to use the center color */
/* bar in the image.                                             */
/*****************************************************************/
ol#toc li.current_page_item a {
    background-color: #48f;
    background-position: 0 -60px;
    color: #000000;
    font-weight: bold;
}

/*****************************************************************/
/*Style for currently selected tab span                          */
/*This shifts the background image -60px to use the center color */
/* bar in the image.                                             */
/*****************************************************************/
ol#toc li.current_page_item span {
    background-position: 100% -60px;
}

/*****************************************************************/
/*Main Table of contents definition                              */
/*****************************************************************/
ol#subtoc {
    height: 2em;
    list-style: none;
    margin: 0;
    padding: 0;
}

/*****************************************************************/
/*Main unselected List item                                      */
/*****************************************************************/
ol#subtoc li {
    float: left;
    margin: 0 1px 0 0;
}

/*****************************************************************/
/* Main style for unselected tab span                            */
/* This sets the background to the tab.png image(unshifted) for  */
/* the top color bar in the image.                               */
/*****************************************************************/
ol#subtoc span {
    background: url(images/tab.png) 100% 0;
    display: block;
    line-height: 2em;
    padding-right: 10px;
}

/*****************************************************************/
/*Main unselected link                                           */
/*This sets the background to tab.png image(unshifted) for the   */
/* color bar in the image.					 */
/*****************************************************************/
ol#subtoc a {
    background: #bdf url(images/tab.png);
    color: #000000;
    display: block;
    float: left;
    height: 2em;
    padding-left: 10px;
    text-decoration: none;
}

/*****************************************************************/
/*Mouse Over style for tab link                                  */
/*This shifts the background image -120px to use the lower color */
/* bar in the image.                                             */
/*****************************************************************/
ol#subtoc a:hover {
    background-color: #3af;
    background-position: 0 -120px;
}

/*****************************************************************/
/*Mouse over style for tab span                                  */
/*This shifts the background image -120px to use the lower color */
/* bar in the image.                                             */
/*****************************************************************/
ol#subtoc a:hover span {
    background-position: 100% -120px;
}

/*****************************************************************/
/*Style for currently selected tab link                          */
/*This shifts the background image -60px to use the center color */
/* bar in the image.                                             */
/*****************************************************************/
ol#subtoc li.current_page_item a {
    background-color: #48f;
    background-position: 0 -60px;
    color: #000000;
    font-weight: bold;
}

/*****************************************************************/
/*Style for currently selected tab span                          */
/*This shifts the background image -60px to use the center color */
/* bar in the image.                                             */
/*****************************************************************/
ol#subtoc li.current_page_item span {
    background-position: 100% -60px;
}

/*****************************************************************/
/*Style for currently selected tab link                          */
/*This shifts the background image -60px to use the center color */
/* bar in the image.                                             */
/*****************************************************************/
ol#subtoc li.current-cat a {
    background-color: #48f;
    background-position: 0 -60px;
    color: #000000;
    font-weight: bold;
}

/*****************************************************************/
/*Style for currently selected tab span                          */
/*This shifts the background image -60px to use the center color */
/* bar in the image.                                             */
/*****************************************************************/
ol#subtoc li.current-cat span {
    background-position: 100% -60px;
}

/*****************************************************************/
/* The sections below control the style of the header section of */
/* displayed pages.                                              */
/*****************************************************************/

/*****************************************************************/
/* Header DIV -- defines the page-div that contains the header   */
/*****************************************************************/
div#Header
{
   position: relative;
   top: 0px;
   left: 0px;
   height: 155px;
   /**************************************************************/
   /*background color set to darkest color of color palette      */
   /**************************************************************/
   background-color: #00007F;

}

/*****************************************************************/
/* Headerleftimgdiv -- defines a page-div within the header div  */
/* Where a logo image is displayed.			         */
/*****************************************************************/
div#headerleftimgDiv
{
   position: relative;
   top: 10px;
   left:10px;
   height:122px;
   width:132px;

   /**************************************************************/
   /* Background color set to darkest color of color palette     */
   /**************************************************************/
   background-color: #00007F;

   /**************************************************************/
   /* Background URL set to logo image displayed.                */
   /**************************************************************/
   background: url('images/TWSLogo.jpg'); repeat:no;
}


/*****************************************************************/
/* Headercontent div -- defines page div within header div that  */
/* displays header text content.			         */
/*****************************************************************/
div#HeaderContent
{
   clear:both;
   position: relative;
   top: -100px;
   left: 150px;
   
   /**************************************************************/
   /* Text color set to light color of color palette             */
   /**************************************************************/
   color: #94afca

}

/*****************************************************************/
/* Headerlogin div -- defines page-div within header div that    */
/* contains login/register/admin links.                          */
/*****************************************************************/
div#HeaderLogin
{
   position:relative;
   top: -100px;
   color: #94afca;
   float: right;
}

/*****************************************************************/
/* Link styles for headerlogin div.                              */
/*****************************************************************/
div#HeaderLogin a:link
{
   color:#94afca;
   text-decoration:none;
}

div#HeaderLogin a:visited
{
   color:#3366cc;
   text-decoration:none;
}

div#HeaderLogin a:hover
{
   color:#94afca;
   text-decoration:underline;
}

/****************************************************************/
/* Navigation div -- page div within the header div that 	*/
/* contains the tabbed navigation elements.			*/
/****************************************************************/
div#Navigation
{
   min-height:5.2em;
   border-bottom-style: solid ; 
   border-bottom-color: #00007F; 
   border-bottom-width: 2px;
}

/****************************************************************/
/* The following sections define the styles for the various     */
/* elements of the page body.					*/
/* The page body is segmented into three distinct columns       */
/* (left, center and right).                                    */
/****************************************************************/

/****************************************************************/
/* leftpane div -- page div within th ebody element that defines*/
/* and encapsulates the left column of the page.                */
/****************************************************************/
/*div#leftpane
{
   background-color:;
   float:left;
   width:160px;
   height:620px;
}*/

#leftpane 
{
  position: absolute;
  background-color:#94afca ;
    padding-left:1em;
  padding-right:1em;
  padding-top:1em;
  left:10px;
  top:22em;
  width:140px;
  height:620px;

}
/****************************************************************/
/* righpane div -- page div within the body element of that     */
/* defines and encapsulates the right column of the page.       */
/****************************************************************/
/*div#rightpane
{
   
   float:right;
   width:180px;
   height:620px;
   background-color:#94afca ;
   padding-left: 0.5em;
   padding-right: 1.5em;
   padding-top:1.5em;
}*/
#rightpane 
{
  position: absolute;
  right:10px;
  top:22em;
  width:200px;
  height:620px;
  background-color:#94afca ;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top:1.5em;
}

div#rightpane a:link
{
   color:#00007F;
   text-decoration:none;
}

div#rightpane a:visited
{
   color:#3366cc;
   text-decoration:none;
}

div#rightpane a:hover
{
   color:#00007F;
   text-decoration:underline;
}

div#rightpane ul
{
   list-style-type:none;
}

div#rightpane #rightpaneadspace
{
   text-align:center;
}

li.outerlist
{
   font-weight:bold;
}
/****************************************************************/
/* footerdiv -- page div within the body element that defines   */
/* and encapsulates the common footer displayed on all pages.   */
/****************************************************************/
div#footer
{
   clear:both;
   position:relative;
   bottom:10px;
   background-color: #00007F;
   color:#94afca;
   text-align:center;

}

div#centerbannerdiv
{
   text-align:center;
}

/****************************************************************/
/* centerpane div -- page div within the body element that      */
/* defines and encapsulates the center column of the page.  This*/
/* div is where the majority of the word-press content is       */
/* displayed.                                                   */
/****************************************************************/
.centerpane
 {
  padding-right: 3em;
  padding-bottom: 1.5em;
  min-height:52em;
  margin-left: 199px;
  margin-right:199px;
  border:none;
  voice-family: "\"}\"";
  voice-family: inherit;
  margin-left: 201px;
  margin-right:201px;
}

/****************************************************************/
/* Post divs -- the two div classes below are generated to wrap */
/* post entries as displayed on the page.  This allows the      */
/* style of post displays to alternate down the length of the   */
/* page.                                                        */
/****************************************************************/
div.post_normal
{
   background-color:#94afca ;
   padding-left: 1.5em;
   padding-right: 1.5em;
}

div.post_alt
{
   background-color:#3366cc;
   padding-left: 1.5em;
   padding-right: 1.5em;
}

div#centerpane ul
{
   list-style-type:none;
}

div.comment_normal
{
   background-color:#3366cc;

}

div.comment_alt
{
   background-color:#00007F;

}

/***************************************************************/
/* Link styles for post displays. (one set for normal/alt)     */
/***************************************************************/
div.post_normal a:link
{
   color:#00007F;
   text-decoration:none;
}

div.post_normal a:visited
{
   color:#3366cc;
   text-decoration:none;
}

div.post_normal a:hover
{
   color:#00007F;
   text-decoration:underline;
}


div.post_alt a:link
{
   color:#00007F;
   text-decoration:none;
}

div.post_alt a:visited
{
   color:#94afca;
   text-decoration:none;
}

div.post_alt a:hover
{
   color:#00007F;
   text-decoration:underline;
}


/****************************************************************/
/* Comment divs.  The two divs below are used to control the    */
/* display size of the comment input forms used when entering   */
/* comments for the word-press post entries.  This is needed    */
/* to ensure the comment forms do not overrun the size of the   */
/* center column within the page body.                          */
/****************************************************************/
form#commentform
{
   width:60%;
}

textarea#commentform
{
   width:60%;
}


/*
Theme Name: Skeleton
Theme URI: http://www.trainingwheelssoftware.com/
Description: Skeletal Theme for use in customization with CSS.  The Goal of this theme is to provide a generic layout using well-defined HTML elements and classes to make customization of the bbpress interface easier through CSS.  This theme is also intended to provide a good starting point for integrating bbpress into a WordPress web site.  All of the CSS ids and classes are prefixed with bb_ to ensure there are no clashes with any other HTML elements.  This ensures integration to a WordPress site (or any other site for that matter) can be accomplished with a need to handle any id or class name conflicts.
Version: 0.01 theta-beta
Author: Jody Pope
Author URI: http://www.trainingwheelssoftware.com
*/

/***************************************************************************/
/* BB_ Global classes used by the skeleton theme                           */
/*                                                                         */
/* The following sections define empty wrappers for the global CSS classes */
/* defined in the bbpress skeleton theme.  Each class includes a block     */
/* comment describing its usage in the theme.  For readability, all global */
/* classes are indented beneath this high-level global class comment block */
/***************************************************************************/

  /*************************************************************************/
  /* bb_global_cls_horz_rule                                               */
  /*  This global class is assigned to horizontal rule lines that display  */
  /*  beneath h2 titles.                                                   */
  /*************************************************************************/
  .bb_global_cls_horz_rule
  {
     Display:none;
  }

  /*************************************************************************/
  /* bb_global_cls_h2_title                                                */
  /*  This global class is assigned to all h2 titles (forums, latest,etc.) */
  /*************************************************************************/
  .bb_global_cls_h2_title
  {
  }

  /*************************************************************************/
  /* bb_global_cls_tbl_forums                                              */
  /*************************************************************************/
  .bb_global_cls_tbl_forums
  {
    width:100%;
  }
  .bb_global_cls_tbl_forums td
  {
	padding: 5px 10px; 
  }

  /*************************************************************************/
  /* bb_global_cls_tbl_discussion					   */
  /*************************************************************************/
  .bb_global_cls_tbl_discussion
  {
    width:100%

  }
  
  .bb_global_cls_tbl_discussion td
  {
	padding: 5px 10px; 
  }

  /*************************************************************************/
  /* bb_global_cls_tbl_row_hdr                                             */
  /*  This global class is assigned to all table header row elements (th)  */
  /*************************************************************************/
  .bb_global_cls_tbl_row_hdr
  {

	
  }
  .bb_global_cls_tbl_row_hdr td
  {

  }

  /*************************************************************************/
  /* bb_global_cls_row_normal                                              */
  /*  This global is assigned to table row elements (tr) and is used in    */
  /*  conjunction with the alternate table row class (below) to allow for  */
  /*  table row styles alternating with each row on the displayed page.    */
  /*************************************************************************/
  .bb_global_cls_row_normal
  {
	background-color:#3366cc;
  }

  /*************************************************************************/
  /* bb_global_cls_row_alt                                                 */
  /*  This global is assigned to table row elements (tr) and is used in    */
  /*  conjunction with the normal table row class (above) to allow for     */
  /*  table row styles alternating with each row on the displayed page.    */
  /*************************************************************************/
  .bb_global_cls_row_alt
  {
	background-color:#94afca;
  }

  /*************************************************************************/
  /* bb_global_cls_sticky_row_normal                                       */
  /*  This global class is assigned to sticky table row elements and is    */
  /*  used in conjunction with the alternate sticky table row class (below)*/
  /*  to allow for sticky table row styles alternating with row on the     */
  /*  displayed page.  These two classes provide a mechanism to style      */
  /*  sticky entries differently than normal entries in the displayed page */
  /*************************************************************************/
  .bb_global_cls_sticky_row_normal
  {
	background-color:#94afca;
  }

  /*************************************************************************/
  /* bb_global_cls_sticky_row_alt                                          */
  /*  This global class is assigned to sticky table row elements and is    */
  /*  used in conjunction with the normal sticky table row class (above)   */
  /*  to allow for sticky table row styles alternating with row on the     */
  /*  displayed page.  These two classes provide a mechanism to style      */
  /*  sticky entries differently than normal entries in the displayed page */
  /*************************************************************************/
  .bb_global_cls_sticky_row_alt
  {
	background-color:#3366cc;
  }
  
/***************************************************************/
/* Link styles for non-sticky rows                             */
/***************************************************************/
.bb_global_cls_row_alt a:link
{
   color:#00007F;
   text-decoration:none;
}

.bb_global_cls_row_alt a:visited
{
   color:#3366cc;
   text-decoration:none;
}

.bb_global_cls_row_alt a:hover
{
   color:#00007F;
   text-decoration:underline;
}


.bb_global_cls_row_normal a:link
{
   color:#00007F;
   text-decoration:none;
}

.bb_global_cls_row_normal a:visited
{
   color:#94afca;
   text-decoration:none;
}

.bb_global_cls_row_normal a:hover
{
   color:#00007F;
   text-decoration:underline;
}

/***************************************************************/
/* Link styles for sticky rows                                 */
/***************************************************************/
.bb_global_cls_sticky_row_normal a:link
{
   color:#00007F;
   text-decoration:none;
}

.bb_global_cls_sticky_row_normal a:visited
{
   color:#3366cc;
   text-decoration:none;
}

.bb_global_cls_sticky_row_normal a:hover
{
   color:#00007F;
   text-decoration:underline;
}


.bb_global_cls_sticky_row_alt a:link
{
   color:#00007F;
   text-decoration:none;
}

.bb_global_cls_sticky_row_alt a:visited
{
   color:#94afca;
   text-decoration:none;
}

.bb_global_cls_sticky_row_alt a:hover
{
   color:#00007F;
   text-decoration:underline;
}

.bb_global_cls_tbl_row_hdr a:link
{
   color:#00007F;
   text-decoration:none;
}

.bb_global_cls_tbl_row_hdr a:visited
{
   color:#3366cc;
   text-decoration:none;
}

.bb_global_cls_tbl_row_hdr a:hover
{
   color:#00007F;
   text-decoration:underline;
}

  /*************************************************************************/
  /* bb_global_cls_post_content_textarea                                   */
  /*  This global class is assigned to the post-content text area anywhere */
  /*  a post is displayed in a text-area input control.                    */
  /*************************************************************************/
  .bb_global_cls_post_content_textarea
  {
  }

  /*************************************************************************/
  /* bb_global_cls_markup_notes_p                                          */
  /*  This class is assigned to paragraphs containing the allowed markup   */
  /*  returned by the function allowed_markup().                           */
  /*************************************************************************/
  .bb_global_cls_markup_notes_p
  {
  }

  /*************************************************************************/
  /* bb_global_cls_h3                                                      */
  /*  This class is assigned to all h3 headers.                            */
  /*************************************************************************/
  .bb_global_cls_h3
  {
  }

/***************************************************************************/
/* BB_ Page common (but not global) classes and IDs used by the skeleton   */
/* theme.                                                                  */
/*                                                                         */
/* The following classes and element ids are used by common page elements  */
/* such as header, footer, login-form, etc.  As such, these classes and    */
/* and elements are shared across many pages within bbpress, but are not   */
/* global across all pages.  If, for example, a page does not include the  */
/* login form, then the common login form classes and ids do not apply to  */
/* that page.                                                              */
/***************************************************************************/

/***************************************************************************/
/* BB_ Common Header.                                                      */
/*  The sections below define the classes and ids that are common to the   */
/*  bbpress header.                                                        */
/***************************************************************************/

  /*************************************************************************/
  /* DIV id = bb_common_header                                             */
  /*  This id specifies a DIV element within the <HEAD> tag of bbpress     */
  /*  pages.  This div is populated with the bbpress URL, name and         */
  /*  description.  This div can be used to move these elements on the     */
  /*  displayed page and to add in background images.                      */
  /*************************************************************************/
  #bb_common_header
  {
    Display:none;

  }

    /***********************************************************************/
    /* H1 Class = bb_common_header_h1                                      */
    /*  This class controls the display of the bbpress Name in the header  */
    /*  div above.                                                         */
    /***********************************************************************/
    .bb_common_header_h1
    {
    }

    /***********************************************************************/
    /* P Class = bb_common_header_description                              */
    /*  This class controls the style of the paragraph that contains the   */
    /*  bbpress description, which is displayed in the common header DIV   */
    /*  above.                                                             */
    /***********************************************************************/
    .bb_common_header_description
    {
    }

  /*************************************************************************/
  /* DIV ID = bb_common_header_login                                       */
  /*  This id specifies a DIV element within the <HEAD> element of bbpress */
  /*  pages.  This div is populated by the login_form() routine and can be */
  /*  to resize/reposition the login form content on the displayed page.   */
  /*************************************************************************/
  #bb_common_header_login
  {
	Display:none;
  }

  /*************************************************************************/
  /* DIV ID = bb_common_header_profile                                     */
  /*  This id specifies a DIV element within the <BODY> tag of the page    */
  /*  that displays the profile menu.  This div is populated by the        */
  /*  profile_menu() routine when the page displayed is profile-page.      */
  /*************************************************************************/
  #bb_common_header_profile
  {
  }

/***************************************************************************/
/* BB Edit Form.                                                           */
/*  This section defines classes and ids specific to the common edit form  */
/***************************************************************************/
  /*************************************************************************/
  /* P CLASS = bb_edit_form_topic_title_p                                  */
  /*  This class controls the style of the paragraph containing the topic  */
  /*  title label and input control in the edit-form.                      */
  /*************************************************************************/
  .bb_edit_form_topic_title_p
  {
  }

  /*************************************************************************/
  /* INPUT ID = bb_edit_form_topic_title_input                             */
  /*  This id specifies the text input control for the topic title on the  */
  /*  edit-form.                                                           */
  /*************************************************************************/
  #bb_edit_form_topic_title_input
  {
  }

  /*************************************************************************/
  /* P CLASS = bb_edit_form_post_content_p                                 */
  /*  This class controls the style of hte paragraph containing the post   */
  /*  content text area on the edit form.                                  */
  /*************************************************************************/
  .bb_edit_form_post_content_p
  {
  }

  /*************************************************************************/
  /* INPUT ID = bb_edit_form_post_content_text_area                        */
  /*  This id specifies the text area input for the post content on the    */
  /*  edit form.                                                           */
  /*************************************************************************/
  #bb_edit_form_post_content_text_area
  {
  }

  /*************************************************************************/
  /* P ID = bb_edit_form_submit_p                                          */
  /*  This id specifies the paragraph containing the submission elements   */
  /*  on the edit form.                                                    */
  /*************************************************************************/
  #bb_edit_form_submit_p
  {
  }

  /*************************************************************************/
  /* P ID = bb_edit_form_markup_notes_p                                    */
  /*  This id specifies the paragraph containing the allowed markup note   */
  /*  on the edit form.                                                    */
  /*************************************************************************/
  #bb_edit_form_markup_notes_p
  {
  }


/***************************************************************************/
/* BB_ Page specific classes and IDs used by the skeleton theme.           */
/*                                                                         */
/* The following classes and element ids are used by specific pages and    */
/* page elements within the skeleton theme.  These are used to control the */
/* displayed page of specific bbpress pages.  The sections below are       */
/* broken down as follows:                                                 */
/*                                                                         */
/*    Page Name Comment Block (identifies the page the contained items     */
/*                              affect)                                    */
/*      Page Div Comment Block (identifies the page div the contained items*/
/*                                affect)                                  */
/*        Individual items (individual class/id items within the wrapped   */
/*                          div/page).                                     */
/*                                                                         */
/*  For readability, the page specific items are layed out with indentions */
/*  to indicate which items/elements are children of other items/elements  */
/***************************************************************************/

/***************************************************************************/
/* BB_ Front Page classes and ids used by the skeleton theme.              */
/*                                                                         */
/*  The subsections below define the ids/classes associated with elements  */
/*  specific to the bbpress frontpage.                                     */
/***************************************************************************/

  /*************************************************************************/
  /* DIV ID = bb_frontpage_header                                          */
  /*  This ID specifies the front page div element that contains the       */
  /*  bbpress header.  It is populated by the bb_get_header() function.    */
  /*  This div element can be used to re-size/reposition the header on the */
  /*  page.                                                                */
  /*************************************************************************/
  #bb_frontpage_header
  {

  }

  /*************************************************************************/
  /* DIV ID = bb_frontpage_forumlist                                       */
  /*  This ID specifies the front page div element that contains the       */
  /*  bbpress forum list.  It is populated with a table that houses the    */
  /*  bbpress forums.                                                      */
  /*  This div element can be used to re-size/reposition the forumlist on  */
  /*  the page.                                                            */
  /*************************************************************************/
  #bb_frontpage_forumlist
  {
  }

    /***********************************************************************/
    /* TABLE ID = bb_frontpage_forums                                      */
    /*  This ID specifies the table within the forumlist DIV that displays */
    /*  the forum list.                                                    */
    /***********************************************************************/
    #bb_frontpage_forums
    {

    }

  /*************************************************************************/
  /* DIV ID = bb_frontpage_lastest                                         */
  /*  This ID specifies the front page div element that contains the       */
  /*  bbpress latest discussions list.  It is populated with a table that  */
  /*  houses the bbpress latest discussions.                               */
  /*  This div element can be used to re-size/reposition the latest        */
  /*  discussions on the page.                                             */
  /*************************************************************************/
  #bb_frontpage_lastest
  {
  }

    /***********************************************************************/
    /* TABLE ID = bb_frontpage_table_latest                                */
    /*  This ID specifies the table within the latest discussions DIV that */
    /*  displays the bbpress latest discussions.                           */
    /***********************************************************************/
    #bb_frontpage_table_latest
    {
      

    }



  /*************************************************************************/
  /* DIV ID = bb_frontpage_views                                           */
  /*  This ID specifies the front page div element that contains the       */
  /*  bbpress views list.  It is populated with an ordered list of the     */
  /*  views.  This div element can be used to re-size/reposition the views */
  /*  list on the page.                                                    */
  /*************************************************************************/
  #bb_frontpage_views
  {
    Display:none;
  }
    
    /***********************************************************************/
    /* OL ID = bb_frontpage_views_list                                     */
    /*  This ID specifies the ordered list within the views div that       */
    /* contains the views list.                                            */
    /***********************************************************************/
    #bb_frontpage_views_list
    {
    }

      /*********************************************************************/
      /* LI CLASS = bb_frontpage_cls_view_li                               */
      /*  This class controls the list elements contained within the views */
      /*  list on the bbpress front page.                                  */
      /*********************************************************************/
      .bb_frontpage_cls_view_li
      {
      }

  /*************************************************************************/
  /* DIV ID = bb_frontpage_hottags                                         */
  /*  This ID specifies the DIV element on the bbpress front page that     */
  /*  contains the bbpress hottags.  It is populated with a paragraph that */
  /*  contains the bbpress hottags links.  This div element can be used    */
  /*  re-size/reposition the hottags on the page.                          */
  /*************************************************************************/
  #bb_frontpage_hottags
  {
	Display:none;
  }

    /***********************************************************************/
    /* P CLASS = bb_frontpage_hottags_paragraph                            */
    /*  This class controls the hottags paragraph contained within the     */
    /*  front page hot tags div.                                           */
    /***********************************************************************/
    .bb_frontpage_hottags_paragraph
    {
    }

  /*************************************************************************/
  /* DIV ID = bb_frontpage_footer                                          */
  /*  This ID specifies the div element on the bbpress front page that     */
  /*  contains the bbpress footer.  It is populated by the bb_get_footer   */
  /*  function.  This div element can be used to re-size/reposition the    */
  /*  footer on the front page.                                            */
  /*************************************************************************/
  #footer
  {
  }








#post_content
{
  
}

.postform
{
  background-color:#94afca;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top:1.5em;
  border:solid 0 #fff;

}
.postform fieldset
{
  border:solid 0 #fff;

}
.postform a:link
{
   color:#00007F;
   text-decoration:none;
}

.postform a:visited
{
   color:#3366cc;
   text-decoration:none;
}

.postform a:hover
{
   color:#00007F;
   text-decoration:underline;
}

.infobox
{
  Display:none;
}

#cat
{
  background-color:White;
}
#thread
{
  list-style-type:none;
}
#thread li
{
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top:1.5em;
  background-color:#94afca;
  border:solid 2px white;
}
.threadauthor
{
  float:left;
}
.post_author
{
  float:left;
}
#thread .alt
{
  clear:both;
  background-color:#3366cc;
}
.post
{
  float:left;
}
.poststuff
{
  clear:both;
}

#thread li a:link
{
   color:#00007F;
   text-decoration:none;
}

#thread li a:visited
{
   color:#3366cc;
   text-decoration:none;
}

#thread li a:hover
{
   color:#00007F;
   text-decoration:underline;
}


#thread .alt a:link
{
   color:#00007F;
   text-decoration:none;
}

#thread .alt a:visited
{
   color:#94afca;
   text-decoration:none;
}

#thread .alt a:hover
{
   color:#00007F;
   text-decoration:underline;
}
.rss-link
{
  Display:none;
}

a:link
{
   color:#00007F;
   text-decoration:none;
}

a:visited
{
   color:#3366cc;
   text-decoration:none;
}

a:hover
{
   color:#00007F;
   text-decoration:underline;
}
#useravatar
{
  float:left;
  

}
#userlogin
{
  clear:both;
  

}
.bb_prof_menu
{
  float:left;

  

}

#profile-page p
{
  clear:both;
}

.bb_profile_div_wrap
{
  background-color:#94afca;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top:1.5em;
}

.bb_profile_div_wrap fieldset
{
  border:solid 1 #00007F;

}
#bb_frontpage_search
{
  background-color:#94afca;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top:1.5em;
  padding-bottom:1.5em;
}

.search-form fieldset
{
  border:solid 0 #fff;

}

.searchresults
{
  background-color:#94afca;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top:1.5em;
  padding-bottom:1.5em;
}

#postcontent
{
   
}

</style>
