ul.post-attachments {
	list-style: none;
	margin-left: 0;
}

li.post-attachment {
	background: url(images/icons/empty.png) 0 4px no-repeat;
	padding-left: 24px;
}


.post-attachment.mime-imagejpeg,
.post-attachment.mime-imagepng,
.post-attachment.mime-imagejpg, 
.post-attachment.mime-imagegif, 
.post-attachment.mime-imagebmp, 
.post-attachment.mime-imagetif, 
.post-attachment.mime-imagetiff,
.post-attachment.mime-imagex-icon,
.post-attachment.mime-imagex-canon-cr2 {
	background-image: url(images/icons/document-image.png);
}


.post-attachment.mime-textplain {
	background-image: url(images/icons/document-text.png);
}

.post-attachment.mime-applicationzip {
	background-image: url(images/icons/document-zip.png);
}

.post-attachment.mime-applicationpdf {
	background-image: url(images/icons/document-pdf.png);
}
 
.post-attachment.mime-videoasf, 
.post-attachment.mime-videoavi,
.post-attachment.mime-videodivx,
.post-attachment.mime-videox-flv,
.post-attachment.mime-videoquicktime, 
.post-attachment.mime-videompeg, 
.post-attachment.mime-videoogg,
.post-attachment.mime-videomp4,
.post-attachment.mime-applicationx-shockwave-flash {
	background-image: url(images/icons/document-movie.png);
}

.post-attachment.mime-audioogg,
.post-attachment.mime-audiowav,
.post-attachment.mime-audiowma,
.post-attachment.mime-audiompeg {
	background-image: url(images/icons/document-audio.png);
}

.post-attachment.mime-applicationvnd-ms-excel,
.post-attachment.mime-applicationvnd-oasis-opendocument-chart,
.post-attachment.mime-applicationvnd-oasis-opendocument-spreadsheet {
	background-image: url(images/icons/document-excel.png);
}

.post-attachment.mime-applicationmsword,
.post-attachment.mime-applicationrtf,
.post-attachment.mime-applicationvnd-oasis-opendocument-text {
	background-image: url(images/icons/document-word.png);
}

.post-attachment.mime-applicationvnd-ms-powerpoint,
.post-attachment.mime-applicationvnd-oasis-opendocument-presentation {
	background-image: url(images/icons/document-slideshow.png);
}