/* @override http://www.jambalayacoop.com/styles/site1.css */

body {
	font-family: "Gill Sans", "Gill Sans Light", Helvetica;
	font-size: 62.5%;
	margin: 0px;
	padding: 0px;
}

.fltLft {
	float: left;
}

.center {
	text-align: center;
}

img.fltLft {
	margin-right: 15px;
}

h1, h2, h4 {
	color: gray;
}

h3, h5, h6 {
	color: #930;
}

p {
	color: #444;
	font-size: 1.0em;
}

a {
	color: #444;
	text-decoration: none;
}

a:hover {
	color: #900;
	text-decoration: underline;
	border-bottom: 1px none #900
}

.tiny {
	font-size: 8pt
}

.nodecoration {
	text-decoration: none;
}

.img-wrapper {
	background-image: url(../media/background/Drop-CCCCCC-200px.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 78px;
}

.img-wrapper img {
	margin-top: -6px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: -6px;
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #a9a9a9;
}

.artist-cell {
	padding-top: 10px;
}

.artist-cell p {
	padding: 0px;
	margin-top: 0px;
}

#darkGrey {
	color: #f5f5f5;
}

#darkGrey ul {
	padding-left: 50px;
}

#darkGrey li {
	padding-bottom: 15px;
}

#artist {
	color: #FFF;
	background: #000;
	width: 100%;
	border: 10px solid #333;
}

#artist td {
	border: 1px solid #666;
}

#artist p {
	font-size: 1.0em;
	letter-spacing: 2px;
	color: #CCC;
}

#artist h1 {
	color: white;
}

#artist .artwork {
	
}

#artist .artwork  a {
	text-decoration: none;
}

#artist a {
	color: #444;
	text-decoration: none;
	border-bottom: 1px dotted #444
}

#artist a:hover {
	color: #900;
	text-decoration: none;
	border-bottom: 1px solid #900
}

.tiny {
	color: white;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
}

#footer {
	text-align: center;
		margin-top: 2em;
		font-size: 1em;
		letter-spacing: .2em;
}