
body {
	background-color: #000;
	padding:2px 0 0 0;
	margin:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
	color: #000;
}

a {
	color: #8b0000;
	font-size: .9em;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #330000;
	text-decoration: none;
}

a:visited {
	color: #330000;
	text-decoration: underline;
}

div#mainDiv {
	margin-right:auto;
	margin-left:auto;
	height:591px;
	width:830px;
	background-position:center top;
	background-image: url(../img/gg_home_01.jpg);
	background-repeat:no-repeat;
	position: relative;
	border: solid 0px green;
}

div#banner {
	opacity: .7;
	filter:alpha(opacity=70);
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/gg_logo_02.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border: 0;
	height: 103px;
	width:600px;
	position: relative;
	z-index:2;
	top: 0px;
}
/*LINKS BAR DIV, UL, AND LI SECTIONS*/
div#linksBar {
	opacity: .7;
	filter:alpha(opacity=70);
	margin-left: auto;
	margin-right: auto;
	width:600px;
	height: 20px;
	position: relative;
	top: 0px;
	border-top:solid 1px #FFF;
	background-color: #000;
	padding: 0;
}
div#linksBar ul {
	list-style: none;
	/*margin-top: 0;
	margin-left:0px;*/
	padding: 0;
	text-align: center;
	margin: auto;
	width:600px;
}
* html div#linksBar ul {
	width:600px;
}
div#linksBar ul li {
	float:left;
	border: solid 0px white;
	padding-right: 10px;
	margin:0;
}
div#linksBar ul li a {
	color: #FFF;
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	text-transform: lowercase;
	letter-spacing: -1px;
}
div#linksBar ul li a:hover {
	color: #8b0000;
}
/*END LINKS BAR*/
div#contentDiv {
	border: 1px solid white;
	width: 600px;
	height: 400px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	background-color: #fff;
	padding-right: 3px;
	padding-left: 3px;
	margin-top: 3px;
}

/*TRANSPARENT DIVS - LEVEL OF TRANSPARENCY SHOULD BE EQUAL*/
div.transDiv {
	opacity: .80;
	filter:alpha(opacity=80);
}

/*OUTER AND INNER SHOW/GIGS HOMEPAGE BOXES*/
div#showBubble {
	border: 0;
	width: 225px;
	height: 260px;
	background-image: url(../img/shows_box.gif);
	background-repeat: no-repeat;
	position: absolute;
	left:580px;
	top: 135px;
}

div#showBubbleContent {
	top: 60px;
	left: 8px;
	height: 180px;
	width: 206px;
	position: relative;
	border: 0;
	overflow-y: auto;
	font-size: .9em;
	line-height: 125%;
	letter-spacing: -.25px;
}

/*OUTER AND INNER NEWS HOMEPAGE BOXES*/
div#newsBubble {
	border: 0;
	width: 275px;
	height: 300px;
	background-image: url(../img/news_box.gif);
	background-repeat: no-repeat;
	position: absolute;
	left:20px;
	top: 140px;
}
div#newsBubbleContent {
	top: 18px;
	left: 17px;
	height:192px;
	width: 250px;
	position: relative;
	border: 0;
	overflow-y: auto;
	font-size: .9em;
	line-height: 125%;
	letter-spacing: -.25px;
}

/*OUTER AND INNER BLOG HOMEPAGE BOXES*/
div#blogBubble {
	border: 0;
	width: 220px;
	height: 150px;
	background-image: url(../img/blog_box.gif);
	background-repeat: no-repeat;
	position: absolute;
	right:10px;
	bottom: 17px;
}

div#blogBubbleContent {
	top: 30px;
	left: 7px;
	height: 110px;
	width: 210px;
	position: relative;
	border: 0;
	overflow-y: auto;
	font-size: .9em;
	line-height: 125%;
	letter-spacing: -.25px;
}
/* BIO */

p.bioDetails {
	text-align: justify;
}

span.bioDetailsBold {
	font-weight: bold;
}

span.bioDetailsBoldItalic {
	font-weight: bold;
	font-style: italic;
}

/* CDs */

div.cdGroup {
	border: 1px solid gray;
	height: 215px;
	margin-left: auto;
	margin-right: auto;
}

img.cdPic {
	float: left;
	padding-right: 10px;
}

img.cdPic2 {
	float: left;
	padding-right: 5px;
}

p.cdTitle, p.cdDetails {
	margin-left: 150px;
}

/* PRESS, SHOWS */

div.pressGroup, div.showsGroup {
	border: 1px solid gray;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
}

div.pressGroupB, div.showsGroupB {
	border: 1px solid gray;
	margin-left: auto;
	margin-right: auto;
	height: 220px;
}	
p.showsTitle, p.cdTitle {
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height:80%;
	text-transform:lowercase;
	letter-spacing: -1px;
}

p.pageTitle {
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size:24px;
	font-weight: bold;
	line-height:80%;
	text-transform:lowercase;
	letter-spacing: -1px;
	text-align:center;
}

p.pressDetails, p.showsDetails {
	font-weight: normal;
}

span.pressPub {
	font-weight: bold;
	font-style: italic;
	text-align: right;
}

span.pressDetailsBold {
	font-weight: bold;
}

span.pressItalic, span.showsItalic {
	font-style: italic;
}

img.pressImg, img.showsImg {
	float: left;
	padding-right: 10px;
	padding-bottom: 25px;
}

img.pressImgB {
	float: right;
	padding-right: 100px;
}

img.showsImg2 {
	float: left;
	padding-right: 5px;
	padding-bottom: 10px;
}

#footer {
	border: 0px solid white;
	width: 800px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	padding-right: 3px;
	padding-left: 3px;
	margin-top: 2px;
	color: #fff;
	font-size: .9em;
	text-align: center;
	vertical-align: top;
	position: relative;
}

