html {
	background: #544634 URL(/images/background-texture.jpg) bottom left repeat-x; /* inserts horizontally-tiling background */
	min-height: 100%; /* ensures inclusion of vertical scroll bar */
	margin-bottom: 1px; /* ensures inclusion of vertical scroll bar */
	padding: 0;
	}
	
body {padding: 0; margin: 0; 	text-align: center;
}

h1, h2, h3, h4, h5 {color: #0F0E00;}

/* overall style */

#phorum {
	font-family: Georgia, "Times New Roman", serif;    
	width: 780px;
	text-align: left;
    margin: 0 auto;
    background: #FFF URL(/images/coffee.jpg) right 0 no-repeat;
    padding: 10px;
	position: relative;
	display: block;
	border-top: 8px solid #C39E29;
	}

/* HTML level styles */

img {
    vertical-align: top;
    border: none;
	}

#phorum table.list {
    width: 100%;
    margin-bottom: 4px;
    border: 1px solid #CFC9B5;
    border-bottom: 0;
    background-color: #FDF6DC;
	}

#phorum table.list th  {
    background-repeat: repeat-x;
    background-image: url('../images/header_background.png');
    color: White;
    background-color: #CFC9B5;
    font-size: 85%;
    padding: 5px;
	}

#phorum table.list th a {
    color: White;
	}

#phorum table.list td {
    background-color: #FDF6DC;
    padding: 8px;
    border-bottom: 1px solid #CFC9B5;
    font-size: 85%;
	}

#phorum table.list td.alt {
    background-color: #EFEAD4;
	}

#phorum table.list td.current {
    background-color: #f0f7f0;
	}

#phorum table.list td p {
    margin: 4px 8px 16px 4px;
	}

#phorum table.list td h3 {
    margin: 0;
	}

#phorum table.list td h4 {
    font-size: 115%;
    margin: 0;
    font-weight: normal;
	}

#phorum a {
	color: #7A674D;
	text-decoration: none;
	}

#phorum a:hover {
    color: #000;
    	text-decoration: underline;
	}

#phorum a.icon {
    background-repeat: no-repeat;
    background-position: 1px 2px;
    padding: 4px 10px 2px 21px;
    font-weight: normal;
	}

#phorum h1 {
    margin: 5px 0 0 0;
    font-size: 120%;
	}

#phorum h2 {
    margin: 0;
    font-size: 115%;
    font-weight: normal;
	}

#phorum h4 {
    margin: 0 0 5px 0;
	}

#phorum hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #CFC9B5;
	}

/* global styles */

#phorum div.generic {
    padding: 8px;
    background-color: #F2EDED;
    border: 1px solid #CFC9B5;
    overflow:hidden;
    font-size: 90%;
	}

#phorum div.generic-lower {
    padding: 8px;
    margin-bottom: 8px;
	}

#phorum div.paging {
    float: right;
	}

#phorum div.paging a {
    font-weight: bold;
    margin: 0 4px 0 4px;
    padding: 0 0 1px 0;
	}

#phorum div.paging img{
    vertical-align: bottom;
	}

#phorum div.paging strong.current-page {
    margin: 0 4px 0 4px;
	}

/*
#phorum input.styled-text {
    font-family: Arial;
    border-color: #EEEFDE;
	}

#phorum input.styled-button {
    font-family: Arial;
    font-weight: bold;
    background-color: #EEEFDE;
    border-color: #EEEFDE;
    color: #355F35;
    padding: 2px 0 2px 0;

	}
*/

#phorum div.nav {
    font-size: 85%;
    margin: 5px 0 5px 0;
	}

#phorum div.nav-right {
    float: right;
	}

#phorum div.information {
    padding: 8px;
    border: 1px solid #62a762;
    background-color: #e6ffe6;
    margin-bottom: 8px;
	}

#phorum div.notice {
    padding: 8px;
    background-color: #F2EDED;
    border: 1px solid #CFC9B5;
    margin-bottom: 8px;
	}

