body#forum #content {
	background: none;
	padding: 20px;
}

body#forum #content #content {
	background: none;
	padding: 0;
	margin: 0;
	border: 0;
}

body#forum h2 a {
	color: #940A0A;
	font-size: 25px;
}

#login-form {
	border: 1px solid #E0EFFB !important;
	padding: 5px;
}

.allcaps {
	font-size: 11px;
	font-weight:bold;
	text-transform:uppercase;
}

body#forum .submit {
	cursor:pointer;
	font-weight:bold;
	padding:2px 5px;
	border: 1px solid #999;
	background: #FFC057;
}

body#forum textarea {
	background: #FFF;
	border: 1px solid #666;
}

/*
    Special formatting for quotes, <code>, <pre> etc..
------------------------------------------------------ */ 

code {
	white-space:		normal;
}

pre {
	background:			#E0EFFB;
	border:				1px solid #333;
	font-size:			11px;
	padding:			10px 10px 10px 6px;
	margin:				8px 4px 10px 3px;
	white-space:		normal;
}

.codeblock {
	background:			#E0EFFB;
	border:				1px solid #333;
	font-size:			11px;
	padding:			10px 10px 10px 6px;
	margin:				8px 4px 10px 3px;
}

blockquote {
	background:			#E0EFFB;
	border:				1px solid #333;
	border-left:		4px solid #333;
	font-size:			11px;
	padding:			5px 10px 10px 6px;
	margin:				8px 2px 10px 6px;
}

.quote_author {
	font-size:			10px;
	font-weight:		bold;
	margin:				0 0 4px 0;
}

/*
    Top Bar 
------------------------------------------------------ */ 

#topBar {
	border-top: 0px solid #A3D2F4;
	border-bottom: 0px solid #A3D2F4;
	text-align:			right;
	padding:			7px 5px 7px 0;
}

.topBarLinks {
	font-size:			11px;
}
.topBarLinks a:link {
	background:			transparent;
	text-decoration:	underline;
} 
.topBarLinks a:visited {
	background:			transparent;
	text-decoration:	underline;
}
.topBarLinks a:hover {
	background:			transparent;
	text-decoration:	none;
}

/*
    Page Header 
------------------------------------------------------ */ 

#pageheader {
	border-bottom:		1px solid #FBDB86;
}

/*
    Right side of page banner
------------------------------------------------------ */ 
.rightheader {
	font-size:			11px;
	text-align:			left;
	background:			#FDEEC3;
	padding:			5px;
	border-top:				1px solid #FBDB86;
}
.rightheader a:link {
	background:			transparent;
	text-decoration:	underline;
} 
.rightheader a:visited {
	background:			transparent;
	text-decoration:	underline;
}
.rightheader a:hover {
	background:			transparent;
	text-decoration:	none;
}
/*
    Private message box
------------------------------------------------------ */ 

.privatemessagebox{
	background:			#FDEEC3;
	padding:			5px;
	border-top:				1px solid #FBDB86;
	border-bottom:				1px solid #FBDB86;
}

/*
    Member Signature
------------------------------------------------------ */ 

.signature {
	border-top:			1px solid #FBDB86;
	border-left:		1px solid transparent;
	border-right:		1px solid transparent;
	border-bottom:		1px solid transparent;
	margin:				15px 0 0 0;
	padding:			3px 10px 4px 6px;
}

.signatureTitle {
	font-size:			10px;
	color:				#333;
}

/*
    Sub-header Bar
    Contains the breadcrumb links
------------------------------------------------------ */ 
#subheader {
	padding:			4px 25px 3px 0;
	border-bottom:		1px solid #FBDB86;
	margin-bottom: 10px;
}
/*
    Breadcrumb Links
------------------------------------------------------ */ 
body #body #content #breadcrumb {
	margin-bottom: 20px;
	font-size: 11px;
	font-weight:bold;
	text-transform:lowercase;
}
body #body #content #breadcrumb a{
	background:			transparent;
	text-decoration:	none;
	color: #787878;
} 

body #body #content #breadcrumb a:hover {
	background:			transparent;
	text-decoration:	underline;
}

body #body #content #breadcrumb .currentcrumb {
	font-weight:		bold;
	color: #787878;
}

