/*
 * CSS for Auto AnimateImage
 * Copyright (C) 2012 attosoft <http://attosoft.info/en/>
 * This file is distributed under the same license as the Auto AnimateImage package.
 * attosoft <contact@attosoft.info>, 2012.
 */

.form-table { font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif; }
ul.about { font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; }

label.item { margin-right: 3px; }
.rtl label.item { margin-left: 3px; margin-right: 0; }
label.boundary { margin-left: 3px; }
.rtl label.boundary { margin-right: 3px; }

.form-table th { font-weight: bold; }

ul.about li {
    margin: 0 0 15px 10px;
    padding-left: 70px;
    font-size: 14px;
    line-height: 48px;
}
li.wp { background: url(images/wp.png) no-repeat; }
li.star { background: url(images/star.png) no-repeat; }
li.forum { background: url(images/forum.png) no-repeat; }
li.l10n { background: url(images/l10n.png) no-repeat; }
li.donate { background: url(images/donate.png) no-repeat; }
li.contact { background: url(images/contact.png) no-repeat; }
.rtl ul.about li { padding-left: 0; padding-right: 70px; background-position: right top; }