#phorum div.warning {
    border: 1px solid #A76262;
    background-color: #FFD1D1;
    padding: 8px;
    margin-bottom: 8px;
	}

#phorum div.attachments {
    background-color: White;
    margin-top: 8px;
    padding: 16px;
    border: 1px solid #CFC9B5;
	}

#phorum div.attachments a {
    display: block;
	}

#phorum span.new-flag {
    color: red;
	}

#phorum a.message-new {
    font-weight: bold;
	}

#phorum table.menu td {
    vertical-align: top;
	}

#phorum table.menu td.menu {
    font-size: 85%;
    padding: 0 8px 0 0;
	}

#phorum table.menu td.menu ul {
    list-style: none;
    padding: 0;
    margin: 4px 0 8px 8px;
	}

#phorum table.menu td.menu ul li {
    margin: 0 0 4px 0;
	}

#phorum table.menu td.menu ul li a {
    text-decoration: none;
	}

#phorum table.menu td.menu ul li a.current {
    font-weight: bold;
	}

#phorum table.menu td.menu span.new {
    color: Red;
	}

#phorum table.menu td.content {
    width: 100%;
    padding: 0;
	}

#phorum table.menu td.content h2 {
    margin: 0 0 8px 0;
    background-repeat: repeat-x;
    background-image: url('../images/header_background.png');
    color: White;
    background-color: #CFC9B5;
    padding: 4px;
	}

#phorum table.menu td.content div.generic {
    margin: 0 0 8px 0;
	}

#phorum table.menu td.content dl {
    margin: 0;
    padding: 0;
	}

#phorum table.menu td.content dt {
    font-weight: bold;
	}

#phorum table.menu td.content dd {
    padding: 4px;
    margin: 0 0 8px 0;
	}

#phorum fieldset {
    border: 0;
    padding: 0;
    margin: 0;
	}

#phorum textarea.body {
    font-family: Arial;
    width: 100%;
    border: 0;
	}

#phorum table.form-table {
    width: 100%;
	}

/* header styles */

#phorum #logo {
    height: 148px;
    width: 249px;
    vertical-align: bottom;
    background: #FFF URL(/images/FSW_logo.jpg) top left no-repeat;
    position: absolute;
    top: -8px;
    left: 22px;
    overflow: hidden;
	}

#phorum #logo img {
   height: 145px;
    width: 170px;
	}

#phorum #top {
    padding: 0;
	position:absolute;
	top: 30px;
	right: 0;
	width: 560px;
	overflow: hidden;
	height: 80px;
	margin-top: 20px;
	}


#phorum #top h1 {display: inline;}
H1 + #description {padding: 0; display: block; color: #BEBEBE;}
H1 + #description:before {content: "{"}
H1 + #description:after {content: "}"}

#phorum #top-right {
    float: right;
    text-align: right;
	}

#phorum #description {
    margin: 8px 8px 0 0;
    padding-right: 32px;
    font-size: 85%;
	}

#phorum #breadcrumb {
	border-bottom: 1px solid #b6b6b6;
	margin-top: 130px;
	padding: 5px;
	font-size: 85%;
	}

#phorum #user-info {
	font-size: 75%;
	margin: 0 0 4px 0;
	text-align: right;
	}

#phorum #user-info a {
    margin: 0 0 0 10px;
    padding: 4px 0 2px 21px;

    background-repeat: no-repeat;
    background-position: 1px 2px;
	}

#phorum #user-info img {
    border-width : 0;
    margin: 4px 3px 0 0;
	}

#phorum #user-info small a{
    margin: 0;
    padding: 0;
    display: inline;
	}

#phorum div.attention {
    padding: 24px 8px 24px 64px;
    border: 1px solid #A76262;
    background-image: url('../images/dialog-warning.png');
    background-color: #FFD1D1;
    background-repeat: no-repeat;
    background-position: 8px 8px;
    margin: 8px 0 8px 0;
	}

