﻿@import url("headings.css");
body {
	behavior: url("csshover3.htc");
	background:black url("images/jab-tx-bg.jpg") no-repeat scroll center top;
	font-family:"Arial Narrow", "Swis721 BT", Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#141604;
	text-align:center;
	margin:0 auto;
}
#container {
	width:894px;
	border-top:1px black solid;
	text-align:center;
	margin:0 auto;
	position:relative;
	height:1000px;
	}
img {
	border:0;
	outline:none;
}
p {
	font-size:11pt;
}
h3 {
	font-size:13pt;
	text-transform:uppercase;
	}
h4 {
	font-size:12pt;
	text-transform:uppercase;
}
/*Header and components------------------------------------------------------------------------------------*/
#header {
	text-align:left;
	position:relative;
	border-top:1px black solid;
}
h1 {
	background:none;
	margin-left:-75px;
	margin-top:0;
	z-index:2;
	padding:0;
	margin-bottom:0;
}
/*Top Home Page Content Section----------------------------------------------------------------------------*/
#mainContent {
	width:894px;
	background:url(images/jab-bluebonnett-bg1.jpg) no-repeat;
	z-index:1;
	margin-top:-50px;
}
#imageRotator {
	float:left;
	display:inline;
	margin-left:15px;
	margin-top:17px;
	margin-bottom:15px;
	z-index:1;
}
#news {
	float:right;
	margin-top:17px;
	width:359px;
	margin-right:15px;
	display:inline;
	text-align:left;
	}
.BlogContainer {
	margin-left:0px;
	background:url(images/jab-blog-bg.png) transparent repeat;
	padding:5px 10px;
}
.BlogPostTitle {
	font-size:12pt;
	margin-bottom:10px;
	color:#21333e;
	text-transform:uppercase;
	font-weight:bold;
}
.BlogPostDate {
	display:none;
}
.BlogPostBody {
	font-size:10pt;
	margin-bottom:15px;
	border-bottom:1px #998f6a solid;
	padding-bottom:15px;
	text-align:justify;
	
}
.BlogLinks {
	display:none;
}
/*Middle Link Banner Section ---------------------------------------------------------------------------------*/
#linkBanners img {
	margin:3px 4px 5px 3px;
}
/*Lower Home Page Content Section-----------------------------------------------------------------------------*/
#secondaryContent {
	background:url(images/jab-new-container-bg.jpg) repeat-y;
	width:894px;
	margin-top:0px;
}
#videos {
	margin-top:15px;
	margin-left:15px;
	float:left;
	display:inline;
}
#mailingList {
	background:url(images/jab-mailinglist-bg.jpg) repeat-y;
	width:203px;
	float:left;
	display:inline;
	margin-left:13px;
	margin-top:15px;
	font-size:9pt;
	text-align:left;
	margin-bottom:15px;
}
#mailinglist form {
	margin-bottom:5px;
}
p.mailinglistBottom {
	background:url(images/jab-mailinglist-bottom.jpg) center bottom no-repeat;
	width:203px;
	margin:0;
}
#fanbridge {
	width:170px;
	margin:10px auto 0 auto;
	font-size:10pt;
	font-weight:bold;
	}
#fanbridge input {
	width:90px;
	background:#141604;
	color:#dbd7be;
}
#fanbridge input#fanSubmit {
	background:#6d6652;
	color:#141604;
	width:75px;
	margin-top:7px;
}
#artistData {
	margin-top:15px;
	margin-right:12px;
	float:right;
	display:inline;
	width:358px;
}
#artistDataBox {
	height:193px;
	width:358px;
	overflow:auto;
	background:#292915;
}
#artistData table {
	font-size:10pt;
	color:#eddfaf;
	width:100%;
}
#artistData td {
	padding:2px;
	border-bottom:1px dotted #eddfaf;
	border-collapse:collapse;
}
/*Bottom banner section---------------------------------------------------------------------------------------*/
#showBanners {
	margin-top:10px;
	text-align:center;
}
#showBanners img {
	height:60px;
	margin:0 10px;
}
/*Style for all interior pages with one column content--------------------------------------------------------*/
#oneCol {
	width:894px;
	background:url(images/jab-new-container-bg.jpg) repeat-y;
	margin-top:-30px;
	text-align:left;
	padding:20px;
	height:750px;
}
#bioScrollBox {
	height:340px;
	width:840px;
	overflow:scroll;
	margin-left:5px;
}
/*Bio Boxes and other page specific content boxes---------------------------------------------------------------------------------------------------*/
.bio_box {
	float:left;
	margin-right:10px;
	margin-left:10px;
	margin-top:10px;
	width:150px;
	display:inline;
}
.bio_box img {
	width:150px;
	height:225px;
}
#oneCol .bio_box h4 {
	text-align:center;
	margin:5px 0;
	padding:0;
	font-size:12pt;
	text-transform:uppercase;
		}
#oneCol .bio_box p {
	text-align:center;
	font-size:11pt;
	margin-top:0;
	}
.linkBox {
	width:265px;
	margin:15px;
	float:left;
	display:inline;
	}
.logoBox {
	float:left;
	clear:left;
	width:150px;
	margin:0px 30px 0px 10px;
	text-align:center;
	}
img.logo  {
	margin:15px auto 0 auto;
	}
.contactBox {
	float:left;
	margin-top:0px;
}
.contactBox h3 {
	margin-bottom:0px;
}
.contactBox p {
	margin-top:10px;
}
#pressPage p {
	margin-left:25px;
}
#pressPage table {
	width:847px;
	}
