/* BTBFF CSS Document */
body {
	background: #fff url(http://www.btbff.com/staticBTBFF/general/images/HeaderBar1.gif) repeat-x scroll top left;
	font-family: "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	/* font-size: 10px; */
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: x-small;
	margin: 0;
	padding: 0;
	color: #000;
}
html>body {
	font-size: x-small;
}
/* links */
a {
	text-decoration: underline;
}

a:link {
	color: #4C7899;
	text-decoration: underline;
}

a:visited {
	color: #174466;
    text-decoration: underline;
}

a:active {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #142d9c;
	text-decoration: none;
}

/* headers */
h1 {
	font-size: 110%;
	margin: 2px 0 2px 0;
	padding: 0;
    color:	navy;
}

h1 a {
	text-decoration: none;
	color: #285577;
}

h2 {
	font-size: 100%;
	margin: 2px 0;
	padding: 0;
    color: black;
}

h2.date {
	margin: 10px 0 10px 10px;
}

h3 {
	font-size: 105%;
	color: #285577;
	margin: 2px 0 2px 0;
	padding: 0;
	/* background-color: #E6F0F8; */
}

h4 {
	font-size: 100%;
	color: #285577;
	text-transform: uppercase;
	padding: 0;
}

h5 {
	font-size: 105%;
	color: #285577;
	margin: 5px 0 2px 0;
	padding: 5px 2px 0px 2px;
	border: 1px solid #333;
	background-color: #E6F0F8;
}

/* lists */
ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	/* list-style: disc url(http://www.btbff.com/themes/site_themes/blue_stripes/blue_stripes_bullet.gif) outside; */
	list-style: none;
}

ul li {

}

/* images */
img {
	border: 0;
}

/* forms */
input {
	border: 1px solid #285577;
	background-color: #fff;
	font-size:100%;
}

input:focus {
	border: 1px solid #142A3B;
	background-color: #E6F0F8;
}
textarea {
	border: 1px solid #285577;
	background-color: #fff;
}

textarea:focus {
	border: 1px solid #142A3B;
	background-color: #E6F0F8;
}
.submit {
	font-size: 95%;
	background:#aaa;
	}
.submit-shop {
	font-size: 95%;
	background:#aaa;
    width: 100px;
}
/* main containers */
#container {
	width: 975px;
	margin: 0 auto;
	padding: 0;
}

#header {
	background: #1b182e;
}

#content {
/*	background-color: #fff; */
/*	border: 1px solid #000; */
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	display: inline;   /* IE/Win Float Hack */
}
#content a:link, #content a:visited, #content a:active {
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}
#logo {
	margin: 0 0 0 500px;
	width: 250px;
	height: 150px;
	padding: 0;
}

#sidebar {
	margin: 0 0 10px 10px;
	width: 120px;
	color: #333;
}

#credits {
	clear: both;
	margin:  0;
	padding: 12px;
	text-align: center;
}

#category {
	text-align: center;
	margin: 10px;
	font-size: 100%;
	color: #333;
	border: 1px solid #4C7899;
	background-color: #E6F0F8;
	padding: 5px;
}
/* menu */

.menu {
	background-color: transparent;
	text-align: center;
	margin: 0;
	padding: 0;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none none outside;
}

.menu ul li {
	border-bottom:thin;
	border-bottom-color: #000;
	border-top: thin;
	border-top-color: #000;
	border-style:solid;
}

.menu td {
	padding: 0 0 0 0;
}
	
.menu a {
	display: block;
	background-color: transparent;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 100%;
	text-decoration: none;
	color: #fff;
	text-align: center;
	height: 110%;
	padding: 5px 0 5px 0;
	width:100%;
	float:left;
}
.menu a:visited  {
	background: transparent;
	color: #fff;
}

.menu a:hover {
	background: #4C7899;
	color: #fff;
}
.menu a span {
	visibility: hidden;
	text-transform: uppercase;
	font-size: 100%;
}

.menu a:hover span {
	visibility: visible;
}

/* entries */
.entry1 {
	clear:	both;
    margin: 10px;
	padding: 0;
	text-align: left;
	vertical-align: middle;
}

.entry2 {
	clear:	both;
    margin: 10px;
	padding: 0;
	text-align: left;
	vertical-align: middle;
}

.entryInfo {
	text-align: right;
	font-size: 100%;
}

.entryInfo1 {
	font-size: 100%;
	text-align: left;
	font-style: italic;
}

.entry1 h3 a, .entry2 h3 a {
	color: #285577;
	text-decoration: none;
}

.entry1 h3 {
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	margin: 10px 0 5px 0;
	background-color: #ccc;
	padding: 2px 0 2px 5px;
}

