.attachments {
	padding:0 0 10px;
	margin:30px -11px 1px;
	color:#666;
}
.attachments ul {
	margin:0;
	padding-left:10px;
	list-style-type:none;
}
.attachments li {
	margin: 0 5px 5px 0;
	display: inline-block;
}
.attachments h4 {
	margin-top:-10px;
	margin-left:-5px;
	margin-bottom:5px;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	color:#aaa;
}
.attachments h4 span {
	background:#fff;
	padding:0 5px;
}

a.attachment {
	/*background: #eee;*/
	border-radius: 3px;
	font-weight: bold;
	display: inline-block;
	text-decoration: none;
	vertical-align: bottom;
	width: 200px;
	height: 130px;
	overflow: hidden;
	position: relative;
	text-align: center;
	margin-bottom: 4px;
}
a.attachment:after {
	content: " ";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
a.attachment .filename {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #666;
	padding: 7px;
	font-size: 12px;
	font-weight: normal;
	line-height:1.5em;
}
a.attachment:hover:after {
	border-color: rgba(0, 0, 0, 0.3);
}
a.attachment-image .filename {
	text-shadow:0 1px 10px #000;
	color:#fff;
}
a.attachment i {
	font-size: 70px;
	line-height: 100px;
	margin-right: 5px;
	text-decoration: none;
	color: #ddd;
}


.post .editButtons {
	border-top:0px solid #eee;
}
.attachments-edit {
	padding:12px 10px;
	overflow:hidden;
	float:left;
	color: #828282;
}
.attachments-edit.has-attachments {
	clear:left;
	float:none;
	border-width:1px 0;
	margin:-1px 0;
}
.attachments-edit ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
.attachments-edit li {
	margin-bottom:5px;
}
.attachments-edit li .control-delete {
	margin:-8px -2px;
}
.attachments-edit li.attachment-uploading {
	background:url(fineuploader/loading.gif) no-repeat 0 2px;
	padding-left:23px;
	color:#aaa;
}
.attachments-button {
	margin-top:10px;
	background:none;
}
.dropZone {
left: 5px;
top: 5px;
right: 5px;
bottom: 5px;
border: 1px dashed #30363d;
border-radius: 5px;
text-align: center;
padding: 10px;
font-size: 15px;
color: #828282;
z-index: 2;
}
.dropZoneActive {
	border-color:#30363d;
	background: #90EE90;
	color: #828282;
	z-index: 2;
}