#pressPage td {
	width:160px;
	text-align:center;
}
#pressPage td img {
	height:225px;
	width:150px;
}
/*Footer Styles-----------------------------------------------------------------------------------------------*/
#footer {
	margin:30px auto 0 auto;
	height:75px;
	clear:both;
	text-align:center;
	width:894px;
}
#footer p {
	float:right;
	color:#dbd7be;
	text-align:right;
	font-size:9pt;
	margin-top:0;
}
#sponsors img {
	height:50px;
	margin:0 20px 5px 0px;
	float:left;
}
/*Extra Classes needed for control and positioning------------------------------------------------------------*/
.clear {
	clear:both;
	height:1px;
}
.float_right {
	float:right;
}
/*Intro Page specific styles----------------------------------------------------------------------------------*/
#txComingSoon {
	position:absolute;
	top:110px;
	right:60px;
}
#txVideo {
	margin-top:10px;
}
/* Main navigation -------------------------------------------------------------------------------------------------------------------------------*/
	#mainNav ul {
	list-style:none;
	padding:0;
	font-weight:bold;
	font-family:"Arial Narrow", "Swis721 BT", Arial, Helvetica, sans-serif; 
	font-size:11pt; 
	color:#dbd7be;
	text-transform:uppercase; 
	margin:18px auto;
	text-align:center;
	z-index:3;
	position:absolute;
	top:0px;
	left:30px;
		}
	#mainNav li {
	display:inline;
	margin:0 39px 0 0;
	padding:0;
	line-height:200%;
	}
	#mainNav li.last {
	margin-right:0;
}
	#mainNav li a:visited{
	font-weight: bold; 
	color:#dbd7be;
	text-decoration:none;
	}	
	#mainNav li a:link{
	font-weight: bold; 
	color:#dbd7be;
	text-decoration:none;
	}
	#mainNav li a.active {
	color:#b8a128;
}	
	#mainNav li a:hover {
	color:#636e8a;
	text-decoration:none;
	font-weight:bold;
	}
	#mainNav li ul {
	width:155px;
	position:absolute;
	top:7px;
	left:500px;
	margin-left:0px;
	display:none;
	padding:0px;
	text-align:left;
	}
	#mainNav li ul li {
	display:block;
	border-bottom:1px black solid;
	background:#232020;
	padding-left:5px;
	padding-right:4px;
}
	#mainNav ul li:hover ul {
	display:block;
	z-index:500;
}
/*Style links-----------------------------------------------------------------------------------------------------*/
a:link {
	color:#21333e;
	text-decoration:underline;
	}
a:visited {
	color:#21333e;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#943715;
}
a:active {
	color:#b8a128;
	text-decoration:underline;
}
/*Lyrics Pop-Up Windows---------------------------------------------------------------------------------------------*/
body#lyrics {
	background:black;
}
#lyrics {
	text-align:left;
	padding:15px;
	color:#fff;
	}
#lyrics h3 {
	text-transform:uppercase;
	font-size:1.5em;
	margin-bottom:5px;
	color:#fff;
}
.chorus {
	font-style:italic;
}
.credits {
	font-style:italic;
	font-size:1em;
	font-weight:bold;
	margin-top:0px;
}
/*Styles for Music page--------------------------------------------------------------------------------------------------*/
.musicBox {
	float:left;
	width:150px;
	margin:5px 10px 0px 5px;
	text-align:center;
	}
.cd
{
	float:left;
	height:140px;
	width:140px;
	margin:18px 10px 10px 0px;
	}
.ol_box {
	float:left;
	width:260px;
	}
/*Ordered List-----------------------------------------------------------------------------------------------------------*/
ol {
	font-size:11pt;
	padding-top:0;
	margin-top:0;
	}
ol li{
	margin-bottom:5px;
}
/*Shopping Cart Styles*/
#merch #mainCol {
	margin-left:15px;
	width:830px;
	height:700px;
	overflow:scroll;
		}
#merch h3.shop-category {
	background:#393d46;
	line-height:150%;
	color:#e5dac0;
	padding-left:5px;
	margin:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	letter-spacing:-1px;
	text-transform:none;
	clear:both;
	}
.clear-left {
	clear:left;
}
#merch ul#categories-ul  {
	margin-left:3px;
	text-align:left;
	padding-left:0;
}
#categories-ul li {
	font-size:11pt;
	font-weight:bold;
	display:inline;
	margin:7px;
}
#merch #mainCol p {
	margin-left:0px;
	text-align:left;
}
#merch .float_right {
	margin:20px;
}
dl {
	color:#4e3d2c;
	font-family:arial, lucida, sans-serif;
	padding:10px 5px 5px 5px;
	width:750px;
}
dt {
	padding-top:10px;
	border-top:1px solid #776b56;
	font-weight:bold;
	font-size:1.5em;
	clear:both;
	}
dd {
	padding:5px 0;
	font-size:1.2em;
	margin:0;
}
dd img {
	float:left;
	margin:5px 10px 10px 0;
	width:160px;
	}
dd.price {
	color:#610000;
}
/*Photo Gallery--------------------------------------------*/
#gallery #oneCol {
	height:700px;
}
/*Tables and forms----------------------------------------------------------------------------------------------*/
.highlight {
	color:red;
	font-weight:bold;
}
#oneCol table {
	font-size:12pt;
	margin:15px 0px 10px 15px;
	border-collapse:collapse;
	text-align:left;
	padding-top:15px;
	width:600px;
	font-weight:bold;
	}
#oneCol td {
	padding:7px;
	vertical-align:top;
	border-bottom:1px #4e3d2c dotted;
	}
#oneCol th {
	text-align:left;
	background-color:#4e3d2c;
	color:#bbab8a;
	padding:5px;
	font-variant:small-caps;
}	


