/* thumbs */

ul.thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 20px 0 7px 0;
    padding: 0;
}

ul.thumbs li {
    float: left;
    display: inline;
    overflow: hidden;
    padding: 2px 0 0 0;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    text-align: right;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
}

ul.thumbs li.progress {
    background-image: none;
}

ul.thumbs li.progress a {
    background-image: url("http://cdn.last.fm/depth/global/progress_dddddd.gif");
    background-position: left center;
    background-repeat: no-repeat;
}

ul.thumbs.progress li a {
    color: #999;
}

ul.thumbs strong {
    float: left;
    display: inline;
    text-align: left;
    text-indent: -9999px;
    line-height: 0;
    width: 20px;
    height: 20px;
    margin: -2px 4px 4px 0;
}

* html ul.thumbs strong {
    display: inline-block;
    width: 0;
    padding: 0 0 0 20px;
    overflow: hidden;
    text-indent: 0;
}

ul.thumbs span {
    padding-right: 4px;
}

ul.thumbs a {
    display: block;
    clear: both;
    text-align: center;
    background: #DDD;
    font-size: 10px;
	color: #1b1b1b;
    text-decoration: none;
    margin-top: 4px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
}

ul.thumbs a {
    background-image: url("http://cdn.last.fm/depth/buttons/voting_thumbs/link_left.gif"), url("http://cdn.last.fm/depth/buttons/voting_thumbs/link_right.gif");
    background-position: left bottom, right bottom;
    background-repeat: no-repeat, no-repeat;
}

ul.thumbs li.progress a {
    background-image: url("http://cdn.last.fm/depth/buttons/voting_thumbs/link_left.gif"), url("http://cdn.last.fm/depth/buttons/voting_thumbs/link_right.gif"), url("http://cdn.last.fm/depth/global/progress_dddddd.gif");
    background-position: left bottom, right bottom, left bottom;
    background-repeat: no-repeat, no-repeat, no-repeat;
}

ul.thumbs a:hover {
    background-color: #CCC;
}

ul.thumbs a:hover {
    background-image: url("http://cdn.last.fm/depth/buttons/voting_thumbs/link_left_hover.gif"), url("http://cdn.last.fm/depth/buttons/voting_thumbs/link_right_hover.gif");
    background-position: left bottom, right bottom;
    background-repeat: no-repeat, no-repeat;
}

ul.thumbs li.up {
    background-image: url("http://cdn.last.fm/depth/buttons/voting_thumbs/right_corner_up.gif");
    background-position: right top;
    background-repeat: no-repeat;
    background-color: #C9E4B4 !important;
    margin-right: 10px;
}
*/

/* using :not() so IE doesn’t see this */

ul.thumbs li.up:not(.blah) {
    background-image: url("http://cdn.last.fm/depth/buttons/voting_thumbs/right_corner_up.gif"), url("http://cdn.last.fm/depth/buttons/voting_thumbs/left_corner_up.gif"), url("http://cdn.last.fm/depth/buttons/voting_thumbs/bottom_corner_up.gif");
    background-position: right top, left bottom, right bottom;
    background-repeat: no-repeat, no-repeat, no-repeat;
}

ul.thumbs li.up strong {
    background-image: url("http://cdn.last.fm/depth/buttons/voting_thumbs/thumb_up.gif");
}

ul.thumbs li.down {
    background-image: url("http://cdn.last.fm/depth/buttons/voting_thumbs/right_corner_down.gif");
    background-position: right top;
    background-repeat: no-repeat;
    background-color: #E1ADB2 !important;
}

/* using :not() so IE doesn’t see this */

ul.thumbs li.down:not(.blah) {
    background-image: url("http://cdn.last.fm/depth/buttons/voting_thumbs/right_corner_down.gif"), url("http://cdn.last.fm/depth/buttons/voting_thumbs/left_corner_down.gif"), url("http://cdn.last.fm/depth/buttons/voting_thumbs/bottom_corner_down.gif");
    background-position: right top, left bottom, right bottom;
    background-repeat: no-repeat, no-repeat, no-repeat;
}

