/**************************************
 * THEME NAME: wset
 *
 * Files included in this sheet:
 *
 *   wset/styles_menu.css
 *   wset/styles_page.css
 *   wset/styles_buttons.css
 *   wset/user_styles.css
 **************************************/

/***** wset/styles_menu.css start *****/

/***** wset/styles_menu.css end *****/

/***** wset/styles_page.css start *****/

/***** wset/styles_page.css end *****/

/***** wset/styles_buttons.css start *****/

/***** wset/styles_buttons.css end *****/

/***** wset/user_styles.css start *****/

/* backgrounds and basics */
body {
    background-color: #9f1c22;
    font-family: arial, sans serif;
    font-size: 0.9em;
    }

#page {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: #ffffff;
    padding: 8px;
    }

/* header image stuff */
#header-home, #header {
    height: 141px;
    background: url(images/wsethead.png) no-repeat;
    }

.headermain {
    display: none;
    }

.logininfo {
    padding-top: 8px;
    font-size: 0.9em;
    }

/* links */
a:link, a:visited {
    color: #000000;
    text-decoration: none;
    border-bottom: 1px dotted;
    }

/* login info in header */
/* #header-home .logininfo, #header-home .logininfo a,
#header .logininfo, #header .logininfo a {
    color: #ffffff;
    font-size: 0.9em;
    } */

/* sideblocks */
.sideblock {
    background-color: #c2dbe2;
    }

#left-column {
    /*background: url(images/gradient.gif) repeat-x;*/
    }

/* category listing */
.categorybox .category {
    font-weight: normal;
    }

/* course listing */
.coursebox .teachers {
    padding: 8px 0 0 0;
    }

.coursebox .summary {
    width: 45%;
    }
/***** wset/user_styles.css end *****/

