/**********************************************************************/
/* Template: Main Street News                                         */
/* Author & copyright 2008: Don Chambers (www.optional-necessity.com) */
/* Template use by express author permission only                     */
/*                                                                    */
/* User stylesheet for mainstreetnews.com                             */
/**********************************************************************/

/***** links for sister sites *****/
span.jackson,
span.madison,
span.braselton,
span.commerce,
span.banks,
span.barrow,
span.msnsports,
span.msnobits,
span.msnnotices,
span.msncom {
    font-size: 90%;
    font-weight: bold;
}


/***** Jackson Herald *****/
#content .halfbox_container_catid_1 h3.category_title {
    background:#7E1616; /* burgundy */
}

.jackson a:link,
.jackson a:visited,
#content .halfbox_container_catid_1 a:link,
#content .halfbox_container_catid_1 a:visited {
    color: #7E1616; /* burgundy */
}


/***** Madison County Journal *****/
#content .halfbox_container_catid_2 h3.category_title {
    background:#BE0000; /* red */
}

.madison a:link,
.madison a:visited,
#content .halfbox_container_catid_2 a:link,
#content .halfbox_container_catid_2 a:visited {
    color: #BE0000; /* red */
}


/* Braselton News */
#content .halfbox_container_catid_3 h3.category_title {
    background:#7222AA; /* purple */
}

.braselton a:link,
.braselton a:visited,
#content .halfbox_container_catid_3 a:link,
#content .halfbox_container_catid_3 a:visited {
    color: #7222AA; /* purple */
}


/* Commerce News */
#content .halfbox_container_catid_4 h3.category_title {
    background:#A97D32; /*gold */
}

.commerce a:link,
.commerce a:visited,
#content .halfbox_container_catid_4 a:link,
#content .halfbox_container_catid_4 a:visited {
    color: #A97D32 /* a bit darker than gold elsewhere for better readibility */
}


/* Banks News */
#content .halfbox_container_catid_5 h3.category_title {
    background:#133D19; /* green */
}

.banks a:link,
.banks a:visited,
#content .halfbox_container_catid_5 a:link,
#content .halfbox_container_catid_5 a:visited {
    color: #133D19; /* green */
}


/* Barrow Journal */
#content .halfbox_container_catid_6 h3.category_title {
    /*background:#2255AA;*/ /* blue */
    background: #BE0000;
}

.barrow a:link,
.barrow a:visited,
#content .halfbox_container_catid_6 a:link,
#content .halfbox_container_catid_6 a:visited {
    /*color: #2255AA;*/ /* blue */
    color: #BE0000;
}

/* MainStreetNewsSports */
#content .halfbox_container_catid_7 h3.category_title {
    background:#6B4F2E; /* brown */
}

.msnsports a:link,
.msnsports a:visited,
#content .halfbox_container_catid_7 a:link,
#content .halfbox_container_catid_7 a:visited {
    color: #6B4F2E; /* brown */
}

/* MainStreetNewsObits */
#content .halfbox_container_catid_8 h3.category_title {
    background:#707070; /* grey */
}

.msnobits a:link,
.msnobits a:visited,
#content .halfbox_container_catid_8 a:link,
#content .halfbox_container_catid_8 a:visited {
    color: #707070; /* grey */
}

/* MainStreetNewsNotices */
/* MainStreetNews.com */
.msnnotices a:link,
.msnnotices a:visited,
.msncom a:link,
.msncom a:visited {
    color: #000000; /* black */
}

/* recent comments sidebar plugin */
.plugin_comment_wrap .plugin_comment_date {
    color: #707070;
    font-size: 85%;
}