/* ************************************************** forum pages, single column, wide, paper background ****************************** */
body.forum div#wrap4 { /*background for div#wrap4*/
	background-image: none;
}
body.forum div#columnwrap1 {
	float: left;
	display: inline;
	width: 870px;
	margin: -25px 45px 0 45px;
	padding: 0;
	background-image: url(/imgD/bkg_paper5_wide_mid.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}
body.forum div#columnwrap2 {
	width: 870px;
	margin: 0;
	padding: 0;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-image: url(/imgD/bkg_paper5_wide_btm.jpg);
}
body.forum div#column {
	width: 800px;
	min-height: 715px;
	margin: 0;
	padding: 0 35px 40px 35px;
	text-align: left;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(/imgD/bkg_paper5_wide_top.jpg);
}

#column h1 {
	margin: 0 -35px 0 -35px;
}
#column h2 {
	color: #993333;
}
a {
	color: #993333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.titles {
	text-transform: uppercase;
}
div.searchform {
	float: right;
	position: relative;
	z-index: 10;
	width: 150px;
	margin: -60px 0 0 0;
	padding: 0;
	text-align: right;
}
div.searchform .formfieldsearch {
	width: 85px;
	margin: 0 5px 0 0;
	padding: 0 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666666;
	background-color: #ffffff;
	border: solid 1px #666666;
}
div.searchform .formbuttonsearch {
	margin: 0;
	padding: 0;
	color: #666666;
	font-size: 10px;
	font-variant: small-caps;
	font-style: normal;
	letter-spacing: 1px;
	background-color: transparent;
	border: none;
}
div.searchform .formbuttonsearch:hover {
	color: #993333;
}


