﻿/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*              SubPage StyleSheet - BUYERSBoard.com Project
*           Created by Jeremy S. Cargilo for BUYERSBoard.com.
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Purpose: 
*   This stylesheet contains the custom subpage styles for the entire project.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* Custom Layout/Typography Styles
-------------------------------------------------------------------------------*/
#contentarea { margin-right: 8px; }
.blue_inline { color: #3589B4; font-weight: bold; }

/* Main Content Default Styles
-------------------------------------------------------------------------------*/
#content_full { }
#content_main { float: left; width: 600px; }
#content_right { float: right; width: 200px; }
#adSenseSection { text-align: center; }
#advertise_space { margin-top: 10px; }

#search_bar { display: block; color: #3589B4; background-color: #E6F4D0; padding: 5px; 
    border: 1px solid #A1AB92; }
    
.pageheader { color: #990000; font-weight: bold; font-size: 16px; }

/* -- Default.aspx Styles -- */
#adMainSection { width: 600px; height: 100px; }
#adSenseSection { height: 100px; margin-bottom: 7px; }
#home_left_column { float: left; width: 299px;  }
#home_right_column { float: right; width: 299px; }
#home_left_column table td, #home_right_column table td { background-color: #E6F4D0; }
#home_left_column table th, #home_right_column table th { color: #3589B4; }

/* -- Logged In Format Styles -- */
.welcomeBox { position: relative; top: 10px; }
.welcomeBox h1 { color: #000000; font-size: 14px; margin: 4px 0px 0px 0px; }
.welcomeBox ul { margin: 0px; }

/* Forum Styles
--------------------------------------------------------------------------------*/
#poster { text-align: center; font-weight: bold; }
#poster_info { position: relative; left: 0px; bottom: 0px; margin-top: 10px; 
    font-size: 9px; }
#post_info { display: block; border-bottom: 1px solid #A1AB92; height: 18px; }
#post_date { float: left; color: #000000 !important; font-weight: normal !important; }
#post_links { float: right; font-weight: normal !important; }
#post_body { margin: 10px 5px 10px 5px; }
#post_signature { border-top: 1px solid #A1AB92; min-height: 18px; padding-top: 10px; }
* html #post_signature { height: 18px; }

.returnLink { display: block; text-align: center; margin-top: 45px; }
.image_links { float: right; position: relative; top: -76px; font-weight: bold; margin-right: 5px; }
#topic_posttitle { float: left; }
#topic_reportingoptions { float: right; position: relative; right: 0px; top: 1px; width: 255px; 
	text-align: right; font-weight: normal; font-size: 11px; }
.thread_emailfriend { float: right; position: relative; top: 5px; margin: -12px 9px 0px 0px; }
