		/* /////////////// MAIN BODY STYLES ///////////////  */

body, html {width: 100%;
	height: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Palatino, Georgia, serif;
	font-size: 13px;
	color: #353535;
	background-image: url(img/bgmain.1x800.jpg);
	background-repeat: repeat-x;
	background-color: #CCC;  /* this color matches the bottom of the repeating bg image */
	}
body {min-width: 800px;
	}
a img {border: none;
	}
a {text-decoration: underline;
	color: #353535;
	}
a:visited {text-decoration: underline;
	color: #353535;
	}
p a:hover {border-top: 1px dotted #353535;
	border-bottom: 1px dotted #353535; 
	background-color: #F6F6F6;
	text-decoration: none;
	}
p a:visited {text-decoration: underline;
	color: #353535;
	}
.thumb75 {float: left;
	width: 75px;
	padding-right: 10px;
	background-color: #FFF;
	padding: 0px 10px 3px 0px;
	}
/*	margin: 0px 0px 3px 0px;
	border: 1px;
	border-style: solid;
	border-color: #828282; */

.thumb100 {float: left;
	clear: left;
	width: 100px;
	padding: 0px 10px 3px 0px;  /* this used to be 0-10-0-0 ... why did it change? */ 
	background-color: #FFF;
	}
.thumbreleases {float: left;
	width: 98px;
	padding: 0px;
	margin: 0px 10px 3px 0px;
	background-color: #FFF;
	border: solid 1px #000
	}
.thumboutline {float: left;
	width: 98px;
	padding: 0px;
	margin: 0px 10px 3px 0px;
	background-color: #FFF;
	border: solid 1px #000
	}
.thumbdisc {width: 98px;
	padding: 0px;
	margin: 10px;
	background-color: #FFF;
	border: solid 1px #000
	}

		/* /////////////// H1 = main content /////////////// */
h1 {font-family: Palatino, Georgia, serif;
	font-size: 32px;
	font-variant: small-caps;
	text-align: left;
	letter-spacing: 0.25px;
	line-height: 0.8em;
	border-bottom: 1px solid #828282; 
	margin: 12px 0px 12px;
	padding: 0px 0px 2px;
	}

		/* /////////////// H2 = blog headers, underlined /////////////// */
h2 {font-family: Palatino, Georgia, serif;
	font-size: 32px;
	font-variant: small-caps;
	text-align: left;
	letter-spacing: 0.25px;
	line-height: 0.8em;
	border-bottom: 1px solid #828282; 
	margin: 12px 0px 5px;
	padding: 0px 0px 2px;
	}

		/* /////////////// H3 = content subheaders /////////////// */
h3 {font-family: Palatino, Georgia, serif;
	font-size: 18px;
	font-variant: small-caps;
	text-align: left;
	letter-spacing: 0.1px;
	line-height: 0.9em;
	border-bottom: 1px solid #828282; 
	margin: 12px 0px 5px;
	padding: 0px 0px 2px;
	}

		/* /////////////// H4 = sidebar widget headers /////////////// */
h4 {font-family: Palatino, Georgia, serif;
    font-size: 16px;
    font-variant: small-caps;
    text-align: left;
    letter-spacing: 0.25px;
    line-height: 0.8em;
    }

		/* /////////////// "BYLINE" class = blog permalink grey /////////////// */
img.permalinks {vertical-align: middle;
	}
p {font-family: Palatino, Georgia, serif;
	font-size: 13px;
	line-height: 1.3em;
	margin: 0px;
	}
p.byline {font-family: Palatino, Georgia, serif;
	font-size: 12px;
	font-weight: normal;
	color: #828282;
	border-top: 1px solid #828282; 
	margin: 5px 0px 0px;
	padding: 8px 0px 0px;
	}
p.byline a {color: #828282;
	text-decoration: underline;
	}
p.byline a:hover {color: #353535;
	text-decoration: underline;
	border: none;
	background-color: transparent;
	}
bandacct {text-transform: uppercase;
	}
.bandacct {text-transform: uppercase;
	}

		/* /////////////// PAGE CONTAINER ///////////////
		not sure if we need it yet?
#page-contain {position: absolute;
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px;
		background-color: red;} */

		/* /////////////// TOP HEADER WITH MEDIA PLAYER /////////////// */

#media-header-contain {width: 100%;
	background-color: #828282;
	}
#media-header {display: block;
	width: 760px;
	height: 25px;
	padding: 10px 20px;
	margin: 0px auto;
	background-color: #212121;
	border-style: solid;
	border-width: 0px 4px;
	border-color: #000;
	}


		/* /////////////// STYLESWITCHER IMAGE PRELOAD /////////////// */
#preload {
	position: absolute;
	margin-top:-1000px;
	margin-left:-1000px;
	visibility: hidden;
	}

		/* /////////////// MAIN CONTENT CONTAINER = 800px WIDE /////////////// */

#main-content-contain {width: 100%;
	}
/*   (for #main-content-patternbg see "fg_background.css")   */



		/* /////////////// SIDEBAR (LEFT) GOES HERE = 220px WIDE /////////////// */

#sidebar {float: left;
	width: 200px;
	margin: -85px 0px 0px 20px;
	padding: 0px;
	text-align: center;
	}
.sideshadow {float: left;
	width: 200px;
	background: url(img/shadow.png) no-repeat bottom right !important;
	background: url(img/shadow.gif) no-repeat bottom right;
	margin: 0px 0 12px 6px !important;
	margin: 0px 0 12px 3px;
	padding: 0px;
	}
