/* Site-wide */
html, body {
  background-color: #FFF;
  height: 100%;
}
body {
  font-family:"Helvetica", Arial, sans-serif;
  font-size: 12px;
  /*color: #5f5f5f;*/
  color: #555;
  text-align: center;
}
a, #global-nav li a:hover {
  color: #7FA632;
  text-decoration:none;
}
strong, bold {
  font-weight: bold;
}
em, i {
  font-weight: italic;
}
#page {
  width: 960px;
  text-align: left;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 20px auto -221px;
}
#header {
  /*border-bottom:10px solid #484600;*/
  display:block;
  float:left;
  padding-bottom:10px;
  position:relative;
  width:960px;
}
#content {
  float: left;
  background-color:#FFFFFF;
  padding-top:20px;
  width:960px;
}
#content p {
  margin: 18px 0;
}
#nav {
  position: relative;
  top:7px;
  float:left;
  height:43px;
  left:21px;
  width:600px;
}
#global-nav {
  background-repeat:repeat-x;
  float:left;
  margin-bottom:7px;
  margin-left:5px;
  width:700px;
}
#global-nav li {
  display:block;
  float:left;
  margin-right:1px;
  margin-right: 20px;
}
#global-nav li a {
  /*color:#484600;*/
  color:#222;
  display:block;
  float:left;
  font-family:Helvetica,Arial,sans-serif;
  font-weight:bold;
}
#global-nav li.admin {
  position: relative;
  z-index: 999;
}
#global-nav li.admin ul {
  position: absolute;
  width: 300px;
  background-color: #E2E0D4;
  display: none;
  top: 10px;
  left: -8px;
  padding: 3px 8px;
  width: 130px;
}
#global-nav li.admin.hover ul {
  display: block;
}
#global-nav li.admin ul li {
  line-height: 18px;
  display: block;
  float: none;
}
#global-nav li.admin ul li a {
  display: inline;
  float: none;
}
a#home-link {
  display: block;
  float: left;
  width: 250px;
}
.column {
  display: block;
  float: left;
  margin-right:30px;
}
.c1of1, .c2of2, .c3of3 {
  margin-right: 0px !important;
}
.column.c1of1 {
  width: 960px;
}
#content .column.c1of3 {
  width:245px;
}
#content .column.c2of3 {
  width:410px;
}
#content .column.c3of3 {
  width:245px;
}
#content p {
  line-height: 18px;
}
form input, form p, form label, form textarea  {
  display: inline-block;
}
form .text-field {
  padding: 2px;
}
form label {
  display: block;
  font-weight: bold;
  color: #888;
  margin-bottom: 3px;
}
label.wide {
}
label.align-top {
  vertical-align: top;
}
form ul li {
  margin: 5px 0;
  float: left;
  clear: left;
}
form ul li ul li {
  margin-top: 0;
  clear: none;
}
form ul li ul li label {
  width: inherit;
  font-weight: normal;
  border: 1px solid #CCC;
  border-style: solid none solid solid;
  color: #888888;
  float:left;
  padding:3px 5px;
  margin-right: 0;
}
input, textarea {
  background-color: none;
  border: 1px solid #CCC;
}
textarea {
  height: 100px;
}
input.price {
  width: 3em;
  margin-right: 10px;
}
form ol, form ul {
  float: left;
}
form ul.price label{

}
form ol li {
  float: left;
  clear: left;
  margin-top: 0;
  margin-bottom: 10px;
  background-color: #FFF;
}
span.position {
  float: left;
  padding: 3px 5px;
  color: #888;
  border: 1px solid #CCCCCC;
  border-right: none;
}
form ol li input {
  display: inline;
}
form ol li.phantom {
  background-color: transparent;
}
form ol li.phantom input {
  border: 1px dashed #CCCCCC;
}
form ol li.phantom span.position {
  border: 1px dashed #CCCCCC;
  border-right: none;
  color: #AAA;
  background-color: none;
}
form li.add {
  float: right;
}
form li a.remove {
  padding:3px 5px;
}
form ol.tracklist li {
  width: 450px;
}
form .fieldWithErrors input {
  border: 1px solid #DD0000;
}