ul.thumbs li.down strong {
    background-image: url("http://cdn.last.fm/depth/buttons/voting_thumbs/thumb_down.gif");
}


/* file */

span.titleBar {
	clear: both;
	display: block;
	background: #eee;
	color: #666;
	padding: 2px 0;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

span.titleBar a {

}

div#file div#view {
	margin: 0 0 15px 0;
	padding: 10px 0;
	background: #f5f5f5;
	text-align: center;
}

/* .imageScroller */

.imageScroller {
	display: block;
	float: left;
	background: #eee;
	margin: 5px 0 30px 0;
	border: 1px solid #ccc;
}

.imageScroller .wrapper {
	margin: 5px;
	display: block;
	width: 138px;
	overflow: hidden;
}

.imageScroller ul {
	width: 5000px;
}

.imageScroller li {
	display: block;
	float: left;
	width: 68px;
	height: 85px;
	margin: 0 1px 0 0;
}

.imageScroller li a span {
	float: left;
	display: block;
	margin: 2px 0 0 0;
	width: 64px;
	height: 11px;
	text-indent: -9999px;
}

.imageScroller li.prev a span {
	background: url(http://cdn.last.fm/flatness/arrow_left.png) left top no-repeat;
}

.imageScroller li.next a span {
	background: url(http://cdn.last.fm/flatness/arrow_right.png) right top no-repeat;
}

.imageScroller li.prev a:hover span {
	background-position: left -12px;
}

.imageScroller li.next a:hover span {
	background-position: right -12px;
}

.imageScroller li img {
	display: block;
	float: left;
	border: 1px solid #ccc;
	padding: 1px;
	background: #fff;
}

.imageScroller li a:hover img {
    border-color: #0187c5;
}

/* .voting */

div.voting {
	clear: both;
	margin: 0 0 15px 0;
}

/* .modOptions */

ul.modOptions {
	clear: both;
	margin: 15px 0 15px 0;
}

ul.modOptions li a {
	font-size: 11px;
	color: #999;
}


/* .descriptionContainer */
div.imageInfo {
	clear: both;
	margin: 0 0 10px 0;
}

p.uploadInfo {
	font-size: 11px;
	color: #696969;
}

form.inplaceeditor-form {
	margin: 0;
	padding: 0;
}

form.inplaceeditor-form .editor_field {
	font-size: 11px;
	padding: 2px;
	border: 1px solid #ccc;
	margin: 5px 5px 0 0;
	width: 300px;
}

form.inplaceeditor-form .editor_ok_button {
	margin: 5px 5px 0 0;
	font-size: 11px;
}

form.inplaceeditor-form a.editor_cancel {
	font-size: 11px;
	font-weight: normal;
}


h1 strong {
	margin-right: 5px;
}

p#description {
    margin-bottom: 0.3em;
}

a#editDescription, 
a#editTitle {
    color: #999;
    font-size: 11px;
}

a#editTitle.makeNewTitle {
    font-weight: bold;
    font-size: 12px;
}

* html a#editTitle {
    margin-left: 0.3em;
}

* + html a#editTitle {
    margin-left: 0.3em;
}

a#editDescription.makeNewDescription {
    font-size: 12px;
}

/* Flagging form */

div.meta form.flagger {
    margin: 0.5em 0;
}

div.meta form.flagger textarea {
    display: block;
    margin: 0.5em 0;
    width: 13em;
}

div.meta form.flagger a {
    text-decoration: underline;
}

/* in-place editor */

#page a#editTitle, 
#page a#editDescription {
	font-weight: normal;
	font-size: 11px;
}

form.inplaceeditor-form input.editor_ok_button,
form.inplaceeditor-form input.editor_field,
form.inplaceeditor-form select {
    margin-right: 0.5em;
}

div.meta form.inplaceeditor-form textarea {
    width: 180px;
}

form.inplaceeditor-h3 {
    margin: 7px 0;
    line-height: 1.3em;
}

form.inplaceeditor-h3 input.editor_field {
    font-size: 20px;
    margin-right: 0.25em;
}
