/**************************************
 * THEME NAME: duradiamond
 *
 * Files included in this sheet:
 *
 *   duradiamond/user_styles.css
 **************************************/

/***** duradiamond/user_styles.css start *****/

/* basic colors and fonts */
body {
    background-color: #ffffff;
    font-family: 'Helvetica Neue', Arial, Sans-serif;
    }

/* links */
a:link, a:visited {
    color: #000000;
    }

a:hover {
    color: #00ae62;
    }

/* breadcrumb trail */
.navbar {
    background-image: none;
    background-color: #00834a;
    }

.breadcrumb {
    font-weight: normal;
    }

.breadcrumb a:link, .breadcrumb a:visited {
    color: #ffffff;
    }

/* sideblock styling */
.sideblock .content {
    background-color: #effaf8;
    }

/* gradient on various headers */
th.header, td.header, h1.header, h2.header, h3.header, div.header {
    background-image: url( ddgrad.png );
    }

/* category list */
.categorybox .category {
    font-weight: normal;
    font-size: 1.1em;
    }

/* remove topic numbers */
#course-view .section td.left {
    display: none;
    }

#course-view h2.outline {
    display: none;
    }

/* put the left content border back because of the above */
#course-view .section td.content {
    border-left: 1px solid #dddddd;
    }
/***** duradiamond/user_styles.css end *****/