.entry2 h3 {
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
	margin: 10px 0 5px 0;
	background-color: #ccc;
	padding: 2px 0 2px 5px;
}

.pagination {
	text-align: center;
	font-size: 100%;
	color: #333;
	border: 1px solid #4C7899;
	background-color: #cccccc;
	padding: 2px;
}

/* comments */
#comments {
	margin: 10px;
	padding: 0;
}

#commentsPost {
	margin: 10px;
	padding: 0;
}

.comment1 {
	margin: 5px 0 0 0;
	text-align: justify;
}

.comment2 {
	margin: 5px 0 0 0;
	text-align: justify;
}
.commentInfo {
	font-size: 100%;
	font-weight: bold;
	color: #000;
}
.commentInfo1 {
	font-size: 100%;
	padding: 0 10px 2px 10px;
}
.commentInfo2 {
	font-size: 100%;
	text-align: left;
	padding: 2px;
	margin: 0 0 5px 0;
	border: 1px dotted #333;
}
.title {
	font-size: 115%;
	font-weight: bold;
}

/* sidebar */
.sContent {
	margin: 0; 
	padding: 0;
}
.sContent ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 5px;
}
.sContent a {
	text-decoration: none;
    font-weight: normal;
}
.sContent a:hover{
	color: #000;
}
	
/* calendar */
.calendarBG {
	font-size: 90%;
	margin: 0;
	padding: 0;
	color: #333;
}

.calendarHeader {
	font-size: 90%;
	font-weight: bold;
	background-color: #4C7899;
	text-align: center;
}

.calendarMonthLinks a {
	font-size: 90%;
	color: #000;
	text-decoration: none;
}

.calendarMonthLinks a:hover {
	color: #B1D3EC;
}

.calendarDayHeading {
	font-size: 90%;
	background-color: #B1D3EC;
	text-align: center;
	font-weight: bold;
}

.calendarCell {
	font-size: 90%;
	background-color: #E6F0F8;
}

.calendarToday {
	font-size: 90%;
	background-color: #B1D3EC;
}

.calendarBlank {
	font-size: 90%;
	background-color: #E6F0F8;
}

/* BTBFF CSS */
h2navy {
	font-weight:bold;
	font-size: 105%;
	margin: 5px 0;
	padding: 0;
	color: navy;
}
h2red {
	font-weight:bold;
	font-size: 105%;
	margin: 5px 0;
	padding: 0;
	color: red;
}
#nav_categories a {
	display: block;
	background-color: transparent;
	font-size: 100%;
	color: #fff;
	margin: 0px 0px 0px 0px;
}

#nav_categories a:hover {
	background: #aabbcc;
	color: #000;
	font-weight:bold;
}
#nav_categories a:visited {
	font-weight:normal;
}

#nav_categories ul {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
}

#nav_categories ul li {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	font-size: 95%;
	list-style: square outside none;
}

#nav_categories ul li a {
	display: block;
	background-color: transparent;
	color: #fff;
}

html>body #nav_categories ul li a {
	width: auto;
}

#nav_categories ul li a:hover {
	background: #abc;
	color: #000;
}

.CatHead {
	font-size: 100%;
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
	padding: 0;
}
.CatHead a {
	text-decoration:none;
    color: #000;
}
.CatHead a:hover, .CatHead a:visited, .CatHead a:active {
	text-decoration:none;
    color: #000;
}
.CatHead a:hover {
	background-color: #ccc;
}
.sHeading {
	font-size: 100%;
	font-weight: bold;
	color: #4c7899;
	text-transform: uppercase;
	margin: 0;
}
#TableLeft td {
	text-align: left;
}

.BTBFFul {
	margin: 5px 10px 5px 30px;
	padding: 0px 0px 5px 0px;
	list-style: square;
	color: #000088;
}
.BTBFFul1 {
	margin: 5px 10px 5px 30px;
	padding: 0px 0px 5px 0px;
	list-style: disc;
	color: #880000;
}
.BTBFFli {
	color: #222;
}
.BTBFFol-1 {
	margin: 5px 10px 5px 15px;
	padding: 0px 0px 5px 0px;
	list-style-type: decimal;
	color: #000088;
}
.BTBFFol-2 {
	margin: 5px 10px 5px 15px;
	padding: 0px 0px 5px 0px;
	list-style-type:lower-alpha;
	color: #000088;
}
.BTBFFol-3 {
	margin: 5px 10px 5px 15px;
	padding: 0px 0px 5px 0px;
	list-style-type: lower-roman;
	color: #000088;
}