/*
    Misc. Formatting Items
------------------------------------------------------ */ 
.spacer {
	margin-bottom:			5px;
}

.itempad {
	padding:				2px 0px;
}

.itempadbig {
	padding:				5px 0;
}

.defaultCenter {
	padding: 10px;
}

.bottompad {
	padding:				0 0 2px 0;
}

.marginpad {
	padding:				12px 0 10px 3px;
}

.leftpad {
	padding:				0 0 0 4px;
}


/*
   Forum related text formatting
------------------------------------------------------ */ 

.forumName {
	font-size:				12px;
}

.forumDescription {
	font-size:				11px;
}

.forumLightLinks {
	font-size:				10px;
}

.forumLightLinks a:link {
	background:				transparent;
	text-decoration:		none;
} 
.forumLightLinks a:visited {
	background:				transparent;
	text-decoration:		none;
}
.forumLightLinks a:hover {
	background:				transparent;
	text-decoration:		underline;
}
.topicTitle {
	font-size:				12px;
}

.userBlock {
	padding:				2px 0 2px 0;
}

.edited {
	font-size:		9px;
	color:			#888;
}

/*
    File Attachments
------------------------------------------------------ */ 

.attachTitle {
	font-size:				10px;
	font-weight:			bold;
	margin:					10px 0 1px 0;
	background:				#E0EFFB;
}
.attachBody {
	font-size:				11px;
	margin-bottom:			10px;
	background:				#eee;
}

.attachThumb {
	margin:					3px 6px 3px 3px;
}

/*
    User Rank Text in Post
------------------------------------------------------ */ 
.rankAdmin {
	font-size:				10px;
	font-weight:			bold;
}

.rankModerator {
	font-size:				10px;
	font-weight:			bold;
}

.rankMember{
	font-size:				10px;
	font-weight:			bold;
}

.rankImage {
	margin:					0;
	padding:				0;
	border:					0;
}

/*
    Button Formatting
	This controls the look of the various buttons, like
	the "NEW TOPIC" and "POST REPLY" buttons
------------------------------------------------------ */ 

.button {
	width:					80px;
}
.button40 {
	width:					40px;
}
.button60 {
	width:					60px;
}
.button80 {
	width:					80px;
}
.button100 {
	width:					100px;
}
.button150 {
	width:					150px;
}
.button210 {
	width:					210px;
}
.buttonSpacer{
	margin:					0 0 0 6px;
}
.buttonLarge {
	background:				#FBDB86;
	color:					#000;
	font-weight:			bold;
	padding:				4px 6px;
	margin:					2px 0 4px 0;
	white-space:			nowrap;
	cursor:					pointer;
	border:					1px solid #BC9850;
	text-align:				center;
	font-size:				10px;
	text-transform:			uppercase;
}
.buttonLargeHover {
	background:				#EEE;
	color:					#000;
	font-weight:			bold;
	padding:				4px 6px;
	margin:					2px 0 4px 0;
	white-space:			nowrap;
	cursor:					pointer;
	border:					1px solid #BC9850;
	text-align:				center;
	font-size:				10px;
	text-transform:			uppercase;
}


.buttonSmall {
	background:				#FBDB86;
	color:					#000;
	font-weight:			bold;
	padding:				2px 3px;
	margin:					0 2px 0 3px;
	white-space:			nowrap;
	cursor:					pointer;
	border:					1px solid #BC9850;
	text-align:				center;
	font-size:				10px;
	text-transform:			uppercase;
}

.buttonSmallHover {
	background:				#EEE;
	color:					#000;
	font-weight:			bold;
	padding:				2px 3px;
	margin:					0 2px 0 3px;
	white-space:			nowrap;
	cursor:					pointer;
	border:					1px solid #BC9850;
	text-align:				center;
	font-size:				10px;
	text-transform:			uppercase;
}


/*
    Post Preview
------------------------------------------------------ */ 

.preview {
	background:				#eee;
	font-size:				11px;
	padding:				10px;
	margin:					0 0 12px 0;
	border:					1px solid #333;
}
.previewheading {
	background:				#E0EFFB;
	font-weight:			bold;
	font-size:				11px;
	padding:				5px 0 5px 10px;
	border:					1px solid #333;
	border-bottom:			0;
}