#phorum div.attention a {
    color: #68312C;
    padding: 2px 2px 2px 21px;
    display: block;
    background-repeat: no-repeat;
    background-position: 1px 2px;
	}

#phorum #right-nav {
    float: right;
	}

#phorum #search-area {
    padding: 8px 8px 8px 32px;
    background-repeat: no-repeat;
    background-position: 8px 12px;
    margin: 0 16px 8px 0;
    position:absolute;
    top: 126px;
    _width: 260px;
    right: 0;
	}


#phorum #header-search-form {
    display: inline;
	}

#phorum #header-search-form a {
    font-size: 65%;
	}



/* Read styles */

#phorum div.message div.generic {
    border-bottom: 0;
	}

#phorum td.message-user-info {
    float: right;
    font-size: 85%;
	}

#phorum div.message-author {
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding: 0px 0 0px 21px;
    font-size: 115%;
    font-weight: bold;
    margin-bottom: 5px;
	}

#phorum div.message-author small {
    font-size: 65%;
    font-weight: normal;
    margin: 0 0 0 16px;
	}

#phorum div.message-subject {
    font-weight: bold;
    font-size: 85%;
	}

#phorum div.message-body {
    padding: 16px;
    margin: 0 0 16px 0;
    border: 1px solid #CFC9B5;
    border-top: 0;
    background-image: url("../images/message_background.png");
    background-repeat: repeat-x;
	overflow:hidden;
	}

#phorum div.message-date {
    font-size: 85%;
	}

#phorum div.message-moderation {
    margin-top: 8px;
    font-size: 85%;
    border-top: 0;
    padding: 6px;
    background-color: #F2EDED;
    border: 1px solid #CFC9B5;
	}

#phorum div.message-options {
    text-align: right;
    font-size: 85%;
    padding-top: 6px;
	}

#phorum #thread-options {
    margin: 8px 0 32px 0;
    background-color: #F2EDED;
    border: 1px solid #CFC9B5;
    padding: 8px;
    text-align: center;
	}

/* Posting styles */

#phorum #post {
    clear: both;
	}

#phorum #post ul {
    margin: 2px;
	}

#phorum #post ul li {
    font-size: 85%;
	}

#phorum #post-body {
    border: 1px solid #CFC9B5;
    background-color: White;
    padding: 8px;
	}

#phorum #post-moderation {
    font-size: 85%;
    float: right;
    border: 1px solid #CFC9B5;
    background-color: #fffdf6;
    padding: 8px;
	}

#phorum #post-buttons {
    text-align: center;
    margin-top: 8px;
	}

#phorum div.attach-link {
    background-image: url('../images/attach.png');
    background-repeat: no-repeat;
    background-position: 1px 2px;
    padding: 4px 10px 2px 21px;
    font-size: 85%;
    font-weight: normal;
	}

#phorum #attachment-list td {
    font-size: 85%;
    padding: 6px;
	}

#phorum #attachment-list input {
    font-size: 65%;
	}


/* PM styles */

#phorum input.rcpt-delete-img {
    vertical-align: bottom;
	}

#phorum div.pm {
    padding: 8px;
    background-color: #F2EDED;
    border: 1px solid #CFC9B5;
    border-bottom: 0;
	}

#phorum div.pm div.message-author {
    font-size: 85%;
	}

#phorum .phorum-gaugetable {
    margin-top: 10px;
    border-collapse: collapse;
	}

#phorum .phorum-gauge {
    border: 1px solid #CFC9B5;
    background-color: white;
	}

#phorum .phorum-gaugeprefix {
    border: none;
    background-color: white;
    padding-right: 10px;
	}


/* Profile styles */

#phorum #profile div.icon-user {
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding: 0px 0 0px 21px;
    font-size: 115%;
    font-weight: bold;
    margin-bottom: 5px;
	}

#phorum #profile div.icon-user small {
    font-size: 65%;
    font-weight: normal;
    margin: 0 0 0 16px;
	}

