@charset "UTF-8";

@media screen, projection
{
  /**
   * (en) Repositioning content container
   * (de) Neupositionierung der Content Container
   *
   * |-------------------------------|
   * | #header                       |
   * |-------------------------------|
   * | #col1               | #col3   |
   * | 75%                 | flexible|
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   */
  /* #col1 becomes main column | Linke float-Spalte wird zur Inhaltsspalte */
  #col1 { width: 75%; float:left; background: #fff; }

  /* hide #col2 | Rechte Spalte abschalten */
  #col2, #col2_content { display:none }

  /* #col3 moves to the right | Linken Randabstand anpassen - #col3 wird zur Randspalte */
  #col3 { margin-left:75%; margin-right:0; }
  #col3_content { padding-left: 10px; padding-right: 20px; }

	#artist {
		padding: 20px;
		background: #D3DDD2;
	}
	#artist dl {
		float: left;
		width: 70%;
		margin: 0;
	}
	#artist dt {
		float: left;
/*		margin-right: 0.5em; */
	}
	#artist dd {
		margin-bottom: 0.25em;
	}
	#artist img {
		float: left;
		margin-right: 20px;
	}
	#artist ul.actions_nav {
		margin: 0;
		padding: 0;
	}
	#artist ul.actions_nav li {
		list-style: none;
		margin-bottom: 0.5em;
	}
	#artist ul.actions_nav li a {
		display: block;
		width: 161px;
		padding: 0;
		text-align: center;
		border: #368c02 1px solid;
	}
	#artist ul.actions_nav li a:hover {
		border: #3b9d00 1px solid;
	}
	#artist .type-text input, #artist .type-text textarea { width: 100%; }
	
	#breadcrumbs p {
		padding-bottom: 10px;
	}
	/* BEGIN: Artist Comments aka Shoutbox Section (as of 11/29/09) */
	.pane .comments { width:582px; }
	.pane .comments .comment { background:transparent url(images/comment-bg-btm.gif) no-repeat right bottom; }
	.pane .comments .comment_wrapper { background:transparent url(images/comment-bg-top.gif) no-repeat right top; }
	/* END: Artist Comments aka Shoutbox Section */
}