.logo-contain {position: relative;
	bottom: 6px;
	right: 6px;
	width: 200px;
	background-color: #777;
	padding: 0px;
	margin: 0px;
	}
.logo {display: block;
	width: 180px;
	padding:0px;
	margin: 0px;
	}
.widget-contain {position: relative;
	bottom: 6px;
	right: 6px;
	width: 180px;
	background-color: #777;
	padding: 10px;
	margin: 0px;
	}
.widget {display: block;
	width: 158px;
	padding: 10px;
	margin: 0px;
	background-color: #FFF;
	border-style: dotted;
	border-width: 1px;
	border-color: #000;
	text-align: left;
	}
#fabric-contain {position: relative;
	bottom: 6px;
	right: 6px;
	width: 180px;
	background-color: #FFF;
	padding: 10px;
	margin: 0px;
	}
#fabric {display: block;
	width: 158px;
	padding: 10px 10px 6px;
	margin: 0px;
	background-color: #FFF;
	border-style: dotted;
	border-width: 1px;
	border-color: #000;
	}
#fabricswatch {width: 150px;
	height: 108px;
	font-family: Palatino, Georgia, serif; 
	font-size: 12px;
	color: #FFF;
	letter-spacing: 0.3px;
	line-height: 1.5em;
	margin: 0px auto;
	padding: 40px 0px 0px 0px;
	background: url(img/swatch.solid.jpg) no-repeat;
	}
a.fabricswatch {color: #000;
	padding: 2px 4px;
	margin: 0px;
	background: none;
	}
a.fabricswatch:hover {color: #FFF;
	padding: 2px 4px;
	margin: 0px;
	background-color: #6F6F6F;
	background: none;
	}



		/* /////////////// MAIN CONTENT (RIGHT) GOES HERE = 580px WIDE /////////////// */

.mainshadow {float: right;
	width: 540px;
	background: url(img/shadow.png) no-repeat bottom right !important;
	background: url(img/shadow.gif) no-repeat bottom right;
	margin: 0px 14px 12px 6px !important;
	margin: 0px 14px 12px 3px;
	padding: 0px;
	}
.contentbox {position: relative;
	bottom: 6px;
	right: 6px;
	width: 520px;
	margin: 0px;
	padding: 10px;
	background-color: #353535;
	} 
.content-here {width: 498px;
	margin: 0px;
	padding: 10px;
	background-color: #FFF;
	border-style: dotted;
	border-width: 1px;
	border-color: #000;
	text-align: justify;
	}  

.thumb335 {float: left;
	width: 298px;
	background-color: #FFF;
	margin: 0px 10px 3px 0px;
	border: solid 1px #353535;
	}
p.pressquote {margin: 0px 0px 0px 310px;
	padding: 10px;
/* 	min-height: 200px; */
	text-align: center;
	font-family: Palatino, Georgia, serif; 
	font-size: 14px;
	font-weight: 100;
	letter-spacing: 0.2px;
	line-height: 1.75em;
	color: #B3B3B3;
	}

p.socialwide {border-width: 1px;
	border-style: dotted;
	border-color: #B3B3B3;
	padding: 5px 3px 5px 10px;
	margin: 0px;
	text-align: right;
	font-family: Palatino, Georgia, serif; 
	font-size: 14px;
	color: #777;
	font-variant: small-caps;
	clear: both;
	}
span.urlfloat {padding: 4px 0px 0px;
	float: left;
	}
.logoxs {margin: 0px;
	border: 1px solid #B3B3B3;
	padding: 3px;
	}
a.logoxs {border: 1px;
	background-color: #FFF;
	text-decoration: none;
	}
a.logoxs:hover {border: 1px;
	background-color: #FFF;
	text-decoration: none;
	}
img.logoxs {vertical-align: middle;
	}
div.featdiscog {width: 498px;
	margin-top: 10px;
	border-top: dotted 1px #B3B3B3;
	text-align: center;
	}
div.disc {width: 447px;
	display: inline;
	}

		/* /////////////// CLEAR TO VERTICALLY STRETCH CONTENT DIV /////////////// */

#footer-clear {clear:both;
	height: 0px;
	}

		/* /////////////// BANNER AD SPACE /////////////// */

#banner-footer-contain {width: 100%;
	background-color: #B3B3B3;
	clear: both;  /* do we need clear:both if it is in "footer-clear"? */
	}
#banner-footer {display: block;
	width: 760px;
	padding: 10px 20px;
	margin: 0px auto;
	background-color: #353535;
	border-style: solid;
	border-width: 0px 4px;
	border-color: #171717;
	text-align: center;  /* this centers the banner ad */
	clear: both;  /* do we need clear:both if it is in "footer-clear"? */
	}

		/* /////////////// FOOTER NAV + CREDITS /////////////// */

.navfoot {font-family: Palatino, Georgia, serif; 
	font-size: 14px;
	color: #FFF;
	letter-spacing: 0px;
	font-variant: small-caps;
	line-height: 1.2em;
	}
a.navfoot {color: #B3B3B3;
	}
a.navfoot:visited {color: #B3B3B3;
	}
a.navfoot:hover {color: #FFF;
	}
#footer-nav-contain {width: 100%;
	background-color: #828282;
	clear: both;  /* do we need clear:both if it is in "footer-clear"? */
	}
#footer-nav {display: block;
	width: 760px;
	padding: 10px 20px;
	margin: 0px auto;
	background-color: #212121;
	border-style: solid;
	border-width: 0px 4px;
	border-color: #000;
	clear: both;  /* do we need clear:both if it is in "footer-clear"? */
	text-align: center;
	}