﻿/* colors used in this document*/
/* Red: #6C0000 */
/* Yellow: #ffff66 */
/* White: #ffffff */

*
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body 
{
	color: #ffffff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #121212; 
	background-image: url(http://www.bigbluebarry.com/media/images/background.jpg);
	background-repeat: repeat;	
}

h1
{
    font-size: 16px;
    color: #6C0000;
}

h2
{
    color: #ffff66;
}

a
{
    color: #ffff66;
    text-decoration: none;    
}

a:hover
{
    color: #666666;
    text-decoration: underline;
}

#wrapper
{
    width: 1000px;
    min-height: 600px;    
    margin-left: auto;
    margin-right: auto;
    background-color: #000000;    
    color: #cccccc;
}

table.headerTable
{
    border-collapse: collapse;
    border-spacing: 0; 
}

#navbarMenu
{
    padding: 1px 0px 3px 0px;
    text-align: center;
    background-color: #6c0000;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #666666;
}

a.navbar
{
    color: #ffffff;
    text-decoration: none;
    padding: 4px 8px 4px 8px;
}

a.navbar:hover
{
    color: #ffff66;
    text-decoration: underline;
}

.content
{
    min-height: 500px;
}

.content table tr td.main
{
    padding: 8px 24px 0px 16px;
}

.content table tr td.sidebar
{
    background-color: #000000;
}

.footer
{
    background-color: #6C0000;
    color: #ffffff;
    text-align: center;
    height: 20px;
    vertical-align: baseline;
}

.spacer
{
    clear: both;
    min-height: 8px;
}

#home-newsletter p
{
    font-size: 10px;
}

#home-news #latest-news .odd
{
    padding: 8px 8px 8px 8px; 
}

#home-news #latest-news .even
{
    padding: 8px 8px 8px 8px; 
}

#latest-news .odd h2 img, #latest-news .even h2 img
{
    padding: 0px 4px 0px 0px;
}

#latest-news h2 a
{
    font-size: 15px;
    color: #666666;
    text-decoration: none;
}

#latest-news h2 a:hover
{
    color: #ffff66;
    text-decoration: underline;
}

#latest-news h2 span.datetime
{
    font-size: 10px;
    color: #6C0000;
}

#latest-news a.morelink
{
    color: #666666;
    text-decoration: none;
}

#latest-news a.morelink:hover
{
    color: #ffff66;
    text-decoration: underline;
}

#article-detail h1
{
    font-size: 15px;
    color: #ffff66;
}

#article-detail h1 span.datetime
{
    font-size: 10px;
    color: #6C0000;
}

#article-detail h1 img
{
    padding: 0px 6px 0px 0px;
}

ul li a
{
    color: #6C0000;
}

p.small
{
    font-size: 9px;
}

#ad
{
    padding: 4px;
    text-align: center;
}

/* BLOG-SPECIFIC STYLES
h2.date-header
{
    color: #6C0000;
    font-size: 12px;
}

h3 a
{
    font-size: 16px;   
}
*/