#content .profile {
  width: 250px;
  height: 250px;
  border:1px solid #E2E0CC;
}
#content .outlined {
}
.playlist li {
  line-height: 24px;
  border-bottom: 1px solid #E2E0CC; 
}
.playlist li span {
  color: #CECBB8;
}
.playlist li.first {}
.playlist li.last {
  /*border-bottom: none;*/
}
.list-title {
  margin-bottom:5px;
  margin-top:20px;
  font-weight:bold;
  text-transform:uppercase;
}
.crop {
  position: relative;
  overflow: hidden;  
}
.crop img {
  display: none;
}
#footer {
  margin-top: 30px;
  padding-top: 10px;
  float:none;
  margin:0 auto;
  text-align:left;
  width:960px;
  color: #AAA;
}
#footer hr {
  border: 0;
  border-top: 1px solid #e2e0cc;
  margin-top: 50px;

}
#footer .column.c1of3 {
  width:250px;
}
#footer address {
  margin: 10px 0;
}
#footer .column.c2of3 {
  width:420px;
}
#footer .column.c3of3 {
  width:210px;
}
#footer .column {
  line-height: 18px;
}
#footer.hover {
  color: #555;
}
#footer, .push {
  height: 221px;
}
/* Admin */
a.admin {
  color: #DD4444;
}
.dialog {
  border: 1px solid #AAA;
  padding: 15px;
}
.dialog p {
  margin: 5px 0 !important;
}
.release.small {
  float: left;
  width: 248px;
  margin-bottom: 15px;
  border: 1px solid #E2E0CC;
}
.release.small a {
  color:#555555; 
}
.release.small img {
  display: block;
  float: left;
  width: 125px;
  height: 125px;
  border-right:  1px solid #E2E0CC;
}
.release.small .description {
  position: relative;
  height: 116px;
  display:block;
  float: left;
  margin: 5px 0 0 8px;
  width: 100px;
}
.release.small .meta {
  position: absolute;
  left: 0px;
  bottom: 0px;
  font-size: 10px;
  color: #ADAB9E;
}
.release.small .meta span {
  display: inline;
}
.release.small span {
  display: block;
}
.release.small span.artist {
  font-weight: bold;
  margin-bottom: 5px;
}
.release.small span.release {
  margin-bottom: 10px;
}

/* Home */
.pages.home h2 {
  text-transform:uppercase;
}
.pages.home #content .column.c2of3 li {
  border:1px solid #AFAC8B;
  line-height:0;
  margin-bottom:10px;
  padding:1px;
}
.pages.home #content .column.c3of3 li {
  line-height: 18px;
  margin-bottom: 18px;
}
.pages.home #content .column.c3of3 li h2 {
  padding-bottom: 3px;
  font-weight: bold;
  border-bottom: 1px solid #E2E0CC;
}
.pages.home #content .column.c3of3 li h2 .date {
  color:#ADAB9E;
}
.pages.home #content .column.c3of3 li p {
  margin: 0;
}
.pages.home #content .column.c2of3 .crop {
  width: 409px;
  height: 409px;
  border:1px solid #E2E0CC;
  margin-bottom: 12px;
}
.pages.home #content .column.c2of3 .news-content .title {
  font-weight: bold;
  text-transform: uppercase;
}
.pages.home #content .column.c2of3 .news-content .title .date {
  color:#ADAB9E;
  font-weight:bold;
  text-transform:uppercase;
}
.pages.home #content .column.c2of3 .news-content p {
  margin: 5px 0;
}
.pages.home #content .column.c2of3 .news-item {
  border-bottom:1px solid #E2E0CC;
  padding-bottom: 10px;
  margin-bottom: 20px;
  width: 410px;
}
.pages.home #content .column.c3of3 ul.events .list-title {
  margin: 0px 0px 8px 0px !important;
}
.pages.home #content .column.c3of3 ul.events li {
  border-bottom:1px solid #E2E0CC;
  line-height:12px;
  margin-bottom:7px;
  padding-bottom:6px;
}

.pages.home #content .column.c3of3 ul.events {
background-color: #EDEAD8;
padding: 5px;
}
.pages.home #content .column.c3of3 ul.events .list-title {
  
}

