html,body{
	height:100%; margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: lucida grande,verdana,arial,sans-serif;
	color: #ffffff;
	background: #000000 url(/images/rainbowbg.jpg) no-repeat top center;
	background-attachment: fixed;
}

#wrapper{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#outer{
	clear: both;
}

.notifyMessage {
	border: 1px solid #00ff00;
	background-color: #109010;
	font-size: 12px;
	color: #ffffff;
	padding: 8px;
	font-weight: bold;
	text-align: center;
}

.clearAll {
	clear: both;
}

a {
	color: #ffff00;
	}
	
a img {
	border: 0px;
}

a:hover {
	color: #ff0000;
}

DIV#pageHeader {
}

H2 {
	color: #ffff00;
	margin: 14px 0px 5px 0px;
}

H2#pageLogo {
	text-align: center;
	width:980px;
	height: 201px;
	padding: 0px;
	margin: 0px;
	background: transparent url(/images/goldLogo980.png) no-repeat top left;
	cursor: pointer;
}

H2#pageLogo SPAN {
	display: none;
}

DIV#socialMenu {
	float: right;
}

UL#socialLinks {
	padding: 0px;
	margin: 0px;
	float: right;
}

UL#socialLinks LI {
	float: right;
	display: inline;
	list-style: none;
	padding: 2px;
	width: 34px;
	text-align: center;
}

UL#socialLinks LI IMG {
	border: 0px;
}

DIV#pageMenu {
	height: 34px;
	padding: 3px;
}

DIV#facebookLink {
	clear: both;
	padding: 10px 0px 0px 0px;
}

UL#pageLinks {
	padding: 0px;
	margin: 0px;
	float: left;
}

UL#pageLinks LI {
	float: left;
	display: inline;
	list-style: none;
	padding: 2px;
}

UL#pageLinks LI IMG {
	border: 0px;
}

DIV#cartLinks {
	padding: 0px 2px 2px 2px;
	text-align: right;
}
	
DIV#pageContent {
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,.85);
	padding: 6px;
}

DIV#contentLeft {
	float: left;
	width: 690px;
	position: relative;
	color: #ffffff;
}

DIV#contentRight {
	float: right;
	width: 280px;
	position: relative;
	color: #ffffff;
}

DIV.contentLikePanel {
	padding: 6px;
	margin: 0px 0px 10px 90px;
	text-align: center;
}

DIV.contentRightPanel {
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,.85);
	padding: 6px;
	margin: 0px 0px 10px 0px;
}

DIV.contentRightPanel H3 {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
}

DIV#slideshowPanel {
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,.85);
	padding: 6px;
	margin: 0px 0px 10px 0px;
}

DIV#siteLinks {
	padding-top: 20px;
	text-align: center;
	font-size: 10px;	
}

DIV#pageFooter {
	text-align: center;
	font-size: 10px;
}

H3.subHeader {
	background-color: #101040;
	padding: 5px;
	margin: 10px 0px 0px 0px;
}

DIV#infoLineNextGig {
	background-color: #000010;
	border: 1px solid #000080;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
}

DIV#infoLineNextGig A {
	color: #ffffff;
	text-decoration: none;
}

DIV#infoLineNextGig A:hover {
	color: #ffff00;
	text-decoration: underline;
}

SPAN.gigInfoIcon {
	float: right;
}

TABLE.gigSummary {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

TABLE.gigSummary A {
	text-decoration: none;
	color: #ffffff;
}

TABLE.gigSummary A:hover {
	color: #ffff00;
	text-decoration: underline;
}

TABLE.gigSummary TR TH {
	text-align: left;
	background-color: #000070;
	border: 1px solid #000070;
	padding: 8px;
}

TABLE.gigSummary TR TD {
	border: 1px solid #000070;
	padding: 8px;
}

UL#shopCategories {
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

LI.shopCategory {
	float: left;
	display: inline;
	width: 250px;
	height: 170px;
	text-align: center;
	list-style: none;
}

UL#shopProducts {
	padding: 0px 0px 30px 0px;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

LI.shopProduct {
	float: left;
	display: inline;
	width: 250px;
	height: 220px;
	text-align: center;
	list-style: none;
}

LI.shopProduct IMG {
	border: 0px;
}

IMG.shopProdImage {
	float: right;
}

DIV.shopProdAdd {
	text-align: center;
	padding: 5px;
}

TABLE.cartSummary {
	width: 600px;
	border: 1px solid #a000a0;
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}

SPAN.cartCategory {
	font-size: 10px; 
}

UL#socialLinksOld {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

UL#socialLinksOld LI {
	padding: 10px;
	margin: 0px;
	display: inline;
	float: left;
	width: 220px;
	text-align: center;
}