/*
    Moderator Highlight
    This controls the look of the name of moderators
    that appear in the stats area.  The idea is that
    moderators appear in the list differently than
    regular members
------------------------------------------------------ */ 
.activeModerator {
	font-weight:			bold;
}

/*
    Table Formatting
------------------------------------------------------ */ 
.border {
	border:					1px solid #E0EFFB;
}
.tableBorder {
	border:					1px solid #E0EFFB;
}
.tableBorderLeft {
	border-left:			1px solid #333;
}
.tableBorderTopLeft {
	border-top:				1px solid #E0EFFB;
	border-left:			1px solid #333;
}
.tableBorderPad {
	border:					1px solid #E0EFFB;
	padding:				1px;
}
.threadBorder {
	border-bottom:			1px solid #E0EFFB;
}
.tableBG {
	background:				#eee;
}

.tablePad {
	padding:				0 2px 4px 2px;
}

.tableHeadingBG {
	background:				#FBDB86;
	color:					#000;
	padding:				7px 6px;
}
.tableHeading {
	font-size:				14px;
	font-weight:			bold;
	color:					#000;
	padding:				0;
	margin:					0;
	white-space:			nowrap;
}
.tableHeadingSmall {
	font-size:				11px;
	font-weight:			normal;
	color:					#fff;
	padding:				0;
	margin:					0;
}
.tableRowHeading, .tableRowHeadingBold {
	background:				#FEF3D5;
	font-size:				11px;
	color:					#000;
	padding:				8px 10px 8px 6px;
	border-top:				1px solid #E0EFFB;
}
.tableRowHeadingBold {
	font-weight:			bold;
}
.tableRowSpacer {
	background:				#aaa;
	padding:				0;
}

.tableCellOne {
	background:				#FFF;
	padding:				3px 6px;
	border:					1px solid #E0EFFB;
	font-size:				11px;
}
.tableCellTwo {
	background:				#FFF;
	color:	#636363;
	padding:				3px 6px;
	border:					1px solid #E0EFFB;
	font-size:				11px;
}

.tableCellThree {
	background:				#E0EFFB;
	color:	#636363;
	padding:				3px 6px;
	border:					1px solid #E0EFFB;
	font-size:				11px;
}

.tablePostInfo {
	font-size:				10px;
}

.ignored {
}

/*
    Member Profile Page
------------------------------------------------------ */ 

.profileHeadingBG {
	background:				#FBDB86;
	color:					#FFF;
	padding:				5px;
}

.profileAlertHeadingBG {
	background:				#900;
	color:					#fff;
	padding:				5px;
}

.profileTopBox {
	background:				#FBDB86;
	padding:				6px;
}

.profileTitle {
	font-size:				14px;
	font-weight:			bold;
}

.profileItem {
}

.profilePhoto {
	background:				#FBDB86 ;
	border-left:			1px solid #FFF;
}

.avatar {
	margin:					2px 15px 0 2px;
}

.photo {
	margin:					2px 15px 0 2px;
}

.profileHead {
	font-weight:			bold;
	text-transform:			uppercase;
	background:				#E0EFFB;
	color:					#000;
	border-top:				0px solid #E0EFFB;
	border-bottom:			0px solid #E0EFFB;
	padding:				3px 5px;
}

.menuHeadingBG {
	background:				#A3D2F4;
	color:					#fff;
	padding:				6px;
}

.profileMenu {
	background:				#FFF;
	border:					1px solid #E0EFFB;	
}

.profileMenuInner {
	padding:				0 10px;
	margin:					4px 0;
}

.menuItem {
	padding:				3px 0;
}

.borderTopBot {
	border-top:				0px solid #E0EFFB;
	border-bottom:			0px solid #E0EFFB;
}

.borderBot {
	border-bottom:			0px solid #E0EFFB;
}

.success {
	color:					#093;
	font-weight:			bold;
}

.memberlistRowOne {
	background:				#FFF;
	padding:				4px 8px;
	border:					1px solid #E0EFFB;
}

.memberlistRowTwo {
	background:				#eee;
	padding:				4px 8px;
	border:					1px solid #E0EFFB;
}

