/*  
Theme Name: BHBL
*/

/*  -----|  Structure  |----------------------------------------------------  */

body { 
	background-color: #161410;
	color: #CCCCCC;
	font: 90%/120% 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	}	
#header {
	padding: 0px;
	height: 100px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}	
#wrapper {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}
#navBar {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	height: 4px;
	background-color: #694319;
	color: #F3C04F;
	text-align: center;
}
#wrapper #content .small {
	font-family: "Courier New", Courier, monospace;
	font-size: x-small;
	text-align: right;
}
#wrapper #content #alert {
	margin-right: 45px;
	margin-left: 45px;
	background-color: #0B0702;
	padding-top: 1px;
	padding-right: 12px;
	padding-bottom: 1px;
	padding-left: 12px;
	border: 1px dotted #666666;
	text-align: center;
	color: #999999;
}

#content {
	padding-top: 24px;
	padding-right: 20px;
	padding-bottom: 18px;
	padding-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #363430;
	border-right-color: #363430;
	border-bottom-color: #363430;
	border-left-color: #363430;
	}
#pvScroller{
	width: 960px;
	overflow: scroll;
}
#footer {
	font-family: Georgia, 'Times New Roman', serif;
	color: #999;
	text-align: center;
	font-size: 85%;
	width: 960px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}


/*  -----|  Typography  |---------------------------------------------------  */

h1, h2, h3, h4, h5, h6 { font-family: Georgia, 'Times New Roman', serif; font-weight: normal; }

h1 {
	color: #fff;
	font-size: 1.8em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

h2 {
	color: #D2A356;
	font-size: 1.15em;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 24px;
	margin-left: 0px;
	padding: 0px;
}


h3 {
	color: #D2A356;
	font-size: 1.3em;
	display: block;
	border-bottom: 1px dotted #D2A356;
	margin-top: 32px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	clear: both;
}

 p {
	font-size: inherit;
	line-height: 160%;
}

ul {
	list-style-type: disc;	
}

li {
	margin: 14px;
}
/*  -----|  Links  |------------------------------------------------  */

a:link, a:visited, a:active { color: #FFFFCC; text-decoration: underline; }
a:hover { color: #fff; text-decoration: underline; }

#navBar a:link, a:visited, a:active { color: #F3C04F; text-decoration: none; }
#navBar a:hover { color: #FFFF66; text-decoration: underline; }

/*  -----|  Globals  |------------------------------------------------------  */

.imageLeft {
	padding: 0px;
	margin-top: 0px;
	margin-right: 26px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.imageRight {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 16px;

}	
.textSmall {
	background-color: #161410;
	color: #999;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 125%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4;
	margin-left: 0;
	}
hr {
	border: 1px dotted #4E4A45;
	width: 100%;
	}

.callout {
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 14px;
	border: 1px dotted #666666;
	width: 160px;
	clear: left;
	float: right;
	margin: 22px 2px 4px 10px;
	font-size: 95%;
}	


/*  -----|  Miscellaneous  |------------------------------------------------  */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