.BTBFFli-o {
	color: #222;
}
.TitleBlock1 {   
	font-weight:bold;
    font-size: 100%;
	text-align:center;
	background-attachment:fixed;
	background-position: center center;
	background-image: url(http://www.btbff.com/staticBTBFF/general/images/TitleBlock1.gif);
	background-repeat: repeat-x;
	background-color:#2E394B;
	color:white;
}
.TitleBlock2 {
    font-weight:bold;
    font-size: 100%;
	text-align:center;
	background-color: #aabbcc;
	color:black;
}
.TitleBlock3 {
	font-weight:bold;
    font-size: 100%;
	text-align:center;
	background-color: navy;
	color:yellow;
}
.Title-XLarge {
	clear:both;
	font-family: Arial, Verdana, Helvetica, Sans-Serif; 
	font-size: 120%; 
	font-style: normal; 
	font-weight: bold;
	text-decoration: none;
	color: Navy;
}
.NavBarLeftBG {
	background-color: #4c7899;
}
#NavBarLeft {
	background-color: #4c7899;
	width: 125px;
	padding: 5px;
}
.NavBarRightBG {
	background-color: #eeeeee;
}
#NavBarRight {
	background-color: #eeeeee;
	width: 125px;
	padding: 5px;
}
#HeaderRow0 {
	background: #fff url(http://www.btbff.com/staticBTBFF/general/images/BTBFFHeaderBG.gif) repeat-y scroll top left;
	height: 85px;
}
#HeaderRow1Cell1 {
	background: #1B182E;
	width: 10px;
}
#HeaderRow1Cell2 {
	background: #1B182E;
	width: 438px;
}
#HeaderRow1Cell3 {
	background: #fff url(http://www.btbff.com/staticBTBFF/general/images/BTBFFHeaderBG.gif) repeat-y scroll top left;
}
#HeaderRow2 {
	background: #fff url(http://www.btbff.com/staticBTBFF/general/images/BTBFFHeader3.gif) repeat-x scroll top left;
	height: 22px;
}
#HeaderRow3 {
 	height: 12px;
	font-weight: bold;
	color: #fff;
}
#HeaderRow3 a {
	color: #7FABCC;
	text-decoration: none;
}
#HeaderRow3 a:hover {
	color: #fff;
}

#HeaderSearch {
    display: inline;
}
#HeaderSearch input{
	font-size: 100%;
}

.commentTextArea {
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
}
.spacer {
	height: 5px;
}
.BTBFFTable1 {
	background-color: #4C7899;
	color: #fff;
	font-weight: normal;
}	
.BTBFFTable2 {
	background-color: #ddd;
	color: #000;
	font-weight: normal;
}
.ContentUL1 {
	margin-left: 10px;
}
.ContentUL1 li {
	list-style: url(staticBTBFF/general/images/BlueDot.gif);
}
.tablebullets {
	list-style: square;
	margin-left: 20px;
}
#PictureOfTheDay {
	margin-bottom: 0px;
	width: 420px;
	height: auto;
	padding: 0 ;
	border:		1px dotted #4c7899;
	background: #ddd /* url(staticBTBFF/general/library/BC420x10-fff.gif) no-repeat bottom left*/;
}
.Divider1 {
	clear:both;
	background: url(/staticBTBFF/general/images/GreyDot-Horiz.gif) repeat-x scroll center left;
	width:100%;
	height: 2px;
}
.Divider2 {
	clear:both;
	border-top: 2px solid black;
    border-bottom: 2px solid black;
    padding-top: 3px;
    padding-bottom: 2px;
    margin-top:2px;
    margin-bottom: 2px;
    width:100%;
}
.colLeft {
    float:left;
    Text-align:left;
    width: 50%;
    padding: 0;
    margin: 0;
}
.colRight {
    float: right;
    Text-align:left;
    width: 50%;
    padding: 0;
    margin: 0;
}
.snippet {
	border-bottom: 2px dotted #008;
    padding: 10px;
}
.MoreLess {
}
.MoreLess a, a:hover, a:visited, a:active {
	font-weight: bold;
    text-decoration: none;
}
.Leadin {
	margin:	10px 0 2px 0;
}
.LeadinMenu a, .LeadinMenu a:visited {
	color: navy;
    text-decoration: underline;
    font-weight: normal;
}
.LeadinMenu a:active, .LeadinMenu a:hover {
	color: navy;
    text-decoration: none;
    font-weight: bold;
}
.LeadinMenuCurrent {
	color: red;
    text-decoration: none;
    font-weight: bold;
}
.PicFloatRight {
	float:right;
	font-size: 95%;
	text-align:center;
	margin:10px;
}
.PicFloatNone {
	font-size: 95%;
	text-align:center;
	margin:10px;
}
.PicFloatLeft {
	float:left;
	font-size: 95%;
	text-align:center;
	margin:10px;
}
.PicFloatLeft a:link, .PicFloatLeft a:hover, .PicFloatLeft a:visited, .PicFloatLeft a:active {
    font-weight: normal;
	text-decoration: none;
}
.PicFloatRight a:link, .PicFloatRight a:hover, .PicFloatRight a:visited, .PicFloatRight a:active {
    font-weight: normal;
	text-decoration: none;
}
.PicFloatNone a:link, .PicFloatNone a:hover, .PicFloatNone a:visited, .PicFloatNone a:active {
	text-decoration: none;
    font-weight: normal;
}
.PicFloatTest {
	float:left;
	font-size: 95%;
	text-align:center;
	margin:10px;
}
.PicFloatTest a:link, .PicFloatTest a:hover, .PicFloatTest a:visited, .PicFloatTest a:active {
	text-decoration: none;
    font-weight: normal;
}
.NavBarRightAd {
	padding: 0;
    margin: 0;
    text-align:center;
    font-size: 85%;
}
.HeaderAd {
    margin: 0;
    text-align:center;
    font-size: 85%;
	padding-bottom: 0px;
    voice-family: "\"}\"";
	voice-family:inherit;
	padding-bottom: -1px;
}	
/* CS CSS */
.CommonSidebarArea
{
	padding: 0 0 3px 0;
	width: 100%;
	overflow: hidden;
	margin: 0;
}