#phorum #profile dt {
    font-weight: bold;
	}

#phorum #profile dd {
    padding: 4px;
    margin: 0 0 8px 0;
	}


/* Search Styles */

#phorum #search-form {
    margin-bottom: 35px;
	}

#phorum div.search {
    background-color: White;
	}

#phorum div.search-result {
    font-size: 85%;
    margin-bottom: 20px;
	}

#phorum div.search-result h4 {
    font-size: 125%;
    margin: 0;
    font-weight: normal;
	}

#phorum div.search-result h4 small {
    font-size: 75%;
    color: Gray;
	}

#phorum div.search-result blockquote {
    margin: 3px 0 3px 0;
    padding: 0;
	}

/* Footer styles */

#phorum #footer-plug {
    margin-top: 26px;
    font-size: 65%;
    text-align: center;
	}


/* Icon Styles */

.icon-accept {background-image: url('../images/accept.png');}

.icon-bell {
    background-image: url('../images/bell.png');
	}

.icon-bullet-black {
    background-image: url('../images/bullet_black.png');
	}

.icon-bullet-go {
    background-image: url('../images/bullet_go.png');
	}

.icon-cancel {
    background-image: url('../images/cancel.png');
	}

.icon-close {
    background-image: url('../images/lock.png');
}

.icon-comment {
    background-image: url('../images/comment.png');
}

.icon-comment-add {
    background-image: url('../images/comment_add.png');
}

.icon-comment-edit {
    background-image: url('../images/comment_edit.png');
}

.icon-comment-delete {
    background-image: url('../images/comment_delete.png');
}

.icon-delete {
    background-image: url('../images/delete.png');
}

.icon-exclamation {
    background-image: url('../images/exclamation.png');
}

.icon-feed {
    background-image: url('../images/feed.png');
}

.icon-flag-red {
    background-image: url('../images/flag_red.png');
}

.icon-folder {
    background-image: url('../images/folder.png');
}

.icon-group-add {
    background-image: url('../images/group_add.png');
}

.icon-key-go {
    background-image: url('../images/key_go.png');
}

.icon-list {
    background-image: url('../images/text_align_justify.png');
}

.icon-merge {
    background-image: url('../images/arrow_join.png');
}

.icon-move {
    background-image: url('../images/page_go.png');
}

.icon-next {
    background-image: url('../images/control_next.png');
}

.icon-note-add {
    background-image: url('../images/note_add.png');
}

.icon-open {
    background-image: url('../images/lock_open.png');
}

.icon-page-go {
    background-image: url('../images/page_go.png');
}

.icon-prev {
    background-image: url('../images/control_prev.png');
}

.icon-printer {
    background-image: url('../images/printer.png');
}

.icon-split {
    background-image: url('../images/arrow_divide.png');
}

.icon-table-add {
    background-image: url('../images/table_add.png');
}

.icon-tag-green {
    background-image: url('../images/tag_green.png');
}

.icon-user {
    background-image: url('../images/user.png');
}

.icon-user-add {
    background-image: url('../images/user_add.png');
}

.icon-user-comment {
    background-image: url('../images/user_comment.png');
}

.icon-user-edit {
    background-image: url('../images/user_edit.png');
}

.icon-zoom {
    background-image: url('../images/zoom.png');
}


.icon-information {
    background-image: url('../images/information.png');
}







/*   BBCode styles  */

#phorum blockquote.bbcode {
    font-size: 85%;
    margin: 0 0 0 10px;
}

#phorum blockquote.bbcode div {
    margin: 0;
    padding: 5px;
    border: 1px solid #808080;
}

#phorum blockquote.bbcode strong {
    font-style: italic;
    margin: 0 0 3px 0;
}

#phorum pre.bbcode {
    border: 1px solid #C4C6A2;
    background-color: #FEFFEC;
    padding: 8px;
}

.link-to-fsw
{
	margin-top: 5px;
}

.generic
{
    border: 1px solid red;
    }