/*
** Written by ArcanaVision for multi user wordpress 
** custom and over loaded theme styles
*/

/* ==== ==== ==== ==== ==== ==== ==== ====
    over loaded theme styles
*/
.post {
    text-align:left;
}

a, a:visited, a:hover {
    color: #FFF;
    text-decoration:none;
    border-bottom: 1px dotted #FFF;
}
a:hover {
    color: yellow;
}

.menulist a, .menulist a:visited, .menulist a:hover {
    color: yellow;
    text-decoration:none;
    border-bottom: none;
}
.menulist a:hover {
    color: #FFF;
}
.menulist .current_page_item a {
    color: orange;
}

.entry p a:hover {
    color:#FFF;
}
.entry p a:hover {
    color:yellow;
}



/* ==== ==== ==== ==== ==== ==== ==== ====
    custom
*/

a.iconlink {
    border-bottom: none;
    }
a.iconlink span{
    border-bottom: 1px dotted #FFF;
    }

div.caption p {
    color: grey;
    font-size: 0.8em;
    margin-bottom: 0px;
    }
div.caption a, div.caption a:visited {
    color: #ccc;
    border-bottom: none;
    }
div.caption a:hover {
    color: yellow;
    }

img {}
img.left, div.left {
    float: left;
    margin-right: 6px;
    }
img.center, div.center {
    display: block;
    margin-left: auto;
    margin-right: auto
    }
img.right, div.right {
    float: right;
    margin-left: 6px;
    }

/* icon are inline images 16x16 */
img.icon {
    margin-right: 0.4em;
    vertical-align: middle;
    }
    
form p{
    text-align: left;
}

#gallery{}
#gallery dt{
    margin-top: 10px;
}
#gallery dt a{
    color: orange;
}
#gallery dd img{
    float: left;
    margin: 7px;
}
#gallery dd img{
    float: left;
    margin: 7px;
}

