/* 
 * File: css/nav.css
 * Purpose: style of navigation objects
 *
 * */

div.content .icon {
}
div.content .icon a {
    text-decoration: none;
    color: #00f;
    font-weight: normal;
}
div.content .icon a:hover {
    color: green;
}
div.content .icon img {
    vertical-align: middle;
    margin-right: 5px;
}
div.content .icon span {
    text-decoration: underline;
    text-decoration: none;
}

a.fancy[href^="http://"], a.fancy[href^="https://"] {
    background: url('../icons/link.png') no-repeat left center;
    padding-left: 22px;
}

a.fancy[href^="mailto:"] {
    background: url('../icons/mail.png') no-repeat left center;
    padding-left: 22px;
}

/* eof */