.news-item.last {
  border-bottom: none !important;

}
.pages.home #content .column.c2of3 .news-item .title {
  font-size: 28px; 
}
/* Artists */
.artists.index #content .column.c1of1 {
  width: 970px;
}
.artists.index #content li {
  width: 220px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  border: 1px solid #E0E0C8;
  padding: 5px;
  background-color: #D8D8BF;
}
.artists.index #content li span.artist-name {
  font-size: 1.3em;
  font-weight: bold;
  margin-top: 5px;
  width: 210px;
  text-align: center;
  display: block;
  float: left;
  clear: left;
}
.artists.index #content .crop {
  width: 220px;
  height: 220px;
}
.artists.show #content #artist-image {
  overflow: hidden;
}
.artists.show #content .column.c1of3 li.release {
  border:1px solid #E2E0CC;
  float:left;
  margin-bottom:15px;
  width:248px;
}
.artists.show #content .column.c1of3 li.release a img {
  display:block;
  float:left;
  height:125px;
  width:125px;
}
.artists.show #content .column.c1of3 li.release .description {
  display:block;
  float:left;
  margin:5px 0 0 8px;
  width:100px;
}
.artists.show #content .column.c2of3 h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.artists.show #content .column.c2of3 h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}
.artists.show #content #gallery {
  clear: both;
}
.artists.show #content #gallery ul {
  margin-top: 5px;
}
.artists.show #content #gallery ul li {
  float: left;
  margin-right: 5px;
  width: 50px;
  height: 50px;
}
.artists.show #content #gallery ul li img {
  border:1px solid #E2E0CC;
}
.artists.show #content #gallery .crop {
  position: relative;
  border: 1px solid #E2E0CC;
  overflow: hidden;  
}
.artists.show .news-list, .artists.show .event-list {
  border-bottom:1px solid #E2E0CC;
  line-height:24px; 
}
.artists.show .news-list {
  border: none;
}
.artists.show .list-title {
  margin-bottom:5px;
  margin-top:20px;
  font-weight:bold;
  text-transform:uppercase;
}
.artists.edit #content .column.c2of3 textarea {
  width: 400px;
  height: 300px;
}
.artists.edit .cat {
  font-family: courier;
  font-weight: bold;
}
.artists.edit #content form {
  background-color: #EEE;
  margin-bottom: 15px;
  border: 1px solid #DDD;
}
.artists.edit form h2{
  background-color: #AAA;
  color: #FFF;
  position: relative;
  padding: 3px;
  font-weight: bold;
}
.artists.edit label.hint {
  font-weight: normal;
}
/* Releases */
.releases.index .column.c1of1 {
  width: 970px;
}
.releases.index .column.c1of1 li.release {
  float: left;
  width: 184px;
  height: 200px;
  margin-right: 10px;
  margin-bottom: 40px;
}
.releases.index .column.c1of1 li.release a {
  color: #555;
}
.releases.index .column.c1of1 li.release .artist {
  margin: 3px 0 3px 3px;
  font-weight: bold;
}
.releases.index .column.c1of1 li.release span {
  display: block;
  margin-left: 4px !important;
}
.releases.index .column.c1of1 li.release a img {
  width: 184px;
  height: 184px;
  border:1px solid #E2E0CC;
}
.releases.index .catalog-number {
  color:#ADAB9E;
  text-transform: uppercase;
  display: inline !important;
}

.releases.index .column.c1of1 ul li.release .crop {
  width: 120px;
  height: 120px;
}
.release .release-name {
  line-height: 12px;
}
.release .artist-name {
  line-height: 12px;
  margin-bottom: 3px;
  font-weight: bold;
}
.release.thumb img {
  float: left;
  margin-bottom: 4px;
  width: 184px;
  height: 184px;
}

.release.thumb .description {
  display: block;
  float: left;
}
.release dl.prices {
  float: left;
  clear: left;
}
.release dl.prices dt  {
  float: left;
  clear: left;
}
.release dl.prices dd {
  float: left;
  margin-left: 0.5em;
}
.releases.show #content h2 {
  font-weight: bold;
  text-transform: uppercase;
}
.releases.show #content .column.c3of3 h2 {
  margin-bottom: 10px;
}
.releases.show #content .column.c2of3.wide {
  margin-right: 0px;
  width: 670px;
}
.releases.show #content .column.c2of3 h1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.releases.show #content .column.c2of3 h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.releases.show #content .column.c1of3 #tracks h2{
  margin-bottom: 5px;
  margin-top: 20px;
}
.releases.show #tracks {
  margin-top: 20px;
}
.releases.show .meta .status {
  font-weight: bold;
}

