
/* Bulletin Board css */
#bb-title-row {width: 755px; height: 39px; background-image: url('images/bb_title_row.jpg'); background-repeat: no-repeat; }
.bb-title-element {float: left; font-weight: bold; font-size: 16px; color: black;}
.bb-title-element a:link {color: black;}
.bb-title-element a:visited {color: #333333;}
.bb-title-element a:hoover {color: black;}

#listings {clear: both; width: 755px; font-family: arial, Verdana, Trebuchet MS, Tahoma, sans-serif; text-align: left; font-size: 13px;}
.list-row {clear: both; width: 755px; color: black; padding: 8px 0px 2px 0px; background-image: url(images/bb_post_bkg.jpg); background-repeat: no-repeat; height: 29px;}
.list-row a:link {color: #0c2669; text-decoration: underline;}
.list-row a:visited {color: #305074; text-decoration: underline;}
.list-row a:hover {color: #0c2669; text-decoration: underline; font-weight: bold;}

.list-title {float: left; width: 345px; padding-left: 42px; font-weight: bold; font-size: 13px;}
.list-author {float: left; color: black; width: 160px; font-size: 12px;}
.list-picture {width: 15px; }
.list-date {float: left; color: black; width: 104px; padding-left: 10px; font-size: 12px;}

/* single page classes */
#bb-page {width: 755px; padding: 15px; font-family: arial, Verdana, Trebuchet MS, Tahoma, sans-serif; text-align: left; font-size: 13px; margin-left: auto; margin-right: auto;}
#post-head {width: 755px; background-image: url('images/bb_bkg_header.gif'); background-repeat: no-repeat; font-size: 15px; padding-top: 33px; padding-left: 34px;}
#post-head-table img {border: 2px solid #efefef;}
#post-contents {width: 755px; background-image: url('images/bb_bkg_post.gif'); background-repeat: repeat-y; padding-top: 10px;}
#post-indent {margin: 0px 50px 20px 50px; color: #0c2669;}
#post-footer {width: 755px; height: 32px; background-image: url('images/bb_bkg_footer.gif'); background-repeat: no-repeat;}

#subnav {width: 689px; text-align: right; padding: 10px; font-family:Arial, Helvetica, sans-serif; font-weight: bold; font-size: 16px;}
#subnav a:link {color: #1d51a3; text-decoration: underline;}
#subnav a:visited {color: #0e2d5e; text-decoration: underline;}

.replies {border: 2px solid #dccca6; margin-bottom: 15px; padding: 15px; background-color: #f9f2e1;}

/* sabina added */

h3{
    color: #8b6e25;
    font-family : 'Times New Roman', Times, serif;
    font-size: 24px;
    font-weight: bold;
	padding-top: 12px;
	padding-bottom: 8px;
}

.authorlink{
    color: #4885af;
    font-family : 'Times New Roman', Times, serif;
    font-size: 16px;
    font-weight: bold;
}

.replytime{
    color: #48af60;
    font-family : 'Times New Roman', Times, serif;
    font-size: 16px;
    font-weight: bold;
}