.CommonSidebarRoundTop, .CommonSidebarRoundBottom
{
	height: 5px;
}

.CommonSidebarRoundTop .r1, .CommonSidebarRoundTop .r2, .CommonSidebarRoundTop .r3, .CommonSidebarRoundTop .r4,
.CommonSidebarRoundBottom .r1, .CommonSidebarRoundBottom .r2, .CommonSidebarRoundBottom .r3, .CommonSidebarRoundBottom .r4
{
	border-left: solid 1px;
	border-right: solid 1px;
	height: 1px;
	overflow: hidden;
}

.CommonSidebarRoundBottom .r1, .CommonSidebarRoundBottom .r2, .CommonSidebarRoundBottom .r3, .CommonSidebarRoundBottom .r4
{
	background-image: url(/staticBTBFF/general/images/sidebar-bottom.png);
	background-repeat: repeat;
	background-position: left top;
}

.CommonSidebarRoundTop .r1, .CommonSidebarRoundBottom .r4 { margin: 0 5px; height: 0; border-top: solid 1px; border-left-width: 0; border-right-width: 0; }
.CommonSidebarRoundTop .r2, .CommonSidebarRoundBottom .r3 { margin: 0 3px; border-left-width: 2px; border-right-width: 2px; }
.CommonSidebarRoundTop .r3, .CommonSidebarRoundBottom .r2 { margin: 0 2px; }
.CommonSidebarRoundTop .r4, .CommonSidebarRoundBottom .r1 { margin: 0 1px; height: 2px; }

.CommonSidebarHeader
{
	margin: 0 0 8px 0;
	padding: 2px 0 4px 0;
	border-bottom: solid 1px #fff;
	font-weight: bolder;
	font-size: 160%;
	color: #333;
}

.CommonSidebarHeader a:link, .CommonSidebarHeader a:visited, .CommonSidebarHeader a:active
{
    text-decoration: none;
}

