/**************************************
 * THEME NAME: stlukes2
 *
 * Files included in this sheet:
 *
 *   stlukes2/st_lukes_style.css
 **************************************/

/***** stlukes2/st_lukes_style.css start *****/

/* Stylesheet for st lukes VLE */
/* this is a bit haphazard as I've been changing styles as I have come to them
 * James Kerslake, 2009
 */

/* HTML general styles */
/*************************************/
/* master body controls. Mwa-ha-ha!! */
body, table, td, th, li {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 100%;
}

body {
    color: #000000;
}

hr {
    color: #777777;
}

h1 {
    font-size: 1.3em;
}

h2 {
    font-size: 1.4em;
}

/* links control */
a {text-decoration:none}
a:active {color:#06f}
a:visited {color:#06f}
a:link {color:#06f}
a:hover {
    color:#06f;
    text-decoration: underline;
}

a.dimmed {
    color:#bbbbbb;
}

/* tables control */
th {
    font-weight: bold;
}

th.header, td.header, div.header {
    border-color: #777777;
}


/* HTML styles for various sub divisions */
/*****************************************/
/* general items */
.generalbox {
    border-color: #777777;
}

.helplink {
    font-size: 0.8em;
}

/* general tables */
.generaltable {
    border-color: #777777;
}

.generaltable .cell {
    border-color: #ffffff;
    border-color: #777777;
}

/* headers */
h1.main, h2.main, h3.main, h4.main, h5.main, h6.main {
    font-weight: bold;
    text-align: center; 
}

.logininfo, #header-home .headermenu font {
    font-size:0.8em;
}
th.header, td.header, h1.header, h2.header, h3.header, div.header {
    background-image: url(gradient.jpg);
    background-position: center top;
    background-repeat: repeat-x;
}

/* home link box */
.homelink a:link, .homelink a:visited, .homelink a:hover {
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
}

.homelink a:link, .homelink a:visited {
    border-color: #cecece #4a4a4a #4a4a4a #cecece;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
}

.homelink a:hover {
    border-color: #4a4a4a #cecece #cecece #4a4a4a;
    border-style: solid;
    border-width: 2px 1px 1px 2px;
}

/* sitetopic box */
.sitetopic {
    border: 1px solid #777777;
}

/* navbar control */
.navbar {
    background-image: url(gradient.jpg);
    background-repeat: repeat-x;
    background-position: center top;
    background-color: #ffffff;
    border: 1px solid #777777;
}

.navbar .breadcrumb {
    font-weight:bold;
    font-size: 0.9em;
}

.breadcrumb .sep, #admin-report-unittest-index .sep {
    color: #aaaaaa;
}

/* heading block controls */
.headingblock {
    border-color: #dddddd;
    font-weight: bold;
}

h2.headingblock {
    font-size: 1.1em;
}

#header-home .headermain {
    font-size: 1.5em;
}

body#site-index .headingblock,
body#course-view .headingblock {
    background-color: transparent;
    border: 1px solid #777777;
}

/* sideblock controls */
.sideblock .header {
    background-color: #ffffff;
    border: 1px solid #777777;
    border-bottom: 0px;
    font-size: 0.9em;
}

#left-column h2, #right-column h2 {
    font-size: 0.9em;
}

.sideblock .content {
    background-color: #e8e8e8;
    border: 1px solid #777777;
    line-height: 1.2em;
    font-size: 0.9em;
}

/* content boxes controls */
.categoryboxcontent, .coursebox {
border-top:#ffffff;
border-left:#ffffff;
border-right:#ffffff;
border-bottom: #bbbbbb;
border-style:solid;
border-width:thin;
}

.coursebox .summary {
    font-size: 0.9em;
}

.coursebox .clearfix {
    border-top:#ffffff;
    border-left:#ffffff;
    border-right:#ffffff;
    border-bottom: #bbbbbb;
}

/* course view controls */
#course-view .section {
    font-size: 0.95em;
    line-height: 1.2em;
}

#course-view .section td.side {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #777777;
}

#course-view .hidden td.side {
    background: #dddddd none repeat scroll 0 0;
}

#course-view .section td.content {
    border-color: #777777;
    border-style: solid none;
    border-width: 1px 0;
    padding: 5px;
}

#course-view .section .left {
    font-weight: bold;
}

/* specific forum controls */
.forumheaderlist, .forumpost {
    border-color: #777777;
}

.forumheaderlist .discussion .starter {
    background: #dddddd none repeat scroll 0 0;
}

.forumheaderlist .discussion .lastpost {
    font-size: 0.7em;
}
.forumheaderlist td {
    border-color: #777777;
}

/* specific quiz controls */
.que {
    border-color: #777777;
}

.que .no {
    font-size: 1.2em;
    font-weight: bold;
}

.que .grade {
    font-size: 0.8em;
}

.que .r0 {
    background-color: #f5f5f5;
}

.que .r1 {
    background-color: #eeeeee;
}

#mod-quiz-view #feedback.generalbox {
    border: none;
}

/* admin block controls */
#adminsettings fieldset {
    background-color: #eeeeee;
    border-color: #777777;
    color: #000000;
}

#adminsettings .form-shortname {
    color: #888888;
    font-size: 0.75em;
}

#adminsettings .form-defaultinfo {
    color:#888888;
    font-size: 0.8em;
}/***** stlukes2/st_lukes_style.css end *****/