.releases.show .playlist li.first {}
.releases.show .playlist li.last {
  /*border-bottom: none;*/
}
.releases.show ul#products {
  margin-top: 8px;
}
.releases.show .price-tag a {
  margin: 0 5px 5px 0;
}
.price-tag {
  display: inline;
}
.price-tag a {
  border: 1px solid #CECBB8;
  background-color: #E2E0D4;
  display: inline-block;
  padding: 5px;
  font-weight: bold;
}
.price-tag a:hover {
  background-color: #00CC00;
  color: #FFF;
}
li.release .description a {
  color: #5F5F5F;
}

.releases.edit .column.c1of3 {
  width: 250px;
}
.releases.edit .column.c2of3 {
  width: 420px;
}
.releases.admin .column.c2of3 #release_description {
  width: 420px;
  height: 300px;
}
.releases.admin .column.c3of3 {
  width: 250px;
}
/* News */
.news-items.index .column.c2of2 {
  width: 250px;
}
.news-items.index #content h2, .news-items.show #content h1, .news-items.show #content h2 {
  font-size:18px;
  font-weight:bold;
  margin-bottom:5px;
}
.news-items .date {
  color:#ADAB9E;
  display: block;
  margin-bottom: 5px;
}
.news-items.show ul.other-news {
  margin-top: 30px;
  margin-bottom: 50px;
}
.news-items.show ul.other-news li {
}
.news-items.show ul.other-news h2 {
  font-weight: bold;
  border-bottom: 1px solid #E2E0CC;
  line-height: 18px;
  font-size: 13px !important;
  text-transform: uppercase;
    margin-bottom: 8px;
    padding-bottom: 5px;
    display: block;
}
.news-items.index .news-item {
  border-bottom:1px solid #E2E0CC;
  margin-bottom:20px;
  padding-bottom:10px;
}
/* Events */
.events.index table.events {
  width: 960px;
  border-spacing:1px;
  border-collapse:separate;
  margin-bottom: 50px;
}
.events.index h1.list-title {
  margin-bottom: 10px;
  font-size: 18px;
}
.events.index table th, .events.index table td {
 padding:4px 10px 4px 5px; 
}
.events.index table th {
 background-color: #7FA632;
 color: #FFF;
 font-weight: bold;
}
.events.index table tr.even {
 background-color: #EDEAD8;
}
.events.index table tr.odd {
 background-color: #F2EFDE;  
}
.events.index table th.date {
  width: 50px;
}
.events.index table th.artist {
  width: 150px;
}
.events.index table th.city {
  width: 150px;
}
.events.index table th.admin {
  width: 70px;
}

/* About */
.pages.about .column {
  margin-right: 20px;
  width: 290px;
}
.pages.about .column1of3, .about .column2of3, .about .column3of3 {

}
.pages.about h3, .pages.about h2 {
  border-bottom:1px solid #E2E0CC;
  font-weight:bold;
  padding-bottom:3px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.pages.about #content li {
  margin-bottom: 24px;
}

.pages.about #contact .name {
  display: block;
}
.pages.about address {
  margin-bottom: 0.8em;
}
.pages.about li span {
  display: block;
}
.pages.about .column li {

}
.pages.about .column a {
  float: none;
}

.admin.login {}
.admin.login .dialog {
  width: 410px;
  margin-left: 270px;
}
.admin.login .column.c1of1 {
  width:410px;
  margin: 0 auto;
}
.flag {
  background-position: 0 2px;
  background-repeat: no-repeat;
  padding-left: 24px;
}
.eu {
  background-image: url(/images/flags/europeanunion.gif);
}
.ca {
  background-image: url(/images/flags/ca.gif);
}
.us {
  background-image: url(/images/flags/us.gif);
}
.jp {
  background-image: url(/images/flags/jp.gif);
}
.fr {
  background-image: url(/images/flags/fr.gif);
}