/* CSS for ArcheNova extension */

/* Insert File Icons */

.file_icon_background {
    width: 192px;
    height: 192px;
    background: none repeat scroll 0 0 #f0f0f0;
    border: 1px solid #ddd;
    padding: 10px;
}

.file_icon {
    width: 192px;
    height: 192px;
}

.file_icon a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(images/icon_empty.gif) 0 0 no-repeat;
}

.file_icon.doc a, .file_icon.rtf a {
    background: url(images/icon_doc.gif) 0 0 no-repeat;
}

.file_icon.docx a {
    background: url(images/icon_docx.gif) 0 0 no-repeat;
}

.file_icon.xls a {
    background: url(images/icon_xls.gif) 0 0 no-repeat;
}

.file_icon.xlsx a {
    background: url(images/icon_xlsx.gif) 0 0 no-repeat;
}

.file_icon.ppt a, .file_icon.pps a {
    background: url(images/icon_ppt.gif) 0 0 no-repeat;
}

.file_icon.pptx a {
    background: url(images/icon_pptx.gif) 0 0 no-repeat;
}

.file_icon.odt a {
    background: url(images/icon_odt.gif) 0 0 no-repeat;
}

.file_icon.ods a, .file_icon.sxw a {
    background: url(images/icon_ods.gif) 0 0 no-repeat;
}

.file_icon.odp a {
    background: url(images/icon_odp.gif) 0 0 no-repeat;
}

.file_icon.mpg a, .file_icon.mpeg a, .file_icon.wmv a, .file_icon.avi a, .file_icon.mov a, .file_icon.mp4 a {
    background: url(images/icon_movie.gif) 0 0 no-repeat;
}

.file_icon.mp3 a, .file_icon.ogg a, .file_icon.wav a {
    background: url(images/icon_audio.gif) 0 0 no-repeat;
}

.file_icon.zip a, .file_icon.gzip a, .file_icon.rar a, .file_icon.tar a {
    background: url(images/icon_compression.gif) 0 0 no-repeat;
}

#download-icon {
    color: #fff;
    font-size: 1.2em;
    font-family: sans-serif;
    padding: 0.2em 0.3em;
    background: #000;
    opacity: 0.7;
    border-radius: 5px;
    cursor: pointer;
}

.hover img {
    background: #f0f0f0;
}