.CommonSidebarInnerArea
{
	border-left: solid 1px;
	border-right: solid 1px;
	padding: 0 8px 8px 8px;
	overflow: hidden;
	background-image: url(/staticBTBFF/general/images/sidebar-gradient.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	/* min-height: 109px; */
	margin: 0;
}

.CommonSidebarContent
{
	font-size: 100%;
}

.CommonSidebarInnerArea, .CommonSidebarRoundTop .r1, .CommonSidebarRoundTop .r2, .CommonSidebarRoundTop .r3, .CommonSidebarRoundTop .r4, .CommonSidebarRoundBottom .r1, .CommonSidebarRoundBottom .r2, .CommonSidebarRoundBottom .r3, .CommonSidebarRoundBottom .r4
{
	background-color: #D7D7CE;
	border-color: #999;
}

.CommonSidebarFooter
{
	font-size: 100%;
	margin: 8px 0 0 0;
	padding: 4px 0 0 0;
	border-top: solid 1px #fff;
}

UL.CommonSidebarList
{
	margin: 0;
	padding: 0;
}

UL.CommonSidebarList LI
{
	margin-bottom: 5px;
	margin-left: 16px;
	list-style-type: none;
}

OL.CommonSidebarList
{
	margin: 0;
	padding: 0;
}

OL.CommonSidebarList LI
{
    margin: 0 0 5px 20px;
}

LI.CommonSidebarRssListItem
{
    margin: 0 0 5px 16px;
	padding: 0 0 1px 0;
	list-style-image: url(/staticBTBFF/general/images/feed-icon-12x12.png);	
}

.CommonDescription
{
	font-size: 90%;
	margin: 0 0 16px 0;
}

.CommonSidebarImage
{
	margin: 4px 0;
	padding: 3px;
	border: solid 1px #fff;
	background-color: #eee;
	text-align: center;
}

UL.CommonSidebarImageList
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.ParagraphTitleNavy 
{
	border-top: 2px solid black;
    border-bottom: 2px solid black;
    padding-top:3px;
    padding-bottom:3px;
    color:navy;
    font-weight:bold;
}

/* Big calendar */
.BcalendarBG {
	/* font-size: 90%; */
	margin: 0;
	padding: 0;
	color: #333;
}

.BcalendarHeader {
	/* font-size: 90%; */
	font-weight: bold;
	background-color: #4C7899;
	text-align: center;
}

.BcalendarMonthLinks a {
	/* font-size: 90%; */
	color: #000;
	text-decoration: none;
}

.BcalendarMonthLinks a:hover {
	color: #B1D3EC;
}

.BcalendarDayHeading {
	/* font-size: 90%; */
	background-color: #B1D3EC;
	text-align: center;
	font-weight: bold;
}

.BcalendarCell {
	/* font-size: 90%; */
	background-color: #E6F0F8;
}

.BcalendarToday {
	/* font-size: 90%; */
	background-color: #B1D3EC;
}

.BcalendarBlank {
	/* font-size: 90%; */
	background-color: #E6F0F8;
}
/* ---------------------------------------------------
    Formatting Buttons
   --------------------------------------------------- */

.buttonMode {
	background-color: transparent;
	color: #73769D;
	font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
	font-size: 10px;
	white-space: nowrap;
	}

.htmlButtonOutter, .htmlButtonOutterL {
	background-color: #f6f6f6;
	border-bottom: #333 1px solid;
	border-right: #333 1px solid;
	border-top: #333 1px solid;
	padding: 0;
	}

.htmlButtonOutterL {
	border-left: #333 1px solid;
	}

.htmlButtonInner {
	background-color: transparent;
	border-bottom: #ccc 1px solid;
	border-left: #fff 1px solid;
	border-right: #ccc 1px solid;
	border-top: #fff 1px solid;
	padding: 0 3px 0 3px;
	text-align: center;
	}

.htmlButtonOff {
	font-family: Verdana, Arial, Trebuchet MS, Tahoma, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 2px 2px 2px;
	white-space: nowrap;
    border: none;
	}

.htmlButtonOff a:link {
	color: #000;
	text-decoration: none;
	white-space: nowrap;
	}

.htmlButtonOff a:visited {
	text-decoration: none;
	}

.htmlButtonOff a:active {
	color: #999;
	text-decoration: none;
	}

.htmlButtonOff a:hover {
	color: #999;
	text-decoration: none;
	}

.htmlButtonOn {
	background: #f6f6f6;
	font-family: Verdana, Arial, Trebuchet MS, Tahoma, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 1px 2px 2px 2px;
	white-space: nowrap;
    border: none;
	}

.htmlButtonOn a:link {
	color: #990000;
	text-decoration: none;
	white-space: nowrap;
	}

.htmlButtonOn a:visited {
	text-decoration: none;
	}

.htmlButtonOn a:active {
	color: #999;
	text-decoration: none;
	}

.htmlButtonOn a:hover {
	color: #999;
	text-decoration: none;
	}

.htmlButtonA {
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 3px 3px 3px;
	white-space: nowrap;
	}

.htmlButtonB {
	background: #E1E3EC;
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 3px 3px 3px;
	white-space: nowrap;
	}

.htmlButtonA a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	}

.htmlButtonA a:visited {
	text-decoration: none;
	}

.htmlButtonA a:active {
	color: #999;
	text-decoration: none;
	}

.htmlButtonA a:hover {
	color: #999;
	text-decoration: none;
	}

.htmlButtonB a:link {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	}

.htmlButtonB a:visited {
	text-decoration: none;
	}

.htmlButtonB a:active {
	color: #999;
	text-decoration: none;
	}

.htmlButtonB a:hover {
	color: #999;
	text-decoration: none;
	}
#player1 {
	color:white;
    font-size: 150%;
}