DIV.photoLarge {
	text-align: center;
}

IMG.photoThumb {
	border: 2px solid #000000;
	width: 100px;
	height: 100px;
}

UL#serviceLinks {
	
}

UL#serviceLinks LI {
	float: left;
	list-style: none;
	padding: 5px;
	width: 250px;
	text-align: center;
}

IMG.discogCover {
	float: right;
	padding: 2px;
}

DIV.pspLogos {
	text-align: center;
	font-size: 10px;
	clear: both;
	margin: 30px;
}

DIV.blogEntryHeader {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #101040;
}

H3.blogEntryTitle {
	margin: 2px 0px 2px 0px;
	padding: 1px 5px 1px 5px;
}
	
DIV.blogEntryAuthor {
	font-size: 10px;
	text-decoration: italic;
	background-color: #101040;
	padding: 1px 5px 1px 5px;
}

DIV.blogEntryBody {
	padding: 5px;
	margin-bottom: 35px;
}

DIV.blogPhoto {
	width: 110px;
	height: 110px;
	border: 1px solid #000000;
	float: right;
	text-align: center;
	padding: 5px;
}

DL#interview DT {
	font-weight: bold;
	padding-top: 10px;
}


TABLE.formCheckout TR TH {
	text-align: right;
	width: 150px;
	font-weight: normal;
	vertical-align: top;
	padding: 1px 5px 1px 5px;
}

TABLE.formCheckout TR TD {
	vertical-align: top;
	padding: 1px 5px 1px 5px;	
}

UL.twitterFeed {
	padding: 3px;
	font-size: 11px;
	list-style: none;
	margin: 1px;
}

UL.twitterFeed A {
	text-decoration: none;
}


LI.twitterItem {
	font-size: 12px !important;
	padding-bottom: 5px;
}

SPAN.twitterDate {
	font-size: 6px !important;
	color: #808080;
}

DIV.icalDetails {
	padding: 3px 0px 3px 40px;
	height: 40px;
	background: url(/images/iconIcal.gif) no-repeat top left;
}

DIV.gigVenue {
	font-size: 14px;
	font-weight: bold;
}

DIV.gigDescription {
	padding: 5px;
}

DIV.gigPhotos {
	padding: 5px;
}

UL.flickrPool {
	margin: 0px;
	padding: 0px 5px 0px 5px;
}

UL.flickrPool LI {
	list-style: none;
	float: left;
}

UL#members {
	list-style: none;
	margin: 0px 10px 0px 10px;
	padding: 0px;
}

LI#memberCapnb {
	height: 130px;
	background: transparent url(/images/members/capnb.jpg) no-repeat top left;
	padding-left: 140px;
	margin: 10px 20px 0px 0px;
}

LI#memberGrynn {
	height: 130px;
	background: transparent url(/images/members/grynn.jpg) no-repeat top left;
	padding-left: 140px;
	margin: 10px 20px 0px 0px;
}

LI#memberMib {
	height: 130px;
	background: transparent url(/images/members/mib.jpg) no-repeat top left;
	padding-left: 140px;
	margin: 10px 20px 0px 0px;
}

LI#memberRockson {
	height: 130px;
	background: transparent url(/images/members/drrock.jpg) no-repeat top left;
	padding-left: 140px;
	margin: 10px 20px 0px 0px;
}

LI#memberBernard {
	height: 130px;
	background: transparent url(/images/members/bernard.jpg) no-repeat top left;
	padding-left: 140px;
	margin: 10px 20px 0px 0px;
}

FORM.signupForm {
	margin-left: 15px;
	margin-right: 15px;

}

INPUT.emailSignup {
	width: 170px;
	border: 1px solid #303030;
	height: 24px;
}

INPUT.emailSignupSubmit {
	width: 60px;
	height: 24px;
}

