/* styles that are commonly used across the whole site */

/* block styles */
#link-full {
    text-align: right;
    font-size: small;
}


/* inline styles */
span.updated { 
    text-align : right; 
    float: right;
    font-style : italic;
}


.float_left {
        float: left;
}

.float_right {
    float : right;
}

#breadcrumbs {
        clear: both;
}
#menu {
        clear: both;
}

#redundant {
    display: none;
}

