/* $Id$ */

/*
 * Release wrapper and general field classes
 */
#discogs-wrapper {}
.label {
	font-weight: bold;
	width: 80px;
    vertical-align: top;
}
.data {
    vertical-align: top;
}

/* 
 * Release Image (Native - see below for imagefield/image_attach settings)
 */
#discogs-img {
	display: block;
	float: left;
	margin-right: 5px;
}

/* 
 * Release Artist fields
 */
#discogs-artist {}
#discogs-artist .label {}
#discogs-artist .data {}

/* 
 * Release Label fields
 */
#discogs-label {}
#discogs-label .label {}
#discogs-label .data {}

/* 
 * Release Catalog Number fields
 */
#discogs-cat-num {}
#discogs-cat-num .label {}
#discogs-cat-num .data {}

/* 
 * Release Format fields
 */
#discogs-label {}
#discogs-label .label {}
#discogs-label .data {}

/* 
 * Release Country fields
 */
#discogs-country {}
#discogs-country .label {}
#discogs-country .data {}

/* 
 * Release Date fields
 */
#discogs-date {}
#discogs-date .label {}
#discogs-date .data {}

/*
 * Tracks table
 */
#discogs-tracks {
	vertical-align: top;
	clear: both;
}
#discogs-tracks-label {
	background: #eee;
	font-weight: bold;
}
.track-data {}
.track-position {
	width: 1%;
    white-space: nowrap;
}
.track-artists {
	width: 1%;
	white-space: nowrap;
	text-align: right;
}
.track-title {}
.track-duration {}
.track-notes {
	font-size: 0.8em;
}
.track-notes td.label {
    vertical-align: top;
	text-align: right;
}
.track-notes td.field {
	vertical-align: top;
}
.track-notes td.field p {
    margin-top: 0;
}
.track-lyrics {
	font-size: 0.8em;
}
.track-lyrics td.label {
	text-align: right;
    vertical-align: top;
}
.track-lyrics td.field {
    vertical-align: top;
}
.track-lyrics td.field p {
    margin-top: 0;
}

/* 
 * Release Credits fields
 */
#discogs-credits {}
#discogs-credits .label {
	display: block;
    width: 100%;
	padding: 0.3em 0.5em;
    border-bottom: 2px solid #ddd;
	background-color: #eee;
    font-weight: bold;
}
#discogs-credits .data {}

/* 
 * Release Notes fields
 */
#discogs-notes {}
#discogs-notes .label {
	display: block;
  width: 100%;
	padding: 0.3em 0.5em;
	border-bottom: 2px solid #ddd;
	background-color: #eee;
  font-weight: bold;
}
#discogs-notes .data {}

/*
 * Imagefield created by discogs.install
 */
.field-field-discogs-cover {
	display: inline;
    float: left;
    margin-right: 1em !important;
    margin-left: 0 !important;
}

/*
 * Override image_attach.css to make teaser image float left instead of right
 * We need to put !important on this because apparently image_attach.css
 * gets loaded after discogs.css
 */

.image-attach-teaser {
    float: left !important;
    margin-right: 1em !important;
    margin-left: 0 !important;
}
.all-attached-images {}
.image-attach-body {
    float: left !important;
    margin-right: 1em !important;
    margin-left: 0 !important;
}

/* Views fields */
.views-field-image-attach-images,
.views-field-discog-img {
  text-align: center;
}