/* ************************************************** PAGE SPECIFIC > forum list, forums.html ****************************** */
table.forumlist { /* 5 columns */
	margin: -15px 0 0 0;
	width: 800px;
}
/* 
set styles for th cells 
*/
.forumlist th {
	margin: 0;
	padding: 20px 0 10px 0;
	line-height: 1;
	color: #993333;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}
/* 
set the widths and alignments of both th and td cells 
*/
.forumlist .forumname {
	width: 355px;
	padding: 10px 10px 10px 10px;
	text-align: left;
}
.forumlist .topics {
	width: 75px;
	padding: 10px 0;
	text-align: center;
}
.forumlist .posts {
	width: 75px;
	padding: 10px 0;
	text-align: center;
}
.forumlist th.lastpost {
	width: 265px;
	padding: 10px 10px 10px 0;
	text-align: left;
}
.forumlist td.lastpost {
	width: 180px;
	padding: 10px 0;
	text-align: left;
}
.forumlist td.lastpostdate {
	width: 85px;
	padding: 10px 10px 10px 0;
	text-align: left;
}
/* 
set details affecting all topic display 
items in td cells 
*/
.forumlist td {
	margin: 0;
	padding: 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
	vertical-align: top;
	background-color: #ffffff;
	border: solid #e6d5c8;
}
.forumlist td.spacer {
	height: 10px;
	padding: 0;
	border: none;
	border-width: 0;
	background-color: transparent;
}
/* 
set details about specific topic
display td cells
*/
.forumlist td.forumname {
	border-width: 1px 0 1px 1px;
}
.forumlist .forumname div.details {
	margin: 0 0 0 40px;
}
.forumlist td.topics {
	border-width: 1px 0 1px 0;
}
.forumlist td.posts {
	border-width: 1px 0 1px 0;
}
.forumlist td.lastpost {
	border-width: 1px 0 1px 0;
}
.forumlist td.lastpostdate {
	border-width: 1px 1px 1px 0;
}
.forumlist tr.highlight td {
	background-color: #fff8df;
}
.forumlist tr.highlight td.forumname a.iconcategory {
	background-position: 0 0;
}
.forumlist tr.highlight td.spacer {
	background-color: transparent;
}
.forumlist .forumname a.iconcategory {
	float: left;
	width: 29px;
	height: 36px;
	margin: 3px 0 0 0;
	padding: 0 10px 0 0;
	background-image: url(/imgD/icon_forum_categorymarker.gif);
	background-repeat: no-repeat;
	background-position: 0 -36px;
	text-indent: -5000px;
	outline: none;
}
.forumlist .forumname a:hover.iconcategory {
	background-position: 0 0;
}
.forumlist .forumname a.titles {
	float: left;
}



/* ************************************************** PAGE SPECIFIC > topic list, forum.html ****************************** */
table.topiclist { /* 4 columns */
	width: 800px;
}
/* 
set styles for th cells 
*/
.topiclist th {
	margin: 0;
	padding: 0 0 5px 0;
	line-height: 1;
	color: #993333;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
}
/* 
set the widths and alignments of both th and td cells 
*/
.topiclist .topicname {
	width: 355px;
	padding: 10px 10px 10px 10px;
	text-align: left;
}
.topiclist .replies {
	width: 75px;
	padding: 10px 0;
	text-align: center;
}
.topiclist .views {
	width: 75px;
	padding: 10px 0;
	text-align: center;
}
.topiclist .lastpost {
	width: 265px;
	padding: 10px 10px 10px 0;
	text-align: left;
}
/* 
set details affecting all topic display 
items in td cells 
*/
.topiclist td {
	margin: 0;
	padding: 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #666666;
	vertical-align: top;
	background-color: #ffffff;
	border: solid #e6d5c8;
}
.topiclist td.spacer {
	height: 10px;
	padding: 0;
	border: none;
	border-width: 0;
	background-color: transparent;
}
.topiclist td span.titles {
	text-transform: uppercase;
}
.topiclist tr.highlight td {
	background-color: #fff8df;
}
.topiclist tr.highlight td.spacer {
	background-color: transparent;
}
/* 
set details about specific topic
display td cells
*/
.topiclist td.topicname {
	border-width: 1px 0 1px 1px;
}
.topiclist td.replies {
	border-width: 1px 0 1px 0;
}
.topiclist td.views {
	border-width: 1px 0 1px 0;
}
.topiclist td.lastpost {
	border-width: 1px 1px 1px 0;
}




/* ************************************************** PAGE SPECIFIC > post/comments display, forum_comments.html ****************************** */
/* 
container for post/comment display contents
*/
div.forumthreadview {
	width: 800px;
	margin: 0;
	padding: 0;
}
.forumthreadview h2 {
	float: left;
	margin: 0;
	padding: 0 0 1em 0;
	color: #993333;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
}
.forumthreadview p.linkreply {
	float: right;
	margin: 0;
	padding: 0 0 1em 0;
	font-size: 11px;
	font-weight: normal;
}
.forumthreadview .linkreply a {
	color: #666666;
	text-transform: uppercase;
}
/* 
container for reply form
*/
div.forumpostreply {
	width: 800px;
	overflow: hidden;
	margin: 0;
	padding: 0 0 30px 0;
}
.forumpostreply h2 {
	margin: 0;
	padding: 0 0 1em 0;
	color: #993333;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
}
/* 
styles for each post displayed
*/
div.forumpost {
	clear: both;
	width: 758px;
	margin: 0 0 10px 0;
	padding: 15px 20px;
	background-color: #ffffff;
	border: solid 1px #e6d5c8;
}
div.first {
	background-color: #fff8df;
}
.forumpost h3 {
	float: left;
	display: inline;
	margin: 0 20px 0 0;
	padding: 0 0 1em 0;
	color: #993333;
	font-size: 11px;
	font-weight: normal;
	line-height: 1;
	text-transform: uppercase;
}
.forumpost p.author {
	float: left;
	display: inline;
	margin: 0;
	padding: 0 0 1em 0;
	line-height: 1;
}
.forumpost .author a {
	color: #993333;
	text-transform: uppercase;
}
.forumpost p.number {
	float: right;
	display: inline;
	margin: 0 0 0 20px;
	padding: 0 0 1em 0;
	line-height: 1;
}
.forumpost p.date {
	float: right;
	display: inline;
	margin: 0;
	padding: 0 0 1em 0;
	line-height: 1;
}
.forumpost div.post {
	clear: both;
}
.forumpost a {
	color: #993333;
	text-decoration: none;
}




/* ************************************************** PAGE SPECIFIC > post new topic form, add_forum_topic.html ****************************** */
/* 
container for form
*/
div.posttoforum {
	width: 800px;
	margin: 0;
	padding: 0;
}
