/* Table of Contents
==================================================
    #Content Navigation 
    #Content
        #Dashboard
        #Browse Items */


/* Form Elements
==================================================*/

a.button.big, input[type=submit].big, button.big {
    font-size: 1em;
    }

/* Content Navigation
==================================================*/

#content-nav { 
    width: 100px;
    font-size: .75em; 
    }

    #content-nav .current:after {
        width: 10px;
        height: 2.375em;
        background: url('../../images/blue-arrow_sm.png') no-repeat;
        position: absolute;
        content: "";
        top: -1px;
        right: -10px;
        }

/* Content 
==================================================*/


.section-title { margin: 60px 0 10px 130px; }


    /* Dashboard 
    ================================================== */

    #stats p { min-width: 1em; }
    
    /* Browse Items
    ==================================================*/
    
    .item-actions, .pagination {
        font-size: .875em;
        }
        
    .pagination { 
        clear: left;
        float: left;
        margin: 0 0 20px 0; 
    }
    
    .item-info {
        width: 40%;
        }
    
    #quick-filter {
        width: 80px;
        }