/* Global */

#playlists h1
{
	margin-bottom: 0;
}

#playlists h1.success
{
	color: #72c100;
}

/* Profile */

#playlists .isotope_container .field.name h2
{
	margin-bottom: 15px;
}

/* List */

#playlists .playlists_block .content_item.private
{
	background: #999;
	background: rgba(80, 80, 80, 0.6);
}

#playlists .playlists_block .field.author
{
	width: 120px;
}

#playlists .playlists_block .field.title
{
	width: 290px;
}

#playlists .playlists_block .field.title.large
{
	width: 420px;
}

#playlists .playlists_block .field.title strong
{
	font-weight: normal;
}

#playlists .playlists_block .field.title p
{
	padding: 4px 10px 0 0;
	color: #bbb;
}

#playlists .playlists_block .field.length
{
	width: 75px;
}

#playlists .playlists_block .field.file
{
	width: 20px;
	margin-right: 0;
}

#playlists .playlists_block .field.file span
{
	float: right;
}

/* Forms */

#playlists form
{
	padding: 15px;
	background: #f3f3f3;
	border: 1px solid #ccc;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

#playlists form .error
{
	padding: 10px;
	background-color: #505050;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#playlists form .error p
{
	color: #ffcc33;
	margin: 0;
}

#playlists form .row
{
	clear: both;
	margin-top: 15px;
}

#playlists form .border
{
	height: 15px;
	margin: 0 -15px;
	border-bottom: 1px dashed #ccc;
}

#playlists form .row:first-of-type
{
	margin-top: 0;
}

#playlists form .row label
{
	font-weight: bold;
}

#playlists form .row .help
{
	margin-left: 5px;
	color: #999;
	font-size: 11px;
	text-shadow: 0 1px 0 #fff;
}

#playlists form .row input[type="text"],
#playlists form .row input[type="password"],
#playlists form .row textarea
{
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 1;
	width: 502px;
	padding: 9px;
	background: #fff;
	border: 1px solid #ccc;
}

#playlists form .row input[type="text"]:focus,
#playlists form .row input[type="password"]:focus,
#playlists form .row textarea:focus
{
	border-color: #ffcc33;
}

#playlists form .row textarea
{
	font-size: 13px;
	line-height: 20px;
}

#playlists form .row .uploader
{
	width: 520px;
	height: auto;
	padding: 0;
	background: #fff;
	border: 1px solid #ccc;
}

#playlists form .row .uploader .action,
#playlists form .row .uploader .filename
{
	width: auto;
	height: auto;
	line-height: 1;
	padding: 0;
	margin: 0;
	text-shadow: none;
}

#playlists form .row .uploader input[type="file"]
{
	width: 100%;
	font-size: 24px;
	cursor: pointer;
}

#playlists form .row .uploader .filename
{
	width: 390px;
	padding: 9px;
	color: #999;
	border: none;
}

#playlists form .row .uploader .action
{
	float: right;
	width: 90px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1;
	font-weight: bold;
	padding: 9px 8px 8px 8px;
	margin: 0;
	color: #ffcc33;
	background: #505050;
	border: none;
	outline: none;
	cursor: pointer;
}

#playlists form .row .checker
{
	height: 8px;
	width: 8px;
	padding: 2px;
	margin: 0 10px 0 0;
	background: #fff;
	border: 1px solid #ccc;
}

#playlists form .row .checker span
{
	width: 8px;
	height: 8px;
	padding: 0;
	margin: 0;
	background: none;
}

#playlists form .row .checker span.checked
{
	background: #ffcc33;
}

#playlists form .row button
{
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1;
	font-weight: bold;
	padding: 9px 8px 8px 8px;
	margin: 0;
	color: #333;
	background: #ffcc33;
	border: none;
	outline: none;
	cursor: pointer;
}

#playlists form .row button:hover
{
	color: #ffcc33;
	background-color: #505050;
}