.memberlistHead {
	font-weight:			bold;
	background:				#A3D2F4;
	color:					#fff;
	border-bottom:			1px solid #A3D2F4;
	padding: 5px;
}

.memberlistFooter {
	border:					1px solid #E0EFFB;
	border-left:			0;
	padding: 10px 0;
}

.innerShade {
	background:				#eee;
	border:					1px solid #E0EFFB;
	padding:				10px;
}

/*
    Search Formatting
------------------------------------------------------ */ 

.searchBox {
	border:					1px solid #E0EFFB;
	margin:					15px 0 0 0;
	padding:				6px;
}

.searchBoxTitle {
	font-size:				10px;
}

.searchpad {
	padding:				7px 0;
}

.searchspacer {
	margin-bottom:			8px;
}



/*
    Pagination Links
------------------------------------------------------ */ 
.paginateBorder {
}
.paginate {
	background:				#eee;
	padding:				2px 4px;
}
.paginateStat {
	background:				#000;
	color:					#fff;
	white-space:			nowrap;
	padding:				2px 10px;
}
.paginateCur {
	background:				#eee;
	color:					#999;
	padding:				2px 6px;
}
 
.paginate a:link {
}
  
.paginatea:visited {
}

.paginate a:hover {
}

/*

    Form Field Formatting
------------------------------------------------------ */ 

form {
	margin:					0;
	padding:				0;
	border:					0;
}
.hidden {
	margin:					0;
	padding:				0;
	border:					0;
}
.input {
} 
.textarea {
}
.select {
} 
.multiselect {
} 
.radio {
}
.checkbox {
}
.buttons {
	padding:				2px 5px;
	cursor:					pointer;
}

.submit {
	cursor:					pointer;
	padding:				2px 5px;
}  
/*
    Error messages
------------------------------------------------------ */ 

.errorHeading {
	background:				#600;
	color:					#fff;
	padding:				6px;
}

.errorMessage {
	color:					#900;
	padding:				10px;
}

.errorBox {
	color:					#900;
	background:				#eee;
	border:					1px solid #900;
	padding:				10px;
}

.alert {
	font-weight:			bold;
	color:					#900;
}

.highlight {
	color:					#900;
}

/*
    Formatting Buttons
------------------------------------------------------ */ 

.buttonMode {
	font-size:				10px;
	white-space:			nowrap;
}

.htmlButtonOuter, .htmlButtonOuterL {
	background:				#eee;
	border:					1px solid #333;
	border-left:			0;
	padding:				0;
}
.htmlButtonOuterL  {
	border-left:			1px solid #333;
}
.htmlButtonInner {
	text-align:				center;
	padding:				0 5px;
	border-left:			1px solid #fff;
	border-top:				1px solid #fff;
	border-right:			1px solid #E0EFFB;
	border-bottom:			1px solid #E0EFFB;
}
.htmlButtonOff {
	font-weight:			bold;
	white-space:			nowrap;
	padding:				2px;
}
.htmlButtonOff a:link {
	color:					#000;
	text-decoration:		none;
	white-space:			nowrap;
}
.htmlButtonOff  a:visited {
	text-decoration:		none;
}
.htmlButtonOff a:active {
}
.htmlButtonOff a:hover {
	text-decoration:		none;
	color:					#999;
}
.htmlButtonOn {
	font-weight:			bold;
	white-space:			nowrap;
	padding:				2px;
}
.htmlButtonOn a:link {
	color:					#900;
	text-decoration:		none;
}  
.htmlButtonOn  a:visited {
	text-decoration:		none;
} 
.htmlButtonOn a:active {
	text-decoration:		none;
	color:					#999;
}
.htmlButtonOn a:hover {
	text-decoration:		none;
	color:					#999;
}

/*
    SPELL CHECK CSS
--------------------------------------------------------------- */

.iframe {
	border:					1px solid #E0EFFB;
}

.wordSuggestion
{
	border:					1px solid #E0EFFB;
	padding:				4px;
}

.wordSuggestion a, .wordSuggestion a:active
{
	cursor:					pointer;
}

.spellchecked_word
{
	cursor:					pointer;
	border-bottom:			1px dashed #f00;
}

.spellchecked_word_selected
{
}




