/****BTB SPECIFIC ADDED HERE ****/
/* ----- BASIC ELEMENTS AND FONTS ----- */


html, body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	color: #fff;
	background-color: #072450; 
	margin:0;
	padding:0;
	height:100%;
}

.clear {
	clear: both;
	height:30px;
}



.date {
	color:#ffd502;
	text-decoration:overline;
	font-size:10px;
	padding: 10px 0 20px 0;
}

#content_footer p {
	margin: 10px 30px 10px 30px;
	padding-top: 20px;
	font-size:10px;
	text-align:left;
}

#menu p {
	margin:0px 10px 20px 25px;
	font-size:9px;
	color:#fff;
	text-transform: uppercase;
}



/**H1 and H2 only ever used for the banner text at top of site, they shouldn't be used in the normal areas. H3 or lower only.
*******************/
h1 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:32pt;
	text-transform:uppercase;
	font-weight:normal;

	color:#fff;
}

h2 {
	font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:20pt;
	text-transform:uppercase;
	font-weight:normal;
	color:#fff;

}

/**** Headlines - H3 ****/
h3 {
         font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	margin: 0px 0px 10px 0px;
	text-transform:uppercase;
	font-size:16pt;
	color:white;}


a {
	text-decoration: none;
	color:#ffd502;
}

/*----- MENU ----- */

#nav_list {
	margin: 0;
	padding: 0;
	width: 170px;
	list-style: none;
	overflow: hidden;
}

#nav_list li {
	width: 170px;
	overflow: hidden;
	text-transform: uppercase;
	font-size:9px;
	font-weight:bold;
}

#nav_list a {
	color:#fff;
}

.li_nav_body a  {
	display: block;
	width: 170px;
	height: 20px;
	background: url(../assets/nav_body.png) no-repeat;
	padding-left: 25px;
	line-height:20px;
}


.li_nav_footer a  {
	display: block;
	width: 170px;
	height: 21px;
	background: url(../assets/nav_body.png) no-repeat;
	background-position:  0 0px;
	padding-left: 25px;
	line-height:21px;
}

.li_nav_body a:hover {
	background-position:  0 -20px;
	color:#016001;
}

.li_nav_body_active  {
	display: block;
	width: 170px;
	height: 20px;
	background: url(../assets/nav_body.png) no-repeat;
	padding-left: 25px;
	line-height:20px;
	color:#f00;
}

.li_nav_footer a:hover {
	background-position:  0 -20px;
	color:#016001;
}

.li_active a:active  {
	background: url(../assets/nav_body.png) no-repeat;
	background-position:  0 -40px;
	color:#fff;
}

/*----- LAYOUT ----- */

#container {
	width:100%;
	background: url(../assets/sidebar_body.png) 30px 0px repeat-y !important;
	background: url(../assets/sidebar_body.png) 60px 0px repeat-y;
	min-height:100%;
	height:100%;
	
}


#menu_header {
	width:170px;
	height:232px;
	text-align:left;
	float:left;
	margin:0 0 0 30px;
}
#menu_header img{
	margin-top:2em;
	margin-left:20px;

}
#menu_left {
	width: 170px;
	min-height: 100%;
	margin:0 0 0 30px;
	float: left;
    background: url(../assets/sidebar_body.png) repeat-y;
}

#head {
         font-size: small;
         width: 800px !important;
	height: 232px;
	float:left;
	text-align:center;
	line-height:12pt;
}

#head h1 {

margin-top:1.2em;
}

#menu {
	width: 170px;
	float:left;
	margin:0 0 0 10px;
}

.footer_box {
	width: 170px;
	float:left;
	margin:35% 0 0 0;
	
}




#content {
	width: 85%;
	text-align: justify;
	float: left;
	margin:0 0 0 20px;
	background: url(../assets/sidebar_body.png) 10px 0px repeat-y !important;
	background: url(../assets/sidebar_body.png) 20px 0px repeat-y;
}
/**Formatting & Appearance for the RIGHT SIDEBAR ***/
#rightSidebar {
         text-size:small;
	width: auto;
	margin:0px 0px 0px 20px;
	float: left;
}
#rightSidebar p {
	color:green;
	text-align:justify;
}

/**END RIGHT SIDEBAR FORMATTING ***/

#mainContent {
	width: 60%;
	float:left;
	overflow:hidden;
	position:static;
	margin: 10px 5px 10px 20px;

}

.hfeed a
{
color:white;
}

.tags {
font-size:small;
}

.tags a
{
color:red;
}



#content_footer {
	background: url(../assets/sidebar_body.png) 30px 0px repeat-y !important;
	background: url(../assets/sidebar_body.png) 60px 0px repeat-y;
	width:100%;
	clear:both;
	margin-bottom:-70px;
	height:50px;
}

.entry-content {
font-size:medium;
}

address {
font-size:small;
}
.divider {
margin-bottom:1em;
}

/*----- IMAGES ----- */

a img{
	border: none;
}

/*----- FORM ----- */

input, select   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 12px tahoma;
	color: #707070;
	margin:0px 0px 5px 0px;
}

textarea.sidebar   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:115px;
	height:80px;
	color: #707070;
	margin:5px 0px 5px 25px;
}

input.sidebar   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:115px;
	color: #707070;
	margin:0px 0px 5px 25px;
}

input.button_sidebar   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:119px;
	color: #707070;
	margin:0px 0px 5px 25px;
}

input.button_content   {
	border-top: 1pt solid #cccccc;
	border-bottom: 1pt solid #cccccc;
	border-right: 1pt solid #cccccc;
	border-left: 1pt solid #cccccc;
	font: normal 10px tahoma;
	width:119px;
	color: #707070;
	margin:5px 0px 5px 0px;
}

/**-- TABLES - Used in Merchandise Page--**/
table {
font-family:Arial, Helvetica, sans-serif;
font-size:smaller;
}

.center {
text-align:center;
}
.white {font-weight:bold;color: #FFFFFF}
.red {font-weight:bold;color: #FF0000}
.grey {font-weight:bold;color: #999999}
.royal {font-weight:bold;color: #0000FF}
.navy {background-color:white;font-weight:bold;color: #000066}
/**--End Merchandise Table--**/