.left-column {
  float: none;
}

.artist-header {
  padding: 0 0 10px 0;
  margin: 0 0 8px 0;
  color: #CCC;
}

.artist-header h1 {
  display: inline;
}

.artist-ctrls {
  padding-bottom: 8px;
  border-bottom: 1px solid #CCC;
  margin-bottom: 4px;
}

h1.artist {
  padding-bottom: 2px;
  border-bottom: 1px solid #CCC;
  margin-bottom: 8px;  
}

a.artist_home {
  font-size: 11px;
  margin-left: 8px;
}

a.artist-ui, a.artist_home {
  color: #999;
  text-decoration: none;
}

.artist-ctrls a {
  color: #6D9AC1;
  font-weight: bold;
  text-decoration: none;
}

.artist-ctrls a:hover, a.artist_home:hover, a.artist-ui:hover {
  text-decoration: underline;
}

.artist-ctrls strong {
  color: #504F4F;
}

.artist-header .status {
  margin-top: 4px;
  font-size: 11px;
  color: #999;
}

.artist-header p {
  color: #666;
  margin: 0;
}

.guidelines {
  color: inherit;
}

h2 a, h4 a {
  text-decoration: none;
}

.guidelines h2 {
  padding: 5px 6px 4px 6px;
  font-size: 14px;
  background-color: #DCE5E5;
}

.guidelines p {
  margin: 0 6px 10px 6px;
}

.artist-header h1 {
  margin: 0;
  color: black;
  font-size: 24px;
}

.section {
  background-color: #DCE5E5;
  color: black;
  padding: 4px;
}

.section p {
  color: black;
}

.right-column h4 {
  clear: both;
  font-size: 14px;
  line-height: 16px;
  font-weight: normal;
  padding-bottom: 2px;
  border-bottom: 1px solid #CCC;
  margin: 4px 0;
}

.right-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.right-column li {
  position: relative;
  clear: both;
  padding: 4px;
  font-size: 11px;
}

.icon, .box, .new_work_assets {
  background-color: #EFEFEF;
}

.box { margin-bottom: 4px; }

.box, #preview, .new_work_assets {  
  padding: 2px 4px 4px 4px;
}

.new_work_assets ul {
  margin-bottom: 6px;
}

.new_work_assets li {
  padding: 2px 0;
}

.box, .box select, #preview {
  font-size: 11px;
}

#preview {
  line-height: 16px;
}

#preview em {
  color: #999;
}

.filetype {
  color: #555;
  background-color: #e1e1e1;
  padding: 1px;
}

#preview img {
  display: block;
  margin-bottom: 2px;
}

.asset h4 {
  margin: 0 0 4px 0;
  font-size: 12px;
  font-weight: bold;
}

.asset {
  margin-bottom: 32px;
}

.asset .preview img {
  display: block;
}

.asset .desc, .asset .photographer {
  margin: 8px 0;
}

.empty {
  background-color: #FFFFDD;
  color: #666;
  padding: 2px;
  font-style: italic;
}

.editable {
  background-color: #FFFFDD;
}

.right-column .asset-thumb {
  position: relative;
  font-size: 11px;
  float: left;
  width: 80px;
  margin-bottom: 6px;
}

.right-column .asset-thumb img {
  display: block;
}

a.add-ctrl {
  position: absolute;
  top: 0;
  right: 0; 
  background-color: #efefef; 
  color: #6D9AC1;
  padding: 1px 2px 2px 2px;
}

/* Assets */

.assets-container .asset {
  float: left;
  width: 180px;
  padding: 0 8px 0 0;
}

#work-assets li img { display: block; }
#work-assets li .rm img { display: inline; }
#work-assets li .rm { margin: 0 2px;}
.rm img { vertical-align: bottom; }

#work-assets h5 {
  margin: 1px 0 0 0;
  font-weight: normal;
  font-size: 11px;
}

#work-assets li {
  position: relative;
}

.rid {
  position: absolute;
  top: 4px;
  right: 4px;
  margin-top: 2px;
  color: #999;
}


/* Pages */

ul.artist_pages {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.artist_pages h2 {
  margin: 0;
}

ul.artist_pages li {
  clear: both;
  padding-bottom: 16px;
}

ul.artist_pages li div {
  float: left;
  margin-bottom: 16px;
}

ul.artist_pages li div p {
  margin: 0;
}

.page_icon {
  float: left;
  margin-right: 4px;
}

#languages {
 float: right; 
 color: #CCC;
 font-size: 12px;
 background: #f1f1f1;
 padding: 2px 6px;
}

#languages select {
  font-size: 12px;
}

#languages a {
  color: #666;
  text-decoration: none;
}

#languages label {
  color: #6D9AC1;
}


#languages a:hover {
  text-decoration: underline;
}

#languages span {
  margin: 0 6px;
}

.help-text {
  margin-right: 4px;
}

/* Profile */

p.info {
  margin: 12px 0 4px 0;
}

.with-space p {
  margin: 0 0 10px 0;
}


dd input, p input, dd textarea, p textarea {
  padding: 2px 4px;
}

input.large {
  font-size: 16px;
}

.block {
  background-color: #f1f1f1;
  margin: 0 0 1em 0;  
}

.with-space {
  padding: 6px;
  background-color: #f1f1f1;
}

.with-space input, .with-space textarea {
  width: 450px;
}

.with-space textarea {
  height: 300px;
}


div.ctrls {
  text-align: right;
  margin-bottom: 4px;
}

div.ctrls input {
  font-size: 14px;
}

.left-column label {
  font-size: 12px;
  display: block;
  color: black;
}


.left-column small {
  font-size: 11px;
  color: #666;
}

.edit {
  margin-bottom: 16px;
}

.edit h1 {
  font-size: 24px;
  padding-bottom: 1px;
  border-bottom: 1px solid #CCC;
  margin: 0;
}

.edit h1 span {
  font-size: 14px;  
  color: #CCC;
  margin-left: 4px;
}

#links-container a.rctrl {
  right: 0px;
}

/* Works */

a.rctrl, .artist-header .status a {
  text-decoration: none;
  color: #6D9AC1;
  background-color: inherit;
  padding: 1px 2px 2px 2px;
}

a.rctrl:hover, .artist-header .status a:hover {
  color: white;
  background-color: #6D9AC1;  
}

a.cross {
  text-decoration: none;
  color: #6D9AC1;
}

a.cross:hover {
  text-decoration: underline;
}


p.ctrls {
  font-size: 11px;
  margin: 0;
}

p.ctrls img {
  display: inline;
}

p.ctrls a {
  margin-left: 2px;
}

.trash img {
  vertical-align: middle;
}

#errorExplanation {
	border-top: 2px solid #D41717;
	border-bottom: 2px solid #D41717;
	text-align: left;
	margin-bottom: 4px;
}

#errorExplanation h2 {
	font-size: 14px;
	margin: 2px 0;
}

#errorExplanation p {
	margin: 0px;
}
