/* EXAMPLE CLASSES */
.ucd-example {
    margin: 0 !important;
}
/* END EXAMPLE CLASSES */

.ucd-footer {
    clear: both;
    background: #fff url(../images/"bkgd_footer.jpg") top left repeat-x;
    font-size: 85%;
    line-height: 150%;
    padding: 1.2em;
}

/* LISTS */
.ucd-footer ul {
    float: left;
    clear: both;
    width: 70%;
    margin: 0 0 1em 0; /* would rather not set this here, but settings margins on P doesn't seem to work correctly */
    color: #666; /* sets non-link color */
}

/* allow first two UL to share space */
.ucd-footer ul.short {
    width: 48%;
}

.ucd-footer ul#meta2 {
    float: right;
    clear: right;
    text-align: right;
}   

.ucd-footer li {
    border-right: solid 1px #ccc;
    display: inline;
    list-style-type: none;
    margin: 0 .8em 0 0;
    padding: 0 .8em 0 0;
}

.ucd-footer li.first {
    padding-left:0;
}

.ucd-footer li.last {
    margin-right: 0;
    border-right: 0;
    padding-right: 0;
}

.ucd-footer ul#websites1 {
    margin-bottom: 0;
}

/* PARAS */
.ucd-footer p {
    clear: both;
    margin: 1em 0 0 0;
    color: #666;
}

.ucd-footer p.separator {
    margin-top: 0;
    border-top: solid 1px #ccc;
    padding-top: 1em;
}

/* FOOTER-LINKS */
.ucd-footer a, .ucd-footer a:visited {
    color: #369;
    text-decoration: none;
}

.ucd-footer a:hover, .ucd-footer a:focus, .ucd-footer a:active {
    text-decoration: underline;
}

.ucd-footer p a {
    padding-left: 18px;
    background: transparent url(../images/"quote2.gif") 0 2px no-repeat;
}

.ucd-footer img {
    float: right;
}
