/**************************************
 * THEME NAME: gatlin
 *
 * Files included in this sheet:
 *
 *   gatlin/main.css
 **************************************/

/***** gatlin/main.css start *****/


/* layout, navigation */

body {
    background: white url(images/bkg_box.gif) left top repeat-x;
    margin: 0;
}

#content {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
}

#footer {
    margin-top: 20px;
}

#header, #header-home {
    background: url(images/bkg_gatlin.png) left top repeat-x;
    color: white;
    height: 102px;
    padding: 3px 20px 0 0;
}

#header .headermain, #header-home .headermain {
    background: url(images/logo_gatlin.png) 22px 19px no-repeat;
    height: 100px;
    width: 200px;
}

#header .headermain .logo img {
    margin: 19px 0 0 22px;
}

#header .logininfo a, #header-home .logininfo a {
    color: rgb(255,204,0);
}

#page {
    padding-bottom: 10px;
}

.breadcrumb .sep {
    color: black;
    font-size: 10px;
    padding: 0 2px;
    vertical-align: middle;
}

.navbar {
    background: url(images/bkg_gatlin.png) left -23px repeat-x;
    border-color: black;
    border-width: 0 0 1px;
    padding-right: 20px;
}

.navbar a:link, .navbar a:visited {
    color: rgb(37,74,0);
}


/* general */

a:hover {
    color: rgb(50,50,50);
    text-decoration: underline;
}

a:link, a:visited {
    color: rgb(51,102,0);
}

.content {
    background: white url(images/bkg_box.gif) left top repeat-x;
}

/* some links aren't given .dimmed e.g., Grade Report - Editing Categories */
.dimmed_text a {
    color: rgb(128,128,128);
}

.generaltable .header {
    background: rgb(20,20,20) url(images/bkg_header.png) left top repeat-x;
    color: white;
}

.generaltable .header a {
    color: rgb(142,193,7);
}

.gradevalue {
    white-space: nowrap;
}

/* course blocks */

.headingblock {
    background: rgb(20,20,20) url(images/bkg_header.png) left top repeat-x;
    border-color: black;
    color: white;
}

.sideblock .content {
    background: white url(images/bkg_box.gif) left top repeat-x;
    border-color: black;
}

.sideblock .header + .content {
    border-top: none;
}

.sideblock .header {
    background: rgb(20,20,20) url(images/bkg_header.png) left -3px repeat-x;
    border-color: black;
    color: white;
    padding-top: 3px;
}

.sideblock .footer {
    margin-top: 0.5em;
    text-align: left;
}

#left-column .hidden .header, #right-column .hidden .header {
    border-color: black;
}

/* front page */

#site-index hr {
    display: none;
}

/* admin page */

#admin-index #content {
    margin: 0;
}

#admin-index #content > .generalbox {
    border: none;
}

#admin-index .generalboxcontent {
    background-color: white;
}

/* course view */

#course-view .section td.side {
    background: white url(images/bkg_box.gif) top repeat-x;
}

/* grader report */

.grade-report-grader table#user-grades .header {
    background-color: white;
    background-image: none;
    color: black;
}

/* resource page */

#mod-resource-view #content, #mod-resource-view #page {
    margin: 0;
    padding: 0;
}
/***** gatlin/main.css end *****/

