/* CSS Document */
html
{
	/*overflow: hidden;*/
}

body
{
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height:1.3;
	color: #ffffff;
	background-color: #000000;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
}

/* ========= DIVIDERS =============== */
#topBar
{
	float: left;
	width: 100%;
	height: 180px;
	margin: 0px;
	padding: 0px;
	
}

#sideBar
{
	float: left;
	width: 70px;
	height: 700px;
	margin: 0px;
	padding: 0px;
}

#midBar
{
	float: left;
	width: 74px;
	height: 700px;
	margin: 0px;
	padding: 0px;
}

#navBar
{
	float: left;
	width: 192px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	
}

#navBarz
{
	background-color: #000000;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	
}

#storeBar {
margin-top:126px;
padding:5px;
text-align:center;
background-color: #000000;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
	
}

#divider
{
	float: left;
	height: 620px;
	width: 10px;
}

/* ========= CONTENT DIV'S =============== */
#content-main
{
	position: absolute;
	left: 333px;
	top: 186px;
	height: 647px;
	width: 522px;
}

#content-wide 
{
	position: absolute;
	left: 333px;
	top: 186px;
	height: 647px;
	width: 556px;
}

#content-left
{
	position: absolute;
	left: 335px;
	top: 180px;
	height: auto;
	min-height: 665px;
	width: 318px;
}

#content-right
{
	position: absolute;
	left: 660px;
	top: 180px;
	height: auto;
	min-height: 320;
	width: 224px;
}

#content-white
{
	position: absolute;
	left: 335px;
	top: 180px;
	height: auto;
	min-height: 620;
	width: 520px;
	background-color: #ffffff;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
}

#newsflash
{
	position: absolute;
	left: 350px;
	top: 45px;
	width: 308px;
	height: 100px
	overflow:hidden;
	
	color: #000;
	
}

#newsflash p
{
	color: #fff;
	margin: 0 10px 0 0;
	background-color: #333;
	padding: 1px 2px;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
}

#newsflash h3
{
	color: #8AB32D;
	background-color: #EEE;
	text-transform: uppercase;
	padding: 1px 2px;
	font-weight: normal;
	font-size: 12px;
	margin: 0 10px 3px 0;
}




#links
{
	position: absolute;
	height: auto;
	min-height: 320;
	width: 224px;
	left: 662px;
	top: 450px;
}

/* ========= TEXT =============== */
p 
{
	color: #000000;
}

.nav-type
{
	
	font-size: 14px;
}

.home-type
{
	
	margin-left: 20px;
	margin-top: 10px;
	font-size: 14px;
	color: #8AB32D;
}
.caps
{
	text-transform: uppercase;
}
.main-type
{
	
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	color: #fff;
}

.black-type
{
	
	margin-left: 20px;
	color: #000000;
}

.large-black
{
	
	margin-left: 20px;
	margin-right: 20px;
	font-size: 14px;
	color: #000000;
}

.type-green
{
	
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	color: #8AB32D;
}

.links-green
{
	
	color: #8AB32D;
}

.large-white
{
	
	margin-left: 20px;
	margin-right: 20px;
	font-size: 14px;
	color: #ffffff;
}

.large-links-white
{
	
	margin-top: 20px;
	margin-left: 30px;
	margin-right: 20px;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
}

/*
background images
*/

#home
{
	background-image: url(/furniture/backgrounds/home.jpg);
}

#news
{
	background-image: url(/furniture/backgrounds/news.jpg);
}

#profile
{
	background-image: url(/furniture/backgrounds/profile.jpg);
}

#discography
{
	background-image: url(/furniture/backgrounds/discography.jpg);
}

#dates
{
	background-image: url(/furniture/backgrounds/dates.jpg);
}

#gallery
{
	background-image: url(/furniture/backgrounds/gallery.jpg);
}

#reviews
{
	background-image: url(/furniture/backgrounds/reviews.jpg);
}

#contact
{
	background-image: url(/furniture/backgrounds/contact.jpg);
}

/*
a's
*/

a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	}
	
/*
stuff
*/

.newsimage
{
	padding-top: 65px;
}

.news_caption
{
	padding: 0 8px;
	font-size:11px;
	color:#8AB32D;
	margin-top:3px;
	
}

a.listen
{
	background-color: #343434;
}
#tour_dates a
{
	color: #000;
	background-color: #E9E9E9;
}
