/* Global styles */

/* START:notice */
#notice {
  border: 2px solid red;
  padding: 1em;
  margin-bottom: 2em;
  background-color: #f0f0f0;
  font: bold smaller sans-serif;
}
/* END:notice */

/* Styles for show */

#artist-show .layout {
	margin: 0;
	padding: 0;
	width: 700px;
	
}

#artist-show .layout tr td {
	padding-top: 0;
	margin-top: 0;
	vertical-align: top;
}

#artist-show .bio {
	margin: 0;
	padding: 0;
	width: 650;
}

#artist-show .bio td {
	padding: 2em 2em 0 2em;
}

#artist-show .title {
  font:  250% sans-serif;
  color: #226;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: .1em;
}

#artist-show .bio-short {
  font:  150% sans-serif;
  color: #226;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding-bottom: .2em;
  border-bottom: 2px solid #000000;
}

#artist-show .bio-long {
  font:  100% sans-serif;
  color: #000;
  letter-spacing: 0.2em;
}

#artist-show .nav {
	padding: 0 1em 0 1em;
	margin: 0;
	width: 100%;
}

#artist-show .nav tr td {
	text-align: center;
	font: 150% sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #33cc00;
}

#artist-show .nav tr td a {
	color: black;
	background: #ffffff;
	text-decoration: none;
}

#artist-show .nav tr td a:visited {
	color: black;
	background: #ffffff;
	text-decoration: none;
}

#artist-show .nav tr td a:hover {
	color: red;
	background: #ffffff;
	text-decoration: none;
}

#artist-show .list-table tr td {
	padding-right: 1.2em;
}

#artist-show .list-line-even {
  background:   #eeeeee;
}

#artist-show .list-line-odd {
  background:   #dddddd;
}

#artist-show .list-title {
	color:        #244;
	font-weight:  bold;
	font-size:    larger;
}

#artist-show .list-image {
  width:        60px;
  height:       70px;
}


#artist-show .list-actions {
  font-size:    x-small;
  text-align:   right;
  padding-left: 1em;
}

/* Styles for main page */

#banner {
  background: #9c9;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid;
  font: small-caps 40px/40px "Times New Roman", serif;
  color: #282;
  text-align: center;
}

#banner img {
  float: left;
}

#columns {
  background: #141;
}

#main {
  margin-left: 15em;
  padding-top: 4ex;
  padding-left: 2em;
  background: white;
}

#side {
  float: left;
  padding-top: 1em;
  padding-left: 1em;
  padding-bottom: 1em;
  width: 14em;
  background: #141;
}

#side a {
  color: #bfb;
  font-size: small;
}

/* And entry in the store catalog */

#store  .entry {
  border-bottom: 1px dotted #77d;
}

#store  .title {
  font-size: 120%;
  font-family: sans-serif;
}

#store .entry img {
  width: 75px;
  float: left;
}


#store .entry h3 {
 margin-bottom: 2px;
 color: #227;
}

#store .entry p {
 margin-top: 0px; 
 margin-bottom: 0.8em; 
}

#store .entry .price-line {
}

#store .entry .add-to-cart {
  position: relative;
}

#store .entry  .price {
  color: #44a;
  font-weight: bold;
  margin-right: 2em;
}

/* START:inline */
#store .entry form, #store .entry form div {
  display: inline;
}
/* END:inline */

/* START:cart */
/* Styles for the cart in the main page and the sidebar */

.cart-title {
  font: 120% bold; 
}

.item-price, .total-line {
  text-align: right;	
}

.total-line .total-cell {
  font-weight: bold;
  border-top: 1px solid #595;
}


/* Styles for the cart in the sidebar */

#cart, #cart table {
  font-size: smaller;	
  color:     white;
}

#cart table {
  border-top:    1px dotted #595;
  border-bottom: 1px dotted #595;
  margin-bottom: 10px;
}
/* END:cart */

/* Styles for order form */

.deepsouth-form fieldset {
  background: #efe;
}

.deepsouth-form legend {
  color: #dfd;
  background: #141;
  font-family: sans-serif;
  padding: 0.2em 1em;
}

.deepsouth-form label {
  width: 5em;
  float: left;
  text-align: right;
  margin-right: 0.5em;
  display: block;
}

.deepsouth-form .submit {
  margin-left: 5.5em;
}

/* The error box */

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}
