/* all templates' general font, color, and size preferences */
div.template_default, div.template_default table, div.template_default form {
    font: 12px "Trebuchet MS";
    background-color: transparent;
}

div.template_default .board_summary { clear: both; }

/* this is the top [BAND NAME] board header */
/* to hide it, uncomment the display: none line */
div.template_default H2 {
    font-size: 1.8em;
    display: inline;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 1px black solid;
    /* display: none; */
}

/* this is for the header's page link options */
div.template_default div.board_artist_header ul.page_options { display:inline; }
div.template_default div.board_artist_header ul.page_options li {
    list-style: none;
    display: inline;
    padding: 0 1px 0 4px;
    border-left: 1px black solid;
}
div.template_default div.board_artist_header ul.page_options li.first { border: 0; }

/* prevents previous item's images from stacking up! */
div.template_default div.board_detail { clear: both; }

/* this is for the date/subject box */
div.template_default div.board_detail div.board_basic {
    background-color: #CCCCCC;
    color: #000000;
    border: 1px solid #000000;
    padding: 2px 2px 2px 2px;
}
div.template_default .board_date {
    font-size: 9px;
    font-weight: normal;
}
div.template_default div.board_detail .board_date { display: block; }
div.template_default div.board_detail .board_subject {
    font-size: 13px;
    font-weight: bold;
}

div.template_default .board_text
{
    padding-top: 5px;
    padding-bottom: 5px;
}

/* div.template_default span.board_date { color: #333333; } */

div.template_default a:link     { color: #000066; text-decoration: none; }
div.template_default a:visited  { color: #333399; text-decoration: none; }
div.template_default a:hover    { color: #0000FF; text-decoration: underline; }

div.template_default ul.board_list {
    padding: 0px;
    list-style: none;
    margin-left: 0px;
}

div.template_default div.board_detail span.board_image {
    width: 160px;
    padding: 5px 5px 5px 5px;
    margin: 5px 5px 5px 5px;
    float: right;
    text-align: center;
    border: 1px solid black;
}

div.template_default div.board_detail span.image_caption {
    padding-bottom: 5px;
    color: #333333;
    display: block;
}
